oms-IncomeStatement/info.json
Dennis Eichhorn b36aa5d7d8 bump
2024-02-28 05:09:11 +00:00

46 lines
955 B
JSON

{
"name": {
"id": 1006400000,
"internal": "IncomeStatement",
"external": "Income Statement"
},
"category": "Finance",
"version": "1.0.0",
"requirements": {
"phpOMS": "1.0.0",
"phpOMS-db": "1.0.0"
},
"creator": {
"name": "Jingga",
"website": "jingga.app"
},
"directory": "IncomeStatement",
"dependencies": {
"Accounting": "*",
"Controlling": "*"
},
"providing": {
"Navigation": "*"
},
"load": [
{
"pid": [
"/controlling/pl"
],
"type": 4,
"for": 0,
"from": "IncomeStatement",
"file": "IncomeStatement"
},
{
"pid": [
"/"
],
"type": 5,
"from": "IncomeStatement",
"for": "Navigation",
"file": "Navigation"
}
]
}