Subversion Repositories SmartDukaan

Rev

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

Rev 36188 Rev 36197
Line 842... Line 842...
842
    public void sendCreditNote(YearMonth yearMonth) throws Exception {
842
    public void sendCreditNote(YearMonth yearMonth) throws Exception {
843
        LOGGER.info("Running SendCreditNote for {}", yearMonth.toString());
843
        LOGGER.info("Running SendCreditNote for {}", yearMonth.toString());
844
        creditNoteService.issueMonthlyMarginsCN(yearMonth);
844
        creditNoteService.issueMonthlyMarginsCN(yearMonth);
845
    }
845
    }
846
 
846
 
-
 
847
    public void recoverCreditNote(YearMonth yearMonth, String logFilePath) throws Exception {
-
 
848
        LOGGER.info("Running RecoverCreditNote for {} using log {}", yearMonth.toString(), logFilePath);
-
 
849
        creditNoteService.recoverMonthlyMarginsCN(yearMonth, logFilePath);
-
 
850
    }
-
 
851
 
-
 
852
    public void resendCNReport(YearMonth yearMonth) throws Exception {
-
 
853
        LOGGER.info("Running ResendCNReport for {}", yearMonth.toString());
-
 
854
        creditNoteService.resendCNReport(yearMonth);
-
 
855
    }
-
 
856
 
847
    @Autowired
857
    @Autowired
848
    BrandAgeingLimitRepository brandAgeingLimitRepository;
858
    BrandAgeingLimitRepository brandAgeingLimitRepository;
849
 
859
 
850
    @Autowired
860
    @Autowired
851
    AgeingService ageingService;
861
    AgeingService ageingService;