Portal Invoice search and filter issue solved..
This commit is contained in:
parent
c502b73632
commit
968c2b958c
@ -295,6 +295,24 @@ return [
|
|||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
|
App\Models\Portal\Sale\Invoice::class => [
|
||||||
|
'columns' => [
|
||||||
|
'document_number' => ['searchable' => true],
|
||||||
|
'order_number' => ['searchable' => true],
|
||||||
|
'status',
|
||||||
|
'issued_at' => [
|
||||||
|
'key' => 'invoiced_at',
|
||||||
|
'date' => true,
|
||||||
|
],
|
||||||
|
'due_at' => ['date' => true],
|
||||||
|
'amount',
|
||||||
|
'currency_code' => [
|
||||||
|
'route' => 'portal.payment.currencies'
|
||||||
|
],
|
||||||
|
'parent_id',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
|
||||||
App\Models\Portal\Banking\Transaction::class => [
|
App\Models\Portal\Banking\Transaction::class => [
|
||||||
'columns' => [
|
'columns' => [
|
||||||
'paid_at' => ['date' => true],
|
'paid_at' => ['date' => true],
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
class-issued-at="col-sm-3 col-md-3 d-none d-sm-block"
|
class-issued-at="col-sm-3 col-md-3 d-none d-sm-block"
|
||||||
class-due-at="col-md-2 d-none d-md-block"
|
class-due-at="col-md-2 d-none d-md-block"
|
||||||
class-status="col-xs-4 col-sm-3 col-md-2 text-center"
|
class-status="col-xs-4 col-sm-3 col-md-2 text-center"
|
||||||
|
search-string-model="App\Models\Portal\Sale\Invoice"
|
||||||
/>
|
/>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user