Updated file header

This commit is contained in:
Dennis Eichhorn 2023-06-16 19:32:52 +02:00
parent 1b07925c1c
commit 3c6381a6f1
17 changed files with 60 additions and 60 deletions

View File

@ -5,7 +5,7 @@
"type": 2, "type": 2,
"subtype": 0, "subtype": 0,
"name": "Production", "name": "Production",
"uri": "{/prefix}production/dashboard?{?}", "uri": "{/base}production/dashboard?{?}",
"target": "self", "target": "self",
"icon": "fa fa-fire", "icon": "fa fa-fire",
"order": 70, "order": 70,
@ -19,7 +19,7 @@
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "Production", "name": "Production",
"uri": "{/prefix}production/list", "uri": "{/base}production/list",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 5, "order": 5,
@ -33,7 +33,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "List", "name": "List",
"uri": "{/prefix}production/list", "uri": "{/base}production/list",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 5, "order": 5,
@ -48,7 +48,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Create", "name": "Create",
"uri": "{/prefix}production/create?{?}", "uri": "{/base}production/create?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 10, "order": 10,

View File

@ -1,12 +1,12 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 7.4 * PHP Version 8.1
* *
* @package Modules\Production\Admin\Install * @package Modules\Production\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\Production\Admin\Install * @package Modules\Production\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\Production\Admin * @package Modules\Production\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\Production\Admin * @package Modules\Production\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\Production\Admin * @package Modules\Production\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\Production\Admin * @package Modules\Production\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\Production\Admin * @package Modules\Production\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\Production\Admin * @package Modules\Production\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\Production\Admin * @package Modules\Production\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\Production\Admin * @package Modules\Production\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\Production * @package Modules\Production
* @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;
* Production class. * Production class.
* *
* @package Modules\Production * @package Modules\Production
* @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\Production * @package Modules\Production
* @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;
* Production class. * Production class.
* *
* @package Modules\Production * @package Modules\Production
* @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\Production\Models * @package Modules\Production\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\Production\Models * @package Modules\Production\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\Production * @package Modules\Production
* @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\Production * @package Modules\Production
* @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\Production * @package Modules\Production
* @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\Production * @package Modules\Production
* @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\Production * @package Modules\Production
* @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\Production * @package Modules\Production
* @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\Production * @package Modules\Production
* @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\Production * @package Modules\Production
* @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
*/ */