Subversion Repositories SmartDukaan

Rev

Rev 8183 | Rev 8185 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8183 Rev 8184
Line 32... Line 32...
32
 
32
 
33
public class HotspotStockReportSender {
33
public class HotspotStockReportSender {
34
	
34
	
35
	private static final String[] mailTo = {"amar.kumar@shop2020.in","chaitanya.vats@shop2020.in"};
35
	private static final String[] mailTo = {"amar.kumar@shop2020.in","chaitanya.vats@shop2020.in"};
36
	private static final String senderAccountMail = "cnc.center@shop2020.in";
36
	private static final String senderAccountMail = "cnc.center@shop2020.in";
37
	private static final String senderAccountPswd = "";
37
	private static final String senderAccountPswd = "5h0p2o2o";
38
	private static final List<Long> hotspotVendors = new ArrayList<Long>(Arrays.asList(1L,38L,64L));
38
	private static final List<Long> hotspotVendors = new ArrayList<Long>(Arrays.asList(1L,38L,64L));
39
	private static Map<Long, Warehouse> warehouseMap = new Hashtable<Long, Warehouse>(50);
39
	private static Map<Long, Warehouse> warehouseMap = new Hashtable<Long, Warehouse>(50);
40
	private static List<OrderStatus> undeliveredStatuses;
40
	private static List<OrderStatus> undeliveredStatuses;
41
	private static List<OrderStatus> retInTransitStatuses;
41
	private static List<OrderStatus> retInTransitStatuses;
42
	static {
42
	static {