fix: added closed_date removed closed_on & added expected_deal_value & expected_closure_date field

This commit is contained in:
Shariq Ansari 2025-07-13 12:02:34 +05:30
parent 61259f3d2e
commit dcb1e47564

View File

@ -18,10 +18,11 @@
"lost_notes", "lost_notes",
"section_break_jgpm", "section_break_jgpm",
"probability", "probability",
"expected_deal_value",
"deal_value", "deal_value",
"column_break_kpxa", "column_break_kpxa",
"close_date", "expected_closure_date",
"closed_on", "closed_date",
"contacts_tab", "contacts_tab",
"contacts", "contacts",
"contact", "contact",
@ -95,11 +96,6 @@
"fieldtype": "Data", "fieldtype": "Data",
"label": "Website" "label": "Website"
}, },
{
"fieldname": "close_date",
"fieldtype": "Date",
"label": "Close Date"
},
{ {
"fieldname": "next_step", "fieldname": "next_step",
"fieldtype": "Data", "fieldtype": "Data",
@ -412,23 +408,34 @@
"label": "Lost Notes", "label": "Lost Notes",
"mandatory_depends_on": "eval: doc.lost_reason == \"Other\"" "mandatory_depends_on": "eval: doc.lost_reason == \"Other\""
}, },
{
"fieldname": "closed_on",
"fieldtype": "Datetime",
"label": "Closed On"
},
{ {
"default": "1", "default": "1",
"description": "The rate used to convert the deal\u2019s currency to your crm's base currency (set in CRM Settings). It is set once when the currency is first added and doesn't change automatically.", "description": "The rate used to convert the deal\u2019s currency to your crm's base currency (set in CRM Settings). It is set once when the currency is first added and doesn't change automatically.",
"fieldname": "exchange_rate", "fieldname": "exchange_rate",
"fieldtype": "Float", "fieldtype": "Float",
"label": "Exchange Rate" "label": "Exchange Rate"
},
{
"fieldname": "expected_deal_value",
"fieldtype": "Currency",
"label": "Expected Deal Value",
"options": "currency"
},
{
"fieldname": "expected_closure_date",
"fieldtype": "Date",
"label": "Expected Closure Date"
},
{
"fieldname": "closed_date",
"fieldtype": "Date",
"label": "Closed Date"
} }
], ],
"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-09 17:58:55.956639", "modified": "2025-07-13 11:54:20.608489",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "FCRM", "module": "FCRM",
"name": "CRM Deal", "name": "CRM Deal",