feat: added enable forecasting settings

(cherry picked from commit d87a237789b55f6024f56cfd55376a2cc36b2e63)
This commit is contained in:
Shariq Ansari 2025-06-11 19:03:22 +05:30 committed by Mergify
parent 87a38250f6
commit 6c2ffaf8b7

View File

@ -7,6 +7,7 @@
"field_order": [ "field_order": [
"defaults_tab", "defaults_tab",
"restore_defaults", "restore_defaults",
"enable_forecasting",
"branding_tab", "branding_tab",
"brand_name", "brand_name",
"brand_logo", "brand_logo",
@ -28,7 +29,7 @@
{ {
"fieldname": "defaults_tab", "fieldname": "defaults_tab",
"fieldtype": "Tab Break", "fieldtype": "Tab Break",
"label": "Defaults" "label": "Settings"
}, },
{ {
"fieldname": "branding_tab", "fieldname": "branding_tab",
@ -56,12 +57,19 @@
"fieldname": "favicon", "fieldname": "favicon",
"fieldtype": "Attach", "fieldtype": "Attach",
"label": "Favicon" "label": "Favicon"
},
{
"default": "0",
"description": "It will make deal's \"Expected Closure Date\" mandatory to get accurate date forecasting insights",
"fieldname": "enable_forecasting",
"fieldtype": "Check",
"label": "Enable Forecasting"
} }
], ],
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"issingle": 1, "issingle": 1,
"links": [], "links": [],
"modified": "2025-02-20 12:38:38.088477", "modified": "2025-06-11 19:02:50.134252",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "FCRM", "module": "FCRM",
"name": "FCRM Settings", "name": "FCRM Settings",
@ -95,7 +103,8 @@
"share": 1 "share": 1
} }
], ],
"row_format": "Dynamic",
"sort_field": "creation", "sort_field": "creation",
"sort_order": "DESC", "sort_order": "DESC",
"states": [] "states": []
} }