mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
fix: Add totals and base total section
This commit is contained in:
@@ -78,20 +78,22 @@
|
|||||||
"base_total_taxes_and_charges",
|
"base_total_taxes_and_charges",
|
||||||
"column_break_47",
|
"column_break_47",
|
||||||
"total_taxes_and_charges",
|
"total_taxes_and_charges",
|
||||||
"totals",
|
"totals_section",
|
||||||
"base_grand_total",
|
|
||||||
"base_rounding_adjustment",
|
|
||||||
"base_rounded_total",
|
|
||||||
"base_in_words",
|
|
||||||
"column_break5",
|
|
||||||
"grand_total",
|
"grand_total",
|
||||||
"rounding_adjustment",
|
"rounding_adjustment",
|
||||||
"use_company_roundoff_cost_center",
|
|
||||||
"rounded_total",
|
|
||||||
"in_words",
|
"in_words",
|
||||||
|
"column_break5",
|
||||||
|
"rounded_total",
|
||||||
|
"disable_rounded_total",
|
||||||
"total_advance",
|
"total_advance",
|
||||||
"outstanding_amount",
|
"outstanding_amount",
|
||||||
"disable_rounded_total",
|
"use_company_roundoff_cost_center",
|
||||||
|
"base_totals_section",
|
||||||
|
"base_grand_total",
|
||||||
|
"base_rounding_adjustment",
|
||||||
|
"base_in_words",
|
||||||
|
"column_break_xjag",
|
||||||
|
"base_rounded_total",
|
||||||
"section_tax_withholding_entry",
|
"section_tax_withholding_entry",
|
||||||
"tax_withholding_group",
|
"tax_withholding_group",
|
||||||
"ignore_tax_withholding_threshold",
|
"ignore_tax_withholding_threshold",
|
||||||
@@ -1126,16 +1128,6 @@
|
|||||||
"options": "currency",
|
"options": "currency",
|
||||||
"print_hide": 1
|
"print_hide": 1
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"fieldname": "totals",
|
|
||||||
"fieldtype": "Section Break",
|
|
||||||
"hide_days": 1,
|
|
||||||
"hide_seconds": 1,
|
|
||||||
"label": "Totals",
|
|
||||||
"oldfieldtype": "Section Break",
|
|
||||||
"options": "fa fa-money",
|
|
||||||
"print_hide": 1
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"fieldname": "base_grand_total",
|
"fieldname": "base_grand_total",
|
||||||
"fieldtype": "Currency",
|
"fieldtype": "Currency",
|
||||||
@@ -2294,6 +2286,26 @@
|
|||||||
"fieldname": "override_tax_withholding_entries",
|
"fieldname": "override_tax_withholding_entries",
|
||||||
"fieldtype": "Check",
|
"fieldtype": "Check",
|
||||||
"label": "Edit Tax Withholding Entries"
|
"label": "Edit Tax Withholding Entries"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "totals_section",
|
||||||
|
"fieldtype": "Section Break",
|
||||||
|
"hide_days": 1,
|
||||||
|
"hide_seconds": 1,
|
||||||
|
"label": "Totals",
|
||||||
|
"oldfieldtype": "Section Break",
|
||||||
|
"options": "fa fa-money",
|
||||||
|
"print_hide": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "base_totals_section",
|
||||||
|
"fieldtype": "Section Break",
|
||||||
|
"label": "Totals (Company Currency)",
|
||||||
|
"options": "Company:company:default_currency"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "column_break_xjag",
|
||||||
|
"fieldtype": "Column Break"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"grid_page_length": 50,
|
"grid_page_length": 50,
|
||||||
@@ -2307,7 +2319,7 @@
|
|||||||
"link_fieldname": "consolidated_invoice"
|
"link_fieldname": "consolidated_invoice"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"modified": "2026-02-02 17:21:09.768833",
|
"modified": "2026-02-04 12:14:56.149710",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "Sales Invoice",
|
"name": "Sales Invoice",
|
||||||
|
|||||||
Reference in New Issue
Block a user