fix: Update no copy fields

This commit is contained in:
Deepesh Garg 2020-10-21 19:03:13 +05:30
parent 13cbda110d
commit 8f9bab79a7

View File

@ -76,6 +76,7 @@
"fieldname": "loan_application", "fieldname": "loan_application",
"fieldtype": "Link", "fieldtype": "Link",
"label": "Loan Application", "label": "Loan Application",
"no_copy": 1,
"options": "Loan Application" "options": "Loan Application"
}, },
{ {
@ -149,7 +150,8 @@
"depends_on": "eval:doc.status==\"Disbursed\"", "depends_on": "eval:doc.status==\"Disbursed\"",
"fieldname": "disbursement_date", "fieldname": "disbursement_date",
"fieldtype": "Date", "fieldtype": "Date",
"label": "Disbursement Date" "label": "Disbursement Date",
"no_copy": 1
}, },
{ {
"depends_on": "is_term_loan", "depends_on": "is_term_loan",
@ -253,6 +255,7 @@
"fieldname": "total_payment", "fieldname": "total_payment",
"fieldtype": "Currency", "fieldtype": "Currency",
"label": "Total Payable Amount", "label": "Total Payable Amount",
"no_copy": 1,
"options": "Company:company:default_currency", "options": "Company:company:default_currency",
"read_only": 1 "read_only": 1
}, },
@ -266,6 +269,7 @@
"fieldname": "total_interest_payable", "fieldname": "total_interest_payable",
"fieldtype": "Currency", "fieldtype": "Currency",
"label": "Total Interest Payable", "label": "Total Interest Payable",
"no_copy": 1,
"options": "Company:company:default_currency", "options": "Company:company:default_currency",
"read_only": 1 "read_only": 1
}, },
@ -274,6 +278,7 @@
"fieldname": "total_amount_paid", "fieldname": "total_amount_paid",
"fieldtype": "Currency", "fieldtype": "Currency",
"label": "Total Amount Paid", "label": "Total Amount Paid",
"no_copy": 1,
"options": "Company:company:default_currency", "options": "Company:company:default_currency",
"read_only": 1 "read_only": 1
}, },
@ -314,6 +319,7 @@
"fieldname": "total_principal_paid", "fieldname": "total_principal_paid",
"fieldtype": "Currency", "fieldtype": "Currency",
"label": "Total Principal Paid", "label": "Total Principal Paid",
"no_copy": 1,
"options": "Company:company:default_currency", "options": "Company:company:default_currency",
"read_only": 1 "read_only": 1
}, },
@ -321,6 +327,7 @@
"fieldname": "disbursed_amount", "fieldname": "disbursed_amount",
"fieldtype": "Currency", "fieldtype": "Currency",
"label": "Disbursed Amount", "label": "Disbursed Amount",
"no_copy": 1,
"options": "Company:company:default_currency", "options": "Company:company:default_currency",
"read_only": 1 "read_only": 1
}, },
@ -329,6 +336,7 @@
"fieldname": "maximum_loan_amount", "fieldname": "maximum_loan_amount",
"fieldtype": "Currency", "fieldtype": "Currency",
"label": "Maximum Loan Amount", "label": "Maximum Loan Amount",
"no_copy": 1,
"options": "Company:company:default_currency", "options": "Company:company:default_currency",
"read_only": 1 "read_only": 1
}, },
@ -336,13 +344,14 @@
"fieldname": "written_off_amount", "fieldname": "written_off_amount",
"fieldtype": "Currency", "fieldtype": "Currency",
"label": "Written Off Amount", "label": "Written Off Amount",
"no_copy": 1,
"options": "Company:company:default_currency" "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": "2020-10-17 10:35:44.361836", "modified": "2020-10-21 09:12:26.809228",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Loan Management", "module": "Loan Management",
"name": "Loan", "name": "Loan",