Vendor user check fixed..
This commit is contained in:
parent
16e62719b5
commit
afbced2e0c
@ -209,6 +209,23 @@ return [
|
|||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
|
App\Models\Purchase\Vendor::class => [
|
||||||
|
'columns' => [
|
||||||
|
'type',
|
||||||
|
'name' => ['searchable' => true],
|
||||||
|
'email' => ['searchable' => true],
|
||||||
|
'tax_number' => ['searchable' => true],
|
||||||
|
'phone' => ['searchable' => true],
|
||||||
|
'address' => ['searchable' => true],
|
||||||
|
'website' => ['searchable' => true],
|
||||||
|
'currency_code' => [
|
||||||
|
'route' => 'currencies.index'
|
||||||
|
],
|
||||||
|
'reference',
|
||||||
|
'enabled' => ['boolean' => true],
|
||||||
|
],
|
||||||
|
],
|
||||||
|
|
||||||
App\Models\Sale\Invoice::class => [
|
App\Models\Sale\Invoice::class => [
|
||||||
'columns' => [
|
'columns' => [
|
||||||
'document_number' => ['searchable' => true],
|
'document_number' => ['searchable' => true],
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
'class' => 'mb-0'
|
'class' => 'mb-0'
|
||||||
]) !!}
|
]) !!}
|
||||||
<div class="align-items-center" v-if="!bulk_action.show">
|
<div class="align-items-center" v-if="!bulk_action.show">
|
||||||
<x-search-string model="App\Models\Common\Contact" />
|
<x-search-string model="App\Models\Purchase\Vendor" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{ Form::bulkActionRowGroup('general.vendors', $bulk_actions, ['group' => 'purchases', 'type' => 'vendors']) }}
|
{{ Form::bulkActionRowGroup('general.vendors', $bulk_actions, ['group' => 'purchases', 'type' => 'vendors']) }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user