From 2c4760c86a90d5200cba3f5233bf66357aa03335 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 21 May 2024 00:09:12 +0200 Subject: [PATCH] fix version and bugs --- Admin/Install/Navigation.php | 4 ++-- Admin/Installer.php | 4 ++-- Admin/Routes/Web/Api.php | 2 +- Admin/Status.php | 4 ++-- Admin/Uninstaller.php | 4 ++-- Admin/Updater.php | 4 ++-- Controller/ApiAttributeController.php | 4 ++-- Controller/ApiController.php | 4 ++-- Controller/BackendController.php | 4 ++-- Controller/Controller.php | 4 ++-- Models/Amount.php | 4 ++-- Models/AmountGroup.php | 4 ++-- Models/AmountGroupMapper.php | 4 ++-- Models/AmountMapper.php | 4 ++-- Models/AmountTypeL11nMapper.php | 4 ++-- Models/AmountTypeMapper.php | 4 ++-- .../InvestmentObjectAttributeMapper.php | 4 ++-- ...nvestmentObjectAttributeTypeL11nMapper.php | 4 ++-- .../InvestmentObjectAttributeTypeMapper.php | 4 ++-- ...vestmentObjectAttributeValueL11nMapper.php | 4 ++-- .../InvestmentObjectAttributeValueMapper.php | 4 ++-- Models/Investment.php | 4 ++-- Models/InvestmentMapper.php | 4 ++-- Models/InvestmentObject.php | 4 ++-- Models/InvestmentObjectMapper.php | 4 ++-- Models/InvestmentStatus.php | 4 ++-- Models/InvestmentTypeL11nMapper.php | 4 ++-- Models/InvestmentTypeMapper.php | 4 ++-- Models/NullAmount.php | 4 ++-- Models/NullAmountGroup.php | 4 ++-- Models/NullInvestment.php | 4 ++-- Models/NullInvestmentObject.php | 4 ++-- Models/PermissionCategory.php | 4 ++-- README.md | 4 ++-- Theme/Backend/Lang/Navigation.ar.lang.php | 18 --------------- Theme/Backend/Lang/Navigation.cs.lang.php | 18 --------------- Theme/Backend/Lang/Navigation.da.lang.php | 18 --------------- Theme/Backend/Lang/Navigation.de.lang.php | 2 +- Theme/Backend/Lang/Navigation.el.lang.php | 18 --------------- Theme/Backend/Lang/Navigation.en.lang.php | 2 +- Theme/Backend/Lang/Navigation.es.lang.php | 18 --------------- Theme/Backend/Lang/Navigation.fi.lang.php | 18 --------------- Theme/Backend/Lang/Navigation.fr.lang.php | 18 --------------- Theme/Backend/Lang/Navigation.hu.lang.php | 18 --------------- Theme/Backend/Lang/Navigation.it.lang.php | 18 --------------- Theme/Backend/Lang/Navigation.ja.lang.php | 18 --------------- Theme/Backend/Lang/Navigation.ko.lang.php | 18 --------------- Theme/Backend/Lang/Navigation.no.lang.php | 18 --------------- Theme/Backend/Lang/Navigation.pl.lang.php | 18 --------------- Theme/Backend/Lang/Navigation.pt.lang.php | 18 --------------- Theme/Backend/Lang/Navigation.ru.lang.php | 18 --------------- Theme/Backend/Lang/Navigation.sv.lang.php | 18 --------------- Theme/Backend/Lang/Navigation.th.lang.php | 18 --------------- Theme/Backend/Lang/Navigation.tr.lang.php | 18 --------------- Theme/Backend/Lang/Navigation.uk.lang.php | 18 --------------- Theme/Backend/Lang/Navigation.zh.lang.php | 18 --------------- Theme/Backend/Lang/ar.lang.php | 22 ------------------- Theme/Backend/Lang/cs.lang.php | 22 ------------------- Theme/Backend/Lang/da.lang.php | 22 ------------------- Theme/Backend/Lang/de.lang.php | 2 +- Theme/Backend/Lang/el.lang.php | 22 ------------------- Theme/Backend/Lang/en.lang.php | 2 +- Theme/Backend/Lang/es.lang.php | 22 ------------------- Theme/Backend/Lang/fi.lang.php | 22 ------------------- Theme/Backend/Lang/fr.lang.php | 22 ------------------- Theme/Backend/Lang/hu.lang.php | 22 ------------------- Theme/Backend/Lang/it.lang.php | 22 ------------------- Theme/Backend/Lang/ja.lang.php | 22 ------------------- Theme/Backend/Lang/ko.lang.php | 22 ------------------- Theme/Backend/Lang/no.lang.php | 22 ------------------- Theme/Backend/Lang/pl.lang.php | 22 ------------------- Theme/Backend/Lang/pt.lang.php | 22 ------------------- Theme/Backend/Lang/ru.lang.php | 22 ------------------- Theme/Backend/Lang/sv.lang.php | 22 ------------------- Theme/Backend/Lang/th.lang.php | 22 ------------------- Theme/Backend/Lang/tr.lang.php | 22 ------------------- Theme/Backend/Lang/uk.lang.php | 22 ------------------- Theme/Backend/Lang/zh.lang.php | 22 ------------------- Theme/Backend/investment-list.tpl.php | 2 +- Theme/Backend/investment-option-view.tpl.php | 2 +- Theme/Backend/investment-view.tpl.php | 2 +- tests/Admin/AdminTest.php | 2 +- tests/Autoloader.php | 4 ++-- tests/Bootstrap.php | 2 +- tests/Models/NullInvestmentTest.php | 2 +- 85 files changed, 79 insertions(+), 879 deletions(-) delete mode 100644 Theme/Backend/Lang/Navigation.ar.lang.php delete mode 100644 Theme/Backend/Lang/Navigation.cs.lang.php delete mode 100644 Theme/Backend/Lang/Navigation.da.lang.php delete mode 100644 Theme/Backend/Lang/Navigation.el.lang.php delete mode 100644 Theme/Backend/Lang/Navigation.es.lang.php delete mode 100644 Theme/Backend/Lang/Navigation.fi.lang.php delete mode 100644 Theme/Backend/Lang/Navigation.fr.lang.php delete mode 100644 Theme/Backend/Lang/Navigation.hu.lang.php delete mode 100644 Theme/Backend/Lang/Navigation.it.lang.php delete mode 100644 Theme/Backend/Lang/Navigation.ja.lang.php delete mode 100644 Theme/Backend/Lang/Navigation.ko.lang.php delete mode 100644 Theme/Backend/Lang/Navigation.no.lang.php delete mode 100644 Theme/Backend/Lang/Navigation.pl.lang.php delete mode 100644 Theme/Backend/Lang/Navigation.pt.lang.php delete mode 100644 Theme/Backend/Lang/Navigation.ru.lang.php delete mode 100644 Theme/Backend/Lang/Navigation.sv.lang.php delete mode 100644 Theme/Backend/Lang/Navigation.th.lang.php delete mode 100644 Theme/Backend/Lang/Navigation.tr.lang.php delete mode 100644 Theme/Backend/Lang/Navigation.uk.lang.php delete mode 100644 Theme/Backend/Lang/Navigation.zh.lang.php delete mode 100644 Theme/Backend/Lang/ar.lang.php delete mode 100644 Theme/Backend/Lang/cs.lang.php delete mode 100644 Theme/Backend/Lang/da.lang.php delete mode 100644 Theme/Backend/Lang/el.lang.php delete mode 100644 Theme/Backend/Lang/es.lang.php delete mode 100644 Theme/Backend/Lang/fi.lang.php delete mode 100644 Theme/Backend/Lang/fr.lang.php delete mode 100644 Theme/Backend/Lang/hu.lang.php delete mode 100644 Theme/Backend/Lang/it.lang.php delete mode 100644 Theme/Backend/Lang/ja.lang.php delete mode 100644 Theme/Backend/Lang/ko.lang.php delete mode 100644 Theme/Backend/Lang/no.lang.php delete mode 100644 Theme/Backend/Lang/pl.lang.php delete mode 100644 Theme/Backend/Lang/pt.lang.php delete mode 100644 Theme/Backend/Lang/ru.lang.php delete mode 100644 Theme/Backend/Lang/sv.lang.php delete mode 100644 Theme/Backend/Lang/th.lang.php delete mode 100644 Theme/Backend/Lang/tr.lang.php delete mode 100644 Theme/Backend/Lang/uk.lang.php delete mode 100644 Theme/Backend/Lang/zh.lang.php diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 2b269e5..f7fd7b4 100755 --- 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 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Application\ApplicationAbstract; * Navigation class. * * @package Modules\InvestmentManagement\Admin\Install - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Admin/Installer.php b/Admin/Installer.php index 22ff009..227f88c 100755 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -6,7 +6,7 @@ * * @package Modules\InvestmentManagement\Admin * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -25,7 +25,7 @@ use phpOMS\Module\ModuleInfo; * Installer class. * * @package Modules\InvestmentManagement\Admin - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Admin/Routes/Web/Api.php b/Admin/Routes/Web/Api.php index 747a98c..a1c3334 100644 --- a/Admin/Routes/Web/Api.php +++ b/Admin/Routes/Web/Api.php @@ -6,7 +6,7 @@ * * @package Modules * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/Admin/Status.php b/Admin/Status.php index efb7cde..112a04b 100755 --- a/Admin/Status.php +++ b/Admin/Status.php @@ -6,7 +6,7 @@ * * @package Modules\InvestmentManagement\Admin * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Module\StatusAbstract; * Status class. * * @package Modules\InvestmentManagement\Admin - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index 08b6567..8385b6f 100755 --- a/Admin/Uninstaller.php +++ b/Admin/Uninstaller.php @@ -6,7 +6,7 @@ * * @package Modules\InvestmentManagement\Admin * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Module\UninstallerAbstract; * Uninstaller class. * * @package Modules\InvestmentManagement\Admin - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Admin/Updater.php b/Admin/Updater.php index ae8236d..cd8d2ad 100755 --- a/Admin/Updater.php +++ b/Admin/Updater.php @@ -6,7 +6,7 @@ * * @package Modules\InvestmentManagement\Admin * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Module\UpdaterAbstract; * Updater class. * * @package Modules\InvestmentManagement\Admin - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Controller/ApiAttributeController.php b/Controller/ApiAttributeController.php index 0330b31..11ff49e 100644 --- a/Controller/ApiAttributeController.php +++ b/Controller/ApiAttributeController.php @@ -6,7 +6,7 @@ * * @package Modules\InvestmentManagement * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -31,7 +31,7 @@ use phpOMS\Message\ResponseAbstract; * InvestmentManagement class. * * @package Modules\InvestmentManagement - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Controller/ApiController.php b/Controller/ApiController.php index 63bbd47..e9d4529 100644 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -6,7 +6,7 @@ * * @package Modules\InvestmentManagement * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -42,7 +42,7 @@ use phpOMS\Stdlib\Base\FloatInt; * InvestmentManagement class. * * @package Modules\InvestmentManagement - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Controller/BackendController.php b/Controller/BackendController.php index 2b4383e..547821b 100755 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -6,7 +6,7 @@ * * @package Modules\InvestmentManagement * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -27,7 +27,7 @@ use phpOMS\Views\View; * Investment controller class. * * @package Modules\InvestmentManagement - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Controller/Controller.php b/Controller/Controller.php index 9eb06d9..cbd5294 100755 --- a/Controller/Controller.php +++ b/Controller/Controller.php @@ -6,7 +6,7 @@ * * @package Modules\InvestmentManagement * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use phpOMS\Module\WebInterface; * Investmenting controller class. * * @package Modules\InvestmentManagement - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Models/Amount.php b/Models/Amount.php index df843c1..f58749e 100644 --- a/Models/Amount.php +++ b/Models/Amount.php @@ -6,7 +6,7 @@ * * @package Modules\InvestmentManagement\Models * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\FloatInt; * Costs/Earnings. * * @package Modules\InvestmentManagement\Models - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Models/AmountGroup.php b/Models/AmountGroup.php index 04fc02c..285e755 100644 --- a/Models/AmountGroup.php +++ b/Models/AmountGroup.php @@ -6,7 +6,7 @@ * * @package Modules\InvestmentManagement\Models * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\FloatInt; * Costs/Earnings. * * @package Modules\InvestmentManagement\Models - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Models/AmountGroupMapper.php b/Models/AmountGroupMapper.php index 3b7efcd..6f81887 100644 --- a/Models/AmountGroupMapper.php +++ b/Models/AmountGroupMapper.php @@ -6,7 +6,7 @@ * * @package Modules\InvestmentManagement\Models * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory; * AmountGroup mapper class. * * @package Modules\InvestmentManagement\Models - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Models/AmountMapper.php b/Models/AmountMapper.php index 5fcd7f7..963faaf 100644 --- a/Models/AmountMapper.php +++ b/Models/AmountMapper.php @@ -6,7 +6,7 @@ * * @package Modules\InvestmentManagement\Models * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory; * Amount mapper class. * * @package Modules\InvestmentManagement\Models - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Models/AmountTypeL11nMapper.php b/Models/AmountTypeL11nMapper.php index 8a651bf..fb74329 100644 --- a/Models/AmountTypeL11nMapper.php +++ b/Models/AmountTypeL11nMapper.php @@ -6,7 +6,7 @@ * * @package Modules\InvestmentManagement\Models * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use phpOMS\Localization\BaseStringL11n; * Amount type l11n mapper class. * * @package Modules\InvestmentManagement\Models - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Models/AmountTypeMapper.php b/Models/AmountTypeMapper.php index ba5e808..ce1f1c3 100644 --- a/Models/AmountTypeMapper.php +++ b/Models/AmountTypeMapper.php @@ -6,7 +6,7 @@ * * @package Modules\InvestmentManagement\Models * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use phpOMS\Localization\BaseStringL11nType; * AmountType mapper class. * * @package Modules\InvestmentManagement\Models - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Models/Attribute/InvestmentObjectAttributeMapper.php b/Models/Attribute/InvestmentObjectAttributeMapper.php index f65323b..24c7a35 100644 --- a/Models/Attribute/InvestmentObjectAttributeMapper.php +++ b/Models/Attribute/InvestmentObjectAttributeMapper.php @@ -6,7 +6,7 @@ * * @package Modules\InvestmentManagement\Models\Attribute * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory; * Investment mapper class. * * @package Modules\InvestmentManagement\Models\Attribute - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Models/Attribute/InvestmentObjectAttributeTypeL11nMapper.php b/Models/Attribute/InvestmentObjectAttributeTypeL11nMapper.php index a3cc80b..3442b82 100644 --- a/Models/Attribute/InvestmentObjectAttributeTypeL11nMapper.php +++ b/Models/Attribute/InvestmentObjectAttributeTypeL11nMapper.php @@ -6,7 +6,7 @@ * * @package Modules\InvestmentManagement\Models\Attribute * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use phpOMS\Localization\BaseStringL11n; * Investment mapper class. * * @package Modules\InvestmentManagement\Models\Attribute - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Models/Attribute/InvestmentObjectAttributeTypeMapper.php b/Models/Attribute/InvestmentObjectAttributeTypeMapper.php index dbb8b2d..7caea4f 100644 --- a/Models/Attribute/InvestmentObjectAttributeTypeMapper.php +++ b/Models/Attribute/InvestmentObjectAttributeTypeMapper.php @@ -6,7 +6,7 @@ * * @package Modules\InvestmentManagement\Models\Attribute * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory; * Investment mapper class. * * @package Modules\InvestmentManagement\Models\Attribute - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Models/Attribute/InvestmentObjectAttributeValueL11nMapper.php b/Models/Attribute/InvestmentObjectAttributeValueL11nMapper.php index e94abb0..d811903 100644 --- a/Models/Attribute/InvestmentObjectAttributeValueL11nMapper.php +++ b/Models/Attribute/InvestmentObjectAttributeValueL11nMapper.php @@ -6,7 +6,7 @@ * * @package Modules\InvestmentManagement\Models\Attribute * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use phpOMS\Localization\BaseStringL11n; * Investment mapper class. * * @package Modules\InvestmentManagement\Models\Attribute - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Models/Attribute/InvestmentObjectAttributeValueMapper.php b/Models/Attribute/InvestmentObjectAttributeValueMapper.php index 2f13cf2..16d038f 100644 --- a/Models/Attribute/InvestmentObjectAttributeValueMapper.php +++ b/Models/Attribute/InvestmentObjectAttributeValueMapper.php @@ -6,7 +6,7 @@ * * @package Modules\InvestmentManagement\Models\Attribute * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory; * Investment mapper class. * * @package Modules\InvestmentManagement\Models\Attribute - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Models/Investment.php b/Models/Investment.php index 8a4720e..61260dd 100644 --- a/Models/Investment.php +++ b/Models/Investment.php @@ -6,7 +6,7 @@ * * @package Modules\InvestmentManagement\Models * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\Localization\BaseStringL11nType; * Investment model. * * @package Modules\InvestmentManagement\Models - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Models/InvestmentMapper.php b/Models/InvestmentMapper.php index b7f69dc..07b1fba 100644 --- a/Models/InvestmentMapper.php +++ b/Models/InvestmentMapper.php @@ -6,7 +6,7 @@ * * @package Modules\InvestmentManagement\Models * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -23,7 +23,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory; * Investment mapper class. * * @package Modules\InvestmentManagement\Models - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Models/InvestmentObject.php b/Models/InvestmentObject.php index c6512e9..acb96c1 100644 --- a/Models/InvestmentObject.php +++ b/Models/InvestmentObject.php @@ -6,7 +6,7 @@ * * @package Modules\InvestmentManagement\Models * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use Modules\SupplierManagement\Models\Supplier; * Investment object. * * @package Modules\InvestmentManagement\Models - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Models/InvestmentObjectMapper.php b/Models/InvestmentObjectMapper.php index 6d68386..88f8eb7 100644 --- a/Models/InvestmentObjectMapper.php +++ b/Models/InvestmentObjectMapper.php @@ -6,7 +6,7 @@ * * @package Modules\InvestmentManagement\Models * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -25,7 +25,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory; * InvestmentObject mapper class. * * @package Modules\InvestmentManagement\Models - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Models/InvestmentStatus.php b/Models/InvestmentStatus.php index a0607ac..0c3b2e6 100644 --- a/Models/InvestmentStatus.php +++ b/Models/InvestmentStatus.php @@ -6,7 +6,7 @@ * * @package Modules\InvestmentManagement\Models * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Investment status enum. * * @package Modules\InvestmentManagement\Models - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Models/InvestmentTypeL11nMapper.php b/Models/InvestmentTypeL11nMapper.php index f668721..f012fb0 100644 --- a/Models/InvestmentTypeL11nMapper.php +++ b/Models/InvestmentTypeL11nMapper.php @@ -6,7 +6,7 @@ * * @package Modules\InvestmentManagement\Models * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use phpOMS\Localization\BaseStringL11n; * Inspection type l11n mapper class. * * @package Modules\InvestmentManagement\Models - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Models/InvestmentTypeMapper.php b/Models/InvestmentTypeMapper.php index 926032b..7339d16 100644 --- a/Models/InvestmentTypeMapper.php +++ b/Models/InvestmentTypeMapper.php @@ -6,7 +6,7 @@ * * @package Modules\InvestmentManagement\Models * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use phpOMS\Localization\BaseStringL11nType; * InvestmentType mapper class. * * @package Modules\InvestmentManagement\Models - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Models/NullAmount.php b/Models/NullAmount.php index c9bd601..aa7e91e 100644 --- a/Models/NullAmount.php +++ b/Models/NullAmount.php @@ -6,7 +6,7 @@ * * @package Modules\InvestmentManagement\Models * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace Modules\InvestmentManagement\Models; * Null model * * @package Modules\InvestmentManagement\Models - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Models/NullAmountGroup.php b/Models/NullAmountGroup.php index 521cb0f..dc7b973 100644 --- a/Models/NullAmountGroup.php +++ b/Models/NullAmountGroup.php @@ -6,7 +6,7 @@ * * @package Modules\InvestmentManagement\Models * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace Modules\InvestmentManagement\Models; * Null model * * @package Modules\InvestmentManagement\Models - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Models/NullInvestment.php b/Models/NullInvestment.php index 3c34812..8b78c12 100644 --- a/Models/NullInvestment.php +++ b/Models/NullInvestment.php @@ -6,7 +6,7 @@ * * @package Modules\InvestmentManagement\Models * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace Modules\InvestmentManagement\Models; * Null model * * @package Modules\InvestmentManagement\Models - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Models/NullInvestmentObject.php b/Models/NullInvestmentObject.php index e6be77d..68246aa 100644 --- a/Models/NullInvestmentObject.php +++ b/Models/NullInvestmentObject.php @@ -6,7 +6,7 @@ * * @package Modules\InvestmentManagement\Models * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace Modules\InvestmentManagement\Models; * Null model * * @package Modules\InvestmentManagement\Models - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Models/PermissionCategory.php b/Models/PermissionCategory.php index 4b94bb1..bb6d401 100755 --- a/Models/PermissionCategory.php +++ b/Models/PermissionCategory.php @@ -6,7 +6,7 @@ * * @package Modules\InvestmentManagement\Models * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Permission category enum. * * @package Modules\InvestmentManagement\Models - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/README.md b/README.md index 51f9ea4..24751e7 100755 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ With Karaka you have one partner who can provide many tools and software solutio ## Requirements -* PHP 8.2 -* PHP extension: php8.2-dev php8.2-cli php8.2-common php8.2-intl php8.2-mysql php8.2-pgsql php8.2-xdebug php8.2-opcache php8.2-pdo php8.2-sqlite php8.2-mbstring php8.2-curl php8.2-imap php8.2-bcmath php8.2-zip php8.2-dom php8.2-xml php8.2-phar php8.2-gd php-pear +* PHP 8.3 +* PHP extension: php8.3-dev php8.3-cli php8.3-common php8.3-intl php8.3-mysql php8.3-pgsql php8.3-xdebug php8.3-opcache php8.3-pdo php8.3-sqlite php8.3-mbstring php8.3-curl php8.3-imap php8.3-bcmath php8.3-zip php8.3-dom php8.3-xml php8.3-phar php8.3-gd php-pear * apache2 (recommended) or nginx * mysql-server (recommended) or postgresql postgresql-contrib * Tools: tesseract-ocr, pdftotext, pdftoppm diff --git a/Theme/Backend/Lang/Navigation.ar.lang.php b/Theme/Backend/Lang/Navigation.ar.lang.php deleted file mode 100644 index f284143..0000000 --- a/Theme/Backend/Lang/Navigation.ar.lang.php +++ /dev/null @@ -1,18 +0,0 @@ - [ - 'InvestmentInquiries' => '', - 'Investments' => '', -]]; diff --git a/Theme/Backend/Lang/Navigation.cs.lang.php b/Theme/Backend/Lang/Navigation.cs.lang.php deleted file mode 100644 index f284143..0000000 --- a/Theme/Backend/Lang/Navigation.cs.lang.php +++ /dev/null @@ -1,18 +0,0 @@ - [ - 'InvestmentInquiries' => '', - 'Investments' => '', -]]; diff --git a/Theme/Backend/Lang/Navigation.da.lang.php b/Theme/Backend/Lang/Navigation.da.lang.php deleted file mode 100644 index f284143..0000000 --- a/Theme/Backend/Lang/Navigation.da.lang.php +++ /dev/null @@ -1,18 +0,0 @@ - [ - 'InvestmentInquiries' => '', - 'Investments' => '', -]]; diff --git a/Theme/Backend/Lang/Navigation.de.lang.php b/Theme/Backend/Lang/Navigation.de.lang.php index 5c113a7..a6cae65 100644 --- a/Theme/Backend/Lang/Navigation.de.lang.php +++ b/Theme/Backend/Lang/Navigation.de.lang.php @@ -6,7 +6,7 @@ * * @package Modules\Localization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/Theme/Backend/Lang/Navigation.el.lang.php b/Theme/Backend/Lang/Navigation.el.lang.php deleted file mode 100644 index f284143..0000000 --- a/Theme/Backend/Lang/Navigation.el.lang.php +++ /dev/null @@ -1,18 +0,0 @@ - [ - 'InvestmentInquiries' => '', - 'Investments' => '', -]]; diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 9d25660..5a7a8d2 100755 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -6,7 +6,7 @@ * * @package Modules\Localization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/Theme/Backend/Lang/Navigation.es.lang.php b/Theme/Backend/Lang/Navigation.es.lang.php deleted file mode 100644 index f284143..0000000 --- a/Theme/Backend/Lang/Navigation.es.lang.php +++ /dev/null @@ -1,18 +0,0 @@ - [ - 'InvestmentInquiries' => '', - 'Investments' => '', -]]; diff --git a/Theme/Backend/Lang/Navigation.fi.lang.php b/Theme/Backend/Lang/Navigation.fi.lang.php deleted file mode 100644 index f284143..0000000 --- a/Theme/Backend/Lang/Navigation.fi.lang.php +++ /dev/null @@ -1,18 +0,0 @@ - [ - 'InvestmentInquiries' => '', - 'Investments' => '', -]]; diff --git a/Theme/Backend/Lang/Navigation.fr.lang.php b/Theme/Backend/Lang/Navigation.fr.lang.php deleted file mode 100644 index f284143..0000000 --- a/Theme/Backend/Lang/Navigation.fr.lang.php +++ /dev/null @@ -1,18 +0,0 @@ - [ - 'InvestmentInquiries' => '', - 'Investments' => '', -]]; diff --git a/Theme/Backend/Lang/Navigation.hu.lang.php b/Theme/Backend/Lang/Navigation.hu.lang.php deleted file mode 100644 index f284143..0000000 --- a/Theme/Backend/Lang/Navigation.hu.lang.php +++ /dev/null @@ -1,18 +0,0 @@ - [ - 'InvestmentInquiries' => '', - 'Investments' => '', -]]; diff --git a/Theme/Backend/Lang/Navigation.it.lang.php b/Theme/Backend/Lang/Navigation.it.lang.php deleted file mode 100644 index f284143..0000000 --- a/Theme/Backend/Lang/Navigation.it.lang.php +++ /dev/null @@ -1,18 +0,0 @@ - [ - 'InvestmentInquiries' => '', - 'Investments' => '', -]]; diff --git a/Theme/Backend/Lang/Navigation.ja.lang.php b/Theme/Backend/Lang/Navigation.ja.lang.php deleted file mode 100644 index f284143..0000000 --- a/Theme/Backend/Lang/Navigation.ja.lang.php +++ /dev/null @@ -1,18 +0,0 @@ - [ - 'InvestmentInquiries' => '', - 'Investments' => '', -]]; diff --git a/Theme/Backend/Lang/Navigation.ko.lang.php b/Theme/Backend/Lang/Navigation.ko.lang.php deleted file mode 100644 index f284143..0000000 --- a/Theme/Backend/Lang/Navigation.ko.lang.php +++ /dev/null @@ -1,18 +0,0 @@ - [ - 'InvestmentInquiries' => '', - 'Investments' => '', -]]; diff --git a/Theme/Backend/Lang/Navigation.no.lang.php b/Theme/Backend/Lang/Navigation.no.lang.php deleted file mode 100644 index f284143..0000000 --- a/Theme/Backend/Lang/Navigation.no.lang.php +++ /dev/null @@ -1,18 +0,0 @@ - [ - 'InvestmentInquiries' => '', - 'Investments' => '', -]]; diff --git a/Theme/Backend/Lang/Navigation.pl.lang.php b/Theme/Backend/Lang/Navigation.pl.lang.php deleted file mode 100644 index f284143..0000000 --- a/Theme/Backend/Lang/Navigation.pl.lang.php +++ /dev/null @@ -1,18 +0,0 @@ - [ - 'InvestmentInquiries' => '', - 'Investments' => '', -]]; diff --git a/Theme/Backend/Lang/Navigation.pt.lang.php b/Theme/Backend/Lang/Navigation.pt.lang.php deleted file mode 100644 index f284143..0000000 --- a/Theme/Backend/Lang/Navigation.pt.lang.php +++ /dev/null @@ -1,18 +0,0 @@ - [ - 'InvestmentInquiries' => '', - 'Investments' => '', -]]; diff --git a/Theme/Backend/Lang/Navigation.ru.lang.php b/Theme/Backend/Lang/Navigation.ru.lang.php deleted file mode 100644 index f284143..0000000 --- a/Theme/Backend/Lang/Navigation.ru.lang.php +++ /dev/null @@ -1,18 +0,0 @@ - [ - 'InvestmentInquiries' => '', - 'Investments' => '', -]]; diff --git a/Theme/Backend/Lang/Navigation.sv.lang.php b/Theme/Backend/Lang/Navigation.sv.lang.php deleted file mode 100644 index f284143..0000000 --- a/Theme/Backend/Lang/Navigation.sv.lang.php +++ /dev/null @@ -1,18 +0,0 @@ - [ - 'InvestmentInquiries' => '', - 'Investments' => '', -]]; diff --git a/Theme/Backend/Lang/Navigation.th.lang.php b/Theme/Backend/Lang/Navigation.th.lang.php deleted file mode 100644 index f284143..0000000 --- a/Theme/Backend/Lang/Navigation.th.lang.php +++ /dev/null @@ -1,18 +0,0 @@ - [ - 'InvestmentInquiries' => '', - 'Investments' => '', -]]; diff --git a/Theme/Backend/Lang/Navigation.tr.lang.php b/Theme/Backend/Lang/Navigation.tr.lang.php deleted file mode 100644 index f284143..0000000 --- a/Theme/Backend/Lang/Navigation.tr.lang.php +++ /dev/null @@ -1,18 +0,0 @@ - [ - 'InvestmentInquiries' => '', - 'Investments' => '', -]]; diff --git a/Theme/Backend/Lang/Navigation.uk.lang.php b/Theme/Backend/Lang/Navigation.uk.lang.php deleted file mode 100644 index f284143..0000000 --- a/Theme/Backend/Lang/Navigation.uk.lang.php +++ /dev/null @@ -1,18 +0,0 @@ - [ - 'InvestmentInquiries' => '', - 'Investments' => '', -]]; diff --git a/Theme/Backend/Lang/Navigation.zh.lang.php b/Theme/Backend/Lang/Navigation.zh.lang.php deleted file mode 100644 index f284143..0000000 --- a/Theme/Backend/Lang/Navigation.zh.lang.php +++ /dev/null @@ -1,18 +0,0 @@ - [ - 'InvestmentInquiries' => '', - 'Investments' => '', -]]; diff --git a/Theme/Backend/Lang/ar.lang.php b/Theme/Backend/Lang/ar.lang.php deleted file mode 100644 index 3e062c8..0000000 --- a/Theme/Backend/Lang/ar.lang.php +++ /dev/null @@ -1,22 +0,0 @@ - [ - 'Creator' => '', - 'Investment' => '', - 'Investments' => '', - 'Name' => '', - 'Status' => '', - 'Title' => '', -]]; diff --git a/Theme/Backend/Lang/cs.lang.php b/Theme/Backend/Lang/cs.lang.php deleted file mode 100644 index 3e062c8..0000000 --- a/Theme/Backend/Lang/cs.lang.php +++ /dev/null @@ -1,22 +0,0 @@ - [ - 'Creator' => '', - 'Investment' => '', - 'Investments' => '', - 'Name' => '', - 'Status' => '', - 'Title' => '', -]]; diff --git a/Theme/Backend/Lang/da.lang.php b/Theme/Backend/Lang/da.lang.php deleted file mode 100644 index 3e062c8..0000000 --- a/Theme/Backend/Lang/da.lang.php +++ /dev/null @@ -1,22 +0,0 @@ - [ - 'Creator' => '', - 'Investment' => '', - 'Investments' => '', - 'Name' => '', - 'Status' => '', - 'Title' => '', -]]; diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index 9743725..df7d9de 100644 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -6,7 +6,7 @@ * * @package Modules\Localization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/Theme/Backend/Lang/el.lang.php b/Theme/Backend/Lang/el.lang.php deleted file mode 100644 index 3e062c8..0000000 --- a/Theme/Backend/Lang/el.lang.php +++ /dev/null @@ -1,22 +0,0 @@ - [ - 'Creator' => '', - 'Investment' => '', - 'Investments' => '', - 'Name' => '', - 'Status' => '', - 'Title' => '', -]]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 8a5e35f..2c8a966 100755 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -6,7 +6,7 @@ * * @package Modules\Localization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/Theme/Backend/Lang/es.lang.php b/Theme/Backend/Lang/es.lang.php deleted file mode 100644 index 3e062c8..0000000 --- a/Theme/Backend/Lang/es.lang.php +++ /dev/null @@ -1,22 +0,0 @@ - [ - 'Creator' => '', - 'Investment' => '', - 'Investments' => '', - 'Name' => '', - 'Status' => '', - 'Title' => '', -]]; diff --git a/Theme/Backend/Lang/fi.lang.php b/Theme/Backend/Lang/fi.lang.php deleted file mode 100644 index 3e062c8..0000000 --- a/Theme/Backend/Lang/fi.lang.php +++ /dev/null @@ -1,22 +0,0 @@ - [ - 'Creator' => '', - 'Investment' => '', - 'Investments' => '', - 'Name' => '', - 'Status' => '', - 'Title' => '', -]]; diff --git a/Theme/Backend/Lang/fr.lang.php b/Theme/Backend/Lang/fr.lang.php deleted file mode 100644 index 3e062c8..0000000 --- a/Theme/Backend/Lang/fr.lang.php +++ /dev/null @@ -1,22 +0,0 @@ - [ - 'Creator' => '', - 'Investment' => '', - 'Investments' => '', - 'Name' => '', - 'Status' => '', - 'Title' => '', -]]; diff --git a/Theme/Backend/Lang/hu.lang.php b/Theme/Backend/Lang/hu.lang.php deleted file mode 100644 index 3e062c8..0000000 --- a/Theme/Backend/Lang/hu.lang.php +++ /dev/null @@ -1,22 +0,0 @@ - [ - 'Creator' => '', - 'Investment' => '', - 'Investments' => '', - 'Name' => '', - 'Status' => '', - 'Title' => '', -]]; diff --git a/Theme/Backend/Lang/it.lang.php b/Theme/Backend/Lang/it.lang.php deleted file mode 100644 index 3e062c8..0000000 --- a/Theme/Backend/Lang/it.lang.php +++ /dev/null @@ -1,22 +0,0 @@ - [ - 'Creator' => '', - 'Investment' => '', - 'Investments' => '', - 'Name' => '', - 'Status' => '', - 'Title' => '', -]]; diff --git a/Theme/Backend/Lang/ja.lang.php b/Theme/Backend/Lang/ja.lang.php deleted file mode 100644 index 3e062c8..0000000 --- a/Theme/Backend/Lang/ja.lang.php +++ /dev/null @@ -1,22 +0,0 @@ - [ - 'Creator' => '', - 'Investment' => '', - 'Investments' => '', - 'Name' => '', - 'Status' => '', - 'Title' => '', -]]; diff --git a/Theme/Backend/Lang/ko.lang.php b/Theme/Backend/Lang/ko.lang.php deleted file mode 100644 index 3e062c8..0000000 --- a/Theme/Backend/Lang/ko.lang.php +++ /dev/null @@ -1,22 +0,0 @@ - [ - 'Creator' => '', - 'Investment' => '', - 'Investments' => '', - 'Name' => '', - 'Status' => '', - 'Title' => '', -]]; diff --git a/Theme/Backend/Lang/no.lang.php b/Theme/Backend/Lang/no.lang.php deleted file mode 100644 index 3e062c8..0000000 --- a/Theme/Backend/Lang/no.lang.php +++ /dev/null @@ -1,22 +0,0 @@ - [ - 'Creator' => '', - 'Investment' => '', - 'Investments' => '', - 'Name' => '', - 'Status' => '', - 'Title' => '', -]]; diff --git a/Theme/Backend/Lang/pl.lang.php b/Theme/Backend/Lang/pl.lang.php deleted file mode 100644 index 3e062c8..0000000 --- a/Theme/Backend/Lang/pl.lang.php +++ /dev/null @@ -1,22 +0,0 @@ - [ - 'Creator' => '', - 'Investment' => '', - 'Investments' => '', - 'Name' => '', - 'Status' => '', - 'Title' => '', -]]; diff --git a/Theme/Backend/Lang/pt.lang.php b/Theme/Backend/Lang/pt.lang.php deleted file mode 100644 index 3e062c8..0000000 --- a/Theme/Backend/Lang/pt.lang.php +++ /dev/null @@ -1,22 +0,0 @@ - [ - 'Creator' => '', - 'Investment' => '', - 'Investments' => '', - 'Name' => '', - 'Status' => '', - 'Title' => '', -]]; diff --git a/Theme/Backend/Lang/ru.lang.php b/Theme/Backend/Lang/ru.lang.php deleted file mode 100644 index 3e062c8..0000000 --- a/Theme/Backend/Lang/ru.lang.php +++ /dev/null @@ -1,22 +0,0 @@ - [ - 'Creator' => '', - 'Investment' => '', - 'Investments' => '', - 'Name' => '', - 'Status' => '', - 'Title' => '', -]]; diff --git a/Theme/Backend/Lang/sv.lang.php b/Theme/Backend/Lang/sv.lang.php deleted file mode 100644 index 3e062c8..0000000 --- a/Theme/Backend/Lang/sv.lang.php +++ /dev/null @@ -1,22 +0,0 @@ - [ - 'Creator' => '', - 'Investment' => '', - 'Investments' => '', - 'Name' => '', - 'Status' => '', - 'Title' => '', -]]; diff --git a/Theme/Backend/Lang/th.lang.php b/Theme/Backend/Lang/th.lang.php deleted file mode 100644 index 3e062c8..0000000 --- a/Theme/Backend/Lang/th.lang.php +++ /dev/null @@ -1,22 +0,0 @@ - [ - 'Creator' => '', - 'Investment' => '', - 'Investments' => '', - 'Name' => '', - 'Status' => '', - 'Title' => '', -]]; diff --git a/Theme/Backend/Lang/tr.lang.php b/Theme/Backend/Lang/tr.lang.php deleted file mode 100644 index 3e062c8..0000000 --- a/Theme/Backend/Lang/tr.lang.php +++ /dev/null @@ -1,22 +0,0 @@ - [ - 'Creator' => '', - 'Investment' => '', - 'Investments' => '', - 'Name' => '', - 'Status' => '', - 'Title' => '', -]]; diff --git a/Theme/Backend/Lang/uk.lang.php b/Theme/Backend/Lang/uk.lang.php deleted file mode 100644 index 3e062c8..0000000 --- a/Theme/Backend/Lang/uk.lang.php +++ /dev/null @@ -1,22 +0,0 @@ - [ - 'Creator' => '', - 'Investment' => '', - 'Investments' => '', - 'Name' => '', - 'Status' => '', - 'Title' => '', -]]; diff --git a/Theme/Backend/Lang/zh.lang.php b/Theme/Backend/Lang/zh.lang.php deleted file mode 100644 index 3e062c8..0000000 --- a/Theme/Backend/Lang/zh.lang.php +++ /dev/null @@ -1,22 +0,0 @@ - [ - 'Creator' => '', - 'Investment' => '', - 'Investments' => '', - 'Name' => '', - 'Status' => '', - 'Title' => '', -]]; diff --git a/Theme/Backend/investment-list.tpl.php b/Theme/Backend/investment-list.tpl.php index b6de276..a0c3234 100644 --- a/Theme/Backend/investment-list.tpl.php +++ b/Theme/Backend/investment-list.tpl.php @@ -6,7 +6,7 @@ * * @package Modules\HumanResourceTimeRecording * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/Theme/Backend/investment-option-view.tpl.php b/Theme/Backend/investment-option-view.tpl.php index 42edc56..0237cf0 100644 --- a/Theme/Backend/investment-option-view.tpl.php +++ b/Theme/Backend/investment-option-view.tpl.php @@ -6,7 +6,7 @@ * * @package Modules\HumanResourceTimeRecording * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/Theme/Backend/investment-view.tpl.php b/Theme/Backend/investment-view.tpl.php index 5972c46..bb64474 100644 --- a/Theme/Backend/investment-view.tpl.php +++ b/Theme/Backend/investment-view.tpl.php @@ -6,7 +6,7 @@ * * @package Modules\HumanResourceTimeRecording * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Admin/AdminTest.php b/tests/Admin/AdminTest.php index fd4770e..5cda1f7 100644 --- a/tests/Admin/AdminTest.php +++ b/tests/Admin/AdminTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Autoloader.php b/tests/Autoloader.php index a309254..0fce751 100644 --- a/tests/Autoloader.php +++ b/tests/Autoloader.php @@ -6,7 +6,7 @@ * * @package Modules/tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ namespace Modules\InvestmentManagement\tests; * Autoloader class. * * @package tests - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php index 8be9c45..a9459dd 100644 --- a/tests/Bootstrap.php +++ b/tests/Bootstrap.php @@ -6,7 +6,7 @@ * * @package Modules\InvestmentManagement\tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Models/NullInvestmentTest.php b/tests/Models/NullInvestmentTest.php index 7a1a9b9..eb2cac8 100644 --- a/tests/Models/NullInvestmentTest.php +++ b/tests/Models/NullInvestmentTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */