mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 03:09:09 +00:00
feat: add incoterm to sales transactions
This commit is contained in:
@@ -64,6 +64,7 @@
|
|||||||
"taxes_and_charges",
|
"taxes_and_charges",
|
||||||
"column_break_38",
|
"column_break_38",
|
||||||
"shipping_rule",
|
"shipping_rule",
|
||||||
|
"incoterm",
|
||||||
"column_break_55",
|
"column_break_55",
|
||||||
"tax_category",
|
"tax_category",
|
||||||
"section_break_40",
|
"section_break_40",
|
||||||
@@ -2114,6 +2115,12 @@
|
|||||||
"label": "Repost Required",
|
"label": "Repost Required",
|
||||||
"no_copy": 1,
|
"no_copy": 1,
|
||||||
"read_only": 1
|
"read_only": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "incoterm",
|
||||||
|
"fieldtype": "Link",
|
||||||
|
"label": "Incoterm",
|
||||||
|
"options": "Incoterm"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"icon": "fa fa-file-text",
|
"icon": "fa fa-file-text",
|
||||||
@@ -2126,7 +2133,7 @@
|
|||||||
"link_fieldname": "consolidated_invoice"
|
"link_fieldname": "consolidated_invoice"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"modified": "2022-11-15 09:33:47.870616",
|
"modified": "2022-11-17 17:17:10.883487",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "Sales Invoice",
|
"name": "Sales Invoice",
|
||||||
|
|||||||
@@ -48,6 +48,7 @@
|
|||||||
"tax_category",
|
"tax_category",
|
||||||
"column_break_34",
|
"column_break_34",
|
||||||
"shipping_rule",
|
"shipping_rule",
|
||||||
|
"incoterm",
|
||||||
"section_break_36",
|
"section_break_36",
|
||||||
"taxes",
|
"taxes",
|
||||||
"section_break_39",
|
"section_break_39",
|
||||||
@@ -1052,13 +1053,19 @@
|
|||||||
{
|
{
|
||||||
"fieldname": "column_break_108",
|
"fieldname": "column_break_108",
|
||||||
"fieldtype": "Column Break"
|
"fieldtype": "Column Break"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "incoterm",
|
||||||
|
"fieldtype": "Link",
|
||||||
|
"label": "Incoterm",
|
||||||
|
"options": "Incoterm"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"icon": "fa fa-shopping-cart",
|
"icon": "fa fa-shopping-cart",
|
||||||
"idx": 82,
|
"idx": 82,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2022-10-11 13:06:33.479650",
|
"modified": "2022-11-17 17:20:54.984348",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Selling",
|
"module": "Selling",
|
||||||
"name": "Quotation",
|
"name": "Quotation",
|
||||||
|
|||||||
@@ -63,6 +63,7 @@
|
|||||||
"tax_category",
|
"tax_category",
|
||||||
"column_break_49",
|
"column_break_49",
|
||||||
"shipping_rule",
|
"shipping_rule",
|
||||||
|
"incoterm",
|
||||||
"section_break_40",
|
"section_break_40",
|
||||||
"taxes",
|
"taxes",
|
||||||
"section_break_43",
|
"section_break_43",
|
||||||
@@ -1623,13 +1624,19 @@
|
|||||||
{
|
{
|
||||||
"fieldname": "column_break_152",
|
"fieldname": "column_break_152",
|
||||||
"fieldtype": "Column Break"
|
"fieldtype": "Column Break"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "incoterm",
|
||||||
|
"fieldtype": "Link",
|
||||||
|
"label": "Incoterm",
|
||||||
|
"options": "Incoterm"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"icon": "fa fa-file-text",
|
"icon": "fa fa-file-text",
|
||||||
"idx": 105,
|
"idx": 105,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2022-10-11 13:06:10.469796",
|
"modified": "2022-11-17 17:22:00.413878",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Selling",
|
"module": "Selling",
|
||||||
"name": "Sales Order",
|
"name": "Sales Order",
|
||||||
|
|||||||
@@ -62,6 +62,7 @@
|
|||||||
"tax_category",
|
"tax_category",
|
||||||
"column_break_39",
|
"column_break_39",
|
||||||
"shipping_rule",
|
"shipping_rule",
|
||||||
|
"incoterm",
|
||||||
"section_break_41",
|
"section_break_41",
|
||||||
"taxes",
|
"taxes",
|
||||||
"section_break_44",
|
"section_break_44",
|
||||||
@@ -1381,13 +1382,19 @@
|
|||||||
{
|
{
|
||||||
"fieldname": "column_break_18",
|
"fieldname": "column_break_18",
|
||||||
"fieldtype": "Column Break"
|
"fieldtype": "Column Break"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "incoterm",
|
||||||
|
"fieldtype": "Link",
|
||||||
|
"label": "Incoterm",
|
||||||
|
"options": "Incoterm"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"icon": "fa fa-truck",
|
"icon": "fa fa-truck",
|
||||||
"idx": 146,
|
"idx": 146,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2022-10-11 13:06:58.655635",
|
"modified": "2022-11-17 17:22:42.860790",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Stock",
|
"module": "Stock",
|
||||||
"name": "Delivery Note",
|
"name": "Delivery Note",
|
||||||
|
|||||||
Reference in New Issue
Block a user