mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-01-20 16:08:40 +00:00
31 lines
770 B
PHP
31 lines
770 B
PHP
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 7.2
|
|
*
|
|
* @package TBD
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link http://website.orange-management.de
|
|
*/
|
|
return ['HumanResourceManagement' => [
|
|
'Birthday' => 'Birthday',
|
|
'Clocking' => 'Clocking',
|
|
'Department' => 'Department',
|
|
'Departments' => 'Departments',
|
|
'Email' => 'Email',
|
|
'Employees' => 'Employees',
|
|
'History' => 'History',
|
|
'Name' => 'Name',
|
|
'Parent' => 'Parent',
|
|
'Personnel' => 'Personnel',
|
|
'Position' => 'Position',
|
|
'Shifts' => 'Shifts',
|
|
'Staff' => 'Staff',
|
|
'Status' => 'Status',
|
|
'Unit' => 'Unit',
|
|
'Vacation' => 'Vacation',
|
|
]];
|