oms-RiskManagement/info.json
2024-03-29 15:26:00 +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": "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"
}
]
}