refactored widgets

This commit is contained in:
denisdulici
2019-12-29 03:01:19 +03:00
parent e41b56a5b0
commit 6052506fd0
23 changed files with 445 additions and 935 deletions

View File

@ -2,7 +2,7 @@
return [
'total_incomes' => 'Total Incomes',
'total_income' => 'Total Income',
'receivables' => 'Receivables',
'open_invoices' => 'Open Invoices',
'overdue_invoices' => 'Overdue Invoices',
@ -15,9 +15,9 @@ return [
'overdue_profit' => 'Overdue Profit',
'cash_flow' => 'Cash Flow',
'no_profit_loss' => 'No Profit Loss',
'incomes_by_category' => 'Incomes By Category',
'income_by_category' => 'Income By Category',
'expenses_by_category' => 'Expenses By Category',
'account_balance' => 'Account Balance',
'latest_incomes' => 'Latest Incomes',
'latest_income' => 'Latest Income',
'latest_expenses' => 'Latest Expenses',
];