oms-StockTaking/Admin/Install/Navigation.install.json
Dennis Eichhorn da00c47772
Some checks are pending
Image optimization / general_image_workflow (push) Waiting to run
CI / general_module_workflow_php (push) Waiting to run
CI / general_module_workflow_js (push) Waiting to run
bug fixes
2025-04-02 13:33:51 +00:00

49 lines
1.5 KiB
JSON
Executable File

[
{
"id": 1006701001,
"pid": "/",
"type": 2,
"subtype": 1,
"name": "StockTaking",
"uri": "{/base}/warehouse/stocktaking/list",
"target": "self",
"icon": null,
"order": 1,
"from": "StockTaking",
"permission": { "permission": 2, "type": null, "element": null },
"parent": 1001301001,
"children": [
{
"id": 1006702001,
"pid": "/warehouse/stocktaking",
"type": 3,
"subtype": 1,
"name": "Dashboard",
"uri": "{/base}/warehouse/stocktaking/list",
"target": "self",
"icon": null,
"order": 1,
"from": "StockTaking",
"permission": { "permission": 2, "type": null, "element": null },
"parent": 1006701001,
"children": []
},
{
"id": 1006703001,
"pid": "/warehouse/stocktaking",
"type": 3,
"subtype": 1,
"name": "Create",
"uri": "{/base}/warehouse/stocktaking/create",
"target": "self",
"icon": null,
"order": 1,
"from": "StockTaking",
"permission": { "permission": 2, "type": null, "element": null },
"parent": 1006701001,
"children": []
}
]
}
]