diff --git a/Admin/Activate.php b/Admin/Activate.php index 482cd42..72a1349 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\Billing\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 49362b1..9c14f33 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\Billing\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 f431774..a197c11 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\Billing\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 fb3727c..5f153ac 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\Billing\Admin; @@ -25,7 +25,7 @@ use phpOMS\Module\InstallerAbstract; * @category Modules * @package Modules\Billing * @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 258a7b4..7919ae9 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\Billing\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 7a90d05..a31fdde 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\Billing\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 7ab7d62..773bc07 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\Billing; @@ -29,7 +29,7 @@ use phpOMS\Views\View; * @category Modules * @package Modules\Billing * @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/Invoice.php b/Models/Invoice.php index 2c1b470..f6cdf86 100644 --- a/Models/Invoice.php +++ b/Models/Invoice.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\Billing\Models; @@ -20,7 +20,7 @@ namespace Modules\Billing\Models; * @category Tasks * @package Modules * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Invoice implements \JsonSerializable diff --git a/Models/InvoiceElement.php b/Models/InvoiceElement.php index 540b5ea..0fe9674 100644 --- a/Models/InvoiceElement.php +++ b/Models/InvoiceElement.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\Billing\Models; @@ -20,7 +20,7 @@ namespace Modules\Billing\Models; * @category Tasks * @package Modules * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class InvoiceElement implements \JsonSerializable diff --git a/Models/InvoiceStatus.php b/Models/InvoiceStatus.php index c4cf570..48cf03a 100644 --- a/Models/InvoiceStatus.php +++ b/Models/InvoiceStatus.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\Billing\Models; @@ -22,7 +22,7 @@ use phpOMS\Stdlib\Base\Enum; * @category Tasks * @package Modules * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ abstract class InvoiceStatus extends Enum diff --git a/Models/InvoiceType.php b/Models/InvoiceType.php index a619db9..bef2eac 100644 --- a/Models/InvoiceType.php +++ b/Models/InvoiceType.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\Billing\Models; @@ -22,7 +22,7 @@ use phpOMS\Stdlib\Base\Enum; * @category Tasks * @package Modules * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ abstract class InvoiceType extends Enum diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index d72996a..62e9fcb 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' => [ 'Billing' => 'Billing', diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index ddd73c9..ed6a1f2 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 ['Billing' => [ 'Address' => 'Address', diff --git a/Theme/Backend/invoice-archive.tpl.php b/Theme/Backend/invoice-archive.tpl.php index be81552..3e71228 100644 --- a/Theme/Backend/invoice-archive.tpl.php +++ b/Theme/Backend/invoice-archive.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/invoice-create.tpl.php b/Theme/Backend/invoice-create.tpl.php index 37c2d47..9499477 100644 --- a/Theme/Backend/invoice-create.tpl.php +++ b/Theme/Backend/invoice-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/invoice-list.tpl.php b/Theme/Backend/invoice-list.tpl.php index bbb9690..d8c58fe 100644 --- a/Theme/Backend/invoice-list.tpl.php +++ b/Theme/Backend/invoice-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/invoice-single.tpl.php b/Theme/Backend/invoice-single.tpl.php index be81552..3e71228 100644 --- a/Theme/Backend/invoice-single.tpl.php +++ b/Theme/Backend/invoice-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 */ /** * @var \phpOMS\Views\View $this diff --git a/Theme/Backend/purchase-invoice-list.tpl.php b/Theme/Backend/purchase-invoice-list.tpl.php index ef758eb..fad9877 100644 --- a/Theme/Backend/purchase-invoice-list.tpl.php +++ b/Theme/Backend/purchase-invoice-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);