Updated file header

This commit is contained in:
Dennis Eichhorn 2023-06-16 19:32:54 +02:00
parent 73b84e8508
commit 8d5d8fbaa7
13 changed files with 47 additions and 47 deletions

View File

@ -5,7 +5,7 @@
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "Budgeting", "name": "Budgeting",
"uri": "{/prefix}warehouse/stocktaking/list?{?}", "uri": "{/base}warehouse/stocktaking/list?{?}",
"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}warehouse/stocktaking/list?{?}", "uri": "{/base}warehouse/stocktaking/list?{?}",
"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\StockTaking\Admin\Install * @package Modules\StockTaking\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\StockTaking\Admin\Install * @package Modules\StockTaking\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\StockTaking\Admin * @package Modules\StockTaking\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\StockTaking\Admin * @package Modules\StockTaking\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\StockTaking\Admin * @package Modules\StockTaking\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\StockTaking\Admin * @package Modules\StockTaking\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\StockTaking\Admin * @package Modules\StockTaking\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\StockTaking\Admin * @package Modules\StockTaking\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\StockTaking\Admin * @package Modules\StockTaking\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\StockTaking\Admin * @package Modules\StockTaking\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\StockTaking * @package Modules\StockTaking
* @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
*/ */
@ -18,7 +18,7 @@ namespace Modules\StockTaking\Controller;
* Budgeting controller class. * Budgeting controller class.
* *
* @package Modules\StockTaking * @package Modules\StockTaking
* @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\StockTaking * @package Modules\StockTaking
* @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
*/ */
@ -18,7 +18,7 @@ namespace Modules\StockTaking\Controller;
* Budgeting controller class. * Budgeting controller class.
* *
* @package Modules\StockTaking * @package Modules\StockTaking
* @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\StockTaking * @package Modules\StockTaking
* @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\StockTaking * @package Modules\StockTaking
* @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\StockTaking\Models * @package Modules\StockTaking\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\StockTaking\Models * @package Modules\StockTaking\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\StockTaking * @package Modules\StockTaking
* @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\StockTaking * @package Modules\StockTaking
* @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\StockTaking * @package Modules\StockTaking
* @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
*/ */