mirror of
https://github.com/Karaka-Management/oms-Balance.git
synced 2026-01-10 14:48:41 +00:00
46 lines
911 B
JSON
46 lines
911 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": "Jingga",
|
|
"website": "jingga.app"
|
|
},
|
|
"directory": "Balance",
|
|
"dependencies": {
|
|
"Accounting": "*",
|
|
"Controlling": "*"
|
|
},
|
|
"providing": {
|
|
"Navigation": "*"
|
|
},
|
|
"load": [
|
|
{
|
|
"pid": [
|
|
"/controlling/balance"
|
|
],
|
|
"type": 4,
|
|
"for": 0,
|
|
"from": "Balance",
|
|
"file": "Balance"
|
|
},
|
|
{
|
|
"pid": [
|
|
"/"
|
|
],
|
|
"type": 5,
|
|
"from": "Balance",
|
|
"for": "Navigation",
|
|
"file": "Navigation"
|
|
}
|
|
]
|
|
}
|