profit & loss

This commit is contained in:
denisdulici
2018-04-11 19:40:21 +03:00
parent eeb715f169
commit a97772c3a0
10 changed files with 400 additions and 2 deletions

View File

@ -7,6 +7,9 @@ return [
'this_quarter' => 'This Quarter',
'previous_quarter' => 'Previous Quarter',
'last_12_months' => 'Last 12 Months',
'profit_loss' => 'Profit & Loss',
'gross_profit' => 'Gross Profit',
'net_profit' => 'Net Profit',
'summary' => [
'income' => 'Income Summary',
@ -14,4 +17,11 @@ return [
'income_expense' => 'Income vs Expense',
],
'quarter' => [
'1' => 'Jan-Mar',
'2' => 'Apr-Jun',
'3' => 'Jul-Sep',
'4' => 'Oct-Dec',
],
];