oms-SupplierManagement/info.json
2021-02-20 10:59:06 +01:00

46 lines
1014 B
JSON
Executable File

{
"name": {
"id": 1003200000,
"internal": "SupplierManagement",
"external": "Supplier Management"
},
"category": "Purchase",
"version": "1.0.0",
"requirements": {
"phpOMS": "1.0.0",
"phpOMS-db": "1.0.0"
},
"creator": {
"name": "Orange Management",
"website": "www.spl1nes.com"
},
"description": "Supplier management module.",
"directory": "SupplierManagement",
"dependencies": {
"Admin": "1.0.0"
},
"providing": {
"Navigation": "*"
},
"load": [
{
"pid": [
"/purchase/supplier"
],
"type": 4,
"for": 0,
"from": "SupplierManagement",
"file": "SupplierManagement"
},
{
"pid": [
"/"
],
"type": 5,
"from": "SupplierManagement",
"for": "Navigation",
"file": "Navigation"
}
]
}