Import Loan accounts
Loan accounts import functionality enables users to automatically create in Mifos a large number of loans using .xls file.
Before import, there is a need to prepare .xls file, using template (which can be downloaded from here). Fields with red asterisk are mandatory.
Following table explains the content of columns:
Field | Explanation |
---|---|
Account number | Loan account global identification number must be unique, otherwise you will see error during import. |
Customer Global ID | Number of customer must exist in the Mifos system. |
Product name | Name of loan product which will be used as a base for new loan account. Product must exist in the system. |
Status name | Allowed values are:
|
Cancel flag reason | Explain the reason for cancelling account. Allowed values are:
|
Loan amount | Loan amount must conform to loan product requirements and Mifos restrictions on decimal values. |
Interest rate | Interest rate must conform to loan product requirements and Mifos restrictions on decimal values. |
No. of installments | Number of installments must conform to loan product definition. |
Disbursal date | Default date format is: D.MM.YYYY where D is day, MM is month (always two digits) and YYYY is year (always four digits). Date must conform to loan product requirements, customer requirements and Mifos restrictions. |
Grace period | This column is mandatory only if loan products allows for grace period. Otherwise this column is ignored. |
Source of fund | Must conform to values defined in Mifos. |
Purpose | Must conform to values defined in Mifos. |
Collateral | Must conform to values defined in Mifos. |
Collateral notes | Must conform to values defined in Mifos. |
External ID | Must conform to values defined in Mifos. |
Â
Primary Flow - Import Loan accounts
- User goes to Administration page ("Admin").
- User clicks on link "Import Loans" link under ‘Manage Imports and Exports’ section.
- System opens new "Import Loans" page.
- User selects document with loans data (XLS Document) and uploads it to Mifos server.
- System parses uploaded document and shows to user how many rows were parsed successfully and which rows were not. Each row with errors has an explanation.
- User clicks "Save" button to save imported rows if any of them were parsed successfully.
- System saves data and presents a simple summary to user.
Â