ranjith-dev #618

Merged
jothi merged 3 commits from ranjith-dev into master 2026-05-19 09:50:02 +00:00
Showing only changes of commit 5b333621fe - Show all commits

View File

@@ -61,6 +61,10 @@ Route::get('production-orders/{production_order}/{plant_code}/printpanel',
[ProductionOrderController::class, 'printpanel']
)->name('production-orders.printpanel');
Route::get('production-orders/{production_order}/printItemSerial',
[ProductionOrderController::class, 'printItemSerial']
)->name('production-orders.printItemSerial');
// Route::get('/characteristic/approve', [CharacteristicApprovalController::class, 'approve'])
// ->name('characteristic.approve')
// ->middleware('signed');