diff --git a/Admin/Activate.php b/Admin/Activate.php index b2255ed..e76e305 100644 --- a/Admin/Activate.php +++ b/Admin/Activate.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace Modules\HumanResourceManagement\Admin; @@ -24,7 +24,7 @@ use phpOMS\Module\InfoManager; * @category Modules * @package Modules\Admin * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Activate extends ActivateAbstract diff --git a/Admin/Deactivate.php b/Admin/Deactivate.php index 08909ea..9e7577f 100644 --- a/Admin/Deactivate.php +++ b/Admin/Deactivate.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace Modules\HumanResourceManagement\Admin; @@ -24,7 +24,7 @@ use phpOMS\Module\InfoManager; * @category Modules * @package Modules\Admin * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Deactivate extends DeactivateAbstract diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 57b98ad..a1491fc 100644 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace Modules\HumanResourceManagement\Admin\Install; @@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\DatabasePool; * @category Modules * @package Modules\Admin * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Navigation diff --git a/Admin/Installer.php b/Admin/Installer.php index 2946903..fd75f85 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace Modules\HumanResourceManagement\Admin; @@ -25,7 +25,7 @@ use phpOMS\Module\InstallerAbstract; * @category Modules * @package Modules\HumanResourceManagement * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Installer extends InstallerAbstract diff --git a/Admin/Uninstall.php b/Admin/Uninstall.php index 10561fe..aa22438 100644 --- a/Admin/Uninstall.php +++ b/Admin/Uninstall.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace Modules\HumanResourceManagement\Admin; @@ -25,7 +25,7 @@ use phpOMS\Module\InfoManager; * @category Modules * @package Modules\Admin * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Uninstall extends UninstallAbstract diff --git a/Admin/Update.php b/Admin/Update.php index 1cde248..d774bd2 100644 --- a/Admin/Update.php +++ b/Admin/Update.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace Modules\HumanResourceManagement\Admin; @@ -26,7 +26,7 @@ use phpOMS\Module\InfoManager; * @category Modules * @package Modules\Admin * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Update extends UpdateAbstract diff --git a/Controller.php b/Controller.php index f51015d..c007765 100644 --- a/Controller.php +++ b/Controller.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace Modules\HumanResourceManagement; @@ -29,7 +29,7 @@ use Modules\Organization\Models\DepartmentMapper; * @category Modules * @package Modules\HumanResourceManagement * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Controller extends ModuleAbstract implements WebInterface diff --git a/Models/Employee.php b/Models/Employee.php index eaa228a..b75caf7 100644 --- a/Models/Employee.php +++ b/Models/Employee.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace Modules\HumanResourceManagement\Models; @@ -22,7 +22,7 @@ use Modules\Admin\Models\Account; * @category HumanResources * @package Framework * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Employee { diff --git a/Models/EmployeeHistory.php b/Models/EmployeeHistory.php index 397fb24..fd06d54 100644 --- a/Models/EmployeeHistory.php +++ b/Models/EmployeeHistory.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace Modules\HumanResourceManagement\Models; @@ -20,7 +20,7 @@ namespace Modules\HumanResourceManagement\Models; * @category HumanResources * @package Framework * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class EmployeeHistory { diff --git a/Models/EmployeeHistoryMapper.php b/Models/EmployeeHistoryMapper.php index c4c5921..bd263b4 100644 --- a/Models/EmployeeHistoryMapper.php +++ b/Models/EmployeeHistoryMapper.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace Modules\HumanResourceManagement\Models; diff --git a/Models/EmployeeMapper.php b/Models/EmployeeMapper.php index 0781c02..4dcaa6a 100644 --- a/Models/EmployeeMapper.php +++ b/Models/EmployeeMapper.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace Modules\HumanResourceManagement\Models; diff --git a/Models/StaffList.php b/Models/StaffList.php index ad80c62..e613e7f 100644 --- a/Models/StaffList.php +++ b/Models/StaffList.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace Modules\HumanResourceManagement\Models; @@ -22,7 +22,7 @@ use phpOMS\DataStorage\Database\DatabaseType; * @category Modules * @package HumanResources * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class StaffList diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 12287d6..de35179 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ return ['Navigation' => [ 'Departments' => 'Departments', diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 0f41161..e0261a5 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ return ['HumanResourceManagement' => [ 'Birthday' => 'Birthday', diff --git a/Theme/Backend/department-list.tpl.php b/Theme/Backend/department-list.tpl.php index 09e223b..e12fbee 100644 --- a/Theme/Backend/department-list.tpl.php +++ b/Theme/Backend/department-list.tpl.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ /** * @var \phpOMS\Views\View $this diff --git a/Theme/Backend/staff-create.tpl.php b/Theme/Backend/staff-create.tpl.php index 45f2cfa..696ccf0 100644 --- a/Theme/Backend/staff-create.tpl.php +++ b/Theme/Backend/staff-create.tpl.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ /** * @var \phpOMS\Views\View $this diff --git a/Theme/Backend/staff-list.tpl.php b/Theme/Backend/staff-list.tpl.php index 91339b7..6edf5ad 100644 --- a/Theme/Backend/staff-list.tpl.php +++ b/Theme/Backend/staff-list.tpl.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ /** * @var \phpOMS\Views\View $this diff --git a/Theme/Backend/staff-single.tpl.php b/Theme/Backend/staff-single.tpl.php index 920c0c3..5924609 100644 --- a/Theme/Backend/staff-single.tpl.php +++ b/Theme/Backend/staff-single.tpl.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ $employee = $this->getData('employee');