2017-09-14 22:21:00 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
2017-12-13 02:21:32 +03:00
|
|
|
'this_year' => 'This Year',
|
|
|
|
'previous_year' => 'Previous Year',
|
|
|
|
'this_quarter' => 'This Quarter',
|
|
|
|
'previous_quarter' => 'Previous Quarter',
|
|
|
|
'last_12_months' => 'Last 12 Months',
|
2018-04-11 19:40:21 +03:00
|
|
|
'profit_loss' => 'Profit & Loss',
|
|
|
|
'gross_profit' => 'Gross Profit',
|
|
|
|
'net_profit' => 'Net Profit',
|
2018-04-12 18:20:07 +03:00
|
|
|
'total_expenses' => 'Total Expenses',
|
2018-04-16 12:15:51 +03:00
|
|
|
'net' => 'NET',
|
2019-12-27 13:44:56 +03:00
|
|
|
'income-expense' => 'Income & Expense',
|
2019-12-26 21:11:17 +03:00
|
|
|
|
2017-09-14 22:21:00 +03:00
|
|
|
'summary' => [
|
|
|
|
'income' => 'Income Summary',
|
|
|
|
'expense' => 'Expense Summary',
|
|
|
|
'income_expense' => 'Income vs Expense',
|
2018-04-16 12:15:51 +03:00
|
|
|
'tax' => 'Tax Summary',
|
2017-09-14 22:21:00 +03:00
|
|
|
],
|
|
|
|
|
2019-11-16 10:21:14 +03:00
|
|
|
'charts' => [
|
|
|
|
'line' => 'Line',
|
|
|
|
'bar' => 'Bar',
|
|
|
|
'pie' => 'Pie',
|
2018-04-11 19:40:21 +03:00
|
|
|
],
|
|
|
|
|
2017-09-14 22:21:00 +03:00
|
|
|
];
|