Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

...

    • 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