2018-11-08 12:11:42 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'reconcile' => 'Reconcile',
|
|
|
|
'reconciled' => 'Reconciled',
|
|
|
|
'closing_balance' => 'Closing Balance',
|
|
|
|
'unreconciled' => 'Unreconciled',
|
|
|
|
'list_transactions' => 'List Transactions',
|
|
|
|
'start_date' => 'Start Date',
|
|
|
|
'end_date' => 'End Date',
|
|
|
|
'cleared_amount' => 'Cleared Amount',
|
2019-01-10 12:53:37 +03:00
|
|
|
'deposit' => 'Deposit',
|
|
|
|
'withdrawal' => 'Withdrawal',
|
2018-11-08 12:11:42 +03:00
|
|
|
|
|
|
|
];
|