oms-HumanResourceManagement/info.json
2023-03-11 23:38:18 +01:00

51 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": "jingga.app"
},
"description": "Human Resources module.",
"directory": "HumanResourceManagement",
"dependencies": {
"Admin": "1.0.0",
"Organization": "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"
}
]
}