oms-IncomeStatement/info.json
Dennis Eichhorn da8b3abc61
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled
fix permissions
2025-04-02 14:15:05 +00:00

46 lines
963 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": "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"
}
]
}