...
- While creating any loan product template, provision categories should be added to the templateresponse object. For this we need to changeto add a new interface to provide organization level provision categories.
- org.mifosplatform.portfolio.loanproduct.data.LoanProductData should have one more instance variable to hold provision categories
- Interface org.mifosplatform.portfolio.loanproduct.service.LoanDropdownReadPlatformService ProvisionCategoriesReadPlatformService should have another a method to retrieve all provision categories.
- The method name is List<EnumOptionData> retrieveLoanProvisionCategoriesretrieveProvisionCategories() ;
- Provision Categories should retrieved and set to LoanProductData in org.mifosplatform.portfolio.loanproduct.data.LoanProductData should have one more instance variable to hold provision categories
...
- LoanProductsApiResource.handleTemplate(final LoanProductData productData)
- Client application should read response param "provisioncategoies" if available it should display