mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 23:52:57 +00:00
refactor: utm section in sales invoice
This commit is contained in:
@@ -217,16 +217,17 @@
|
|||||||
"column_break_140",
|
"column_break_140",
|
||||||
"to_date",
|
"to_date",
|
||||||
"update_auto_repeat_reference",
|
"update_auto_repeat_reference",
|
||||||
|
"utm_analytics_section",
|
||||||
|
"utm_source",
|
||||||
|
"utm_medium",
|
||||||
|
"column_break_ixxw",
|
||||||
|
"utm_campaign",
|
||||||
|
"utm_content",
|
||||||
"more_information",
|
"more_information",
|
||||||
"status",
|
"status",
|
||||||
"remarks",
|
"remarks",
|
||||||
"customer_group",
|
"customer_group",
|
||||||
"column_break_imbx",
|
"column_break_imbx",
|
||||||
"utm_source",
|
|
||||||
"utm_campaign",
|
|
||||||
"utm_medium",
|
|
||||||
"utm_content",
|
|
||||||
"col_break23",
|
|
||||||
"is_internal_customer",
|
"is_internal_customer",
|
||||||
"represents_company",
|
"represents_company",
|
||||||
"inter_company_invoice_reference",
|
"inter_company_invoice_reference",
|
||||||
@@ -1630,13 +1631,6 @@
|
|||||||
"no_copy": 1,
|
"no_copy": 1,
|
||||||
"read_only": 1
|
"read_only": 1
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"fieldname": "col_break23",
|
|
||||||
"fieldtype": "Column Break",
|
|
||||||
"hide_days": 1,
|
|
||||||
"hide_seconds": 1,
|
|
||||||
"width": "50%"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"default": "Draft",
|
"default": "Draft",
|
||||||
"fieldname": "status",
|
"fieldname": "status",
|
||||||
@@ -2303,6 +2297,16 @@
|
|||||||
"oldfieldtype": "Section Break",
|
"oldfieldtype": "Section Break",
|
||||||
"options": "fa fa-group",
|
"options": "fa fa-group",
|
||||||
"print_hide": 1
|
"print_hide": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "column_break_ixxw",
|
||||||
|
"fieldtype": "Column Break"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"collapsible": 1,
|
||||||
|
"fieldname": "utm_analytics_section",
|
||||||
|
"fieldtype": "Section Break",
|
||||||
|
"label": "UTM Analytics"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"grid_page_length": 50,
|
"grid_page_length": 50,
|
||||||
@@ -2316,7 +2320,7 @@
|
|||||||
"link_fieldname": "consolidated_invoice"
|
"link_fieldname": "consolidated_invoice"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"modified": "2026-02-06 20:43:44.732805",
|
"modified": "2026-02-10 11:59:07.819903",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "Sales Invoice",
|
"name": "Sales Invoice",
|
||||||
|
|||||||
Reference in New Issue
Block a user