mirror of
https://github.com/Karaka-Management/oms-ItemManagement.git
synced 2026-01-10 19:28:41 +00:00
52 lines
1.1 KiB
JSON
Executable File
52 lines
1.1 KiB
JSON
Executable File
{
|
|
"name": {
|
|
"id": 1004800000,
|
|
"internal": "ItemManagement",
|
|
"external": "Item Management"
|
|
},
|
|
"category": "Logistics",
|
|
"version": "1.0.0",
|
|
"requirements": {
|
|
"phpOMS": "1.0.0",
|
|
"phpOMS-db": "1.0.0"
|
|
},
|
|
"creator": {
|
|
"name": "Jingga",
|
|
"website": "jingga.app"
|
|
},
|
|
"description": "Event Management module.",
|
|
"directory": "ItemManagement",
|
|
"dependencies": {
|
|
"Admin": "1.0.0",
|
|
"Editor": "1.0.0"
|
|
},
|
|
"providing": {
|
|
"Navigation": "*",
|
|
"Editor": "*",
|
|
"Media": "*",
|
|
"Admin": "*"
|
|
},
|
|
"load": [
|
|
{
|
|
"pid": [
|
|
"/sales/item",
|
|
"/purchase/item",
|
|
"/warehouse/item"
|
|
],
|
|
"type": 4,
|
|
"for": 0,
|
|
"from": "ItemManagement",
|
|
"file": "ItemManagement"
|
|
},
|
|
{
|
|
"pid": [
|
|
"/"
|
|
],
|
|
"type": 5,
|
|
"from": "ItemManagement",
|
|
"for": "Navigation",
|
|
"file": "Navigation"
|
|
}
|
|
]
|
|
}
|