update loan interest accrual types

This commit is contained in:
Labeeb Mattra 2022-04-28 14:54:42 +05:30
parent 7053bb9bb8
commit 900c878e03

View File

@ -159,7 +159,7 @@
"fieldname": "accrual_type", "fieldname": "accrual_type",
"fieldtype": "Select", "fieldtype": "Select",
"label": "Accrual Type", "label": "Accrual Type",
"options": "Regular\nRepayment\nDisbursement" "options": "Regular\nRepayment\nDisbursement\nInterest Credit\nInterest Debit\nRefund"
}, },
{ {
"fieldname": "penalty_amount", "fieldname": "penalty_amount",
@ -185,10 +185,11 @@
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2021-04-19 18:26:38.871889", "modified": "2022-04-28 14:46:38.131536",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Loan Management", "module": "Loan Management",
"name": "Loan Interest Accrual", "name": "Loan Interest Accrual",
"naming_rule": "Expression (old style)",
"owner": "Administrator", "owner": "Administrator",
"permissions": [ "permissions": [
{ {
@ -225,5 +226,6 @@
"quick_entry": 1, "quick_entry": 1,
"sort_field": "modified", "sort_field": "modified",
"sort_order": "DESC", "sort_order": "DESC",
"states": [],
"track_changes": 1 "track_changes": 1
} }