oms-WarehouseManagement/info.json
2021-04-24 16:35:39 +02:00

48 lines
1.1 KiB
JSON
Executable File

{
"name": {
"id": 1001300000,
"internal": "WarehouseManagement",
"external": "Warehousing"
},
"category": "Logistics",
"version": "1.0.0",
"requirements": {
"phpOMS": "1.0.0",
"phpOMS-db": "1.0.0"
},
"creator": {
"name": "Orange Management",
"website": "www.spl1nes.com"
},
"description": "Warehousing module.",
"directory": "WarehouseManagement",
"dependencies": {
"Admin": "1.0.0",
"ItemManagement": "1.0.0",
"Billing": "1.0.0"
},
"providing": {
"Navigation": "*"
},
"load": [
{
"pid": [
"/warehouse"
],
"type": 4,
"for": "WarehouseManagement",
"from": "WarehouseManagement",
"file": "WarehouseManagement"
},
{
"pid": [
"/"
],
"type": 5,
"from": "WarehouseManagement",
"for": "Navigation",
"file": "Navigation"
}
]
}