oms-InvestmentManagement/info.json
Dennis Eichhorn 2238f7170d
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:05 +00:00

49 lines
1.1 KiB
JSON

{
"name": {
"id": 1007100000,
"internal": "InvestmentManagement",
"external": "Investment Management"
},
"category": "Finance",
"version": "1.0.0",
"requirements": {
"phpOMS": "1.0.0",
"phpOMS-db": "1.0.0"
},
"creator": {
"name": "Jingga",
"website": "https://jingga.app"
},
"description": "Investment Management module.",
"directory": "InvestmentManagement",
"dependencies": {
"Finance": "*",
"SupplierManagement": "*",
"ItemManagement": "*",
"Workflow": "*"
},
"providing": {
"Navigation": "*"
},
"load": [
{
"pid": [
"/finance/investment"
],
"type": 4,
"for": 0,
"from": "InvestmentManagement",
"file": "InvestmentManagement"
},
{
"pid": [
"/"
],
"type": 5,
"from": "InvestmentManagement",
"for": "Navigation",
"file": "Navigation"
}
]
}