Added guard patrol day count chart

This commit is contained in:
dhanabalan
2025-06-25 10:34:11 +05:30
parent 88cde40215
commit 3a796857b0
4 changed files with 250 additions and 0 deletions

View File

@@ -130,6 +130,7 @@ class PermissionSeeder extends Seeder
Permission::updateOrCreate(['name' => 'view production order count dashboard']);
Permission::updateOrCreate(['name' => 'view production line stop count dashboard']);
Permission::updateOrCreate(['name' => 'view guard patrol entry dashboard']);
Permission::updateOrCreate(['name' => 'view guard patrol day count dashboard']);
}
}