add expense type fields to list view

This commit is contained in:
meichthys 2025-10-11 02:28:46 +00:00
parent cacca1e7f8
commit 412ff8ef9e

View File

@ -58,13 +58,19 @@
"fieldname": "parent_church_expense_type",
"fieldtype": "Link",
"ignore_user_permissions": 1,
"in_filter": 1,
"in_list_view": 1,
"in_preview": 1,
"in_standard_filter": 1,
"label": "Parent Expense Type",
"options": "Church Expense Type"
},
{
"fieldname": "type",
"fieldtype": "Data",
"in_list_view": 1,
"in_filter": 1,
"in_preview": 1,
"in_standard_filter": 1,
"label": "Type",
"reqd": 1
},
@ -72,6 +78,10 @@
"description": "The fund which this type of expense will reduce",
"fieldname": "fund",
"fieldtype": "Link",
"in_filter": 1,
"in_list_view": 1,
"in_preview": 1,
"in_standard_filter": 1,
"label": "Fund",
"options": "Church Fund",
"reqd": 1
@ -95,7 +105,7 @@
"link_fieldname": "type"
}
],
"modified": "2025-10-09 02:43:59.959368",
"modified": "2025-10-10 22:21:08.303404",
"modified_by": "Administrator",
"module": "Church Finances",
"name": "Church Expense Type",