Portal > Payment search and filter

This commit is contained in:
Cüneyt Şentürk
2021-01-12 22:21:59 +03:00
parent c1bfcb8b9a
commit c502b73632
4 changed files with 34 additions and 4 deletions

View File

@ -295,4 +295,19 @@ return [
],
],
App\Models\Portal\Banking\Transaction::class => [
'columns' => [
'paid_at' => ['date' => true],
'amount',
'currency_code' => [
'route' => 'portal.payment.currencies'
],
'document_id',
'description' => ['searchable' => true],
'payment_method',
'reference',
'parent_id',
],
],
];