[minor] only one Temporary Opening account

This commit is contained in:
Rushabh Mehta
2015-04-24 14:22:36 +05:30
parent 01e4c8f0f8
commit 6894b9e457
2 changed files with 5 additions and 11 deletions

View File

@@ -54,8 +54,8 @@
"Investments": { "Investments": {
"is_group": 1 "is_group": 1
}, },
"Temporary Accounts (Assets)": { "Temporary Accounts": {
"Temporary Assets": {} "Temporary Opening": {}
}, },
"root_type": "Asset" "root_type": "Asset"
}, },
@@ -175,9 +175,6 @@
"Unsecured Loans": {}, "Unsecured Loans": {},
"Bank Overdraft Account": {} "Bank Overdraft Account": {}
} }
},
"Temporary Accounts (Liabilities)": {
"Temporary Liabilities": {}
}, },
"root_type": "Liability" "root_type": "Liability"
} }

View File

@@ -57,8 +57,8 @@ def get():
_("Investments"): { _("Investments"): {
"is_group": 1 "is_group": 1
}, },
_("Temporary Accounts (Assets)"): { _("Temporary Accounts"): {
_("Temporary Assets"): {} _("Temporary Opening"): {}
}, },
"root_type": "Asset" "root_type": "Asset"
}, },
@@ -174,9 +174,6 @@ def get():
_("Unsecured Loans"): {}, _("Unsecured Loans"): {},
_("Bank Overdraft Account"): {}, _("Bank Overdraft Account"): {},
}, },
},
_("Temporary Accounts (Liabilities)"): {
_("Temporary Liabilities"): {}
}, },
"root_type": "Liability" "root_type": "Liability"
}, },