Update list view for Accrual and Shortfall

This commit is contained in:
Labeeb Mattra 2022-06-30 11:59:38 +05:30
parent 6febcd529b
commit 7d6e4898c4
2 changed files with 32 additions and 2 deletions

View File

@ -35,12 +35,15 @@
{ {
"fieldname": "loan", "fieldname": "loan",
"fieldtype": "Link", "fieldtype": "Link",
"in_list_view": 1,
"in_standard_filter": 1,
"label": "Loan", "label": "Loan",
"options": "Loan" "options": "Loan"
}, },
{ {
"fieldname": "posting_date", "fieldname": "posting_date",
"fieldtype": "Date", "fieldtype": "Date",
"in_list_view": 1,
"label": "Posting Date" "label": "Posting Date"
}, },
{ {
@ -75,6 +78,8 @@
"fetch_from": "loan.applicant", "fetch_from": "loan.applicant",
"fieldname": "applicant", "fieldname": "applicant",
"fieldtype": "Dynamic Link", "fieldtype": "Dynamic Link",
"in_list_view": 1,
"in_standard_filter": 1,
"label": "Applicant", "label": "Applicant",
"options": "applicant_type" "options": "applicant_type"
}, },
@ -159,6 +164,8 @@
"fieldname": "accrual_type", "fieldname": "accrual_type",
"fieldtype": "Select", "fieldtype": "Select",
"in_filter": 1, "in_filter": 1,
"in_list_view": 1,
"in_standard_filter": 1,
"label": "Accrual Type", "label": "Accrual Type",
"options": "Regular\nRepayment\nDisbursement\nCredit Adjustment\nDebit Adjustment\nRefund" "options": "Regular\nRepayment\nDisbursement\nCredit Adjustment\nDebit Adjustment\nRefund"
}, },
@ -186,7 +193,7 @@
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2022-06-24 15:45:07.014679", "modified": "2022-06-30 11:51:31.911794",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Loan Management", "module": "Loan Management",
"name": "Loan Interest Accrual", "name": "Loan Interest Accrual",

View File

@ -7,6 +7,8 @@
"engine": "InnoDB", "engine": "InnoDB",
"field_order": [ "field_order": [
"loan", "loan",
"applicant_type",
"applicant",
"status", "status",
"column_break_3", "column_break_3",
"shortfall_time", "shortfall_time",
@ -23,6 +25,8 @@
{ {
"fieldname": "loan", "fieldname": "loan",
"fieldtype": "Link", "fieldtype": "Link",
"in_list_view": 1,
"in_standard_filter": 1,
"label": "Loan ", "label": "Loan ",
"options": "Loan", "options": "Loan",
"read_only": 1 "read_only": 1
@ -91,17 +95,35 @@
{ {
"fieldname": "shortfall_percentage", "fieldname": "shortfall_percentage",
"fieldtype": "Percent", "fieldtype": "Percent",
"in_list_view": 1,
"label": "Shortfall Percentage", "label": "Shortfall Percentage",
"read_only": 1 "read_only": 1
},
{
"fetch_from": "loan.applicant_type",
"fieldname": "applicant_type",
"fieldtype": "Select",
"label": "Applicant Type",
"options": "Employee\nMember\nCustomer"
},
{
"fetch_from": "loan.applicant",
"fieldname": "applicant",
"fieldtype": "Dynamic Link",
"in_list_view": 1,
"in_standard_filter": 1,
"label": "Applicant",
"options": "applicant_type"
} }
], ],
"in_create": 1, "in_create": 1,
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"links": [], "links": [],
"modified": "2021-04-01 08:13:43.263772", "modified": "2022-06-30 11:57:09.378089",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Loan Management", "module": "Loan Management",
"name": "Loan Security Shortfall", "name": "Loan Security Shortfall",
"naming_rule": "Expression (old style)",
"owner": "Administrator", "owner": "Administrator",
"permissions": [ "permissions": [
{ {
@ -132,5 +154,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
} }