Subversion Repositories SmartDukaan

Rev

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

Rev 35112 Rev 35133
Line 131... Line 131...
131
    }
131
    }
132
    @Scheduled(cron = "0 30 4 * * *")
132
    @Scheduled(cron = "0 30 4 * * *")
133
    public void createFofoSmartCartSuggestion() throws Exception {
133
    public void createFofoSmartCartSuggestion() throws Exception {
134
        scheduledTasksTest.createFofoSmartCartSuggestion();
134
        scheduledTasksTest.createFofoSmartCartSuggestion();
135
    }
135
    }
136
    @Scheduled(cron = "0 0 6,9 * * *")
136
    @Scheduled(cron = "0 0 6,22 * * *")
137
    public void sendAbmSmartCartReport() throws Exception {
137
    public void sendAbmSmartCartReport() throws Exception {
138
        abmReportSender.sendAbmSmartCartReport();
138
        abmReportSender.sendAbmSmartCartReport();
139
    }
139
    }
140
 
140
 
141
    @Scheduled(cron = "0 0 10,15,17 * * *")
141
    @Scheduled(cron = "0 0 10,15,17 * * *")
Line 525... Line 525...
525
    }
525
    }
526
 
526
 
527
    @Autowired
527
    @Autowired
528
    PurSaleService purSaleService;
528
    PurSaleService purSaleService;
529
 
529
 
530
    @Scheduled(cron = "0 0 6,9 * * ?")
530
    @Scheduled(cron = "0 0 6,22 * * ?")
531
    public void send10DaysEgedStockReport() throws Throwable {
531
    public void send10DaysEgedStockReport() throws Throwable {
532
        log.info("moreThen10DaysEgedStockReport startTime" + LocalDateTime.now());
532
        log.info("moreThen10DaysEgedStockReport startTime" + LocalDateTime.now());
533
        scheduledTasks.send10OrMoreOlderStockReport();
533
        scheduledTasks.send10OrMoreOlderStockReport();
534
        log.info("moreThen10DaysEgedStockReport endTime" + LocalDateTime.now());
534
        log.info("moreThen10DaysEgedStockReport endTime" + LocalDateTime.now());
535
    }
535
    }
Line 745... Line 745...
745
    @Scheduled(cron = "0 0 8 * * *")
745
    @Scheduled(cron = "0 0 8 * * *")
746
    public void alertForDueDate() throws Throwable {
746
    public void alertForDueDate() throws Throwable {
747
        scheduledTasks.alertForDueDate();
747
        scheduledTasks.alertForDueDate();
748
    }
748
    }
749
 
749
 
750
    @Scheduled(cron = "0 0 4,8 * * *")
750
    @Scheduled(cron = "0 0 4,21 * * *")
751
    public void notifyLoanDueDateCross() throws Throwable {
751
    public void notifyLoanDueDateCross() throws Throwable {
752
        scheduledTasks.notifyLoanDueDateCross();
752
        scheduledTasks.notifyLoanDueDateCross();
753
    }
753
    }
754
 
754
 
755
    @Scheduled(cron = "0 0 4,8 * * *")
755
    @Scheduled(cron = "0 0 4,21 * * *")
756
    public void notifyDefaultLoans() throws Throwable {
756
    public void notifyDefaultLoans() throws Throwable {
757
        scheduledTasks.notifyDefaultLoans();
757
        scheduledTasks.notifyDefaultLoans();
758
    }
758
    }
759
 
759
 
760
   // @Scheduled(cron = "0 0 23 * * *")
760
   // @Scheduled(cron = "0 0 23 * * *")