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