Add refund amount to loan
This commit is contained in:
parent
a81da2ea85
commit
88cd780ca1
@ -48,6 +48,7 @@
|
|||||||
"total_payment",
|
"total_payment",
|
||||||
"total_principal_paid",
|
"total_principal_paid",
|
||||||
"written_off_amount",
|
"written_off_amount",
|
||||||
|
"refund_amount",
|
||||||
"column_break_19",
|
"column_break_19",
|
||||||
"total_interest_payable",
|
"total_interest_payable",
|
||||||
"total_amount_paid",
|
"total_amount_paid",
|
||||||
@ -379,12 +380,20 @@
|
|||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
"label": "Cost Center",
|
"label": "Cost Center",
|
||||||
"options": "Cost Center"
|
"options": "Cost Center"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "refund_amount",
|
||||||
|
"fieldtype": "Currency",
|
||||||
|
"label": "Refund amount",
|
||||||
|
"no_copy": 1,
|
||||||
|
"options": "Company:company:default_currency",
|
||||||
|
"read_only": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2022-03-10 11:50:31.957360",
|
"modified": "2022-06-24 16:17:57.018272",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Loan Management",
|
"module": "Loan Management",
|
||||||
"name": "Loan",
|
"name": "Loan",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user