Subversion Repositories SmartDukaan

Rev

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

Rev 34103 Rev 34397
Line 35... Line 35...
35
 
35
 
36
    List<Our15DaysOldAgingStock> our15DaysAgingStock();
36
    List<Our15DaysOldAgingStock> our15DaysAgingStock();
37
 
37
 
38
    List<RbmBilledFofoIdsModel> getDateWiseBilledFofoIdByRbm(LocalDate startDate, LocalDate endDate);
38
    List<RbmBilledFofoIdsModel> getDateWiseBilledFofoIdByRbm(LocalDate startDate, LocalDate endDate);
39
 
39
 
-
 
40
    double calculateFofoIdTodayTarget(int fofoId, double secondryMtd);
40
}
41
}