fix php version, lang files, basic tpl and sales impl.

This commit is contained in:
Dennis Eichhorn 2021-03-05 21:01:37 +01:00
parent 1aabab9dbb
commit 8c0bd10643
2 changed files with 4 additions and 2 deletions

1
Theme/Backend/Lang/de.lang.php Executable file → Normal file
View File

@ -4,6 +4,7 @@
* *
* PHP Version 8.0 * PHP Version 8.0
* *
* @package Modules\Localization
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0

5
Theme/Backend/Lang/en.lang.php Executable file → Normal file
View File

@ -4,6 +4,7 @@
* *
* PHP Version 8.0 * PHP Version 8.0
* *
* @package Modules\Localization
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
@ -33,9 +34,9 @@ return ['HumanResourceManagement' => [
'Name' => 'Name', 'Name' => 'Name',
'Parent' => 'Parent', 'Parent' => 'Parent',
'Personnel' => 'Personnel', 'Personnel' => 'Personnel',
'Phone' => '', 'Phone' => 'Phone',
'Position' => 'Position', 'Position' => 'Position',
'ProfileImage' => '', 'ProfileImage' => 'Profile image',
'Remarks' => 'Remarks', 'Remarks' => 'Remarks',
'Shifts' => 'Shifts', 'Shifts' => 'Shifts',
'Staff' => 'Staff', 'Staff' => 'Staff',