Subversion Repositories SmartDukaan

Rev

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

Rev 24690 Rev 24691
Line 1364... Line 1364...
1364
			LOGGER.info(sale);
1364
			LOGGER.info(sale);
1365
		}
1365
		}
1366
		String saleReport = this.getDailySalesReportByPartnerId(salesByFofoIdMap, dailyTarget);
1366
		String saleReport = this.getDailySalesReportByPartnerId(salesByFofoIdMap, dailyTarget);
1367
		LOGGER.info(saleReport);
1367
		LOGGER.info(saleReport);
1368
		String cc[] = { "Tarun.verma@smartdukaan.com", "Kamini.sharma@smartdukaan.com",
1368
		String cc[] = { "Tarun.verma@smartdukaan.com", "Kamini.sharma@smartdukaan.com",
1369
				"chaitnaya.vats@smartdukaan.com", "adeel.yazdani@smartdukaan.com", "mohinder.mutreja@smartdukaan.com" };
1369
				"chaitnaya.vats@smartdukaan.com","govind.kumar@shop2020.in", "adeel.yazdani@smartdukaan.com", "mohinder.mutreja@smartdukaan.com" };
1370
		String subject = "sale report till" + " " + now.format(timeFormatter);
1370
		String subject = "sale report till" + " " + now.format(timeFormatter);
1371
		this.sendMailOfHtmlFomat("amod.sen@smartdukaan.com", saleReport, cc, subject);
1371
		this.sendMailOfHtmlFomat("amod.sen@smartdukaan.com", saleReport, cc, subject);
1372
	}
1372
	}
1373
 
1373
 
1374
	public String getDailySalesReportByPartnerId(Map<Integer, Double> salesByFofoIdMap, Map<Integer, Float> dailyTarget)
1374
	public String getDailySalesReportByPartnerId(Map<Integer, Double> salesByFofoIdMap, Map<Integer, Float> dailyTarget)