mirror of
https://github.com/meichthys/church.git
synced 2026-02-06 08:55:39 +00:00
add expense type fields to list view
This commit is contained in:
parent
cacca1e7f8
commit
412ff8ef9e
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user