| Line 1292... |
Line 1292... |
| 1292 |
}
|
1292 |
}
|
| 1293 |
|
1293 |
|
| 1294 |
}
|
1294 |
}
|
| 1295 |
|
1295 |
|
| 1296 |
public void sendAgeingReport() throws Exception {
|
1296 |
public void sendAgeingReport() throws Exception {
|
| 1297 |
sendAgeingReport("kamini.sharma@smartdukaan.com", "amit.babu@smartdukaan.com", "tarun.verma@smartdukaan.com",
|
1297 |
sendAgeingReport("kamini.sharma@smartdukaan.com", "tarun.verma@smartdukaan.com",
|
| 1298 |
"niranjan.kala@smartdukaan.com", "manish.gupta@smartdukaan.com", "kuldeep.kumar@smartdukaan.com");
|
1298 |
"niranjan.kala@smartdukaan.com", "manish.gupta@smartdukaan.com", "kuldeep.kumar@smartdukaan.com");
|
| 1299 |
}
|
1299 |
}
|
| 1300 |
|
1300 |
|
| 1301 |
public void moveImeisToPriceDropImeis() throws Exception {
|
1301 |
public void moveImeisToPriceDropImeis() throws Exception {
|
| 1302 |
List<PriceDrop> priceDrops = priceDropRepository.selectAll();
|
1302 |
List<PriceDrop> priceDrops = priceDropRepository.selectAll();
|
| Line 1819... |
Line 1819... |
| 1819 |
notificationService.sendNotification(sendNotificationModel);
|
1819 |
notificationService.sendNotification(sendNotificationModel);
|
| 1820 |
}
|
1820 |
}
|
| 1821 |
// String saleReport = this.getDailySalesReportHtml(partnerSalesHeadersMap,
|
1821 |
// String saleReport = this.getDailySalesReportHtml(partnerSalesHeadersMap,
|
| 1822 |
// saleTargetReportModelMap);
|
1822 |
// saleTargetReportModelMap);
|
| 1823 |
String statewiseSaleReport = this.getStateWiseSales(saleTargetReportModelMap, partnerSalesHeadersMap);
|
1823 |
String statewiseSaleReport = this.getStateWiseSales(saleTargetReportModelMap, partnerSalesHeadersMap);
|
| 1824 |
String cc[] = {"tarun.verma@smartdukaan.com", "kamini.sharma@smartdukaan.com", "amit.babu@smartdukaan.com",
|
1824 |
String cc[] = {"tarun.verma@smartdukaan.com", "kamini.sharma@smartdukaan.com",
|
| 1825 |
"niranjan.kala@smartdukaan.com", "up.singh@smartdukaan.com", "sm@smartdukaan.com"};
|
1825 |
"niranjan.kala@smartdukaan.com", "sm@smartdukaan.com"};
|
| 1826 |
|
1826 |
|
| 1827 |
String subject = String.format("Sale till %s", String.format(timeString, now.format(timeFormatter)));
|
1827 |
String subject = String.format("Sale till %s", String.format(timeString, now.format(timeFormatter)));
|
| 1828 |
// this.sendMailOfHtmlFomat("amit.gupta@smartukaan.com", saleReport, cc,
|
1828 |
// this.sendMailOfHtmlFomat("amit.gupta@smartukaan.com", saleReport, cc,
|
| 1829 |
// subject);
|
1829 |
// subject);
|
| 1830 |
this.sendMailOfHtmlFormat("amit.gupta@smartdukaan.com", statewiseSaleReport, cc, "Statewise" + subject);
|
1830 |
this.sendMailOfHtmlFormat("amit.gupta@smartdukaan.com", statewiseSaleReport, cc, "Statewise" + subject);
|