25 lines
1009 B
PHP
Raw Normal View History

2017-09-14 22:21:00 +03:00
<?php
return [
2021-03-18 13:03:13 +03:00
'currencies' => 'Currencies',
2019-12-29 03:01:19 +03:00
'total_income' => 'Total Income',
2017-09-14 22:21:00 +03:00
'receivables' => 'Receivables',
'open_invoices' => 'Open Invoices',
'overdue_invoices' => 'Overdue Invoices',
'total_expenses' => 'Total Expenses',
'payables' => 'Payables',
'open_bills' => 'Open Bills',
'overdue_bills' => 'Overdue Bills',
'total_profit' => 'Total Profit',
'open_profit' => 'Open Profit',
'overdue_profit' => 'Overdue Profit',
'cash_flow' => 'Cash Flow',
'no_profit_loss' => 'No Profit Loss',
2019-12-29 03:01:19 +03:00
'income_by_category' => 'Income By Category',
2017-09-14 22:21:00 +03:00
'expenses_by_category' => 'Expenses By Category',
'account_balance' => 'Account Balance',
2019-12-29 03:01:19 +03:00
'latest_income' => 'Latest Income',
2017-09-14 22:21:00 +03:00
'latest_expenses' => 'Latest Expenses',
];