oms-CashManagement/Admin/Install/Navigation.install.json
Dennis Eichhorn 8ac7510a40
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
bug fixes
2024-10-11 19:17:40 +00:00

34 lines
954 B
JSON

[
{
"id": 1009001001,
"pid": "/",
"type": 2,
"subtype": 1,
"name": "CashManagement",
"uri": "{/base}/accounting/cash/list",
"target": "self",
"icon": null,
"order": 65,
"from": "CashManagement",
"permission": { "permission": 2, "category": null, "element": null },
"parent": 1002601001,
"children": [
{
"id": 1009002001,
"pid": "/cash",
"type": 3,
"subtype": 1,
"name": "List",
"uri": "{/base}/accounting/cash/list",
"target": "self",
"icon": null,
"order": 1,
"from": "CashManagement",
"permission": { "permission": 2, "category": null, "element": null },
"parent": 1009001001,
"children": []
}
]
}
]