Subversion Repositories SmartDukaan

Rev

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

Rev 28632 Rev 28709
Line 63... Line 63...
63
	
63
	
64
	@Scheduled(cron = "0 0 10,15,17 * * *")
64
	@Scheduled(cron = "0 0 10,15,17 * * *")
65
	public void sendIndentTertiaryReport() throws Exception {
65
	public void sendIndentTertiaryReport() throws Exception {
66
		scheduledTasks.sendIndentTertiary();
66
		scheduledTasks.sendIndentTertiary();
67
	}
67
	}
-
 
68
	
-
 
69
	@Scheduled(cron = "0 0 6 * * *")
-
 
70
	public void checkPartnerActiveStoreByStatus() throws Exception {
-
 
71
		scheduledTasks.checkPartnerActiveStore();
-
 
72
	}
68
 
73
 
69
	@Scheduled(cron = "0 0 8 * * *")
74
	@Scheduled(cron = "0 0 8 * * *")
70
	public void sendStockAgeingReport() throws Throwable {
75
	public void sendStockAgeingReport() throws Throwable {
71
		scheduledTasks.sendAgeingReport();
76
		scheduledTasks.sendAgeingReport();
72
	}
77
	}