From 59da59751bbed4f36b362a948255f728c8574442 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 5 Nov 2017 13:09:39 +0100 Subject: [PATCH] General fixes --- Admin/Activate.php | 4 ++-- Admin/Deactivate.php | 4 ++-- Admin/Install/Navigation.php | 4 ++-- Admin/Installer.php | 4 ++-- Admin/Uninstall.php | 4 ++-- Admin/Update.php | 4 ++-- Controller.php | 4 ++-- Models/Item.php | 4 ++-- Models/ItemMapper.php | 2 +- Theme/Backend/Lang/Navigation.en.lang.php | 2 +- Theme/Backend/Lang/en.lang.php | 2 +- Theme/Backend/item-create.tpl.php | 2 +- Theme/Backend/purchase-item-list.tpl.php | 2 +- Theme/Backend/sales-item-list.tpl.php | 2 +- Theme/Backend/stock-list.tpl.php | 2 +- 15 files changed, 23 insertions(+), 23 deletions(-) diff --git a/Admin/Activate.php b/Admin/Activate.php index a9dcd42..d0a0dd7 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\ItemManagement\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 b37373c..e198302 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\ItemManagement\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 d4d2d35..fe9ca72 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\ItemManagement\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 033b81e..bd84022 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\ItemManagement\Admin; @@ -25,7 +25,7 @@ use phpOMS\Module\InstallerAbstract; * @category Modules * @package Modules\itemmgmt * @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 ebde92f..c0cfc32 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\ItemManagement\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 982f61f..b3a2998 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\ItemManagement\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 06b5087..58b8ce6 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\ItemManagement; @@ -31,7 +31,7 @@ use phpOMS\Views\View; * @category Modules * @package Modules\ItemManagement * @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/Item.php b/Models/Item.php index 91e4c80..235e8ce 100644 --- a/Models/Item.php +++ b/Models/Item.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\ItemManagement\Models; @@ -22,7 +22,7 @@ use Modules\Media\Models\Media; * @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 Item diff --git a/Models/ItemMapper.php b/Models/ItemMapper.php index 6f498ad..9de2c3e 100644 --- a/Models/ItemMapper.php +++ b/Models/ItemMapper.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\ItemManagement\Models; diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index e0dc163..d878c6f 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' => [ 'Analyze' => 'Analyze', diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 1a075e6..6bee933 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 ['ItemManagement' => [ 'Accounting' => 'Accounting', diff --git a/Theme/Backend/item-create.tpl.php b/Theme/Backend/item-create.tpl.php index f4f7f1a..8ea28e8 100644 --- a/Theme/Backend/item-create.tpl.php +++ b/Theme/Backend/item-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/purchase-item-list.tpl.php b/Theme/Backend/purchase-item-list.tpl.php index ea7fbf3..738a3c0 100644 --- a/Theme/Backend/purchase-item-list.tpl.php +++ b/Theme/Backend/purchase-item-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 */ $footerView = new \Web\Views\Lists\PaginationView($this->app, $this->request, $this->response); diff --git a/Theme/Backend/sales-item-list.tpl.php b/Theme/Backend/sales-item-list.tpl.php index 76fa3d8..e5dcfbb 100644 --- a/Theme/Backend/sales-item-list.tpl.php +++ b/Theme/Backend/sales-item-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 */ $footerView = new \Web\Views\Lists\PaginationView($this->app, $this->request, $this->response); diff --git a/Theme/Backend/stock-list.tpl.php b/Theme/Backend/stock-list.tpl.php index 2c2ad7a..226806b 100644 --- a/Theme/Backend/stock-list.tpl.php +++ b/Theme/Backend/stock-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