Versions Compared

Key

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

...

Mifos system, calculates provision date for all active loans and will generate a tabular view as shown below. Once user selects OK on this screen, this data will be saved into 'acc_gl_journal_entry table'

 

As current journal entry is not sufficient for provision reports, we need to introduce a new table in the database. The table name is 'm_loan_provision_entry' and the table definition is shown below.

NameDatatypeLengthRemarks
idBIGINT20PRIMARY KEY and AUTOINCREMENT
currency_codeBIGINT20FOREIGN KEY m_currency.id
office_idBIGINT20FOREIGN KEY m_office.id
loan_idBIGINT20FOREIGN KEY m_loan.id
category_idBIGINT20FOREIGN KEY m_provision_category.id
overdue_in_daysBIGINT20DEFAULT 0
loan_outstanding_balanceBIGINT20DEFAULT 0
amount_to_bereservedBIGINT20DEFAULT 0
created_byBIGINT20FOREIGN KEY
created_onDATE NOT NULL
modified_byBIGINT20FOREIGN KEY
modified_onDATE