oms-HumanResourceManagement/info.json
Dennis Eichhorn 072ec0e9bf
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
Test fixes
2024-05-16 02:14:54 +00:00

52 lines
1.2 KiB
JSON
Executable File

{
"name": {
"id": 1002400000,
"internal": "HumanResourceManagement",
"external": "Human Resource Management"
},
"category": "HR",
"version": "1.0.0",
"requirements": {
"phpOMS": "1.0.0",
"phpOMS-db": "1.0.0"
},
"creator": {
"name": "Jingga",
"website": "https://jingga.app"
},
"description": "Human Resources module.",
"directory": "HumanResourceManagement",
"dependencies": {
"Admin": "1.0.0",
"Organization": "1.0.0",
"Editor": "1.0.0",
"Media": "1.0.0",
"Profile": "1.0.0"
},
"providing": {
"Navigation": "*",
"Media": "1.0.0"
},
"load": [
{
"pid": [
"/humanresource/staff",
"/humanresource/department"
],
"type": 4,
"for": 0,
"from": "HumanResourceManagement",
"file": "HumanResourceManagement"
},
{
"pid": [
"/"
],
"type": 5,
"from": "HumanResourceManagement",
"for": "Navigation",
"file": "Navigation"
}
]
}