Subversion Repositories SmartDukaan

Rev

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

Rev 25828 Rev 25837
Line 76... Line 76...
76
	}
76
	}
77
 
77
 
78
	@Scheduled(cron = "0 0 15,17,19,23 ? * *")
78
	@Scheduled(cron = "0 0 15,17,19,23 ? * *")
79
	public void dailySaleNotification() throws Exception {
79
	public void dailySaleNotification() throws Exception {
80
		log.info("daily send Notification");
80
		log.info("daily send Notification");
81
		scheduledTasks.sendDailySalesReportNotificationToPartner(null);
81
		scheduledTasks.sendDailySalesNotificationToPartner(null);
82
	}
82
	}
83
 
83
 
84
	@Scheduled(cron = "0 0 6 * * *")
84
	@Scheduled(cron = "0 0 6 * * *")
85
	public void dailyReconciliation() throws Exception {
85
	public void dailyReconciliation() throws Exception {
86
		reconciliation.dailyReconciliation();
86
		reconciliation.dailyReconciliation();