1
0
forked from poc/pds

Added permissions for ems trend line and trend chart page

This commit is contained in:
dhanabalan
2025-07-31 16:59:12 +05:30
parent b2d2ab7e05
commit 6b67d94476

View File

@@ -141,6 +141,8 @@ class PermissionSeeder extends Seeder
Permission::updateOrCreate(['name' => 'view guard patrol hourly count dashboard']); Permission::updateOrCreate(['name' => 'view guard patrol hourly count dashboard']);
Permission::updateOrCreate(['name' => 'view invoice serial quantity dashboard']); Permission::updateOrCreate(['name' => 'view invoice serial quantity dashboard']);
Permission::updateOrCreate(['name' => 'create production sticker reprint page']); Permission::updateOrCreate(['name' => 'create production sticker reprint page']);
Permission::updateOrCreate(['name' => 'view ems trend line analysis dashboard']);
Permission::updateOrCreate(['name' => 'view ems trend chart analysis dashboard']);
//Send To Sap Permissions //Send To Sap Permissions