Subversion Repositories SmartDukaan

Rev

Rev 37675 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 37675 Rev 37735
Line 269... Line 269...
269
    //@Scheduled(cron = "0 5 23 * * *")
269
    //@Scheduled(cron = "0 5 23 * * *")
270
    public void updateIrnsToInvoices() throws Throwable {
270
    public void updateIrnsToInvoices() throws Throwable {
271
        runOnceTasks.updateIrnsToInvoices();
271
        runOnceTasks.updateIrnsToInvoices();
272
    }
272
    }
273
 
273
 
274
    // No longer needed
-
 
275
    // @Scheduled(cron = "0 */10 * * * *")
-
 
276
    public void attachToffeeInvoices() throws Throwable {
-
 
277
 
-
 
278
        scheduledTasks.attachToffeeInvoices();
-
 
279
 
-
 
280
    }
-
 
281
 
-
 
282
    // REMOVED: ticketClosed() scheduler - now handled by TicketRelatedScheduledTask.autoCloseResolvedTickets()
274
    // REMOVED: ticketClosed() scheduler - now handled by TicketRelatedScheduledTask.autoCloseResolvedTickets()
283
    // which uses 8 working days instead of 7 calendar days and runs as part of processAllTicketTasks()
275
    // which uses 8 working days instead of 7 calendar days and runs as part of processAllTicketTasks()
284
 
276
 
285
    @Scheduled(cron = "0 0 8 * * *")
277
    @Scheduled(cron = "0 0 8 * * *")
286
    public void checkfocusedModelInPartnerStock() throws Throwable {
278
    public void checkfocusedModelInPartnerStock() throws Throwable {