Update RestoreShift frontend
This commit is contained in:
miroman-afk
2022-01-13 15:43:04 +03:00
parent f964aca7a9
commit 61d8b4e1d2
18 changed files with 1973 additions and 126 deletions

View File

@@ -12,5 +12,30 @@ item: [
url: 'app.orders',
icon: 'dashboard',
order: 0
},
{
name: 'Гости',
acl: 'clients',
url: 'app.clients',
icon: 'group',
order: 40
},
{
name: 'Реализация',
acl: 'shifts,report',
icon: 'library_books',
order: 30,
items: [
{
name: 'Смены',
acl: 'shifts',
url: 'app.shifts'
},
{
name: 'Отчеты',
acl: 'reports',
url: 'app.reports'
}
]
}
];