oms-Purchase/Admin/Install/Navigation.install.json
Dennis Eichhorn 116d4cd8fe
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled
fix permissions
2025-04-02 14:15:06 +00:00

65 lines
2.2 KiB
JSON

[
{
"id": 1002101001,
"pid": "/",
"type": 2,
"subtype": 0,
"name": "Purchase",
"uri": null,
"target": "self",
"icon": "shopping_cart",
"order": 45,
"from": "Purchase",
"permission": { "permission": 2, "category": null, "element": null },
"parent": 0,
"children": [
{
"id": 1002105001,
"pid": "/",
"type": 2,
"subtype": 1,
"name": "OrderSuggestions",
"uri": "{/base}/purchase/order/suggestion/list",
"target": "self",
"icon": null,
"order": 15,
"from": "Purchase",
"permission": { "permission": 2, "category": null, "element": null },
"parent": 1002101001,
"children": [
{
"id": 1002105101,
"pid": "/purchase/order/suggestion",
"type": 3,
"subtype": 1,
"name": "List",
"uri": "{/base}/purchase/order/suggestion/list",
"target": "self",
"icon": null,
"order": 1,
"from": "Purchase",
"permission": { "permission": 2, "category": null, "element": null },
"parent": 1002105001,
"children": []
},
{
"id": 1002105201,
"pid": "/purchase/order/suggestion",
"type": 3,
"subtype": 1,
"name": "Create",
"uri": "{/base}/purchase/order/suggestion/create",
"target": "self",
"icon": null,
"order": 5,
"from": "Purchase",
"permission": { "permission": 2, "category": null, "element": null },
"parent": 1002105001,
"children": []
}
]
}
]
}
]