oms-HumanResourceTimeRecording/info.json
Dennis Eichhorn a6a0c80d88 update
2024-01-02 23:34:17 +00:00

47 lines
1.1 KiB
JSON
Executable File

{
"name": {
"id": 1006300000,
"internal": "HumanResourceTimeRecording",
"external": "Human Resource Time Recording"
},
"category": "Tools",
"version": "1.0.0",
"requirements": {
"phpOMS": "1.0.0",
"phpOMS-db": "1.0.0"
},
"creator": {
"name": "Jingga",
"website": "jingga.app"
},
"directory": "HumanResourceTimeRecording",
"dependencies": {
"Admin": "1.0.0",
"HumanResourceManagement": "1.0.0"
},
"providing": {
"Navigation": "*",
"MyPrivate": "*"
},
"load": [
{
"pid": [
"/humanresource/timerecording"
],
"type": 4,
"for": "Content",
"file": "HumanResourceTimeRecording",
"from": "HumanResourceTimeRecording"
},
{
"pid": [
"/"
],
"type": 5,
"from": "HumanResourceTimeRecording",
"for": "Navigation",
"file": "Navigation"
}
]
}