| Line 1874... |
Line 1874... |
| 1874 |
|
1874 |
|
| 1875 |
public void dailyTrackingReport() throws Exception{
|
1875 |
public void dailyTrackingReport() throws Exception{
|
| 1876 |
locationTrackingService.sendRedesignedReportEmails(LocalDate.now().toString(),LocalDate.now().toString());
|
1876 |
locationTrackingService.sendRedesignedReportEmails(LocalDate.now().toString(),LocalDate.now().toString());
|
| 1877 |
}
|
1877 |
}
|
| 1878 |
|
1878 |
|
| 1879 |
public void poStockApprovalDailyDigest() throws Exception{
|
1879 |
/* public void poStockApprovalDailyDigest() throws Exception{
|
| 1880 |
LOGGER.info("poStockApprovalDailyDigest startTime {}", LocalDateTime.now());
|
1880 |
LOGGER.info("poStockApprovalDailyDigest startTime {}", LocalDateTime.now());
|
| 1881 |
String summary = poStockApprovalDigestService.sendStockApprovalListForDate(LocalDate.now());
|
1881 |
String summary = poStockApprovalDigestService.sendStockApprovalListForDate(LocalDate.now());
|
| 1882 |
LOGGER.info("poStockApprovalDailyDigest result: {}", summary);
|
1882 |
LOGGER.info("poStockApprovalDailyDigest result: {}", summary);
|
| 1883 |
}
|
1883 |
}*/
|
| 1884 |
/** Test recipient(s) for the RBM ranking probe email. Kept here (not in a config)
|
1884 |
/** Test recipient(s) for the RBM ranking probe email. Kept here (not in a config)
|
| 1885 |
* because this whole flow is a Phase-1 probe — Phase 2 will move recipients into
|
1885 |
* because this whole flow is a Phase-1 probe — Phase 2 will move recipients into
|
| 1886 |
* the shipped monthly-email cron. */
|
1886 |
* the shipped monthly-email cron. */
|
| 1887 |
private static final String[] RBM_RANK_PROBE_RECIPIENTS = {
|
1887 |
private static final String[] RBM_RANK_PROBE_RECIPIENTS = {
|
| 1888 |
"ranu.rajput@smartdukaan.com"
|
1888 |
"ranu.rajput@smartdukaan.com"
|