1
0
forked from poc/pds

Added all balde files related to production order screen and routes and controllers

This commit is contained in:
dhanabalan
2026-04-30 15:03:43 +05:30
parent 82e3980379
commit a3fb3c38f5
4 changed files with 229 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<button
type="button"
wire:click="saveProductionOrder"
class="px-2 py-1 border border-primary-500 text-primary-600 rounded hover:bg-primary-50 hover:border-primary-700 transition text-sm"
>
Save
</button>
<button
type="button"
wire:click="printProductionOrder"
class="px-2 py-1 border border-primary-500 text-primary-600 rounded hover:bg-primary-50 hover:border-primary-700 transition text-sm"
>
Print
</button>