oms-Accounting/info.json
Dennis Eichhorn 655d816bf8 update
2024-01-02 23:34:17 +00:00

47 lines
967 B
JSON
Executable File

{
"name": {
"id": 1002600000,
"internal": "Accounting",
"external": "Accounting"
},
"category": "Finance",
"version": "1.0.0",
"requirements": {
"phpOMS": "1.0.0",
"phpOMS-db": "1.0.0"
},
"creator": {
"name": "Jingga",
"website": "jingga.app"
},
"directory": "Accounting",
"dependencies": {
"Admin": "1.0.0"
},
"providing": {
"Navigation": "*",
"ClientManagement": "*",
"SupplierManagement": "*"
},
"load": [
{
"pid": [
"/accounting"
],
"type": 4,
"for": "Content",
"from": "Accounting",
"file": "Accounting"
},
{
"pid": [
"/"
],
"type": 5,
"from": "Accounting",
"for": "Navigation",
"file": "Navigation"
}
]
}