Subversion Repositories SmartDukaan

Rev

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

Rev 34249 Rev 34253
Line 684... Line 684...
684
    @Scheduled(cron = "0 0 7 * * *")
684
    @Scheduled(cron = "0 0 7 * * *")
685
    public void updatePartnerLimit() throws Throwable {
685
    public void updatePartnerLimit() throws Throwable {
686
        scheduledTasks.updatePartnerLimit();
686
        scheduledTasks.updatePartnerLimit();
687
    }
687
    }
688
 
688
 
689
    @Scheduled(cron = "0 0 9 * * *")
689
    @Scheduled(cron = "0 0 9,14,18 * * *")
690
    public void createOpeningStockPartyWise() throws Throwable {
690
    public void createOpeningStockPartyWise() throws Throwable {
691
        scheduledTasks.createOpeningStockPartyWise();
691
        scheduledTasks.createOpeningStockPartyWise();
692
    }
692
    }
693
 
693
 
694
 
694