oms-IncomeStatement/Admin/Install/Navigation.install.json
Dennis Eichhorn da8b3abc61
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:05 +00:00

34 lines
933 B
JSON

[
{
"id": 1006401001,
"pid": "/",
"type": 2,
"subtype": 1,
"name": "P&L",
"uri": "{/base}/controlling/pl/dashboard",
"target": "self",
"icon": null,
"order": 1,
"from": "PL",
"permission": { "permission": 2, "type": null, "element": null },
"parent": 1002801001,
"children": [
{
"id": 1006402001,
"pid": "/controlling/pl",
"type": 3,
"subtype": 1,
"name": "Dashboard",
"uri": "{/base}/controlling/pl/dashboard",
"target": "self",
"icon": null,
"order": 1,
"from": "PL",
"permission": { "permission": 2, "type": null, "element": null },
"parent": 1006401001,
"children": []
}
]
}
]