
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.
7 lines
258 B
Dart
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';
|