updated search string package

This commit is contained in:
Denis Duliçi
2020-07-04 15:23:46 +03:00
parent 71eb916b57
commit 588c553a6e
3 changed files with 1059 additions and 226 deletions

View File

@ -69,14 +69,14 @@ return [
'number' => ['searchable' => true],
'bank_name' => ['searchable' => true],
'bank_address' => ['searchable' => true],
'currency_code',
'currency' => ['relationship' => true],
'enabled' => ['boolean' => true],
],
],
App\Models\Banking\Reconciliation::class => [
'columns' => [
'account_id',
'account' => ['relationship' => true],
'closing_balance',
'reconciled' => ['boolean' => true],
'started_at' => ['date' => true],