From 0f6b62b47af648c8ca21403ec6988de55d3deb62 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Tue, 8 Jul 2025 18:58:11 +0530 Subject: [PATCH] Updated navigation list order --- app/Filament/Pages/InvoiceFinder.php | 2 ++ app/Filament/Pages/PalletFromLocator.php | 2 ++ app/Filament/Pages/UploadSerialLocator.php | 2 ++ 3 files changed, 6 insertions(+) diff --git a/app/Filament/Pages/InvoiceFinder.php b/app/Filament/Pages/InvoiceFinder.php index 212d7b0..09a1dfd 100644 --- a/app/Filament/Pages/InvoiceFinder.php +++ b/app/Filament/Pages/InvoiceFinder.php @@ -23,6 +23,8 @@ class InvoiceFinder extends Page implements HasForms protected static ?string $navigationGroup = 'Export Dispatch'; + protected static ?int $navigationSort = 6; + //use InteractsWithForms; public $pId, $invoiceNumber; diff --git a/app/Filament/Pages/PalletFromLocator.php b/app/Filament/Pages/PalletFromLocator.php index 459d6b2..cdf825f 100644 --- a/app/Filament/Pages/PalletFromLocator.php +++ b/app/Filament/Pages/PalletFromLocator.php @@ -26,6 +26,8 @@ class PalletFromLocator extends Page implements HasForms protected static ?string $navigationGroup = 'Export Dispatch'; + protected static ?int $navigationSort = 4; + public $plantId; public $locatorNo; diff --git a/app/Filament/Pages/UploadSerialLocator.php b/app/Filament/Pages/UploadSerialLocator.php index 0275213..95b1a79 100644 --- a/app/Filament/Pages/UploadSerialLocator.php +++ b/app/Filament/Pages/UploadSerialLocator.php @@ -32,6 +32,8 @@ class UploadSerialLocator extends Page implements HasForms protected static ?string $navigationGroup = 'Export Dispatch'; + protected static ?int $navigationSort = 3; + public $upload_serial_locator; public $scan_locator = '';