fix: added deal_status and is_deal field in CRM Lead doctype to use it as a Deal
This commit is contained in:
parent
8879f0fdd4
commit
68369f3d45
@ -17,9 +17,11 @@
|
|||||||
"lead_name",
|
"lead_name",
|
||||||
"gender",
|
"gender",
|
||||||
"image",
|
"image",
|
||||||
|
"is_deal",
|
||||||
"column_break_lcuv",
|
"column_break_lcuv",
|
||||||
"lead_owner",
|
"lead_owner",
|
||||||
"status",
|
"status",
|
||||||
|
"deal_status",
|
||||||
"source",
|
"source",
|
||||||
"section_break_ymew",
|
"section_break_ymew",
|
||||||
"email",
|
"email",
|
||||||
@ -79,11 +81,12 @@
|
|||||||
"fieldtype": "Column Break"
|
"fieldtype": "Column Break"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"default": "Open",
|
||||||
"fieldname": "status",
|
"fieldname": "status",
|
||||||
"fieldtype": "Select",
|
"fieldtype": "Select",
|
||||||
"in_list_view": 1,
|
"in_list_view": 1,
|
||||||
"label": "Status",
|
"label": "Lead Status",
|
||||||
"options": "New\nContact made\nProposal made\nNegotiation\nConverted",
|
"options": "Open\nContacted\nNurture\nQualified\nUnqualified\nJunk",
|
||||||
"reqd": 1,
|
"reqd": 1,
|
||||||
"search_index": 1
|
"search_index": 1
|
||||||
},
|
},
|
||||||
@ -181,12 +184,31 @@
|
|||||||
"fieldtype": "Data",
|
"fieldtype": "Data",
|
||||||
"label": "Full Name",
|
"label": "Full Name",
|
||||||
"search_index": 1
|
"search_index": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "Qualification",
|
||||||
|
"fieldname": "deal_status",
|
||||||
|
"fieldtype": "Select",
|
||||||
|
"in_list_view": 1,
|
||||||
|
"label": "Deal Status",
|
||||||
|
"options": "Qualification\nDemo/Making\nProposal/Quotation\nNegotiation\nReady to Close\nWon\nLost",
|
||||||
|
"reqd": 1,
|
||||||
|
"search_index": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "0",
|
||||||
|
"fieldname": "is_deal",
|
||||||
|
"fieldtype": "Check",
|
||||||
|
"in_list_view": 1,
|
||||||
|
"in_standard_filter": 1,
|
||||||
|
"label": "Is Deal",
|
||||||
|
"search_index": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"image_field": "image",
|
"image_field": "image",
|
||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2023-07-25 18:18:23.429029",
|
"modified": "2023-08-24 15:32:21.577653",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "CRM",
|
"module": "CRM",
|
||||||
"name": "CRM Lead",
|
"name": "CRM Lead",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user