2017-09-14 22:21:00 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'account_name' => 'Account Name',
|
|
|
|
'number' => 'Number',
|
|
|
|
'opening_balance' => 'Opening Balance',
|
|
|
|
'current_balance' => 'Current Balance',
|
|
|
|
'bank_name' => 'Bank Name',
|
|
|
|
'bank_phone' => 'Bank Phone',
|
|
|
|
'bank_address' => 'Bank Address',
|
|
|
|
'default_account' => 'Default Account',
|
2021-08-07 16:31:40 +03:00
|
|
|
'incoming' => 'Incoming',
|
|
|
|
'outgoing' => 'Outgoing',
|
2021-08-07 15:32:01 +03:00
|
|
|
'see_performance' => 'See Performance',
|
|
|
|
'create_report' => 'If you want to see account performance. You can create Income vs Expense report instance.',
|
2017-09-14 22:21:00 +03:00
|
|
|
|
|
|
|
];
|