Portal > Payment search and filter
This commit is contained in:
@ -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',
|
||||
],
|
||||
],
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user