add date to church financial transaction

This commit is contained in:
meichthys 2025-10-10 04:14:13 +00:00
parent cbe8b50de5
commit cca49476db

View File

@ -10,6 +10,7 @@
"amount",
"source_type",
"source",
"date",
"notes"
],
"fields": [
@ -51,13 +52,20 @@
"label": "Source",
"options": "source_type",
"reqd": 1
},
{
"fieldname": "date",
"fieldtype": "Datetime",
"in_list_view": 1,
"label": "Date",
"options": "now"
}
],
"grid_page_length": 50,
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
"modified": "2025-10-02 00:50:27.009030",
"modified": "2025-10-10 00:10:58.863167",
"modified_by": "Administrator",
"module": "Church Finances",
"name": "Church Financial Transaction",