Versions Compared

Key

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

...

Code Block
 {
 "summaryview=false",
 "branch=all",
 "offset" : 0,
 "limit" : 15,
}

Image Removed

 By default all branches provision details will be shown by category. The mock up screen is shown below

 

Image Added

 

The summary view for all branches is shown below

Image Added

Branch wise summary and regular views are shown below

Image Added

 

Image Added

Loan Loss Provision Implementation in Mifos X:

 

We need to create a table to keep all loan provision categories.The table name is 'm_provision_category''. The table definition is defined below. The category names will vary based customer to customer.

...