From 6894b9e457dd31c221a3f83ef2fa9710f1795472 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Fri, 24 Apr 2015 14:22:36 +0530 Subject: [PATCH] [minor] only one Temporary Opening account --- .../verified/in_standard_chart_of_accounts.json | 9 +++------ .../verified/standard_chart_of_accounts.py | 7 ++----- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/erpnext/accounts/doctype/account/chart_of_accounts/verified/in_standard_chart_of_accounts.json b/erpnext/accounts/doctype/account/chart_of_accounts/verified/in_standard_chart_of_accounts.json index c2fbecc214..c85e07c5af 100644 --- a/erpnext/accounts/doctype/account/chart_of_accounts/verified/in_standard_chart_of_accounts.json +++ b/erpnext/accounts/doctype/account/chart_of_accounts/verified/in_standard_chart_of_accounts.json @@ -54,8 +54,8 @@ "Investments": { "is_group": 1 }, - "Temporary Accounts (Assets)": { - "Temporary Assets": {} + "Temporary Accounts": { + "Temporary Opening": {} }, "root_type": "Asset" }, @@ -175,11 +175,8 @@ "Unsecured Loans": {}, "Bank Overdraft Account": {} } - }, - "Temporary Accounts (Liabilities)": { - "Temporary Liabilities": {} }, "root_type": "Liability" } } -} \ No newline at end of file +} diff --git a/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py b/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py index 50fc2f43dc..24ab6f2f97 100644 --- a/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +++ b/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py @@ -57,8 +57,8 @@ def get(): _("Investments"): { "is_group": 1 }, - _("Temporary Accounts (Assets)"): { - _("Temporary Assets"): {} + _("Temporary Accounts"): { + _("Temporary Opening"): {} }, "root_type": "Asset" }, @@ -174,9 +174,6 @@ def get(): _("Unsecured Loans"): {}, _("Bank Overdraft Account"): {}, }, - }, - _("Temporary Accounts (Liabilities)"): { - _("Temporary Liabilities"): {} }, "root_type": "Liability" },