chore: add list view filters

(cherry picked from commit ade09bc709ab8bca047abdad5235461a4618bc17)
This commit is contained in:
ruthra kumar 2023-11-09 17:16:58 +05:30 committed by Mergify
parent feb49f23ed
commit f0a8c83fa8

View File

@ -20,6 +20,7 @@
"fieldname": "transaction_name", "fieldname": "transaction_name",
"fieldtype": "Dynamic Link", "fieldtype": "Dynamic Link",
"in_list_view": 1, "in_list_view": 1,
"in_standard_filter": 1,
"label": "Name", "label": "Name",
"options": "from_doctype" "options": "from_doctype"
}, },
@ -39,6 +40,7 @@
{ {
"fieldname": "from_doctype", "fieldname": "from_doctype",
"fieldtype": "Link", "fieldtype": "Link",
"in_standard_filter": 1,
"label": "From Doctype", "label": "From Doctype",
"options": "DocType", "options": "DocType",
"read_only": 1 "read_only": 1
@ -54,6 +56,7 @@
"fieldname": "date", "fieldname": "date",
"fieldtype": "Date", "fieldtype": "Date",
"in_list_view": 1, "in_list_view": 1,
"in_standard_filter": 1,
"label": "Date ", "label": "Date ",
"read_only": 1 "read_only": 1
}, },
@ -70,9 +73,10 @@
"read_only": 1 "read_only": 1
} }
], ],
"in_create": 1,
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"links": [], "links": [],
"modified": "2023-11-09 15:33:26.828998", "modified": "2023-11-09 16:55:31.026064",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Bulk Transaction", "module": "Bulk Transaction",
"name": "Bulk Transaction Log Detail", "name": "Bulk Transaction Log Detail",