Added export serial excel button in production order page #837

Merged
jothi merged 1 commits from ranjith-dev into master 2026-07-18 10:06:19 +00:00
Showing only changes of commit 56ae97d2a3 - Show all commits

View File

@@ -36,5 +36,14 @@ class="px-2 py-1 border border-primary-500 text-primary-600 rounded hover:bg-pri
Print Item
</button>
@endcan
@can('view export serial number button')
<button
type="button"
wire:click="exportSerialNo"
class="px-2 py-1 border border-primary-500 text-primary-600 rounded hover:bg-primary-50 hover:border-primary-700 transition text-sm"
>
Export Serial Number
</button>
@endcan
</div>