diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index f310f2e..b8dad4a 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -36,7 +36,7 @@ "type": 2, "subtype": 1, "name": "PurchaseInquiries", - "uri": "{/lang}/{/app}/private/investment?{?}", + "uri": "{/base}/private/investment?{?}", "target": "self", "icon": null, "order": 10, diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index dc421f9..89c686a 100644 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -6,7 +6,7 @@ * * @package Modules\InvestmentManagement\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\InvestmentManagement\Admin\Install - * @license OMS License 1.0 + * @license OMS License 2.0 * @link https://orange-management.org * @since 1.0.0 */ diff --git a/Admin/Installer.php b/Admin/Installer.php index 415ae8f..3e922db 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -6,7 +6,7 @@ * * @package Modules\InvestmentManagement\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\InvestmentManagement\Admin - * @license OMS License 1.0 + * @license OMS License 2.0 * @link https://orange-management.org * @since 1.0.0 */ diff --git a/Admin/Status.php b/Admin/Status.php index 77442ba..3d9e95b 100644 --- a/Admin/Status.php +++ b/Admin/Status.php @@ -6,7 +6,7 @@ * * @package Modules\InvestmentManagement\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\InvestmentManagement\Admin - * @license OMS License 1.0 + * @license OMS License 2.0 * @link https://orange-management.org * @since 1.0.0 */ diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index 317844f..f37dd64 100644 --- a/Admin/Uninstaller.php +++ b/Admin/Uninstaller.php @@ -6,7 +6,7 @@ * * @package Modules\InvestmentManagement\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\InvestmentManagement\Admin - * @license OMS License 1.0 + * @license OMS License 2.0 * @link https://orange-management.org * @since 1.0.0 */ diff --git a/Admin/Updater.php b/Admin/Updater.php index 3c77436..1f1d892 100644 --- a/Admin/Updater.php +++ b/Admin/Updater.php @@ -6,7 +6,7 @@ * * @package Modules\InvestmentManagement\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\InvestmentManagement\Admin - * @license OMS License 1.0 + * @license OMS License 2.0 * @link https://orange-management.org * @since 1.0.0 */ diff --git a/Controller/BackendController.php b/Controller/BackendController.php index d602c92..48b2bee 100644 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -6,7 +6,7 @@ * * @package Modules\InvestmentManagement * @copyright Dennis Eichhorn - * @license OMS License 1.0 + * @license OMS License 2.0 * @version 1.0.0 * @link https://orange-management.org */ @@ -23,7 +23,7 @@ use phpOMS\Views\View; * Investmenting controller class. * * @package Modules\InvestmentManagement - * @license OMS License 1.0 + * @license OMS License 2.0 * @link https://orange-management.org * @since 1.0.0 */ diff --git a/Controller/Controller.php b/Controller/Controller.php index f253dac..bcb562f 100644 --- a/Controller/Controller.php +++ b/Controller/Controller.php @@ -6,7 +6,7 @@ * * @package Modules\InvestmentManagement * @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; * Investmenting controller class. * * @package Modules\InvestmentManagement - * @license OMS License 1.0 + * @license OMS License 2.0 * @link https://orange-management.org * @since 1.0.0 */ diff --git a/Models/PermissionState.php b/Models/PermissionState.php index d775e91..5ae23f3 100644 --- a/Models/PermissionState.php +++ b/Models/PermissionState.php @@ -6,7 +6,7 @@ * * @package Modules\InvestmentManagement\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\InvestmentManagement\Models - * @license OMS License 1.0 + * @license OMS License 2.0 * @link https://orange-management.org * @since 1.0.0 */ diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 726b729..e518332 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -6,7 +6,7 @@ * * @package Modules\InvestmentManagement * @copyright Dennis Eichhorn - * @license OMS License 1.0 + * @license OMS License 2.0 * @version 1.0.0 * @link https://orange-management.org */ diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index bb7b3c8..10a370e 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -6,7 +6,7 @@ * * @package Modules\InvestmentManagement * @copyright Dennis Eichhorn - * @license OMS License 1.0 + * @license OMS License 2.0 * @version 1.0.0 * @link https://orange-management.org */ diff --git a/Theme/Backend/investment-dashboard.tpl.php b/Theme/Backend/investment-dashboard.tpl.php index eb48578..059c85f 100644 --- a/Theme/Backend/investment-dashboard.tpl.php +++ b/Theme/Backend/investment-dashboard.tpl.php @@ -6,7 +6,7 @@ * * @package Modules\HumanResourceTimeRecording * @copyright Dennis Eichhorn - * @license OMS License 1.0 + * @license OMS License 2.0 * @version 1.0.0 * @link https://orange-management.org */