mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
refactor: utm section in opportunity
This commit is contained in:
@@ -44,13 +44,12 @@
|
|||||||
"column_break_17",
|
"column_break_17",
|
||||||
"opportunity_amount",
|
"opportunity_amount",
|
||||||
"base_opportunity_amount",
|
"base_opportunity_amount",
|
||||||
"section_break_analytics",
|
"utm_analytics_section",
|
||||||
"utm_source",
|
"utm_source",
|
||||||
"utm_content",
|
"utm_medium",
|
||||||
"column_break_emai",
|
"column_break_emai",
|
||||||
"utm_campaign",
|
"utm_campaign",
|
||||||
"column_break_whcu",
|
"utm_content",
|
||||||
"utm_medium",
|
|
||||||
"more_info",
|
"more_info",
|
||||||
"company",
|
"company",
|
||||||
"transaction_date",
|
"transaction_date",
|
||||||
@@ -629,15 +628,6 @@
|
|||||||
"options": "UTM Campaign",
|
"options": "UTM Campaign",
|
||||||
"print_hide": 1
|
"print_hide": 1
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"fieldname": "section_break_analytics",
|
|
||||||
"fieldtype": "Section Break",
|
|
||||||
"label": "Analytics"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"fieldname": "column_break_whcu",
|
|
||||||
"fieldtype": "Column Break"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"fieldname": "utm_medium",
|
"fieldname": "utm_medium",
|
||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
@@ -650,13 +640,19 @@
|
|||||||
"fieldtype": "Data",
|
"fieldtype": "Data",
|
||||||
"label": "Content",
|
"label": "Content",
|
||||||
"print_hide": 1
|
"print_hide": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"collapsible": 1,
|
||||||
|
"fieldname": "utm_analytics_section",
|
||||||
|
"fieldtype": "Section Break",
|
||||||
|
"label": "Analytics"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"grid_page_length": 50,
|
"grid_page_length": 50,
|
||||||
"icon": "fa fa-info-sign",
|
"icon": "fa fa-info-sign",
|
||||||
"idx": 195,
|
"idx": 195,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2025-08-11 13:35:39.476016",
|
"modified": "2026-02-10 14:36:01.387984",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "CRM",
|
"module": "CRM",
|
||||||
"name": "Opportunity",
|
"name": "Opportunity",
|
||||||
|
|||||||
Reference in New Issue
Block a user