oms-InvestmentManagement/Admin/Install/Navigation.install.json
Dennis Eichhorn 2238f7170d
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

95 lines
3.0 KiB
JSON

[
{
"id": 1007101001,
"pid": "/",
"type": 2,
"subtype": 1,
"name": "Investments",
"uri": "{/base}/finance/investment/list",
"target": "self",
"icon": null,
"order": 5,
"from": "InvestmentManagement",
"permission": { "permission": 2, "type": null, "element": null },
"parent": 1008101001,
"children": [
{
"id": 1007102001,
"pid": "/finance/investment",
"type": 3,
"subtype": 1,
"name": "List",
"uri": "{/base}/finance/investment/list",
"target": "self",
"icon": null,
"order": 1,
"from": "InvestmentManagement",
"permission": { "permission": 2, "type": null, "element": null },
"parent": 1007101001,
"children": []
},
{
"id": 1007102002,
"pid": "/finance/investment",
"type": 3,
"subtype": 1,
"name": "Create",
"uri": "{/base}/finance/investment/create",
"target": "self",
"icon": null,
"order": 5,
"from": "InvestmentManagement",
"permission": { "permission": 2, "type": null, "element": null },
"parent": 1007101001,
"children": []
}
]
},
{
"id": 1007103001,
"pid": "/",
"type": 2,
"subtype": 1,
"name": "InvestmentInquiries",
"uri": "{/base}/private/investment/list",
"target": "self",
"icon": null,
"order": 10,
"from": "InvestmentManagement",
"permission": { "permission": 2, "category": null, "element": null },
"parent": 1003401001,
"children": [
{
"id": 1007104001,
"pid": "/private/investment",
"type": 3,
"subtype": 1,
"name": "List",
"uri": "{/base}/private/investment/list",
"target": "self",
"icon": null,
"order": 1,
"from": "InvestmentManagement",
"permission": { "permission": 2, "type": null, "element": null },
"parent": 1007103001,
"children": []
},
{
"id": 1007104002,
"pid": "/private/investment",
"type": 3,
"subtype": 1,
"name": "Create",
"uri": "{/base}/private/investment/create",
"target": "self",
"icon": null,
"order": 5,
"from": "InvestmentManagement",
"permission": { "permission": 2, "type": null, "element": null },
"parent": 1007103001,
"children": []
}
]
}
]