Subversion Repositories SmartDukaan

Rev

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

Rev 33943 Rev 33986
Line 1055... Line 1055...
1055
    GstProService gstProService;
1055
    GstProService gstProService;
1056
 
1056
 
1057
    @Autowired
1057
    @Autowired
1058
    WarehouseProviderRepository warehouseProviderRepository;
1058
    WarehouseProviderRepository warehouseProviderRepository;
1059
    public void test() throws Exception {
1059
    public void test() throws Exception {
1060
        this.persistRbmTodayTargets();
1060
        //this.persistRbmTodayTargets();
-
 
1061
        this.persistRbmTodayAchievements();
1061
        //Should return 22792
1062
        //Should return 22792
1062
 
1063
 
1063
        //sdCreditService.createLoan(175139262,76000,0,"Amount added for loan adjustment");
1064
        //sdCreditService.createLoan(175139262,76000,0,"Amount added for loan adjustment");
1064
        //this.checkfocusedModelInPartnerStock();
1065
        //this.checkfocusedModelInPartnerStock();
1065
       // List<SDCreditRequirement> sdCreditRequirements = sdCreditRequirementRepository.selectAll();
1066
       // List<SDCreditRequirement> sdCreditRequirements = sdCreditRequirementRepository.selectAll();
Line 1660... Line 1661...
1660
 
1661
 
1661
    public void persistRbmTodayTargets() throws Exception{
1662
    public void persistRbmTodayTargets() throws Exception{
1662
        rbmTargetService.setMovementWiseRbmTargets();
1663
        rbmTargetService.setMovementWiseRbmTargets();
1663
    }
1664
    }
1664
 
1665
 
-
 
1666
    public void persistRbmTodayAchievements() throws Exception{
-
 
1667
        rbmTargetService.setMovementWiseRbmAchievement();
-
 
1668
    }
-
 
1669
 
1665
    public void sendPartnerInvestmentDetails() throws Exception {
1670
    public void sendPartnerInvestmentDetails() throws Exception {
1666
        this.sendPartnerInvestmentDetails(null);
1671
        this.sendPartnerInvestmentDetails(null);
1667
    }
1672
    }
1668
 
1673
 
1669
    public void sendAgeingReport(String... sendTo) throws Exception {
1674
    public void sendAgeingReport(String... sendTo) throws Exception {