update superAdmin users business

This commit is contained in:
2026-03-14 16:26:22 +03:30
parent 9bfbef6f64
commit 20be653499
126 changed files with 2891 additions and 169 deletions
+18 -48
View File
@@ -9,58 +9,28 @@ export const MENU_ITEMS = [
},
],
},
// {
// label: 'انبارها',
// icon: 'pi pi-fw pi-box',
// items: [
// {
// label: 'لیست انبارها',
// icon: 'pi pi-fw pi-list',
// routerLink: ['/inventories'],
// },
// ],
// },
// {
// label: 'کالاها',
// icon: 'pi pi-fw pi-tags',
// items: [
// {
// label: 'لیست کالاها',
// icon: 'pi pi-fw pi-list',
// routerLink: ['/products'],
// },
// {
// label: 'برندهای کالا',
// icon: 'pi pi-fw pi-tags',
// routerLink: ['/product-brands'],
// },
// {
// label: 'دسته‌بندی‌های کالا',
// icon: 'pi pi-fw pi-list',
// routerLink: ['/product-categories'],
// },
// ],
// },
// {
// label: 'تامین‌کنندگان',
// icon: 'pi pi-fw pi-users',
// items: [
// {
// label: 'لیست تامین‌کنندگان',
// icon: 'pi pi-fw pi-list',
// routerLink: ['/suppliers'],
// },
// ],
// },
{
label: 'مدیریت اطلاعات مرجع',
icon: 'pi pi-fw pi-cog',
items: [
{
label: 'برندهای دستگاه',
icon: 'pi pi-fw pi-list',
routerLink: ['/super_admin/device_brands'],
},
{
label: 'دستگاه‌ها',
icon: 'pi pi-fw pi-list',
routerLink: ['/super_admin/devices'],
},
],
},
{
label: 'مدیریت سیستم',
icon: 'pi pi-fw pi-cog',
items: [
// {
// label: 'حساب‌های بانکی',
// icon: 'pi pi-fw pi-credit-card',
// routerLink: ['/bankAccounts'],
// },
{
label: 'کاربران',
icon: 'pi pi-fw pi-user',