mirror of
https://github.com/Karaka-Management/oms-SupplierManagement.git
synced 2026-01-10 00:48:41 +00:00
52 lines
1.1 KiB
JSON
Executable File
52 lines
1.1 KiB
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": "Jingga",
|
|
"website": "jingga.app"
|
|
},
|
|
"description": "Supplier management module.",
|
|
"directory": "SupplierManagement",
|
|
"dependencies": {
|
|
"Admin": "1.0.0",
|
|
"Media": "1.0.0",
|
|
"Payment": "1.0.0",
|
|
"Editor": "1.0.0"
|
|
},
|
|
"providing": {
|
|
"Navigation": "*",
|
|
"Editor": "*",
|
|
"Media": "*",
|
|
"Search": "*"
|
|
},
|
|
"load": [
|
|
{
|
|
"pid": [
|
|
"/purchase/supplier"
|
|
],
|
|
"type": 4,
|
|
"for": 0,
|
|
"from": "SupplierManagement",
|
|
"file": "SupplierManagement"
|
|
},
|
|
{
|
|
"pid": [
|
|
"/"
|
|
],
|
|
"type": 5,
|
|
"from": "SupplierManagement",
|
|
"for": "Navigation",
|
|
"file": "Navigation"
|
|
}
|
|
]
|
|
}
|