Subversion Repositories SmartDukaan

Rev

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

Rev 36187 Rev 36188
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 rerenderCNs(YearMonth yearMonth) throws Exception {
-
 
848
        LOGGER.info("Running rerenderCNs for {}", yearMonth.toString());
-
 
849
        creditNoteService.rerenderCNs(yearMonth);
-
 
850
    }
-
 
851
 
-
 
852
    @Autowired
847
    @Autowired
853
    BrandAgeingLimitRepository brandAgeingLimitRepository;
848
    BrandAgeingLimitRepository brandAgeingLimitRepository;
854
 
849
 
855
    @Autowired
850
    @Autowired
856
    AgeingService ageingService;
851
    AgeingService ageingService;