oms-Finance/Admin/Install/Navigation.install.json
Dennis Eichhorn 13b90e6a5e
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

65 lines
2.2 KiB
JSON

[
{
"id": 1008101001,
"pid": "/",
"type": 2,
"subtype": 0,
"name": "Finance",
"uri": null,
"target": "self",
"icon": "account_balance",
"order": 50,
"from": "Finance",
"permission": { "permission": 2, "category": null, "element": null },
"parent": 0,
"children": [
{
"id": 1008102001,
"pid": "/",
"type": 2,
"subtype": 1,
"name": "TaxCodes",
"uri": "{/base}/finance/tax/code/list",
"target": "self",
"icon": null,
"order": 1,
"from": "Finance",
"permission": { "permission": 2, "category": null, "element": null },
"parent": 1008101001,
"children": [
{
"id": 1008102002,
"pid": "/finance/tax/code",
"type": 3,
"subtype": 1,
"name": "List",
"uri": "{/base}/finance/tax/code/list",
"target": "self",
"icon": null,
"order": 1,
"from": "Finance",
"permission": { "permission": 2, "category": null, "element": null },
"parent": 1008102001,
"children": []
},
{
"id": 1008102003,
"pid": "/finance/tax/code",
"type": 3,
"subtype": 1,
"name": "Create",
"uri": "{/base}/finance/tax/code/create",
"target": "self",
"icon": null,
"order": 5,
"from": "Finance",
"permission": { "permission": 2, "category": null, "element": null },
"parent": 1008102001,
"children": []
}
]
}
]
}
]