From a6fdf4cec3d348cf15fe3ed457d87b6f307f98fe Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Wed, 19 Jun 2024 18:10:32 +0530 Subject: [PATCH] fix: added lead fields in deal and rearranged fields --- crm/fcrm/doctype/crm_deal/crm_deal.json | 137 +++++++++++++++++------- 1 file changed, 97 insertions(+), 40 deletions(-) diff --git a/crm/fcrm/doctype/crm_deal/crm_deal.json b/crm/fcrm/doctype/crm_deal/crm_deal.json index 8b91b3db..9e9818d3 100644 --- a/crm/fcrm/doctype/crm_deal/crm_deal.json +++ b/crm/fcrm/doctype/crm_deal/crm_deal.json @@ -8,31 +8,40 @@ "engine": "InnoDB", "field_order": [ "organization_tab", + "naming_series", "organization", - "website", - "territory", - "annual_revenue", - "close_date", - "probability", "next_step", + "probability", + "column_break_ijan", + "status", + "close_date", "deal_owner", "contacts_tab", + "contacts", + "contact", + "lead_details_tab", + "lead", + "source", + "column_break_wsde", "lead_name", + "organization_details_section", + "organization_name", + "website", + "no_of_employees", + "job_title", + "column_break_xbyf", + "territory", + "annual_revenue", + "industry", + "person_section", + "salutation", + "first_name", + "last_name", + "column_break_xjmy", "email", "mobile_no", "phone", - "contacts", - "others_tab", - "naming_series", - "status", - "section_break_sygz", - "no_of_employees", - "column_break_nwob", - "job_title", - "section_break_eepu", - "lead", - "column_break_bqvs", - "source", + "gender", "sla_tab", "sla", "sla_creation", @@ -88,14 +97,6 @@ "label": "Lead", "options": "CRM Lead" }, - { - "fieldname": "section_break_eepu", - "fieldtype": "Section Break" - }, - { - "fieldname": "column_break_bqvs", - "fieldtype": "Column Break" - }, { "fieldname": "deal_owner", "fieldtype": "Link", @@ -142,12 +143,6 @@ "label": "Contacts", "options": "CRM Contacts" }, - { - "fieldname": "others_tab", - "fieldtype": "Tab Break", - "label": "Others", - "read_only": 1 - }, { "fieldname": "organization_tab", "fieldtype": "Tab Break", @@ -235,14 +230,6 @@ "label": "No. of Employees", "options": "1-10\n11-50\n51-200\n201-500\n501-1000\n1000+" }, - { - "fieldname": "section_break_sygz", - "fieldtype": "Section Break" - }, - { - "fieldname": "column_break_nwob", - "fieldtype": "Column Break" - }, { "fieldname": "job_title", "fieldtype": "Data", @@ -270,11 +257,81 @@ "fieldname": "lead_name", "fieldtype": "Data", "label": "Lead Name" + }, + { + "fieldname": "column_break_ijan", + "fieldtype": "Column Break" + }, + { + "fieldname": "lead_details_tab", + "fieldtype": "Tab Break", + "label": "Lead Details" + }, + { + "fieldname": "column_break_wsde", + "fieldtype": "Column Break" + }, + { + "fieldname": "organization_details_section", + "fieldtype": "Section Break", + "label": "Organization Details" + }, + { + "fieldname": "organization_name", + "fieldtype": "Data", + "label": "Organization Name" + }, + { + "fieldname": "column_break_xbyf", + "fieldtype": "Column Break" + }, + { + "fieldname": "industry", + "fieldtype": "Link", + "label": "Industry", + "options": "CRM Industry" + }, + { + "fieldname": "person_section", + "fieldtype": "Section Break", + "label": "Person" + }, + { + "fieldname": "salutation", + "fieldtype": "Link", + "label": "Salutation", + "options": "Salutation" + }, + { + "fieldname": "first_name", + "fieldtype": "Data", + "label": "First Name" + }, + { + "fieldname": "last_name", + "fieldtype": "Data", + "label": "Last Name" + }, + { + "fieldname": "column_break_xjmy", + "fieldtype": "Column Break" + }, + { + "fieldname": "gender", + "fieldtype": "Link", + "label": "Gender", + "options": "Gender" + }, + { + "fieldname": "contact", + "fieldtype": "Link", + "label": "Contact", + "options": "Contact" } ], "index_web_pages_for_search": 1, "links": [], - "modified": "2024-01-25 21:00:08.216020", + "modified": "2024-06-19 18:01:59.213811", "modified_by": "Administrator", "module": "FCRM", "name": "CRM Deal",