refactored migrations

This commit is contained in:
denisdulici
2020-01-08 17:07:18 +03:00
parent b6e07f0d8e
commit 01617f242c
68 changed files with 895 additions and 3002 deletions

View File

@ -18,6 +18,11 @@ return [
'try' => 'Turkish Lira',
],
'offline_payments' => [
'cash' => 'Cash',
'bank' => 'Bank Transfer',
],
'reports' => [
'income' => 'Monthly income summary by category.',
'expense' => 'Monthly expense summary by category.',