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,
"subtype": 1,
"name": "Budgeting",
"uri": "{/prefix}warehouse/stocktaking/list?{?}",
"uri": "{/base}warehouse/stocktaking/list?{?}",
"target": "self",
"icon": null,
"order": 1,
@ -19,7 +19,7 @@
"type": 3,
"subtype": 1,
"name": "Dashboard",
"uri": "{/prefix}warehouse/stocktaking/list?{?}",
"uri": "{/base}warehouse/stocktaking/list?{?}",
"target": "self",
"icon": null,
"order": 1,

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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