oms-IncomeStatement/info.json
2025-04-02 13:33:50 +00:00

46 lines
963 B
JSON
Executable File

{
"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": "https://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"
}
]
}