Subversion Repositories SmartDukaan

Rev

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

Rev 33859 Rev 33874
Line 646... Line 646...
646
    @Scheduled(cron = "0 0 7 * * *")
646
    @Scheduled(cron = "0 0 7 * * *")
647
    public void updatePartnerLimit() throws Throwable {
647
    public void updatePartnerLimit() throws Throwable {
648
        scheduledTasks.updatePartnerLimit();
648
        scheduledTasks.updatePartnerLimit();
649
    }
649
    }
650
 
650
 
-
 
651
    @Scheduled(cron = "0 0 9 * * *")
-
 
652
    public void createOpeningStockPartyWise() throws Throwable {
-
 
653
        scheduledTasks.createOpeningStockPartyWise();
-
 
654
    }
-
 
655
 
651
 
656
 
652
    //Loans due/overdue/default notifications sent to parnters
657
    //Loans due/overdue/default notifications sent to parnters
653
    @Scheduled(cron = "0 0 11 * * *")
658
    @Scheduled(cron = "0 0 11 * * *")
654
    public void sendMailWhatsAppAfterLoanDueDate() throws Throwable {
659
    public void sendMailWhatsAppAfterLoanDueDate() throws Throwable {
655
        scheduledTasks.sendMailWhatsAppAfterLoanDueDate();
660
        scheduledTasks.sendMailWhatsAppAfterLoanDueDate();