registration fixes

This commit is contained in:
Dennis Eichhorn 2023-03-24 16:20:22 +01:00
parent 6e1b91da08
commit 3cb4ef8a20
12 changed files with 20 additions and 20 deletions

View File

@ -36,7 +36,7 @@
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "PurchaseInquiries", "name": "PurchaseInquiries",
"uri": "{/lang}/{/app}/private/investment?{?}", "uri": "{/base}/private/investment?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 10, "order": 10,

View File

@ -6,7 +6,7 @@
* *
* @package Modules\InvestmentManagement\Admin\Install * @package Modules\InvestmentManagement\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\InvestmentManagement\Admin\Install * @package Modules\InvestmentManagement\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

@ -6,7 +6,7 @@
* *
* @package Modules\InvestmentManagement\Admin * @package Modules\InvestmentManagement\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\InvestmentManagement\Admin * @package Modules\InvestmentManagement\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

@ -6,7 +6,7 @@
* *
* @package Modules\InvestmentManagement\Admin * @package Modules\InvestmentManagement\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\InvestmentManagement\Admin * @package Modules\InvestmentManagement\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

@ -6,7 +6,7 @@
* *
* @package Modules\InvestmentManagement\Admin * @package Modules\InvestmentManagement\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\InvestmentManagement\Admin * @package Modules\InvestmentManagement\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

@ -6,7 +6,7 @@
* *
* @package Modules\InvestmentManagement\Admin * @package Modules\InvestmentManagement\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\InvestmentManagement\Admin * @package Modules\InvestmentManagement\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

@ -6,7 +6,7 @@
* *
* @package Modules\InvestmentManagement * @package Modules\InvestmentManagement
* @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;
* Investmenting controller class. * Investmenting controller class.
* *
* @package Modules\InvestmentManagement * @package Modules\InvestmentManagement
* @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

@ -6,7 +6,7 @@
* *
* @package Modules\InvestmentManagement * @package Modules\InvestmentManagement
* @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;
* Investmenting controller class. * Investmenting controller class.
* *
* @package Modules\InvestmentManagement * @package Modules\InvestmentManagement
* @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

@ -6,7 +6,7 @@
* *
* @package Modules\InvestmentManagement\Models * @package Modules\InvestmentManagement\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\InvestmentManagement\Models * @package Modules\InvestmentManagement\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

@ -6,7 +6,7 @@
* *
* @package Modules\InvestmentManagement * @package Modules\InvestmentManagement
* @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

@ -6,7 +6,7 @@
* *
* @package Modules\InvestmentManagement * @package Modules\InvestmentManagement
* @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

@ -6,7 +6,7 @@
* *
* @package Modules\HumanResourceTimeRecording * @package Modules\HumanResourceTimeRecording
* @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
*/ */