Subversion Repositories SmartDukaan

Rev

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

Rev 28377 Rev 28632
Line 58... Line 58...
58
 
58
 
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
	
-
 
64
	@Scheduled(cron = "0 0 10,15,17 * * *")
-
 
65
	public void sendIndentTertiaryReport() throws Exception {
-
 
66
		scheduledTasks.sendIndentTertiary();
-
 
67
	}
63
 
68
 
64
	@Scheduled(cron = "0 0 8 * * *")
69
	@Scheduled(cron = "0 0 8 * * *")
65
	public void sendStockAgeingReport() throws Throwable {
70
	public void sendStockAgeingReport() throws Throwable {
66
		scheduledTasks.sendAgeingReport();
71
		scheduledTasks.sendAgeingReport();
67
	}
72
	}