oms-Labeling/info.json
Dennis Eichhorn 188cf0f34e
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

49 lines
1019 B
JSON

{
"name": {
"id": 1005700000,
"internal": "Labeling",
"external": "Labeling"
},
"category": "Finance",
"version": "1.0.0",
"requirements": {
"phpOMS": "1.0.0",
"phpOMS-db": "1.0.0"
},
"creator": {
"name": "Jingga",
"website": "https://jingga.app"
},
"description": "Labeling module.",
"directory": "Labeling",
"dependencies": {
"Admin": "*",
"ItemManagement": "*",
"WarehouseManagement": "*"
},
"providing": {
"Admin": "*",
"Navigation": "*"
},
"load": [
{
"pid": [
"/warehouse/labeling"
],
"type": 4,
"for": 0,
"from": "Labeling",
"file": "Labeling"
},
{
"pid": [
"/"
],
"type": 5,
"from": "Labeling",
"for": "Navigation",
"file": "Navigation"
}
]
}