Merge Invoice and Bill into Document
This commit is contained in:
9
resources/views/components/select-item-button.blade.php
Normal file
9
resources/views/components/select-item-button.blade.php
Normal file
@ -0,0 +1,9 @@
|
||||
<akaunting-item-button
|
||||
placeholder="{{ trans('general.placeholder.item_search') }}"
|
||||
no-data-text="{{ trans('general.no_data') }}"
|
||||
no-matching-data-text="{{ trans('general.no_matching_data') }}"
|
||||
type="{{ $type }}"
|
||||
price="{{ $price }}"
|
||||
:items="{{ json_encode($items) }}"
|
||||
@item="onSelectedItem($event)"
|
||||
></akaunting-item-button>
|
Reference in New Issue
Block a user