mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-01-24 09:48:42 +00:00
27 lines
625 B
PHP
27 lines
625 B
PHP
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 7.1
|
|
*
|
|
* @category TBD
|
|
* @package TBD
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link http://orange-management.com
|
|
*/
|
|
return ['HumanResourceManagement' => [
|
|
'Department' => 'Department',
|
|
'Departments' => 'Departments',
|
|
'Employees' => 'Employees',
|
|
'Name' => 'Name',
|
|
'Parent' => 'Parent',
|
|
'Personnel' => 'Personnel',
|
|
'Position' => 'Position',
|
|
'Shifts' => 'Shifts',
|
|
'Staff' => 'Staff',
|
|
'Status' => 'Status',
|
|
'Vacation' => 'Vacation',
|
|
]];
|