oms-AssetManagement/Admin/Install/Navigation.install.json
Dennis Eichhorn 4ea88bc37d fix bugs
2023-10-20 16:53:41 +00:00

34 lines
953 B
JSON

[
{
"id": 1006601001,
"pid": "/",
"type": 2,
"subtype": 1,
"name": "Assets",
"uri": "{/base}/accounting/asset/list",
"target": "self",
"icon": null,
"order": 1,
"from": "AssetManagement",
"permission": { "permission": 2, "type": null, "element": null },
"parent": 1002601001,
"children": [
{
"id": 1006602001,
"pid": "/accounting/asset",
"type": 3,
"subtype": 1,
"name": "List",
"uri": "{/base}/accounting/asset/list",
"target": "self",
"icon": null,
"order": 1,
"from": "AssetManagement",
"permission": { "permission": 2, "type": null, "element": null },
"parent": 1006601001,
"children": []
}
]
}
]