oms-RiskManagement/info.json
Dennis Eichhorn cf7e83019e
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
Test fixes
2024-05-16 02:14:55 +00:00

49 lines
1.0 KiB
JSON
Executable File

{
"name": {
"id": 1003000000,
"internal": "RiskManagement",
"external": "Risk 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": "Risk Management module.",
"directory": "RiskManagement",
"dependencies": {
"Media": "*",
"Organization": "*",
"Controlling": "*",
"ProjectManagement": "*"
},
"providing": {
"Navigation": "*"
},
"load": [
{
"pid": [
"/controlling/riskmanagement"
],
"type": 4,
"for": 0,
"from": "RiskManagement",
"file": "RiskManagement"
},
{
"pid": [
"/"
],
"type": 5,
"from": "RiskManagement",
"for": "Navigation",
"file": "Navigation"
}
]
}