fix: added type of deal status field
(cherry picked from commit 210a9d8d0635f296a72e65e1ce2899d274b5a6fa)
This commit is contained in:
parent
1f445b49cf
commit
5bd01ca7d9
@ -7,9 +7,11 @@
|
|||||||
"engine": "InnoDB",
|
"engine": "InnoDB",
|
||||||
"field_order": [
|
"field_order": [
|
||||||
"deal_status",
|
"deal_status",
|
||||||
"color",
|
"type",
|
||||||
"position",
|
"position",
|
||||||
"probability"
|
"column_break_ojiu",
|
||||||
|
"probability",
|
||||||
|
"color"
|
||||||
],
|
],
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
@ -39,12 +41,24 @@
|
|||||||
"fieldtype": "Percent",
|
"fieldtype": "Percent",
|
||||||
"in_list_view": 1,
|
"in_list_view": 1,
|
||||||
"label": "Probability"
|
"label": "Probability"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "Open",
|
||||||
|
"fieldname": "type",
|
||||||
|
"fieldtype": "Select",
|
||||||
|
"in_list_view": 1,
|
||||||
|
"label": "Type",
|
||||||
|
"options": "Open\nOngoing\nOn Hold\nWon\nLost"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "column_break_ojiu",
|
||||||
|
"fieldtype": "Column Break"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"grid_page_length": 50,
|
"grid_page_length": 50,
|
||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2025-07-01 12:06:42.937440",
|
"modified": "2025-07-11 16:03:28.077955",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "FCRM",
|
"module": "FCRM",
|
||||||
"name": "CRM Deal Status",
|
"name": "CRM Deal Status",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user