2 Commits

Author SHA1 Message Date
ea64aea9ce Merge pull request 'Added sub group name of production' (#354) from ranjith-dev into master
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Reviewed-on: #354
2026-02-19 06:31:05 +00:00
dhanabalan
9e59f3d0fb Added sub group name of production
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Gemini PR Review / Gemini PR Review (pull_request) Has been cancelled
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Has been cancelled
Laravel Larastan / larastan (pull_request) Has been cancelled
Laravel Pint / pint (pull_request) Has been cancelled
2026-02-19 12:00:45 +05:30
2 changed files with 4 additions and 0 deletions

View File

@@ -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'];

View File

@@ -19,6 +19,8 @@ class ProductionTarget extends Page
protected static string $view = 'filament.pages.production-target';
protected static ?string $navigationGroup = 'Production';
public array $filters = [];