fix: added more fields in deal doctype
This commit is contained in:
parent
5b4cb4cd7f
commit
ef3babe7a1
@ -13,12 +13,15 @@
|
|||||||
"column_break_afce",
|
"column_break_afce",
|
||||||
"deal_owner",
|
"deal_owner",
|
||||||
"close_date",
|
"close_date",
|
||||||
"deal_status",
|
"status",
|
||||||
"probability",
|
"probability",
|
||||||
"next_step",
|
"next_step",
|
||||||
"section_break_eepu",
|
"section_break_eepu",
|
||||||
"lead",
|
"lead",
|
||||||
"column_break_bqvs"
|
"column_break_bqvs",
|
||||||
|
"contacts_tab",
|
||||||
|
"email",
|
||||||
|
"mobile_no"
|
||||||
],
|
],
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
@ -79,29 +82,47 @@
|
|||||||
"label": "Deal Owner",
|
"label": "Deal Owner",
|
||||||
"options": "User"
|
"options": "User"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"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
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"fieldname": "naming_series",
|
"fieldname": "naming_series",
|
||||||
"fieldtype": "Select",
|
"fieldtype": "Select",
|
||||||
"label": "Naming Series",
|
"label": "Naming Series",
|
||||||
"options": "CRM-DEAL-.YYYY.-"
|
"options": "CRM-DEAL-.YYYY.-"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "contacts_tab",
|
||||||
|
"fieldtype": "Tab Break",
|
||||||
|
"label": "Contacts"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "email",
|
||||||
|
"fieldtype": "Data",
|
||||||
|
"label": "Email",
|
||||||
|
"options": "Email"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "mobile_no",
|
||||||
|
"fieldtype": "Data",
|
||||||
|
"label": "Mobile No",
|
||||||
|
"options": "Phone"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "Qualification",
|
||||||
|
"fieldname": "status",
|
||||||
|
"fieldtype": "Select",
|
||||||
|
"in_list_view": 1,
|
||||||
|
"label": "Status",
|
||||||
|
"options": "Qualification\nDemo/Making\nProposal/Quotation\nNegotiation\nReady to Close\nWon\nLost",
|
||||||
|
"reqd": 1,
|
||||||
|
"search_index": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2023-11-06 18:07:22.815164",
|
"modified": "2023-11-06 21:53:50.442404",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "FCRM",
|
"module": "FCRM",
|
||||||
"name": "CRM Deal",
|
"name": "CRM Deal",
|
||||||
|
"naming_rule": "By \"Naming Series\" field",
|
||||||
"owner": "Administrator",
|
"owner": "Administrator",
|
||||||
"permissions": [
|
"permissions": [
|
||||||
{
|
{
|
||||||
@ -119,5 +140,6 @@
|
|||||||
],
|
],
|
||||||
"sort_field": "modified",
|
"sort_field": "modified",
|
||||||
"sort_order": "DESC",
|
"sort_order": "DESC",
|
||||||
"states": []
|
"states": [],
|
||||||
|
"track_changes": 1
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user