oms-Purchase/info.json
Dennis Eichhorn 116d4cd8fe
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled
fix permissions
2025-04-02 14:15:06 +00:00

49 lines
1.0 KiB
JSON

{
"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": "https://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"
}
]
}