barcode_scanner/lib/pages/operation/operation_page.dart
mandreshope 0b4e5042cc feat: Implements reception search page
Introduces a dedicated search page for reception operations.

Enables navigation to this new page from the 'Reception' quick action component, providing a dedicated interface for searching reception records.

Registers the `ReceptionSearchRoute` to integrate it into the application's secure routing system.

Also updates the empty state message on the reception list for improved localization and user experience.
2025-08-04 15:29:52 +03:00

7 lines
258 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';
export 'reception/reception_search_page.dart';