feat: journal and general ledger report.

This commit is contained in:
a.bouhuolia
2021-01-21 14:32:31 +02:00
parent da69c333d7
commit 1a89730855
43 changed files with 797 additions and 372 deletions

View File

@@ -58,23 +58,23 @@ export default class AccountType extends TenantModel {
static get labels() {
return {
inventory: 'Inventory',
other_current_asset: 'Other current asset',
bank: 'Bank account',
other_current_asset: 'Other Current Asset',
bank: 'Bank Account',
cash: 'Cash',
fixed_asset: 'Fixed asset',
non_current_asset: 'Non-current asset',
accounts_payable: 'Accounts payable (A/P)',
accounts_receivable: 'Accounts receivable (A/R)',
credit_card: 'Credit card',
long_term_liability: 'Long term liability',
other_current_liability: 'Other current liability',
other_liability: 'Other liability',
fixed_asset: 'Fixed Asset',
non_current_asset: 'Non-Current Asset',
accounts_payable: 'Accounts Payable (A/P)',
accounts_receivable: 'Accounts Receivable (A/R)',
credit_card: 'Credit Card',
long_term_liability: 'Long Term Liability',
other_current_liability: 'Other Current Liability',
other_liability: 'Other Liability',
equity: "Equity",
expense: "Expense",
income: "Income",
other_income: "Other income",
other_expense: "Other expense",
cost_of_goods_sold: "Cost of goods sold (COGS)",
other_income: "Other Income",
other_expense: "Other Expense",
cost_of_goods_sold: "Cost of Goods Sold (COGS)",
};
}
}