From 9e59f3d0fb8ccf6a8c3e6554acde8b7b2bd6e299 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Thu, 19 Feb 2026 12:00:45 +0530 Subject: [PATCH] Added sub group name of production --- app/Filament/Pages/ProductionCalender.php | 2 ++ app/Filament/Pages/ProductionTarget.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/app/Filament/Pages/ProductionCalender.php b/app/Filament/Pages/ProductionCalender.php index c926c1d..8abe8c4 100644 --- a/app/Filament/Pages/ProductionCalender.php +++ b/app/Filament/Pages/ProductionCalender.php @@ -27,6 +27,8 @@ class ProductionCalender extends Page protected static string $view = 'filament.pages.production-calender'; + protected static ?string $navigationGroup = 'Production'; + use InteractsWithForms; protected $listeners = ['setWorkingDays']; diff --git a/app/Filament/Pages/ProductionTarget.php b/app/Filament/Pages/ProductionTarget.php index f8d4ede..62c6e57 100644 --- a/app/Filament/Pages/ProductionTarget.php +++ b/app/Filament/Pages/ProductionTarget.php @@ -19,6 +19,8 @@ class ProductionTarget extends Page protected static string $view = 'filament.pages.production-target'; + protected static ?string $navigationGroup = 'Production'; + public array $filters = []; -- 2.49.1