oms-CashManagement/Admin/Install/Navigation.install.json
Dennis Eichhorn 6e499ade67 fix bugs
2024-04-12 00:52:05 +00:00

34 lines
954 B
JSON

[
{
"id": 1008401001,
"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": 1008402001,
"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": 1008401001,
"children": []
}
]
}
]