mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 13:39:18 +00:00
chore: add account type to employee advance account in standard chart of accounts
This commit is contained in:
@@ -13,7 +13,7 @@ def get():
|
|||||||
_("Bank Accounts"): {"account_type": "Bank", "is_group": 1},
|
_("Bank Accounts"): {"account_type": "Bank", "is_group": 1},
|
||||||
_("Cash In Hand"): {_("Cash"): {"account_type": "Cash"}, "account_type": "Cash"},
|
_("Cash In Hand"): {_("Cash"): {"account_type": "Cash"}, "account_type": "Cash"},
|
||||||
_("Loans and Advances (Assets)"): {
|
_("Loans and Advances (Assets)"): {
|
||||||
_("Employee Advances"): {},
|
_("Employee Advances"): {"account_type": "Payable"},
|
||||||
},
|
},
|
||||||
_("Securities and Deposits"): {_("Earnest Money"): {}},
|
_("Securities and Deposits"): {_("Earnest Money"): {}},
|
||||||
_("Stock Assets"): {
|
_("Stock Assets"): {
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ def get():
|
|||||||
"account_number": "1100",
|
"account_number": "1100",
|
||||||
},
|
},
|
||||||
_("Loans and Advances (Assets)"): {
|
_("Loans and Advances (Assets)"): {
|
||||||
_("Employee Advances"): {"account_number": "1610"},
|
_("Employee Advances"): {"account_number": "1610", "account_type": "Payable"},
|
||||||
"account_number": "1600",
|
"account_number": "1600",
|
||||||
},
|
},
|
||||||
_("Securities and Deposits"): {
|
_("Securities and Deposits"): {
|
||||||
|
|||||||
Reference in New Issue
Block a user