mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 14:20:31 +00:00
feat: balance sheet report.
feat: trial balance sheet. feat: general ledger report. feat: journal report. feat: profit/loss report.
This commit is contained in:
@@ -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',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user