Updated standard chart of accounts
This commit is contained in:
parent
c0cc9902d9
commit
df2a75ad1d
@ -37,19 +37,24 @@
|
|||||||
"Capital Equipments": {
|
"Capital Equipments": {
|
||||||
"account_type": "Fixed Asset"
|
"account_type": "Fixed Asset"
|
||||||
},
|
},
|
||||||
"Computers": {
|
"Electronic Equipments": {
|
||||||
"account_type": "Fixed Asset"
|
"account_type": "Fixed Asset"
|
||||||
},
|
},
|
||||||
"Furniture and Fixture": {
|
"Furnitures and Fixtures": {
|
||||||
"account_type": "Fixed Asset"
|
"account_type": "Fixed Asset"
|
||||||
},
|
},
|
||||||
"Office Equipments": {
|
"Office Equipments": {
|
||||||
"account_type": "Fixed Asset"
|
"account_type": "Fixed Asset"
|
||||||
},
|
},
|
||||||
"Plant and Machinery": {
|
"Plants and Machineries": {
|
||||||
"account_type": "Fixed Asset"
|
"account_type": "Fixed Asset"
|
||||||
},
|
},
|
||||||
"Accumulated Depreciations": {}
|
"Buildings": {
|
||||||
|
"account_type": "Fixed Asset"
|
||||||
|
},
|
||||||
|
"Accumulated Depreciations": {
|
||||||
|
"account_type": "Accumulated Depreciation"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Investments": {
|
"Investments": {
|
||||||
"is_group": 1
|
"is_group": 1
|
||||||
@ -72,67 +77,37 @@
|
|||||||
},
|
},
|
||||||
"Stock Adjustment": {
|
"Stock Adjustment": {
|
||||||
"account_type": "Stock Adjustment"
|
"account_type": "Stock Adjustment"
|
||||||
},
|
}
|
||||||
"account_type": "Expense Account"
|
}
|
||||||
},
|
|
||||||
"account_type": "Expense Account"
|
|
||||||
},
|
},
|
||||||
"Indirect Expenses": {
|
"Indirect Expenses": {
|
||||||
"Administrative Expenses": {
|
"Administrative Expenses": {},
|
||||||
"account_type": "Expense Account"
|
"Commission on Sales": {},
|
||||||
},
|
|
||||||
"Commission on Sales": {
|
|
||||||
"account_type": "Expense Account"
|
|
||||||
},
|
|
||||||
"Depreciation": {
|
"Depreciation": {
|
||||||
"account_type": "Expense Account"
|
"account_type": "Depreciation"
|
||||||
},
|
|
||||||
"Entertainment Expenses": {
|
|
||||||
"account_type": "Expense Account"
|
|
||||||
},
|
},
|
||||||
|
"Entertainment Expenses": {},
|
||||||
"Freight and Forwarding Charges": {
|
"Freight and Forwarding Charges": {
|
||||||
"account_type": "Chargeable"
|
"account_type": "Chargeable"
|
||||||
},
|
},
|
||||||
"Legal Expenses": {
|
"Legal Expenses": {},
|
||||||
"account_type": "Expense Account"
|
"Marketing Expenses": {},
|
||||||
},
|
"Miscellaneous Expenses": {},
|
||||||
"Marketing Expenses": {
|
"Office Maintenance Expenses": {},
|
||||||
"account_type": "Chargeable"
|
"Office Rent": {},
|
||||||
},
|
"Postal Expenses": {},
|
||||||
"Miscellaneous Expenses": {
|
"Print and Stationary": {},
|
||||||
"account_type": "Chargeable"
|
|
||||||
},
|
|
||||||
"Office Maintenance Expenses": {
|
|
||||||
"account_type": "Expense Account"
|
|
||||||
},
|
|
||||||
"Office Rent": {
|
|
||||||
"account_type": "Expense Account"
|
|
||||||
},
|
|
||||||
"Postal Expenses": {
|
|
||||||
"account_type": "Expense Account"
|
|
||||||
},
|
|
||||||
"Print and Stationary": {
|
|
||||||
"account_type": "Expense Account"
|
|
||||||
},
|
|
||||||
"Rounded Off": {
|
"Rounded Off": {
|
||||||
"account_type": "Expense Account"
|
"account_type": "Round Off"
|
||||||
},
|
},
|
||||||
"Salary": {
|
"Salary": {},
|
||||||
"account_type": "Expense Account"
|
"Sales Expenses": {},
|
||||||
},
|
"Telephone Expenses": {},
|
||||||
"Sales Expenses": {
|
"Travel Expenses": {},
|
||||||
"account_type": "Expense Account"
|
"Utility Expenses": {},
|
||||||
},
|
"Write Off": {},
|
||||||
"Telephone Expenses": {
|
"Exchange Gain/Loss": {},
|
||||||
"account_type": "Expense Account"
|
"Gain/Loss on Asset Disposal": {}
|
||||||
},
|
|
||||||
"Travel Expenses": {
|
|
||||||
"account_type": "Expense Account"
|
|
||||||
},
|
|
||||||
"Utility Expenses": {
|
|
||||||
"account_type": "Expense Account"
|
|
||||||
},
|
|
||||||
"account_type": "Expense Account"
|
|
||||||
},
|
},
|
||||||
"root_type": "Expense"
|
"root_type": "Expense"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -41,16 +41,22 @@ def get():
|
|||||||
_("Capital Equipments"): {
|
_("Capital Equipments"): {
|
||||||
"account_type": "Fixed Asset"
|
"account_type": "Fixed Asset"
|
||||||
},
|
},
|
||||||
_("Computers"): {
|
_("Electronic Equipments"): {
|
||||||
"account_type": "Fixed Asset"
|
"account_type": "Fixed Asset"
|
||||||
},
|
},
|
||||||
_("Furniture and Fixture"): {
|
_("Furnitures and Fixtures"): {
|
||||||
"account_type": "Fixed Asset"
|
"account_type": "Fixed Asset"
|
||||||
},
|
},
|
||||||
_("Office Equipments"): {
|
_("Office Equipments"): {
|
||||||
"account_type": "Fixed Asset"
|
"account_type": "Fixed Asset"
|
||||||
},
|
},
|
||||||
_("Plant and Machinery"): {
|
_("Plants and Machineries"): {
|
||||||
|
"account_type": "Fixed Asset"
|
||||||
|
},
|
||||||
|
_("Buildings"): {
|
||||||
|
"account_type": "Fixed Asset"
|
||||||
|
},
|
||||||
|
_("Softwares"): {
|
||||||
"account_type": "Fixed Asset"
|
"account_type": "Fixed Asset"
|
||||||
},
|
},
|
||||||
_("Accumulated Depreciation"): {
|
_("Accumulated Depreciation"): {
|
||||||
@ -109,7 +115,10 @@ def get():
|
|||||||
_("Sales Expenses"): {},
|
_("Sales Expenses"): {},
|
||||||
_("Telephone Expenses"): {},
|
_("Telephone Expenses"): {},
|
||||||
_("Travel Expenses"): {},
|
_("Travel Expenses"): {},
|
||||||
_("Utility Expenses"): {}
|
_("Utility Expenses"): {},
|
||||||
|
_("Write Off"): {},
|
||||||
|
_("Exchange Gain/Loss"): {},
|
||||||
|
_("Gain/Loss on Asset Disposal"): {}
|
||||||
},
|
},
|
||||||
"root_type": "Expense"
|
"root_type": "Expense"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user