Subversion Repositories SmartDukaan

Rev

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

Rev 34055 Rev 34103
Line 33... Line 33...
33
 
33
 
34
    List<Sold15daysOldAgingModel> getAgingSale(LocalDate startDate, LocalDate endDate);
34
    List<Sold15daysOldAgingModel> getAgingSale(LocalDate startDate, LocalDate endDate);
35
 
35
 
36
    List<Our15DaysOldAgingStock> our15DaysAgingStock();
36
    List<Our15DaysOldAgingStock> our15DaysAgingStock();
37
 
37
 
-
 
38
    List<RbmBilledFofoIdsModel> getDateWiseBilledFofoIdByRbm(LocalDate startDate, LocalDate endDate);
-
 
39
 
38
}
40
}