mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 20:29:09 +00:00
refactor: checkbox in Sales Invoice
(cherry picked from commit 0f3b06cc8a)
This commit is contained in:
@@ -79,6 +79,7 @@
|
|||||||
"column_break5",
|
"column_break5",
|
||||||
"grand_total",
|
"grand_total",
|
||||||
"rounding_adjustment",
|
"rounding_adjustment",
|
||||||
|
"use_company_roundoff_cost_center",
|
||||||
"rounded_total",
|
"rounded_total",
|
||||||
"in_words",
|
"in_words",
|
||||||
"total_advance",
|
"total_advance",
|
||||||
@@ -2134,6 +2135,12 @@
|
|||||||
"fieldname": "only_include_allocated_payments",
|
"fieldname": "only_include_allocated_payments",
|
||||||
"fieldtype": "Check",
|
"fieldtype": "Check",
|
||||||
"label": "Only Include Allocated Payments"
|
"label": "Only Include Allocated Payments"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "0",
|
||||||
|
"fieldname": "use_company_roundoff_cost_center",
|
||||||
|
"fieldtype": "Check",
|
||||||
|
"label": "Use Company default Cost Center for Round off"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"icon": "fa fa-file-text",
|
"icon": "fa fa-file-text",
|
||||||
@@ -2146,7 +2153,7 @@
|
|||||||
"link_fieldname": "consolidated_invoice"
|
"link_fieldname": "consolidated_invoice"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"modified": "2023-04-03 22:55:14.206473",
|
"modified": "2023-04-28 14:15:59.901154",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "Sales Invoice",
|
"name": "Sales Invoice",
|
||||||
|
|||||||
Reference in New Issue
Block a user