
Replaces the generic scanner route with a dedicated reception scanning page. This change ensures the scanning process initiated from reception details is context-aware by passing the reception ID directly to the new `ReceptionScanPage`. This provides a more tailored and efficient workflow for reception operations.
6 lines
211 B
Dart
6 lines
211 B
Dart
export 'reception/reception_page.dart';
|
|
export 'delivery/delivery_page.dart';
|
|
export 'inventory/inventory_page.dart';
|
|
export 'reception/reception_details_page.dart';
|
|
export 'reception/reception_scan_page.dart';
|