Subversion Repositories SmartDukaan

Rev

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

Rev 27441 Rev 27680
Line 59... Line 59...
59
	@Scheduled(cron = "0 0 6 * * *")
59
	@Scheduled(cron = "0 0 6 * * *")
60
	public void sendPartnerInvestmentDetails() throws Exception {
60
	public void sendPartnerInvestmentDetails() throws Exception {
61
		scheduledTasks.sendPartnerInvestmentDetails();
61
		scheduledTasks.sendPartnerInvestmentDetails();
62
	}
62
	}
63
 
63
 
64
	@Scheduled(cron = "0 0 1 5 * *")
-
 
65
	public void sendTargetVsSalesReport() throws Exception {
-
 
66
		scheduledTasks.sendTargetVsSalesReport(null);
-
 
67
	}
-
 
68
 
-
 
69
	@Scheduled(cron = "0 0 8 * * *")
64
	@Scheduled(cron = "0 0 8 * * *")
70
	public void sendStockAgeingReport() throws Throwable {
65
	public void sendStockAgeingReport() throws Throwable {
71
		scheduledTasks.sendAgeingReport();
66
		scheduledTasks.sendAgeingReport();
72
	}
67
	}
73
 
68