oms-Purchase/info.json
2024-02-07 15:48:47 +00:00

49 lines
1019 B
JSON
Executable File

{
"name": {
"id": 1002100000,
"internal": "Purchase",
"external": "Purchase"
},
"category": "Purchase",
"version": "1.0.0",
"requirements": {
"phpOMS": "1.0.0",
"phpOMS-db": "1.0.0"
},
"creator": {
"name": "Jingga",
"website": "jingga.app"
},
"description": "Purchase module.",
"directory": "Purchase",
"dependencies": {
"Admin": "1.0.0",
"ItemManagement": "1.0.0",
"SupplierManagement": "1.0.0",
"Billing": "1.0.0"
},
"providing": {
"Navigation": "*"
},
"load": [
{
"pid": [
"/purchase"
],
"type": 4,
"for": 0,
"from": "Purchase",
"file": "Purchase"
},
{
"pid": [
"/"
],
"type": 5,
"from": "Purchase",
"for": "Navigation",
"file": "Navigation"
}
]
}