oms-LoanManagement/info.json
Dennis Eichhorn f7ef503138 fix tests
2023-09-26 03:03:31 +00:00

49 lines
1.0 KiB
JSON
Executable File

{
"name": {
"id": 1008300000,
"internal": "LoanManagement",
"external": "Loan Management"
},
"category": "Finance",
"version": "1.0.0",
"requirements": {
"phpOMS": "1.0.0",
"phpOMS-db": "1.0.0"
},
"creator": {
"name": "Jingga",
"website": "jingga.app"
},
"description": "Loan Management module.",
"directory": "LoanManagement",
"dependencies": {
"Finance": "*",
"SupplierManagement": "*"
},
"providing": {
"Admin": "*",
"Navigation": "*",
"Organization": "*"
},
"load": [
{
"pid": [
"/finance/loan"
],
"type": 4,
"for": 0,
"from": "LoanManagement",
"file": "LoanManagement"
},
{
"pid": [
"/"
],
"type": 5,
"from": "LoanManagement",
"for": "Navigation",
"file": "Navigation"
}
]
}