...
Code Block |
---|
{ "summaryview=false", "branch=all", "offset" : 0, "limit" : 15, } |
By default all branches provision details will be shown by category. The mock up screen is shown below
The summary view for all branches is shown below
Branch wise summary and regular views are shown below
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.
...