mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-18 14:32:13 +00:00
feat: added revaluation surplus and impairment acc in standard charts… (#43022)
feat: added revaluation surplus and impairment acc in standard charts of accounts
Co-authored-by: “rahulgupta8848” <“rahul.gupta@8848digital.com”>
(cherry picked from commit 8202f505cc)
This commit is contained in:
@@ -109,7 +109,8 @@
|
|||||||
"Utility Expenses": {},
|
"Utility Expenses": {},
|
||||||
"Write Off": {},
|
"Write Off": {},
|
||||||
"Exchange Gain/Loss": {},
|
"Exchange Gain/Loss": {},
|
||||||
"Gain/Loss on Asset Disposal": {}
|
"Gain/Loss on Asset Disposal": {},
|
||||||
|
"Impairment": {}
|
||||||
},
|
},
|
||||||
"root_type": "Expense"
|
"root_type": "Expense"
|
||||||
},
|
},
|
||||||
@@ -132,7 +133,8 @@
|
|||||||
"Source of Funds (Liabilities)": {
|
"Source of Funds (Liabilities)": {
|
||||||
"Capital Account": {
|
"Capital Account": {
|
||||||
"Reserves and Surplus": {},
|
"Reserves and Surplus": {},
|
||||||
"Shareholders Funds": {}
|
"Shareholders Funds": {},
|
||||||
|
"Revaluation Surplus": {}
|
||||||
},
|
},
|
||||||
"Current Liabilities": {
|
"Current Liabilities": {
|
||||||
"Accounts Payable": {
|
"Accounts Payable": {
|
||||||
|
|||||||
@@ -72,6 +72,7 @@ def get():
|
|||||||
_("Write Off"): {},
|
_("Write Off"): {},
|
||||||
_("Exchange Gain/Loss"): {},
|
_("Exchange Gain/Loss"): {},
|
||||||
_("Gain/Loss on Asset Disposal"): {},
|
_("Gain/Loss on Asset Disposal"): {},
|
||||||
|
_("Impairment"): {},
|
||||||
},
|
},
|
||||||
"root_type": "Expense",
|
"root_type": "Expense",
|
||||||
},
|
},
|
||||||
@@ -104,6 +105,7 @@ def get():
|
|||||||
_("Dividends Paid"): {"account_type": "Equity"},
|
_("Dividends Paid"): {"account_type": "Equity"},
|
||||||
_("Opening Balance Equity"): {"account_type": "Equity"},
|
_("Opening Balance Equity"): {"account_type": "Equity"},
|
||||||
_("Retained Earnings"): {"account_type": "Equity"},
|
_("Retained Earnings"): {"account_type": "Equity"},
|
||||||
|
_("Revaluation Surplus"): {"account_type": "Equity"},
|
||||||
"root_type": "Equity",
|
"root_type": "Equity",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user