94 lines
1.7 KiB
JavaScript
94 lines
1.7 KiB
JavaScript
group_name: 'HRC',
|
|
item: [
|
|
{
|
|
name: 'Рабочий стол',
|
|
url: 'app.dashboard',
|
|
icon: 'dashboard',
|
|
order: 0
|
|
},
|
|
{
|
|
name: 'Eorders (dev)',
|
|
acl: 'eorders',
|
|
url: 'app.orders',
|
|
icon: 'dashboard',
|
|
order: 0
|
|
},
|
|
{
|
|
name: 'RoomMap (dev)',
|
|
acl: 'roommap',
|
|
url: 'app.roommap',
|
|
icon: 'dashboard',
|
|
order: 0
|
|
},
|
|
{
|
|
name: 'Loyalty (dev)',
|
|
acl: 'loyalty',
|
|
url: 'app.loyalty',
|
|
icon: 'dashboard',
|
|
order: 0
|
|
},
|
|
{
|
|
name: 'Гости',
|
|
acl: 'clients',
|
|
url: 'app.clients',
|
|
icon: 'group',
|
|
order: 40
|
|
},
|
|
{
|
|
name: 'Персонал',
|
|
acl: 'staff',
|
|
url: 'app.staff',
|
|
icon: 'business',
|
|
order: 50
|
|
},
|
|
{
|
|
name: 'Реализация',
|
|
acl: 'shifts,report',
|
|
icon: 'library_books',
|
|
order: 30,
|
|
items: [
|
|
{
|
|
name: 'Смены',
|
|
acl: 'shifts',
|
|
url: 'app.shifts'
|
|
},
|
|
{
|
|
name: 'Отчеты',
|
|
acl: 'reports',
|
|
url: 'app.reports'
|
|
}
|
|
]
|
|
},
|
|
{
|
|
name: 'Терминалы',
|
|
acl: 'terminals',
|
|
url: 'app.terminals',
|
|
icon: 'desktop_windows',
|
|
order: 100
|
|
},
|
|
{
|
|
name: 'Пользователи',
|
|
acl: 'users',
|
|
icon: 'account_box',
|
|
order: 101,
|
|
items: [
|
|
{
|
|
name: 'Управление',
|
|
acl: 'users',
|
|
url: 'app.users'
|
|
},
|
|
{
|
|
name: 'Логи',
|
|
acl: 'users',
|
|
url: 'app.user_logs'
|
|
}
|
|
]
|
|
},
|
|
{
|
|
name: 'Настройки',
|
|
acl: 'settings',
|
|
url: 'app.settings',
|
|
icon: 'settings',
|
|
order: 102
|
|
}
|
|
]; |