2019-03-21 12:46:14 +00:00
|
|
|
{
|
|
|
|
"module": "route",
|
|
|
|
"name": "Routes",
|
|
|
|
"icon": "icon-delivery",
|
|
|
|
"validations" : true,
|
2022-03-02 13:59:30 +00:00
|
|
|
"dependencies": ["client", "worker", "ticket", "supplier", "invoiceIn"],
|
2019-11-10 10:08:44 +00:00
|
|
|
"menus": {
|
|
|
|
"main": [
|
2024-07-26 07:38:49 +00:00
|
|
|
{"state": "route.index", "icon": "icon-delivery"}
|
2019-11-10 10:08:44 +00:00
|
|
|
]
|
|
|
|
},
|
2019-03-21 12:46:14 +00:00
|
|
|
"routes": [
|
|
|
|
{
|
|
|
|
"url": "/route",
|
|
|
|
"state": "route",
|
|
|
|
"abstract": true,
|
2019-11-10 10:08:44 +00:00
|
|
|
"component": "vn-route",
|
2019-03-21 12:46:14 +00:00
|
|
|
"description": "Routes",
|
|
|
|
"acl": ["employee"]
|
2019-04-04 11:06:41 +00:00
|
|
|
}, {
|
2019-03-21 12:46:14 +00:00
|
|
|
"url": "/index?q",
|
|
|
|
"state": "route.index",
|
|
|
|
"component": "vn-route-index",
|
|
|
|
"description": "Routes"
|
2019-04-04 11:06:41 +00:00
|
|
|
}
|
2019-03-21 12:46:14 +00:00
|
|
|
]
|
2022-11-02 08:40:09 +00:00
|
|
|
}
|