31 lines
926 B
PHP
Raw Normal View History

2017-11-30 12:33:06 +03:00
<?php
return [
2018-03-06 17:05:58 +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-05-03 12:16:18 +03:00
'profit_loss' => 'Profit & Loss',
'gross_profit' => 'Gross Profit',
'net_profit' => 'Net Profit',
'total_expenses' => 'Total Expenses',
'net' => 'NET',
2018-03-06 17:05:58 +03:00
2017-11-30 12:33:06 +03:00
'summary' => [
'income' => 'Tổng hợp thu nhập',
'expense' => 'Tổng hợp chi phí',
'income_expense' => 'Thu nhập vs Chi phí',
2018-05-03 12:16:18 +03:00
'tax' => 'Tax Summary',
],
'quarter' => [
'1' => 'Jan-Mar',
'2' => 'Apr-Jun',
'3' => 'Jul-Sep',
'4' => 'Oct-Dec',
2017-11-30 12:33:06 +03:00
],
];