Subversion Repositories SmartDukaan

Rev

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

Rev 35453 Rev 35631
Line 40... Line 40...
40
    List<RbmWeeklyBillingModel> getWeeklyBillingDataForMonth(LocalDate monthStart, LocalDate monthEnd);
40
    List<RbmWeeklyBillingModel> getWeeklyBillingDataForMonth(LocalDate monthStart, LocalDate monthEnd);
41
 
41
 
42
    double calculateFofoIdTodayTarget(int fofoId, double secondryMtd, LocalDate date);
42
    double calculateFofoIdTodayTarget(int fofoId, double secondryMtd, LocalDate date);
43
 
43
 
44
    long getRemainingDaysInMonth(LocalDate date);
44
    long getRemainingDaysInMonth(LocalDate date);
-
 
45
 
-
 
46
    List<RbmCallTargetModel> getRbmCallTargetModels() throws Exception;
-
 
47
 
-
 
48
    List<OutOfSequenceDetailModel> getOutOfSequenceDetails(int authId);
45
}
49
}