Seperate credit and debit adjust amount fields in Loan
This commit is contained in:
parent
5c0a25012c
commit
d6f632a770
@ -49,11 +49,12 @@
|
|||||||
"total_principal_paid",
|
"total_principal_paid",
|
||||||
"written_off_amount",
|
"written_off_amount",
|
||||||
"refund_amount",
|
"refund_amount",
|
||||||
"adjustment_amount",
|
|
||||||
"column_break_19",
|
"column_break_19",
|
||||||
"total_interest_payable",
|
"total_interest_payable",
|
||||||
"total_amount_paid",
|
"total_amount_paid",
|
||||||
"amended_from"
|
"amended_from",
|
||||||
|
"credit_adjustment_amount",
|
||||||
|
"debit_adjustment_amount"
|
||||||
],
|
],
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
@ -391,18 +392,22 @@
|
|||||||
"read_only": 1
|
"read_only": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "adjustment_amount",
|
"fieldname": "credit_adjustment_amount",
|
||||||
"fieldtype": "Currency",
|
"fieldtype": "Currency",
|
||||||
"label": "Adjustment amount",
|
"label": "Credit Adjustment Amount",
|
||||||
"no_copy": 1,
|
"options": "Company:company:default_currency"
|
||||||
"options": "Company:company:default_currency",
|
},
|
||||||
"read_only": 1
|
{
|
||||||
}
|
"fieldname": "debit_adjustment_amount",
|
||||||
|
"fieldtype": "Currency",
|
||||||
|
"label": "Debit Adjustment Amount",
|
||||||
|
"options": "Company:company:default_currency"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2022-06-29 13:17:57.018272",
|
"modified": "2022-06-30 11:27:54.281113",
|
||||||
"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