feat: balance sheet report.

feat: trial balance sheet.
feat: general ledger report.
feat: journal report.
feat: profit/loss report.
This commit is contained in:
a.bouhuolia
2020-12-30 20:39:17 +02:00
parent de9f6d9521
commit 7ae73ed6cd
62 changed files with 2403 additions and 1850 deletions

View File

@@ -255,7 +255,7 @@ export default {
accrual: 'Accrual',
from: 'From',
to: 'To',
accounting_basis: 'Accounting Basis:',
accounting_basis: 'Accounting basis:',
general: 'General',
users: 'Users',
currencies: 'Currencies',
@@ -281,7 +281,7 @@ export default {
journal: 'Journal',
general_ledger: 'General Ledger',
general_ledger_sheet: 'General Ledger Sheet',
profit_loss_sheet: 'Profit Loss Sheet',
profit_loss_sheet: 'Profit/Loss Sheet',
expenses: 'Expenses',
expenses_list: 'Expenses List',
new_expenses: 'New Expenses',
@@ -334,8 +334,8 @@ export default {
export: 'Export',
accounts_with_zero_balance: 'Accounts with Zero Balance',
all_transactions: 'All Transactions',
filter_accounts: 'Filter Accounts',
calculate_report: 'Calculate Report',
filter_accounts: 'Filter accounts',
calculate_report: 'Calculate report',
total: 'Total',
specific_accounts: 'Specific Accounts',
trans_num: 'Trans. NUM',
@@ -928,5 +928,6 @@ export default {
'Are you sure you want to activate this item? You will be able to inactivate it later',
inactivate_item: 'Inactivate Item',
activate_item: 'Activate Item',
all_payments:'All Payments'
all_payments:'All Payments',
hide_customizer: 'Hide Customizer',
};