Merge Invoice and Bill into Document
This commit is contained in:
19
resources/views/components/edit-item-columns.blade.php
Normal file
19
resources/views/components/edit-item-columns.blade.php
Normal file
@ -0,0 +1,19 @@
|
||||
<akaunting-edit-item-columns
|
||||
placeholder="{{ (!empty($filters)) ? trans('general.placeholder.search_and_filter') : trans('general.search_placeholder')}}"
|
||||
search-text="{{ trans('general.search_text') }}"
|
||||
:edit-column="{{ json_encode([
|
||||
'status' => true,
|
||||
'text' => trans('general.add_new'),
|
||||
'new_text' => trans('modules.new'),
|
||||
'buttons' => [
|
||||
'cancel' => [
|
||||
'text' => trans('general.cancel'),
|
||||
'class' => 'btn-outline-secondary'
|
||||
],
|
||||
'confirm' => [
|
||||
'text' => trans('general.save'),
|
||||
'class' => 'btn-success'
|
||||
]
|
||||
]
|
||||
])}}"
|
||||
></akaunting-edit-item-columns>
|
Reference in New Issue
Block a user