chore: add account type to employee advance account in standard chart of accounts

(cherry picked from commit a273147b6e)
This commit is contained in:
Asmita Hase
2025-08-06 10:36:18 +05:30
committed by Mergify
parent 5266690cd8
commit 4cc9061990
2 changed files with 2 additions and 2 deletions

View File

@@ -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"): {

View File

@@ -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"): {