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',
|
|
|
|
|
2017-09-14 22:21:00 +03:00
|
|
|
'summary' => [
|
|
|
|
'income' => 'Income Summary',
|
|
|
|
'expense' => 'Expense Summary',
|
|
|
|
'income_expense' => 'Income vs Expense',
|
|
|
|
],
|
|
|
|
|
|
|
|
];
|