refactor: use separate round off for opening entries

(cherry picked from commit 88e68168e3)

# Conflicts:
#	erpnext/accounts/general_ledger.py
This commit is contained in:
ruthra kumar
2024-08-02 11:49:50 +05:30
committed by Mergify
parent 8e6249d361
commit 9a3e9c4c9a
7 changed files with 63 additions and 13 deletions

View File

@@ -252,6 +252,7 @@ erpnext.company.setup_queries = function (frm) {
["default_expense_account", { root_type: "Expense" }],
["default_income_account", { root_type: "Income" }],
["round_off_account", { root_type: "Expense" }],
["round_off_for_opening", { root_type: "Liability" }],
["write_off_account", { root_type: "Expense" }],
["default_deferred_expense_account", {}],
["default_deferred_revenue_account", {}],