oms-LoanManagement/Admin/Install/Navigation.install.json
Dennis Eichhorn 739cb19abd fix bugs
2024-04-12 00:52:07 +00:00

64 lines
2.0 KiB
JSON
Executable File

[
{
"id": 1008301001,
"pid": "/",
"type": 2,
"subtype": 1,
"name": "Loans",
"uri": "{/base}/finance/loan/list",
"target": "self",
"icon": null,
"order": 10,
"from": "LoanManagement",
"permission": { "permission": 2, "type": null, "element": null },
"parent": 1008101001,
"children": [
{
"id": 1008302001,
"pid": "/finance/loan",
"type": 3,
"subtype": 1,
"name": "List",
"uri": "{/base}/finance/loan/list",
"target": "self",
"icon": null,
"order": 1,
"from": "LoanManagement",
"permission": { "permission": 2, "type": null, "element": null },
"parent": 1008301001,
"children": []
},
{
"id": 1008303001,
"pid": "/finance/loan",
"type": 3,
"subtype": 1,
"name": "Create",
"uri": "{/base}/finance/loan/create",
"target": "self",
"icon": null,
"order": 5,
"from": "LoanManagement",
"permission": { "permission": 2, "type": null, "element": null },
"parent": 1008301001,
"children": []
},
{
"id": 1008304001,
"pid": "/finance/loan",
"type": 3,
"subtype": 1,
"name": "Table",
"uri": "{/base}/finance/loan/table",
"target": "self",
"icon": null,
"order": 10,
"from": "LoanManagement",
"permission": { "permission": 2, "type": null, "element": null },
"parent": 1008301001,
"children": []
}
]
}
]