Subversion Repositories SmartDukaan

Rev

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

Rev 28788 Rev 28837
Line 69... Line 69...
69
	@Scheduled(cron = "0 0 6 * * *")
69
	@Scheduled(cron = "0 0 6 * * *")
70
	public void checkPartnerActiveStoreByStatus() throws Exception {
70
	public void checkPartnerActiveStoreByStatus() throws Exception {
71
		scheduledTasks.checkPartnerActiveStore();
71
		scheduledTasks.checkPartnerActiveStore();
72
	}
72
	}
73
 
73
 
74
	@Scheduled(cron = "0 0 8 * * *")
74
	//@Scheduled(cron = "0 0 8 * * *")
75
	public void sendStockAgeingReport() throws Throwable {
75
	public void sendStockAgeingReport() throws Throwable {
76
		scheduledTasks.sendAgeingReport();
76
		scheduledTasks.sendAgeingReport();
77
	}
77
	}
78
 
78
 
79
	@Scheduled(cron = "0 0/30 1-23 * * *")
79
	@Scheduled(cron = "0 0/30 1-23 * * *")
Line 124... Line 124...
124
 
124
 
125
		scheduledTasks.ticketClosed();
125
		scheduledTasks.ticketClosed();
126
 
126
 
127
	}
127
	}
128
 
128
 
129
	@Scheduled(cron = "0 45 8 * * *")
129
	//@Scheduled(cron = "0 45 8 * * *")
130
	public void checkfocusedModelInPartnerStock() throws Throwable {
130
	public void checkfocusedModelInPartnerStock() throws Throwable {
131
		log.info("startTime" + LocalDateTime.now());
131
		log.info("startTime" + LocalDateTime.now());
132
		scheduledTasks.checkfocusedModelInPartnerStock();
132
		scheduledTasks.checkfocusedModelInPartnerStock();
133
 
133
 
134
		log.info("endTime" + LocalDateTime.now());
134
		log.info("endTime" + LocalDateTime.now());
Line 151... Line 151...
151
		scheduledTasks.checkValidateReferral();
151
		scheduledTasks.checkValidateReferral();
152
 
152
 
153
		log.info("endTime" + LocalDateTime.now());
153
		log.info("endTime" + LocalDateTime.now());
154
	}
154
	}
155
 
155
 
156
	@Scheduled(cron = "0 0 8 * * *")
156
	//@Scheduled(cron = "0 0 8 * * *")
157
	public void partnerProblemAlert() throws Throwable {
157
	public void partnerProblemAlert() throws Throwable {
158
		log.info("startTime" + LocalDateTime.now());
158
		log.info("startTime" + LocalDateTime.now());
159
		scheduledTasks.partnerProblemAlert();
159
		scheduledTasks.partnerProblemAlert();
160
		log.info("endTime" + LocalDateTime.now());
160
		log.info("endTime" + LocalDateTime.now());
161
	}
161
	}