bank reconciliation

This commit is contained in:
denisdulici
2018-10-27 17:57:40 +03:00
parent 42f6b00485
commit 268a4aa9d5
29 changed files with 1209 additions and 88 deletions

View File

@ -38,6 +38,10 @@ return [
'numbers' => 'Number|Numbers',
'statuses' => 'Status|Statuses',
'others' => 'Other|Others',
'contacts' => 'Contact|Contacts',
'reconciliations' => 'Reconciliation|Reconciliations',
'deposits' => 'Deposit|Deposits',
'withdrawals' => 'Withdrawal|Withdrawals',
'dashboard' => 'Dashboard',
'banking' => 'Banking',
@ -106,6 +110,13 @@ return [
'disable' => 'Disable',
'select_all' => 'Select All',
'unselect_all' => 'Unselect All',
'create_date' => 'Create Date',
'period' => 'Period',
'start' => 'Start',
'end' => 'End',
'clear' => 'Clear',
'difference' => 'Difference',
'title' => [
'new' => 'New :type',
'edit' => 'Edit :type',