Subversion Repositories SmartDukaan

Rev

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

Rev 24841 Rev 24855
Line 96... Line 96...
96
	}
96
	}
97
 
97
 
98
	@Scheduled(cron = "0 0 15,17,19,23 ? * *")
98
	@Scheduled(cron = "0 0 15,17,19,23 ? * *")
99
	public void dailySaleNotification() throws Exception {
99
	public void dailySaleNotification() throws Exception {
100
		log.info("daily send Notification");
100
		log.info("daily send Notification");
101
		scheduledTasks.sendDailySalesReportNotificationToPartner();
101
		scheduledTasks.sendDailySalesReportNotificationToPartner(null);
102
	}
102
	}
103
 
103
 
104
	@Scheduled(cron = "0 0 6 * * *")
104
	@Scheduled(cron = "0 0 6 * * *")
105
	public void dailyReconciliation() throws Exception {
105
	public void dailyReconciliation() throws Exception {
106
		reconciliation.dailyReconciliation();
106
		reconciliation.dailyReconciliation();