oms-LoanManagement/info.json
Dennis Eichhorn 7707a72946 ui fixes
2024-04-07 17:31:42 +00:00

48 lines
1019 B
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": "*"
},
"load": [
{
"pid": [
"/finance/loan"
],
"type": 4,
"for": 0,
"from": "LoanManagement",
"file": "LoanManagement"
},
{
"pid": [
"/"
],
"type": 5,
"from": "LoanManagement",
"for": "Navigation",
"file": "Navigation"
}
]
}