...
Changes required in existing Classes:
- While creating any loan product template, provision categories should be added to the template. For this we need to change
- Interface org.mifosplatform.portfolio.loanproduct.service.
...
- LoanDropdownReadPlatformService should have another method to retrieve all provision categories.
- The method name is List<EnumOptionData> retrieveLoanProvisionCategories() ;
- org.mifosplatform.portfolio.loanproduct.
- LoanDropdownReadPlatformService should have another method to retrieve all provision categories.
...
- data.LoanProductData should have one more instance variable to hold provision categories
As part of the request parameters while creating or updating a loan product, we need to pass new request parameters along with existing one. The parameter details are