oms-HumanResourceManagement/info.json
Dennis Eichhorn daad2cd4a6
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

52 lines
1.2 KiB
JSON

{
"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"
}
]
}