Subversion Repositories SmartDukaan

Rev

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

Rev 25880 Rev 25893
Line 53... Line 53...
53
	}
53
	}
54
 
54
 
55
	@Scheduled(cron = "0 0 1 * * *")
55
	@Scheduled(cron = "0 0 1 * * *")
56
	public void sendPartnerInvestmentDetails() throws Exception {
56
	public void sendPartnerInvestmentDetails() throws Exception {
57
		scheduledTasks.sendPartnerInvestmentDetails();
57
		scheduledTasks.sendPartnerInvestmentDetails();
-
 
58
	}
-
 
59
	@Scheduled(cron = "0 0 1 5 * *")
-
 
60
	public void sendTargetVsSalesReport() throws Exception {
58
		scheduledTasks.sendTargetVsSalesReport(null);
61
		scheduledTasks.sendTargetVsSalesReport(null);
59
	}
62
	}
60
 
63
 
61
	@Scheduled(cron = "0 0 8 * * *")
64
	@Scheduled(cron = "0 0 8 * * *")
62
	public void sendStockAgeingReport() throws Throwable {
65
	public void sendStockAgeingReport() throws Throwable {