2020-01-10 10:52:35 +00:00
|
|
|
{
|
|
|
|
"module": "entry",
|
|
|
|
"name": "Entries",
|
|
|
|
"icon": "icon-entry",
|
2020-08-26 14:33:47 +00:00
|
|
|
"dependencies": ["travel", "item"],
|
2020-01-10 10:52:35 +00:00
|
|
|
"validations": true,
|
|
|
|
"menus": {
|
|
|
|
"main": [
|
2020-07-20 09:31:47 +00:00
|
|
|
{"state": "entry.index", "icon": "icon-entry"},
|
2022-03-07 11:43:05 +00:00
|
|
|
{"state": "entry.latestBuys", "icon": "contact_support"}
|
2020-01-10 10:52:35 +00:00
|
|
|
]
|
|
|
|
},
|
2021-01-29 08:46:57 +00:00
|
|
|
"keybindings": [
|
|
|
|
{"key": "e", "state": "entry.index"}
|
|
|
|
],
|
2020-01-10 10:52:35 +00:00
|
|
|
"routes": [
|
|
|
|
{
|
|
|
|
"url": "/entry",
|
|
|
|
"state": "entry",
|
|
|
|
"abstract": true,
|
|
|
|
"component": "vn-entry",
|
|
|
|
"description": "Entries"
|
2021-06-03 14:14:52 +00:00
|
|
|
},
|
|
|
|
{
|
2020-01-10 10:52:35 +00:00
|
|
|
"url": "/index?q",
|
|
|
|
"state": "entry.index",
|
|
|
|
"component": "vn-entry-index",
|
2020-08-26 14:33:47 +00:00
|
|
|
"description": "Entries",
|
2021-02-10 08:10:15 +00:00
|
|
|
"acl": ["buyer", "administrative"]
|
2020-01-10 10:52:35 +00:00
|
|
|
}
|
|
|
|
]
|
2024-06-07 09:35:03 +00:00
|
|
|
}
|