mirror of
https://github.com/Karaka-Management/oms-HumanResourceTimeRecording.git
synced 2026-01-11 11:58:47 +00:00
41 lines
856 B
PHP
Executable File
41 lines
856 B
PHP
Executable File
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 8.0
|
|
*
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://orange-management.org
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['HumanResourceTimeRecording' => [
|
|
'Break' => '',
|
|
'CS0' => '',
|
|
'CS1' => '',
|
|
'CS2' => '',
|
|
'CS3' => '',
|
|
'CT0' => '',
|
|
'CT1' => '',
|
|
'CT2' => '',
|
|
'CT3' => '',
|
|
'CT4' => '',
|
|
'CT5' => '',
|
|
'D0' => '',
|
|
'D1' => '',
|
|
'D2' => '',
|
|
'D3' => '',
|
|
'D4' => '',
|
|
'D5' => '',
|
|
'D6' => '',
|
|
'Date' => '',
|
|
'End' => '',
|
|
'Recordings' => '',
|
|
'Start' => '',
|
|
'Status' => '',
|
|
'Total' => '',
|
|
'Type' => '',
|
|
]];
|