Compare commits

...

2 Commits

Author SHA1 Message Date
firmanr 3e83ee3077 Merge pull request 'feat: add privilege configuration report tenant' (#14) from feat/report into development
continuous-integration/drone/tag Build is passing Details
Reviewed-on: #14
2024-07-05 06:31:08 +00:00
Firman Ramdhani ce6343dfa2 feat: add privilege configuration report tenant 2024-07-05 13:29:43 +07:00
1 changed files with 11 additions and 1 deletions

View File

@ -128,14 +128,24 @@ export const PrivilegeAdminConstant = [
{
menu: 'LAPORAN',
menu_label: 'Laporan',
sub_menu: 'LAPORAN',
sub_menu_label: 'Laporan',
actions: [PrivilegeAction.VIEW],
index: 12,
},
{
menu: 'LAPORAN',
menu_label: 'Laporan',
sub_menu: 'LAPORAN_TENANT',
sub_menu_label: 'Laporan Tenant',
actions: [PrivilegeAction.VIEW],
index: 13,
},
{
menu: 'DISKON_CODE',
menu_label: 'Generate Diskon Kode',
actions: [PrivilegeAction.CREATE],
index: 13,
index: 14,
},
];