oms-Balance/info.json
2017-10-04 20:43:06 +02:00

46 lines
963 B
JSON

{
"name": {
"id": 1006500000,
"internal": "Balance",
"external": "Balance"
},
"category": "Finance",
"version": "1.0.0",
"requirements": {
"phpOMS": "1.0.0",
"phpOMS-db": "1.0.0"
},
"creator": {
"name": "Orange Management",
"website": "www.spl1nes.com"
},
"description": "Budget Management module.",
"directory": "Balance",
"dependencies": {
"Controlling": "*"
},
"providing": {
"Navigation": "*"
},
"load": [
{
"pid": [
"/backend/controlling/balance"
],
"type": 4,
"for": 0,
"from": "Balance",
"file": "Balance"
},
{
"pid": [
"/backend"
],
"type": 5,
"from": "Balance",
"for": "Navigation",
"file": "Navigation"
}
]
}