oms-BudgetManagement/info.json
2023-05-19 02:26:10 +00:00

46 lines
986 B
JSON

{
"name": {
"id": 1004600000,
"internal": "BudgetManagement",
"external": "Budget Management"
},
"category": "Finance",
"version": "1.0.0",
"requirements": {
"phpOMS": "1.0.0",
"phpOMS-db": "1.0.0"
},
"creator": {
"name": "Jingga",
"website": "jingga.app"
},
"description": "Budget Management module.",
"directory": "BudgetManagement",
"dependencies": {
"Controlling": "*"
},
"providing": {
"Navigation": "*"
},
"load": [
{
"pid": [
"/controlling/budget"
],
"type": 4,
"for": 0,
"from": "BudgetManagement",
"file": "BudgetManagement"
},
{
"pid": [
"/"
],
"type": 5,
"from": "BudgetManagement",
"for": "Navigation",
"file": "Navigation"
}
]
}