Updated file header

This commit is contained in:
Dennis Eichhorn 2023-06-16 19:32:45 +02:00
parent 096990e5ad
commit 569a4067c8
12 changed files with 43 additions and 43 deletions

View File

@ -5,7 +5,7 @@
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "Balance", "name": "Balance",
"uri": "{/prefix}controlling/balance/dashboard?{?}", "uri": "{/base}controlling/balance/dashboard?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 1, "order": 1,
@ -19,7 +19,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Dashboard", "name": "Dashboard",
"uri": "{/prefix}controlling/balance/dashboard?{?}", "uri": "{/base}controlling/balance/dashboard?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 1, "order": 1,

View File

@ -1,12 +1,12 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 7.4 * PHP Version 8.1
* *
* @package Modules\Balance\Admin\Install * @package Modules\Balance\Admin\Install
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://orange-management.org
*/ */
@ -20,7 +20,7 @@ use phpOMS\Application\ApplicationAbstract;
* Navigation class. * Navigation class.
* *
* @package Modules\Balance\Admin\Install * @package Modules\Balance\Admin\Install
* @license OMS License 1.0 * @license OMS License 2.0
* @link https://orange-management.org * @link https://orange-management.org
* @since 1.0.0 * @since 1.0.0
*/ */

View File

@ -1,12 +1,12 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 7.4 * PHP Version 8.1
* *
* @package Modules\Balance\Admin * @package Modules\Balance\Admin
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://orange-management.org
*/ */
@ -20,7 +20,7 @@ use phpOMS\Module\InstallerAbstract;
* Installer class. * Installer class.
* *
* @package Modules\Balance\Admin * @package Modules\Balance\Admin
* @license OMS License 1.0 * @license OMS License 2.0
* @link https://orange-management.org * @link https://orange-management.org
* @since 1.0.0 * @since 1.0.0
*/ */

View File

@ -1,12 +1,12 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 7.4 * PHP Version 8.1
* *
* @package Modules\Balance\Admin * @package Modules\Balance\Admin
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://orange-management.org
*/ */
@ -20,7 +20,7 @@ use phpOMS\Module\StatusAbstract;
* Status class. * Status class.
* *
* @package Modules\Balance\Admin * @package Modules\Balance\Admin
* @license OMS License 1.0 * @license OMS License 2.0
* @link https://orange-management.org * @link https://orange-management.org
* @since 1.0.0 * @since 1.0.0
*/ */

View File

@ -1,12 +1,12 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 7.4 * PHP Version 8.1
* *
* @package Modules\Balance\Admin * @package Modules\Balance\Admin
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://orange-management.org
*/ */
@ -20,7 +20,7 @@ use phpOMS\Module\UninstallerAbstract;
* Uninstaller class. * Uninstaller class.
* *
* @package Modules\Balance\Admin * @package Modules\Balance\Admin
* @license OMS License 1.0 * @license OMS License 2.0
* @link https://orange-management.org * @link https://orange-management.org
* @since 1.0.0 * @since 1.0.0
*/ */

View File

@ -1,12 +1,12 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 7.4 * PHP Version 8.1
* *
* @package Modules\Balance\Admin * @package Modules\Balance\Admin
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://orange-management.org
*/ */
@ -20,7 +20,7 @@ use phpOMS\Module\UpdaterAbstract;
* Updater class. * Updater class.
* *
* @package Modules\Balance\Admin * @package Modules\Balance\Admin
* @license OMS License 1.0 * @license OMS License 2.0
* @link https://orange-management.org * @link https://orange-management.org
* @since 1.0.0 * @since 1.0.0
*/ */

View File

@ -1,12 +1,12 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 7.4 * PHP Version 8.1
* *
* @package Modules\Balance * @package Modules\Balance
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://orange-management.org
*/ */
@ -23,7 +23,7 @@ use phpOMS\Views\View;
* Budgeting controller class. * Budgeting controller class.
* *
* @package Modules\Balance * @package Modules\Balance
* @license OMS License 1.0 * @license OMS License 2.0
* @link https://orange-management.org * @link https://orange-management.org
* @since 1.0.0 * @since 1.0.0
*/ */

View File

@ -1,12 +1,12 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 7.4 * PHP Version 8.1
* *
* @package Modules\Balance * @package Modules\Balance
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://orange-management.org
*/ */
@ -21,7 +21,7 @@ use phpOMS\Module\WebInterface;
* Budgeting controller class. * Budgeting controller class.
* *
* @package Modules\Balance * @package Modules\Balance
* @license OMS License 1.0 * @license OMS License 2.0
* @link https://orange-management.org * @link https://orange-management.org
* @since 1.0.0 * @since 1.0.0
*/ */

View File

@ -1,12 +1,12 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 7.4 * PHP Version 8.1
* *
* @package Modules\Balance\Models * @package Modules\Balance\Models
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://orange-management.org
*/ */
@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum;
* Permision state enum. * Permision state enum.
* *
* @package Modules\Balance\Models * @package Modules\Balance\Models
* @license OMS License 1.0 * @license OMS License 2.0
* @link https://orange-management.org * @link https://orange-management.org
* @since 1.0.0 * @since 1.0.0
*/ */

View File

@ -1,12 +1,12 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 7.4 * PHP Version 8.1
* *
* @package Modules\Balance * @package Modules\Balance
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://orange-management.org
*/ */

View File

@ -1,12 +1,12 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 7.4 * PHP Version 8.1
* *
* @package Modules\Balance * @package Modules\Balance
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://orange-management.org
*/ */

View File

@ -1,12 +1,12 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 7.4 * PHP Version 8.1
* *
* @package Modules\Balance * @package Modules\Balance
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://orange-management.org
*/ */