fix: added filters & order by fields along with default columns checkbox

This commit is contained in:
Shariq Ansari 2023-12-31 14:47:33 +05:30
parent e850928e57
commit 0b791516a5

View File

@ -1,14 +1,22 @@
{
"actions": [],
"allow_rename": 1,
"autoname": "prompt",
"autoname": "autoincrement",
"creation": "2023-11-27 16:29:10.993403",
"doctype": "DocType",
"engine": "InnoDB",
"field_order": [
"label",
"user",
"column_break_zacm",
"dt",
"columns_tab",
"default_columns",
"columns",
"rows"
"rows",
"filters_tab",
"filters",
"order_by_tab",
"order_by"
],
"fields": [
{
@ -26,15 +34,65 @@
"fieldname": "rows",
"fieldtype": "Code",
"label": "Rows"
},
{
"fieldname": "filters",
"fieldtype": "Code",
"label": "Filters"
},
{
"fieldname": "columns_tab",
"fieldtype": "Tab Break",
"label": "Columns"
},
{
"fieldname": "filters_tab",
"fieldtype": "Tab Break",
"label": "Filters"
},
{
"fieldname": "label",
"fieldtype": "Data",
"in_list_view": 1,
"in_standard_filter": 1,
"label": "Label"
},
{
"fieldname": "column_break_zacm",
"fieldtype": "Column Break"
},
{
"fieldname": "dt",
"fieldtype": "Link",
"in_list_view": 1,
"in_standard_filter": 1,
"label": "DocType",
"options": "DocType"
},
{
"fieldname": "order_by_tab",
"fieldtype": "Tab Break",
"label": "Order By"
},
{
"fieldname": "order_by",
"fieldtype": "Code",
"label": "Order By"
},
{
"default": "0",
"fieldname": "default_columns",
"fieldtype": "Check",
"label": "Default Columns"
}
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2023-11-28 00:17:42.675332",
"modified": "2023-12-30 19:28:02.541487",
"modified_by": "Administrator",
"module": "FCRM",
"name": "CRM View Settings",
"naming_rule": "Set by user",
"naming_rule": "Autoincrement",
"owner": "Administrator",
"permissions": [
{