2022-01-24 06:31:14 +00:00
|
|
|
import { t } from 'frappe';
|
2018-04-02 17:54:45 +00:00
|
|
|
|
2021-11-04 10:31:26 +00:00
|
|
|
export default {
|
2022-01-24 06:31:14 +00:00
|
|
|
[t('Application of Funds (Assets)')]: {
|
|
|
|
[t('Current Assets')]: {
|
|
|
|
[t('Accounts Receivable')]: {
|
|
|
|
[t('Debtors')]: {
|
2022-01-20 20:57:29 +00:00
|
|
|
accountType: 'Receivable',
|
2018-04-02 17:54:45 +00:00
|
|
|
},
|
2022-01-20 20:57:29 +00:00
|
|
|
},
|
2022-01-24 06:31:14 +00:00
|
|
|
[t('Bank Accounts')]: {
|
2022-01-20 20:57:29 +00:00
|
|
|
accountType: 'Bank',
|
|
|
|
isGroup: 1,
|
|
|
|
},
|
2022-01-24 06:31:14 +00:00
|
|
|
[t('Cash In Hand')]: {
|
|
|
|
[t('Cash')]: {
|
2022-01-20 20:57:29 +00:00
|
|
|
accountType: 'Cash',
|
2018-04-02 17:54:45 +00:00
|
|
|
},
|
2022-01-20 20:57:29 +00:00
|
|
|
accountType: 'Cash',
|
|
|
|
},
|
2022-01-24 06:31:14 +00:00
|
|
|
[t('Loans and Advances (Assets)')]: {
|
2022-01-20 20:57:29 +00:00
|
|
|
isGroup: 1,
|
|
|
|
},
|
2022-01-24 06:31:14 +00:00
|
|
|
[t('Securities and Deposits')]: {
|
|
|
|
[t('Earnest Money')]: {},
|
2022-01-20 20:57:29 +00:00
|
|
|
},
|
2022-01-24 06:31:14 +00:00
|
|
|
[t('Stock Assets')]: {
|
|
|
|
[t('Stock In Hand')]: {
|
2022-01-20 20:57:29 +00:00
|
|
|
accountType: 'Stock',
|
2018-04-02 17:54:45 +00:00
|
|
|
},
|
2022-01-20 20:57:29 +00:00
|
|
|
accountType: 'Stock',
|
|
|
|
},
|
2022-01-24 06:31:14 +00:00
|
|
|
[t('Tax Assets')]: {
|
2022-01-20 20:57:29 +00:00
|
|
|
isGroup: 1,
|
|
|
|
},
|
2018-04-02 17:54:45 +00:00
|
|
|
},
|
2022-01-24 06:31:14 +00:00
|
|
|
[t('Fixed Assets')]: {
|
|
|
|
[t('Capital Equipments')]: {
|
2022-01-20 20:57:29 +00:00
|
|
|
accountType: 'Fixed Asset',
|
|
|
|
},
|
2022-01-24 06:31:14 +00:00
|
|
|
[t('Electronic Equipments')]: {
|
2022-01-20 20:57:29 +00:00
|
|
|
accountType: 'Fixed Asset',
|
|
|
|
},
|
2022-01-24 06:31:14 +00:00
|
|
|
[t('Furnitures and Fixtures')]: {
|
2022-01-20 20:57:29 +00:00
|
|
|
accountType: 'Fixed Asset',
|
|
|
|
},
|
2022-01-24 06:31:14 +00:00
|
|
|
[t('Office Equipments')]: {
|
2022-01-20 20:57:29 +00:00
|
|
|
accountType: 'Fixed Asset',
|
|
|
|
},
|
2022-01-24 06:31:14 +00:00
|
|
|
[t('Plants and Machineries')]: {
|
2022-01-20 20:57:29 +00:00
|
|
|
accountType: 'Fixed Asset',
|
|
|
|
},
|
2022-01-24 06:31:14 +00:00
|
|
|
[t('Buildings')]: {
|
2022-01-20 20:57:29 +00:00
|
|
|
accountType: 'Fixed Asset',
|
|
|
|
},
|
2022-01-24 06:31:14 +00:00
|
|
|
[t('Softwares')]: {
|
2022-01-20 20:57:29 +00:00
|
|
|
accountType: 'Fixed Asset',
|
|
|
|
},
|
2022-01-24 06:31:14 +00:00
|
|
|
[t('Accumulated Depreciation')]: {
|
2022-01-20 20:57:29 +00:00
|
|
|
accountType: 'Accumulated Depreciation',
|
|
|
|
},
|
2018-04-02 17:54:45 +00:00
|
|
|
},
|
2022-01-24 06:31:14 +00:00
|
|
|
[t('Investments')]: {
|
2022-01-20 20:57:29 +00:00
|
|
|
isGroup: 1,
|
2018-04-02 17:54:45 +00:00
|
|
|
},
|
2022-01-24 06:31:14 +00:00
|
|
|
[t('Temporary Accounts')]: {
|
|
|
|
[t('Temporary Opening')]: {
|
2022-01-20 20:57:29 +00:00
|
|
|
accountType: 'Temporary',
|
|
|
|
},
|
2018-04-02 17:54:45 +00:00
|
|
|
},
|
2022-01-20 20:57:29 +00:00
|
|
|
rootType: 'Asset',
|
|
|
|
},
|
2022-01-24 06:31:14 +00:00
|
|
|
[t('Expenses')]: {
|
|
|
|
[t('Direct Expenses')]: {
|
|
|
|
[t('Stock Expenses')]: {
|
|
|
|
[t('Cost of Goods Sold')]: {
|
2022-01-20 20:57:29 +00:00
|
|
|
accountType: 'Cost of Goods Sold',
|
2018-04-02 17:54:45 +00:00
|
|
|
},
|
2022-01-24 06:31:14 +00:00
|
|
|
[t('Expenses Included In Valuation')]: {
|
2022-01-20 20:57:29 +00:00
|
|
|
accountType: 'Expenses Included In Valuation',
|
2018-04-02 17:54:45 +00:00
|
|
|
},
|
2022-01-24 06:31:14 +00:00
|
|
|
[t('Stock Adjustment')]: {
|
2022-01-20 20:57:29 +00:00
|
|
|
accountType: 'Stock Adjustment',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
2022-01-24 06:31:14 +00:00
|
|
|
[t('Indirect Expenses')]: {
|
|
|
|
[t('Administrative Expenses')]: {},
|
|
|
|
[t('Commission on Sales')]: {},
|
|
|
|
[t('Depreciation')]: {
|
2022-01-20 20:57:29 +00:00
|
|
|
accountType: 'Depreciation',
|
|
|
|
},
|
2022-01-24 06:31:14 +00:00
|
|
|
[t('Entertainment Expenses')]: {},
|
|
|
|
[t('Freight and Forwarding Charges')]: {
|
2022-01-20 20:57:29 +00:00
|
|
|
accountType: 'Chargeable',
|
|
|
|
},
|
2022-01-24 06:31:14 +00:00
|
|
|
[t('Legal Expenses')]: {},
|
|
|
|
[t('Marketing Expenses')]: {
|
2022-01-20 20:57:29 +00:00
|
|
|
accountType: 'Chargeable',
|
|
|
|
},
|
2022-01-24 06:31:14 +00:00
|
|
|
[t('Miscellaneous Expenses')]: {
|
2022-01-20 20:57:29 +00:00
|
|
|
accountType: 'Chargeable',
|
|
|
|
},
|
2022-01-24 06:31:14 +00:00
|
|
|
[t('Office Maintenance Expenses')]: {},
|
|
|
|
[t('Office Rent')]: {},
|
|
|
|
[t('Postal Expenses')]: {},
|
|
|
|
[t('Print and Stationery')]: {},
|
|
|
|
[t('Round Off')]: {
|
2022-01-20 20:57:29 +00:00
|
|
|
accountType: 'Round Off',
|
|
|
|
},
|
2022-01-24 06:31:14 +00:00
|
|
|
[t('Salary')]: {},
|
|
|
|
[t('Sales Expenses')]: {},
|
|
|
|
[t('Telephone Expenses')]: {},
|
|
|
|
[t('Travel Expenses')]: {},
|
|
|
|
[t('Utility Expenses')]: {},
|
|
|
|
[t('Write Off')]: {},
|
|
|
|
[t('Exchange Gain/Loss')]: {},
|
|
|
|
[t('Gain/Loss on Asset Disposal')]: {},
|
2022-01-20 20:57:29 +00:00
|
|
|
},
|
|
|
|
rootType: 'Expense',
|
|
|
|
},
|
2022-01-24 06:31:14 +00:00
|
|
|
[t('Income')]: {
|
|
|
|
[t('Direct Income')]: {
|
|
|
|
[t('Sales')]: {},
|
|
|
|
[t('Service')]: {},
|
2022-01-20 20:57:29 +00:00
|
|
|
},
|
2022-01-24 06:31:14 +00:00
|
|
|
[t('Indirect Income')]: {
|
2022-01-20 20:57:29 +00:00
|
|
|
isGroup: 1,
|
|
|
|
},
|
|
|
|
rootType: 'Income',
|
|
|
|
},
|
2022-01-24 06:31:14 +00:00
|
|
|
[t('Source of Funds (Liabilities)')]: {
|
|
|
|
[t('Current Liabilities')]: {
|
|
|
|
[t('Accounts Payable')]: {
|
|
|
|
[t('Creditors')]: {
|
2022-01-20 20:57:29 +00:00
|
|
|
accountType: 'Payable',
|
2018-04-02 17:54:45 +00:00
|
|
|
},
|
2022-01-24 06:31:14 +00:00
|
|
|
[t('Payroll Payable')]: {},
|
2022-01-20 20:57:29 +00:00
|
|
|
},
|
2022-01-24 06:31:14 +00:00
|
|
|
[t('Stock Liabilities')]: {
|
|
|
|
[t('Stock Received But Not Billed')]: {
|
2022-01-20 20:57:29 +00:00
|
|
|
accountType: 'Stock Received But Not Billed',
|
2018-04-02 17:54:45 +00:00
|
|
|
},
|
2022-01-20 20:57:29 +00:00
|
|
|
},
|
2022-01-24 06:31:14 +00:00
|
|
|
[t('Duties and Taxes')]: {
|
2022-01-20 20:57:29 +00:00
|
|
|
accountType: 'Tax',
|
|
|
|
isGroup: 1,
|
|
|
|
},
|
2022-01-24 06:31:14 +00:00
|
|
|
[t('Loans (Liabilities)')]: {
|
|
|
|
[t('Secured Loans')]: {},
|
|
|
|
[t('Unsecured Loans')]: {},
|
|
|
|
[t('Bank Overdraft Account')]: {},
|
2022-01-20 20:57:29 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
rootType: 'Liability',
|
|
|
|
},
|
2022-01-24 06:31:14 +00:00
|
|
|
[t('Equity')]: {
|
|
|
|
[t('Capital Stock')]: {
|
2022-01-20 20:57:29 +00:00
|
|
|
accountType: 'Equity',
|
|
|
|
},
|
2022-01-24 06:31:14 +00:00
|
|
|
[t('Dividends Paid')]: {
|
2022-01-20 20:57:29 +00:00
|
|
|
accountType: 'Equity',
|
|
|
|
},
|
2022-01-24 06:31:14 +00:00
|
|
|
[t('Opening Balance Equity')]: {
|
2022-01-20 20:57:29 +00:00
|
|
|
accountType: 'Equity',
|
|
|
|
},
|
2022-01-24 06:31:14 +00:00
|
|
|
[t('Retained Earnings')]: {
|
2022-01-20 20:57:29 +00:00
|
|
|
accountType: 'Equity',
|
|
|
|
},
|
|
|
|
rootType: 'Equity',
|
|
|
|
},
|
|
|
|
};
|