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

This commit is contained in:
Asmita Hase
2025-08-06 10:36:18 +05:30
parent 2cb2e05b19
commit a273147b6e
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"): {