Commented success message on qr scanning
This commit is contained in:
@@ -301,13 +301,13 @@ class InvoiceDataTable extends Component
|
||||
]);
|
||||
}
|
||||
|
||||
Notification::make()
|
||||
->title('Success: Capacitor QR')
|
||||
// ->title("Panel box code scanned: $itemCode")
|
||||
->body("'Capacitor' QR scanned status updated, Scan next QR.")
|
||||
->success()
|
||||
->seconds(2)
|
||||
->send();
|
||||
// Notification::make()
|
||||
// ->title('Success: Capacitor QR')
|
||||
// // ->title("Panel box code scanned: $itemCode")
|
||||
// ->body("'Capacitor' QR scanned status updated, Scan next QR.")
|
||||
// ->success() // commented
|
||||
// ->seconds(2)
|
||||
// ->send();
|
||||
|
||||
$totalQuantity = InvoiceValidation::where('invoice_number', $matchingValidation->invoice_number)->where('plant_id', $this->plantId)->count();
|
||||
$scannedQuantity = InvoiceValidation::where('invoice_number', $matchingValidation->invoice_number)->where('plant_id', $this->plantId)->where('scanned_status', 'Scanned')->count();
|
||||
|
||||
Reference in New Issue
Block a user