| Line 30... |
Line 30... |
| 30 |
import in.shop2020.thrift.clients.InventoryClient;
|
30 |
import in.shop2020.thrift.clients.InventoryClient;
|
| 31 |
import in.shop2020.utils.GmailUtils;
|
31 |
import in.shop2020.utils.GmailUtils;
|
| 32 |
|
32 |
|
| 33 |
public class StockSalesReportFetcher {
|
33 |
public class StockSalesReportFetcher {
|
| 34 |
private static final int NUMBER_OF_DAYS_SALE = 5;
|
34 |
private static final int NUMBER_OF_DAYS_SALE = 5;
|
| 35 |
private static final String[] mailTo = {"manish.sharma@shop2020.in", "rajveer.singh@shop2020.in", "chaitnaya.vats@saholic.com",
|
- |
|
| 36 |
"manoj.kumar@saholic.com", "chandan.kumar@saholic.com", "khushal.bhatia@saholic.com", "rajneesh.arora@saholic.com"};
|
35 |
private static final String[] mailTo = {"reitesh.chauhan@saholic.com", "khushal.bhatia@saholic.com", "rajneesh.arora@saholic.com", "amit.gupta@shop2020.in"};
|
| 37 |
private static final String senderAccountMail = "cnc.center@shop2020.in";
|
36 |
private static final String senderAccountMail = "cnc.center@shop2020.in";
|
| 38 |
private static final String senderAccountPswd = "5h0p2o2o";
|
37 |
private static final String senderAccountPswd = "5h0p2o2o";
|
| 39 |
|
38 |
|
| 40 |
private static Logger logger = LoggerFactory.getLogger(StockSalesReportFetcher.class);
|
39 |
private static Logger logger = LoggerFactory.getLogger(StockSalesReportFetcher.class);
|
| 41 |
|
40 |
|