From 3abfa71f7ab11722d3fc8056d7492381d8ff817d Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 21 May 2024 00:09:13 +0200 Subject: [PATCH] fix version and bugs --- Admin/Install/Navigation.php | 4 +-- Admin/Installer.php | 4 +-- Admin/Routes/Web/Backend.php | 2 +- Admin/Status.php | 4 +-- Admin/Uninstaller.php | 4 +-- Admin/Updater.php | 4 +-- Controller/ApiController.php | 4 +-- Controller/BackendController.php | 4 +-- Controller/Controller.php | 4 +-- LICENSE.txt | 11 +++--- Models/AccountRelation.php | 4 +-- Models/AccountRelationMapper.php | 4 +-- Models/AccountRelationType.php | 4 +-- Models/AttributeValueType.php | 4 +-- Models/NullAccountRelation.php | 4 +-- Models/NullPromotion.php | 4 +-- Models/NullPromotionAttribute.php | 4 +-- Models/NullPromotionAttributeType.php | 4 +-- Models/NullPromotionAttributeValue.php | 4 +-- Models/PermissionCategory.php | 4 +-- Models/ProgressType.php | 4 +-- Models/Promotion.php | 4 +-- Models/PromotionAttribute.php | 4 +-- Models/PromotionAttributeMapper.php | 4 +-- Models/PromotionAttributeType.php | 4 +-- Models/PromotionAttributeTypeL11nMapper.php | 4 +-- Models/PromotionAttributeTypeMapper.php | 4 +-- Models/PromotionAttributeValue.php | 4 +-- Models/PromotionAttributeValueMapper.php | 4 +-- Models/PromotionMapper.php | 4 +-- README.md | 4 +-- Theme/Backend/Lang/Navigation.ar.lang.php | 21 ------------ Theme/Backend/Lang/Navigation.cs.lang.php | 21 ------------ Theme/Backend/Lang/Navigation.da.lang.php | 21 ------------ Theme/Backend/Lang/Navigation.de.lang.php | 2 +- Theme/Backend/Lang/Navigation.el.lang.php | 21 ------------ Theme/Backend/Lang/Navigation.en.lang.php | 2 +- Theme/Backend/Lang/Navigation.es.lang.php | 21 ------------ Theme/Backend/Lang/Navigation.fi.lang.php | 21 ------------ Theme/Backend/Lang/Navigation.fr.lang.php | 21 ------------ Theme/Backend/Lang/Navigation.hu.lang.php | 21 ------------ Theme/Backend/Lang/Navigation.it.lang.php | 21 ------------ Theme/Backend/Lang/Navigation.ja.lang.php | 21 ------------ Theme/Backend/Lang/Navigation.ko.lang.php | 21 ------------ Theme/Backend/Lang/Navigation.no.lang.php | 21 ------------ Theme/Backend/Lang/Navigation.pl.lang.php | 21 ------------ Theme/Backend/Lang/Navigation.pt.lang.php | 21 ------------ Theme/Backend/Lang/Navigation.ru.lang.php | 21 ------------ Theme/Backend/Lang/Navigation.sv.lang.php | 21 ------------ Theme/Backend/Lang/Navigation.th.lang.php | 21 ------------ Theme/Backend/Lang/Navigation.tr.lang.php | 21 ------------ Theme/Backend/Lang/Navigation.uk.lang.php | 21 ------------ Theme/Backend/Lang/Navigation.zh.lang.php | 21 ------------ Theme/Backend/Lang/ar.lang.php | 34 ------------------- Theme/Backend/Lang/cs.lang.php | 34 ------------------- Theme/Backend/Lang/da.lang.php | 34 ------------------- Theme/Backend/Lang/de.lang.php | 2 +- Theme/Backend/Lang/el.lang.php | 34 ------------------- Theme/Backend/Lang/en.lang.php | 2 +- Theme/Backend/Lang/es.lang.php | 34 ------------------- Theme/Backend/Lang/fi.lang.php | 34 ------------------- Theme/Backend/Lang/fr.lang.php | 34 ------------------- Theme/Backend/Lang/hu.lang.php | 34 ------------------- Theme/Backend/Lang/it.lang.php | 34 ------------------- Theme/Backend/Lang/ja.lang.php | 34 ------------------- Theme/Backend/Lang/ko.lang.php | 34 ------------------- Theme/Backend/Lang/no.lang.php | 34 ------------------- Theme/Backend/Lang/pl.lang.php | 34 ------------------- Theme/Backend/Lang/pt.lang.php | 34 ------------------- Theme/Backend/Lang/ru.lang.php | 34 ------------------- Theme/Backend/Lang/sv.lang.php | 34 ------------------- Theme/Backend/Lang/th.lang.php | 34 ------------------- Theme/Backend/Lang/tr.lang.php | 34 ------------------- Theme/Backend/Lang/uk.lang.php | 34 ------------------- Theme/Backend/Lang/zh.lang.php | 34 ------------------- Theme/Backend/promotion-list.tpl.php | 2 +- Theme/Backend/promotion-view.tpl.php | 2 +- tests/Admin/AdminTest.php | 2 +- tests/Autoloader.php | 4 +-- tests/Bootstrap.php | 2 +- tests/Models/NullPromotionAttributeTest.php | 2 +- .../Models/NullPromotionAttributeTypeTest.php | 2 +- .../NullPromotionAttributeValueTest.php | 2 +- tests/Models/NullPromotionTest.php | 2 +- tests/Models/PromotionMapperTest.php | 2 +- tests/Models/PromotionTest.php | 2 +- 86 files changed, 79 insertions(+), 1182 deletions(-) delete mode 100755 Theme/Backend/Lang/Navigation.ar.lang.php delete mode 100755 Theme/Backend/Lang/Navigation.cs.lang.php delete mode 100755 Theme/Backend/Lang/Navigation.da.lang.php delete mode 100755 Theme/Backend/Lang/Navigation.el.lang.php delete mode 100755 Theme/Backend/Lang/Navigation.es.lang.php delete mode 100755 Theme/Backend/Lang/Navigation.fi.lang.php delete mode 100755 Theme/Backend/Lang/Navigation.fr.lang.php delete mode 100755 Theme/Backend/Lang/Navigation.hu.lang.php delete mode 100755 Theme/Backend/Lang/Navigation.it.lang.php delete mode 100755 Theme/Backend/Lang/Navigation.ja.lang.php delete mode 100755 Theme/Backend/Lang/Navigation.ko.lang.php delete mode 100755 Theme/Backend/Lang/Navigation.no.lang.php delete mode 100755 Theme/Backend/Lang/Navigation.pl.lang.php delete mode 100755 Theme/Backend/Lang/Navigation.pt.lang.php delete mode 100755 Theme/Backend/Lang/Navigation.ru.lang.php delete mode 100755 Theme/Backend/Lang/Navigation.sv.lang.php delete mode 100755 Theme/Backend/Lang/Navigation.th.lang.php delete mode 100755 Theme/Backend/Lang/Navigation.tr.lang.php delete mode 100755 Theme/Backend/Lang/Navigation.uk.lang.php delete mode 100755 Theme/Backend/Lang/Navigation.zh.lang.php delete mode 100755 Theme/Backend/Lang/ar.lang.php delete mode 100755 Theme/Backend/Lang/cs.lang.php delete mode 100755 Theme/Backend/Lang/da.lang.php delete mode 100755 Theme/Backend/Lang/el.lang.php delete mode 100755 Theme/Backend/Lang/es.lang.php delete mode 100755 Theme/Backend/Lang/fi.lang.php delete mode 100755 Theme/Backend/Lang/fr.lang.php delete mode 100755 Theme/Backend/Lang/hu.lang.php delete mode 100755 Theme/Backend/Lang/it.lang.php delete mode 100755 Theme/Backend/Lang/ja.lang.php delete mode 100755 Theme/Backend/Lang/ko.lang.php delete mode 100755 Theme/Backend/Lang/no.lang.php delete mode 100755 Theme/Backend/Lang/pl.lang.php delete mode 100755 Theme/Backend/Lang/pt.lang.php delete mode 100755 Theme/Backend/Lang/ru.lang.php delete mode 100755 Theme/Backend/Lang/sv.lang.php delete mode 100755 Theme/Backend/Lang/th.lang.php delete mode 100755 Theme/Backend/Lang/tr.lang.php delete mode 100755 Theme/Backend/Lang/uk.lang.php delete mode 100755 Theme/Backend/Lang/zh.lang.php diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 954ce02..e294ada 100755 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -6,7 +6,7 @@ * * @package Modules\Marketing\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\Marketing\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 d0532c8..8a3768f 100755 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -6,7 +6,7 @@ * * @package Modules\Marketing\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\InstallerAbstract; * Installer class. * * @package Modules\Marketing\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/Backend.php b/Admin/Routes/Web/Backend.php index 0346241..cc617a1 100755 --- a/Admin/Routes/Web/Backend.php +++ b/Admin/Routes/Web/Backend.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 f089abd..d8a9029 100755 --- a/Admin/Status.php +++ b/Admin/Status.php @@ -6,7 +6,7 @@ * * @package Modules\Marketing\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\Marketing\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 834f102..9b7c039 100755 --- a/Admin/Uninstaller.php +++ b/Admin/Uninstaller.php @@ -6,7 +6,7 @@ * * @package Modules\Marketing\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\Marketing\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 9a8fb8e..4b7c3ba 100755 --- a/Admin/Updater.php +++ b/Admin/Updater.php @@ -6,7 +6,7 @@ * * @package Modules\Marketing\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\Marketing\Admin - * @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 d511bee..4245b88 100644 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -6,7 +6,7 @@ * * @package Modules\Marketing * @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\Marketing\Controller; * Marketing api controller class. * * @package Modules\Marketing - * @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 2557105..adebfe0 100755 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -6,7 +6,7 @@ * * @package Modules\Marketing * @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\Views\View; * Marketing controller class. * * @package Modules\Marketing - * @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 44ae07a..9327836 100644 --- a/Controller/Controller.php +++ b/Controller/Controller.php @@ -6,7 +6,7 @@ * * @package Modules\Marketing * @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\ModuleAbstract; * Marketing controller class. * * @package Modules\Marketing - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/LICENSE.txt b/LICENSE.txt index 02b1ff5..4974faf 100755 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,6 @@ The OMS License -Version 2.0 + +Version 2.2 1. Definitions @@ -15,7 +16,7 @@ Version 2.0 "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. -"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). +"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work. "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. @@ -25,7 +26,7 @@ Version 2.0 2. Grant of Copyright License -Subject to the terms and conditions of this License, each Contributor grants to You after purchase a perpetual, worldwide, non-exclusive, irrevocable copyright license to prepare Derivative Works of, publicly display, publicly perform the Work and such Derivative Works in Source or Object form. You are not allowed to sublicense, reproduce, or distribute the Work and such Derivative Works in Source or Object form. +Subject to the terms and conditions of this License, each Contributor grants to You after purchase a temporary, worldwide, non-exclusive copyright license to publicly display or publicly perform the Work in Source or Object form. You are not allowed to sublicense, reproduce, or distribute the Work and such Derivative Works in Source or Object form. 3. Redistribution @@ -46,7 +47,3 @@ Unless required by applicable law or agreed to in writing, Licensor provides the 7. Limitation of Liability In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. - -8. Future Changes - -The Licensor may change the License for future versions as he sees fit. diff --git a/Models/AccountRelation.php b/Models/AccountRelation.php index c7f3f88..d0aa983 100644 --- a/Models/AccountRelation.php +++ b/Models/AccountRelation.php @@ -6,7 +6,7 @@ * * @package Modules\Marketing\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\Admin\Models\NullAccount; * AccountRelation class. * * @package Modules\Marketing\Models - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Models/AccountRelationMapper.php b/Models/AccountRelationMapper.php index 4172697..d39e276 100755 --- a/Models/AccountRelationMapper.php +++ b/Models/AccountRelationMapper.php @@ -6,7 +6,7 @@ * * @package Modules\Marketing\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\DataStorage\Database\Mapper\DataMapperFactory; * AccountRelation mapper class. * * @package Modules\Marketing\Models - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Models/AccountRelationType.php b/Models/AccountRelationType.php index 922316b..c0ca12c 100644 --- a/Models/AccountRelationType.php +++ b/Models/AccountRelationType.php @@ -6,7 +6,7 @@ * * @package Modules\Marketing\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; * Account relation type enum. * * @package Modules\Marketing\Models - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Models/AttributeValueType.php b/Models/AttributeValueType.php index a33d4a5..320bc2f 100644 --- a/Models/AttributeValueType.php +++ b/Models/AttributeValueType.php @@ -6,7 +6,7 @@ * * @package Modules\Marketing\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; * Attribute value type enum. * * @package Modules\Marketing\Models - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Models/NullAccountRelation.php b/Models/NullAccountRelation.php index 1593a9d..c5fba04 100644 --- a/Models/NullAccountRelation.php +++ b/Models/NullAccountRelation.php @@ -6,7 +6,7 @@ * * @package Modules\Marketing\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\Marketing\Models; * Null model * * @package Modules\Marketing\Models - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Models/NullPromotion.php b/Models/NullPromotion.php index c1637cf..5a8ba38 100755 --- a/Models/NullPromotion.php +++ b/Models/NullPromotion.php @@ -6,7 +6,7 @@ * * @package Modules\Marketing\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\Marketing\Models; * Null model * * @package Modules\Marketing\Models - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Models/NullPromotionAttribute.php b/Models/NullPromotionAttribute.php index 4cb0d51..6579450 100644 --- a/Models/NullPromotionAttribute.php +++ b/Models/NullPromotionAttribute.php @@ -6,7 +6,7 @@ * * @package Modules\Marketing\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\Marketing\Models; * Null model * * @package Modules\Marketing\Models - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Models/NullPromotionAttributeType.php b/Models/NullPromotionAttributeType.php index 255d5ea..4215499 100755 --- a/Models/NullPromotionAttributeType.php +++ b/Models/NullPromotionAttributeType.php @@ -6,7 +6,7 @@ * * @package Modules\Marketing\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\Marketing\Models; * Null model * * @package Modules\Marketing\Models - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Models/NullPromotionAttributeValue.php b/Models/NullPromotionAttributeValue.php index 9355c30..a4e2610 100755 --- a/Models/NullPromotionAttributeValue.php +++ b/Models/NullPromotionAttributeValue.php @@ -6,7 +6,7 @@ * * @package Modules\Marketing\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\Marketing\Models; * Null model * * @package Modules\Marketing\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 c2b60c3..c06c70b 100755 --- a/Models/PermissionCategory.php +++ b/Models/PermissionCategory.php @@ -6,7 +6,7 @@ * * @package Modules\Marketing\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\Marketing\Models - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Models/ProgressType.php b/Models/ProgressType.php index 56c18ba..64f69c7 100755 --- a/Models/ProgressType.php +++ b/Models/ProgressType.php @@ -6,7 +6,7 @@ * * @package Modules\Marketing\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; * Progress type enum. * * @package Modules\Marketing\Models - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Models/Promotion.php b/Models/Promotion.php index 9dc1b3d..ded9cbe 100755 --- a/Models/Promotion.php +++ b/Models/Promotion.php @@ -6,7 +6,7 @@ * * @package Modules\Marketing\Models * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -24,7 +24,7 @@ use phpOMS\Stdlib\Base\FloatInt; * Promotion class. * * @package Modules\Marketing\Models - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Models/PromotionAttribute.php b/Models/PromotionAttribute.php index 85750f3..c68bbeb 100755 --- a/Models/PromotionAttribute.php +++ b/Models/PromotionAttribute.php @@ -6,7 +6,7 @@ * * @package Modules\Marketing\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\Marketing\Models; * Promotion class. * * @package Modules\Marketing\Models - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Models/PromotionAttributeMapper.php b/Models/PromotionAttributeMapper.php index 0ccc315..d5ac5b4 100755 --- a/Models/PromotionAttributeMapper.php +++ b/Models/PromotionAttributeMapper.php @@ -6,7 +6,7 @@ * * @package Modules\Marketing\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; * Promotion mapper class. * * @package Modules\Marketing\Models - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Models/PromotionAttributeType.php b/Models/PromotionAttributeType.php index 2fabe71..4b3398e 100755 --- a/Models/PromotionAttributeType.php +++ b/Models/PromotionAttributeType.php @@ -6,7 +6,7 @@ * * @package Modules\Marketing\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\ISO639x1Enum; * Promotion Attribute Type class. * * @package Modules\Marketing\Models - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Models/PromotionAttributeTypeL11nMapper.php b/Models/PromotionAttributeTypeL11nMapper.php index 135570c..0d53c26 100755 --- a/Models/PromotionAttributeTypeL11nMapper.php +++ b/Models/PromotionAttributeTypeL11nMapper.php @@ -6,7 +6,7 @@ * * @package Modules\Marketing\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; * Promotion mapper class. * * @package Modules\Marketing\Models - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Models/PromotionAttributeTypeMapper.php b/Models/PromotionAttributeTypeMapper.php index c57fe9b..5695724 100755 --- a/Models/PromotionAttributeTypeMapper.php +++ b/Models/PromotionAttributeTypeMapper.php @@ -6,7 +6,7 @@ * * @package Modules\Marketing\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; * Promotion mapper class. * * @package Modules\Marketing\Models - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Models/PromotionAttributeValue.php b/Models/PromotionAttributeValue.php index 992e6e4..779495c 100755 --- a/Models/PromotionAttributeValue.php +++ b/Models/PromotionAttributeValue.php @@ -6,7 +6,7 @@ * * @package Modules\Marketing\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\Localization\ISO639x1Enum; * The relation with the type/item is defined in the PromotionAttribute class. * * @package Modules\Marketing\Models - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Models/PromotionAttributeValueMapper.php b/Models/PromotionAttributeValueMapper.php index a9d6efd..e26c1bd 100755 --- a/Models/PromotionAttributeValueMapper.php +++ b/Models/PromotionAttributeValueMapper.php @@ -6,7 +6,7 @@ * * @package Modules\Marketing\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; * Promotion mapper class. * * @package Modules\Marketing\Models - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Models/PromotionMapper.php b/Models/PromotionMapper.php index f5f6bd7..2132935 100755 --- a/Models/PromotionMapper.php +++ b/Models/PromotionMapper.php @@ -6,7 +6,7 @@ * * @package Modules\Marketing\Models * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -24,7 +24,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory; * Promotion mapper class. * * @package Modules\Marketing\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 100755 index 5b3302d..0000000 --- a/Theme/Backend/Lang/Navigation.ar.lang.php +++ /dev/null @@ -1,21 +0,0 @@ - [ - 'Analysis' => 'التحليلات', - 'Create' => 'يخلق', - 'Events' => 'الأحداث', - 'Marketing' => 'تسويق', - 'Promotions' => 'الترقيات', -]]; diff --git a/Theme/Backend/Lang/Navigation.cs.lang.php b/Theme/Backend/Lang/Navigation.cs.lang.php deleted file mode 100755 index d94f95e..0000000 --- a/Theme/Backend/Lang/Navigation.cs.lang.php +++ /dev/null @@ -1,21 +0,0 @@ - [ - 'Analysis' => 'Analýza', - 'Create' => 'Vytvořit', - 'Events' => 'Události', - 'Marketing' => 'Marketing', - 'Promotions' => 'Propagace', -]]; diff --git a/Theme/Backend/Lang/Navigation.da.lang.php b/Theme/Backend/Lang/Navigation.da.lang.php deleted file mode 100755 index 4d93e61..0000000 --- a/Theme/Backend/Lang/Navigation.da.lang.php +++ /dev/null @@ -1,21 +0,0 @@ - [ - 'Analysis' => 'Analyse', - 'Create' => 'skab', - 'Events' => 'Begivenheder', - 'Marketing' => 'Marketing.', - 'Promotions' => 'Kampagner.', -]]; diff --git a/Theme/Backend/Lang/Navigation.de.lang.php b/Theme/Backend/Lang/Navigation.de.lang.php index cbd4023..b7150d9 100755 --- 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 100755 index 6053b1e..0000000 --- a/Theme/Backend/Lang/Navigation.el.lang.php +++ /dev/null @@ -1,21 +0,0 @@ - [ - 'Analysis' => 'Ανάλυση', - 'Create' => 'Δημιουργώ', - 'Events' => 'Εκδηλώσεις', - 'Marketing' => 'Εμπορία', - 'Promotions' => 'Προωθήσεις', -]]; diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 6ffa3cb..eef9592 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 100755 index 1c0213d..0000000 --- a/Theme/Backend/Lang/Navigation.es.lang.php +++ /dev/null @@ -1,21 +0,0 @@ - [ - 'Analysis' => 'Análisis', - 'Create' => 'Crear', - 'Events' => 'Eventos', - 'Marketing' => 'Márketing', - 'Promotions' => 'Promociones', -]]; diff --git a/Theme/Backend/Lang/Navigation.fi.lang.php b/Theme/Backend/Lang/Navigation.fi.lang.php deleted file mode 100755 index a0e8efd..0000000 --- a/Theme/Backend/Lang/Navigation.fi.lang.php +++ /dev/null @@ -1,21 +0,0 @@ - [ - 'Analysis' => 'Analyysi', - 'Create' => 'Luoda', - 'Events' => 'Tapahtumat', - 'Marketing' => 'Markkinointi', - 'Promotions' => 'Kampanjat', -]]; diff --git a/Theme/Backend/Lang/Navigation.fr.lang.php b/Theme/Backend/Lang/Navigation.fr.lang.php deleted file mode 100755 index 638fe48..0000000 --- a/Theme/Backend/Lang/Navigation.fr.lang.php +++ /dev/null @@ -1,21 +0,0 @@ - [ - 'Analysis' => 'Analyse', - 'Create' => 'Créer', - 'Events' => 'Événements', - 'Marketing' => 'Commercialisation', - 'Promotions' => 'Promotions', -]]; diff --git a/Theme/Backend/Lang/Navigation.hu.lang.php b/Theme/Backend/Lang/Navigation.hu.lang.php deleted file mode 100755 index 808e415..0000000 --- a/Theme/Backend/Lang/Navigation.hu.lang.php +++ /dev/null @@ -1,21 +0,0 @@ - [ - 'Analysis' => 'Elemzés', - 'Create' => 'Teremt', - 'Events' => 'Események', - 'Marketing' => 'Marketing', - 'Promotions' => 'Promóciók', -]]; diff --git a/Theme/Backend/Lang/Navigation.it.lang.php b/Theme/Backend/Lang/Navigation.it.lang.php deleted file mode 100755 index 4201eac..0000000 --- a/Theme/Backend/Lang/Navigation.it.lang.php +++ /dev/null @@ -1,21 +0,0 @@ - [ - 'Analysis' => 'Analisi', - 'Create' => 'Creare', - 'Events' => 'Eventi', - 'Marketing' => 'Marketing', - 'Promotions' => 'Promozioni', -]]; diff --git a/Theme/Backend/Lang/Navigation.ja.lang.php b/Theme/Backend/Lang/Navigation.ja.lang.php deleted file mode 100755 index 580c111..0000000 --- a/Theme/Backend/Lang/Navigation.ja.lang.php +++ /dev/null @@ -1,21 +0,0 @@ - [ - 'Analysis' => '分析', - 'Create' => '作成', - 'Events' => 'イベント', - 'Marketing' => 'マーケティング', - 'Promotions' => 'プロモーション', -]]; diff --git a/Theme/Backend/Lang/Navigation.ko.lang.php b/Theme/Backend/Lang/Navigation.ko.lang.php deleted file mode 100755 index 629b58a..0000000 --- a/Theme/Backend/Lang/Navigation.ko.lang.php +++ /dev/null @@ -1,21 +0,0 @@ - [ - 'Analysis' => '분석', - 'Create' => '만들다', - 'Events' => '이벤트', - 'Marketing' => '마케팅', - 'Promotions' => '프로모션', -]]; diff --git a/Theme/Backend/Lang/Navigation.no.lang.php b/Theme/Backend/Lang/Navigation.no.lang.php deleted file mode 100755 index 85eb73b..0000000 --- a/Theme/Backend/Lang/Navigation.no.lang.php +++ /dev/null @@ -1,21 +0,0 @@ - [ - 'Analysis' => 'Analyse', - 'Create' => 'Skape', - 'Events' => 'arrangementer', - 'Marketing' => 'Markedsføring', - 'Promotions' => 'Kampanjer', -]]; diff --git a/Theme/Backend/Lang/Navigation.pl.lang.php b/Theme/Backend/Lang/Navigation.pl.lang.php deleted file mode 100755 index 3053d90..0000000 --- a/Theme/Backend/Lang/Navigation.pl.lang.php +++ /dev/null @@ -1,21 +0,0 @@ - [ - 'Analysis' => 'Analiza', - 'Create' => 'Tworzyć', - 'Events' => 'Wydarzenia', - 'Marketing' => 'Marketing', - 'Promotions' => 'Promocje', -]]; diff --git a/Theme/Backend/Lang/Navigation.pt.lang.php b/Theme/Backend/Lang/Navigation.pt.lang.php deleted file mode 100755 index 47cdc95..0000000 --- a/Theme/Backend/Lang/Navigation.pt.lang.php +++ /dev/null @@ -1,21 +0,0 @@ - [ - 'Analysis' => 'Análise', - 'Create' => 'Crio', - 'Events' => 'Eventos', - 'Marketing' => 'Marketing', - 'Promotions' => 'Promoções.', -]]; diff --git a/Theme/Backend/Lang/Navigation.ru.lang.php b/Theme/Backend/Lang/Navigation.ru.lang.php deleted file mode 100755 index a774a7f..0000000 --- a/Theme/Backend/Lang/Navigation.ru.lang.php +++ /dev/null @@ -1,21 +0,0 @@ - [ - 'Analysis' => 'Анализ', - 'Create' => 'Создавать', - 'Events' => 'События', - 'Marketing' => 'Маркетинг', - 'Promotions' => 'Акции', -]]; diff --git a/Theme/Backend/Lang/Navigation.sv.lang.php b/Theme/Backend/Lang/Navigation.sv.lang.php deleted file mode 100755 index 5138504..0000000 --- a/Theme/Backend/Lang/Navigation.sv.lang.php +++ /dev/null @@ -1,21 +0,0 @@ - [ - 'Analysis' => 'Analys', - 'Create' => 'Skapa', - 'Events' => 'evenemang', - 'Marketing' => 'Marknadsföring', - 'Promotions' => 'Kampanjer', -]]; diff --git a/Theme/Backend/Lang/Navigation.th.lang.php b/Theme/Backend/Lang/Navigation.th.lang.php deleted file mode 100755 index 365c77b..0000000 --- a/Theme/Backend/Lang/Navigation.th.lang.php +++ /dev/null @@ -1,21 +0,0 @@ - [ - 'Analysis' => 'การวิเคราะห์', - 'Create' => 'สร้าง', - 'Events' => 'เหตุการณ์', - 'Marketing' => 'การตลาด', - 'Promotions' => 'โปรโมชั่น', -]]; diff --git a/Theme/Backend/Lang/Navigation.tr.lang.php b/Theme/Backend/Lang/Navigation.tr.lang.php deleted file mode 100755 index 336dafc..0000000 --- a/Theme/Backend/Lang/Navigation.tr.lang.php +++ /dev/null @@ -1,21 +0,0 @@ - [ - 'Analysis' => 'Analiz', - 'Create' => 'Yaratmak', - 'Events' => 'Olaylar', - 'Marketing' => 'Pazarlama', - 'Promotions' => 'Tanıtımlar', -]]; diff --git a/Theme/Backend/Lang/Navigation.uk.lang.php b/Theme/Backend/Lang/Navigation.uk.lang.php deleted file mode 100755 index 184e838..0000000 --- a/Theme/Backend/Lang/Navigation.uk.lang.php +++ /dev/null @@ -1,21 +0,0 @@ - [ - 'Analysis' => 'Аналіз', - 'Create' => 'Створювати', - 'Events' => 'Подія', - 'Marketing' => 'Маркетинг', - 'Promotions' => 'Акції', -]]; diff --git a/Theme/Backend/Lang/Navigation.zh.lang.php b/Theme/Backend/Lang/Navigation.zh.lang.php deleted file mode 100755 index 022c0c9..0000000 --- a/Theme/Backend/Lang/Navigation.zh.lang.php +++ /dev/null @@ -1,21 +0,0 @@ - [ - 'Analysis' => '分析', - 'Create' => '创建', - 'Events' => '事件', - 'Marketing' => '营销', - 'Promotions' => '促销', -]]; diff --git a/Theme/Backend/Lang/ar.lang.php b/Theme/Backend/Lang/ar.lang.php deleted file mode 100755 index b3a5d74..0000000 --- a/Theme/Backend/Lang/ar.lang.php +++ /dev/null @@ -1,34 +0,0 @@ - [ - 'Actual' => 'فعلي', - 'Budget' => 'الدخل', - 'Description' => 'وصف', - 'Due' => 'بسبب', - 'End' => 'نهاية', - 'Event' => 'حدث', - 'Events' => 'الأحداث', - 'Expenses' => 'نفقات', - 'Limit' => 'حد', - 'Location' => 'موقع', - 'Name' => 'اسم', - 'Promotion' => 'ترقية وظيفية', - 'Promotions' => 'الترقيات', - 'Sales' => 'مبيعات', - 'Start' => 'يبدأ', - 'Status' => 'حالة', - 'Title' => 'عنوان', - 'Type' => 'نوع', -]]; diff --git a/Theme/Backend/Lang/cs.lang.php b/Theme/Backend/Lang/cs.lang.php deleted file mode 100755 index 5ebc0a0..0000000 --- a/Theme/Backend/Lang/cs.lang.php +++ /dev/null @@ -1,34 +0,0 @@ - [ - 'Actual' => 'Aktuální', - 'Budget' => 'Rozpočet', - 'Description' => 'Popis', - 'Due' => 'Způsoben', - 'End' => 'Konec', - 'Event' => 'událost', - 'Events' => 'Události', - 'Expenses' => 'Výdaje', - 'Limit' => 'Omezit', - 'Location' => 'Umístění', - 'Name' => 'název', - 'Promotion' => 'povýšení', - 'Promotions' => 'Propagace', - 'Sales' => 'Odbyt', - 'Start' => 'Start', - 'Status' => 'Postavení', - 'Title' => 'Titul', - 'Type' => 'Typ', -]]; diff --git a/Theme/Backend/Lang/da.lang.php b/Theme/Backend/Lang/da.lang.php deleted file mode 100755 index f9e0e45..0000000 --- a/Theme/Backend/Lang/da.lang.php +++ /dev/null @@ -1,34 +0,0 @@ - [ - 'Actual' => 'Faktiske', - 'Budget' => 'Budget', - 'Description' => 'Beskrivelse', - 'Due' => 'På grund', - 'End' => 'Ende', - 'Event' => 'Begivenhed', - 'Events' => 'Begivenheder', - 'Expenses' => 'Udgifter', - 'Limit' => 'Begrænse', - 'Location' => 'Beliggenhed', - 'Name' => 'Navn', - 'Promotion' => 'Forfremmelse', - 'Promotions' => 'Kampagner.', - 'Sales' => 'SALG', - 'Start' => 'Start', - 'Status' => 'Status.', - 'Title' => 'Titel', - 'Type' => 'Type', -]]; diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index 406760d..e4ab5f5 100755 --- 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 100755 index 2644352..0000000 --- a/Theme/Backend/Lang/el.lang.php +++ /dev/null @@ -1,34 +0,0 @@ - [ - 'Actual' => 'Πραγματικός', - 'Budget' => 'Προϋπολογισμός', - 'Description' => 'Περιγραφή', - 'Due' => 'Λόγω', - 'End' => 'Τέλος', - 'Event' => 'Εκδήλωση', - 'Events' => 'Εκδηλώσεις', - 'Expenses' => 'Εξοδα', - 'Limit' => 'Οριο', - 'Location' => 'Τοποθεσία', - 'Name' => 'Ονομα', - 'Promotion' => 'Προβολή', - 'Promotions' => 'Προωθήσεις', - 'Sales' => 'Εκπτώσεις', - 'Start' => 'Αρχή', - 'Status' => 'Κατάσταση', - 'Title' => 'Τίτλος', - 'Type' => 'Τύπος', -]]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index ad0908d..41b492f 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 100755 index 9faba00..0000000 --- a/Theme/Backend/Lang/es.lang.php +++ /dev/null @@ -1,34 +0,0 @@ - [ - 'Actual' => 'Real', - 'Budget' => 'Presupuesto', - 'Description' => 'Descripción', - 'Due' => 'Vencer', - 'End' => 'Fin', - 'Event' => 'Evento', - 'Events' => 'Eventos', - 'Expenses' => 'Gastos', - 'Limit' => 'Límite', - 'Location' => 'Ubicación', - 'Name' => 'Nombre', - 'Promotion' => 'Promoción', - 'Promotions' => 'Promociones', - 'Sales' => 'Ventas', - 'Start' => 'Comienzo', - 'Status' => 'Estado', - 'Title' => 'Título', - 'Type' => 'Escribe', -]]; diff --git a/Theme/Backend/Lang/fi.lang.php b/Theme/Backend/Lang/fi.lang.php deleted file mode 100755 index 5f1970a..0000000 --- a/Theme/Backend/Lang/fi.lang.php +++ /dev/null @@ -1,34 +0,0 @@ - [ - 'Actual' => 'Todellinen', - 'Budget' => 'Budjetti', - 'Description' => 'Kuvaus', - 'Due' => 'Takia', - 'End' => 'Loppu', - 'Event' => 'Tapahtuma', - 'Events' => 'Tapahtumat', - 'Expenses' => 'Kulut', - 'Limit' => 'Raja', - 'Location' => 'Sijainti', - 'Name' => 'Nimi', - 'Promotion' => 'Edistäminen', - 'Promotions' => 'Kampanjat', - 'Sales' => 'Myynti', - 'Start' => 'alkaa', - 'Status' => 'Tila', - 'Title' => 'Otsikko', - 'Type' => 'Tyyppi', -]]; diff --git a/Theme/Backend/Lang/fr.lang.php b/Theme/Backend/Lang/fr.lang.php deleted file mode 100755 index 4b74356..0000000 --- a/Theme/Backend/Lang/fr.lang.php +++ /dev/null @@ -1,34 +0,0 @@ - [ - 'Actual' => 'Réel', - 'Budget' => 'Budget', - 'Description' => 'La description', - 'Due' => 'Dû', - 'End' => 'Finir', - 'Event' => 'Événement', - 'Events' => 'Événements', - 'Expenses' => 'Dépenses', - 'Limit' => 'Limite', - 'Location' => 'Emplacement', - 'Name' => 'Nom', - 'Promotion' => 'Promotion', - 'Promotions' => 'Promotions', - 'Sales' => 'Ventes', - 'Start' => 'Démarrer', - 'Status' => 'Statut', - 'Title' => 'Titre', - 'Type' => 'Taper', -]]; diff --git a/Theme/Backend/Lang/hu.lang.php b/Theme/Backend/Lang/hu.lang.php deleted file mode 100755 index 2b8821c..0000000 --- a/Theme/Backend/Lang/hu.lang.php +++ /dev/null @@ -1,34 +0,0 @@ - [ - 'Actual' => 'Tényleges', - 'Budget' => 'Költségvetés', - 'Description' => 'Leírás', - 'Due' => 'Esedékes', - 'End' => 'Vége', - 'Event' => 'Esemény', - 'Events' => 'Események', - 'Expenses' => 'Költségek', - 'Limit' => 'Határ', - 'Location' => 'Elhelyezkedés', - 'Name' => 'Név', - 'Promotion' => 'promóció', - 'Promotions' => 'Promóciók', - 'Sales' => 'Értékesítés', - 'Start' => 'Rajt', - 'Status' => 'Állapot', - 'Title' => 'Cím', - 'Type' => 'típus', -]]; diff --git a/Theme/Backend/Lang/it.lang.php b/Theme/Backend/Lang/it.lang.php deleted file mode 100755 index 47a90b1..0000000 --- a/Theme/Backend/Lang/it.lang.php +++ /dev/null @@ -1,34 +0,0 @@ - [ - 'Actual' => 'Effettivo', - 'Budget' => 'Bilancio', - 'Description' => 'Descrizione', - 'Due' => 'Dovuto', - 'End' => 'Fine', - 'Event' => 'Evento', - 'Events' => 'Eventi', - 'Expenses' => 'Spese', - 'Limit' => 'Limite', - 'Location' => 'Posizione', - 'Name' => 'Nome', - 'Promotion' => 'Promozione', - 'Promotions' => 'Promozioni', - 'Sales' => 'Saldi', - 'Start' => 'Inizio', - 'Status' => 'Stato', - 'Title' => 'Titolo', - 'Type' => 'Tipo', -]]; diff --git a/Theme/Backend/Lang/ja.lang.php b/Theme/Backend/Lang/ja.lang.php deleted file mode 100755 index 86d2f1b..0000000 --- a/Theme/Backend/Lang/ja.lang.php +++ /dev/null @@ -1,34 +0,0 @@ - [ - 'Actual' => '実際', - 'Budget' => 'バジェット', - 'Description' => '説明', - 'Due' => '期限', - 'End' => '終わり', - 'Event' => 'イベント', - 'Events' => 'イベント', - 'Expenses' => '費用', - 'Limit' => '限界', - 'Location' => '位置', - 'Name' => '名前', - 'Promotion' => '昇進', - 'Promotions' => 'プロモーション', - 'Sales' => '売り返り', - 'Start' => '始める', - 'Status' => '状態', - 'Title' => 'タイトル', - 'Type' => 'タイプ', -]]; diff --git a/Theme/Backend/Lang/ko.lang.php b/Theme/Backend/Lang/ko.lang.php deleted file mode 100755 index b538e24..0000000 --- a/Theme/Backend/Lang/ko.lang.php +++ /dev/null @@ -1,34 +0,0 @@ - [ - 'Actual' => '실제', - 'Budget' => '예산', - 'Description' => '설명', - 'Due' => '로 인한', - 'End' => '끝', - 'Event' => '이벤트', - 'Events' => '이벤트', - 'Expenses' => '경비', - 'Limit' => '한계', - 'Location' => '위치', - 'Name' => '이름', - 'Promotion' => '홍보', - 'Promotions' => '프로모션', - 'Sales' => '매상', - 'Start' => '시작', - 'Status' => '상태', - 'Title' => '제목', - 'Type' => '유형', -]]; diff --git a/Theme/Backend/Lang/no.lang.php b/Theme/Backend/Lang/no.lang.php deleted file mode 100755 index 47504a5..0000000 --- a/Theme/Backend/Lang/no.lang.php +++ /dev/null @@ -1,34 +0,0 @@ - [ - 'Actual' => 'Faktiske', - 'Budget' => 'Budsjett', - 'Description' => 'Beskrivelse', - 'Due' => 'På grunn av det', - 'End' => 'Slutt', - 'Event' => 'Begivenhet', - 'Events' => 'arrangementer', - 'Expenses' => 'Utgifter', - 'Limit' => 'Grense', - 'Location' => 'plassering', - 'Name' => 'Navn', - 'Promotion' => 'Forfremmelse', - 'Promotions' => 'Kampanjer', - 'Sales' => 'Salg', - 'Start' => 'Start', - 'Status' => 'Status', - 'Title' => 'Tittel', - 'Type' => 'Type', -]]; diff --git a/Theme/Backend/Lang/pl.lang.php b/Theme/Backend/Lang/pl.lang.php deleted file mode 100755 index b44d73e..0000000 --- a/Theme/Backend/Lang/pl.lang.php +++ /dev/null @@ -1,34 +0,0 @@ - [ - 'Actual' => 'Rzeczywisty', - 'Budget' => 'Budżet', - 'Description' => 'Opis', - 'Due' => 'Z powodu', - 'End' => 'Kończyć się', - 'Event' => 'Wydarzenie', - 'Events' => 'Wydarzenia', - 'Expenses' => 'Wydatki', - 'Limit' => 'Limit', - 'Location' => 'Lokalizacja', - 'Name' => 'Nazwa', - 'Promotion' => 'Awans', - 'Promotions' => 'Promocje', - 'Sales' => 'Obroty', - 'Start' => 'Początek', - 'Status' => 'Status', - 'Title' => 'Tytuł', - 'Type' => 'Rodzaj', -]]; diff --git a/Theme/Backend/Lang/pt.lang.php b/Theme/Backend/Lang/pt.lang.php deleted file mode 100755 index bcbe15d..0000000 --- a/Theme/Backend/Lang/pt.lang.php +++ /dev/null @@ -1,34 +0,0 @@ - [ - 'Actual' => 'Real', - 'Budget' => 'Despesas', - 'Description' => 'Descrição', - 'Due' => 'Vencimento', - 'End' => 'Fim', - 'Event' => 'Evento', - 'Events' => 'Eventos', - 'Expenses' => 'Despesas', - 'Limit' => 'Limite', - 'Location' => 'Localização', - 'Name' => 'Nome', - 'Promotion' => 'Promoção', - 'Promotions' => 'Promoções.', - 'Sales' => 'Vendas', - 'Start' => 'Começar', - 'Status' => 'Status', - 'Title' => 'Título', - 'Type' => 'Modelo', -]]; diff --git a/Theme/Backend/Lang/ru.lang.php b/Theme/Backend/Lang/ru.lang.php deleted file mode 100755 index 8b6c730..0000000 --- a/Theme/Backend/Lang/ru.lang.php +++ /dev/null @@ -1,34 +0,0 @@ - [ - 'Actual' => 'Действительный', - 'Budget' => 'Бюджет', - 'Description' => 'Описание', - 'Due' => 'Должное', - 'End' => 'Конец', - 'Event' => 'Событие', - 'Events' => 'События', - 'Expenses' => 'Расходы', - 'Limit' => 'Предел', - 'Location' => 'Место расположения', - 'Name' => 'Имя', - 'Promotion' => 'Повышение', - 'Promotions' => 'Акции', - 'Sales' => 'Продажи', - 'Start' => 'Начинать', - 'Status' => 'Статус', - 'Title' => 'Заголовок', - 'Type' => 'Тип', -]]; diff --git a/Theme/Backend/Lang/sv.lang.php b/Theme/Backend/Lang/sv.lang.php deleted file mode 100755 index b3993b6..0000000 --- a/Theme/Backend/Lang/sv.lang.php +++ /dev/null @@ -1,34 +0,0 @@ - [ - 'Actual' => 'Faktisk', - 'Budget' => 'Budget', - 'Description' => 'Beskrivning', - 'Due' => 'På grund av', - 'End' => 'Slutet', - 'Event' => 'Händelse', - 'Events' => 'evenemang', - 'Expenses' => 'Utgifter', - 'Limit' => 'Begränsa', - 'Location' => 'Plats', - 'Name' => 'namn', - 'Promotion' => 'Befordran', - 'Promotions' => 'Kampanjer', - 'Sales' => 'Försäljning', - 'Start' => 'Start', - 'Status' => 'Status', - 'Title' => 'Titel', - 'Type' => 'Typ', -]]; diff --git a/Theme/Backend/Lang/th.lang.php b/Theme/Backend/Lang/th.lang.php deleted file mode 100755 index 4c39bc0..0000000 --- a/Theme/Backend/Lang/th.lang.php +++ /dev/null @@ -1,34 +0,0 @@ - [ - 'Actual' => 'แท้จริง', - 'Budget' => 'งบประมาณ', - 'Description' => 'คำอธิบาย', - 'Due' => 'เนื่องจาก', - 'End' => 'จบ', - 'Event' => 'เหตุการณ์', - 'Events' => 'เหตุการณ์', - 'Expenses' => 'ค่าใช้จ่าย', - 'Limit' => 'ขีด จำกัด', - 'Location' => 'ที่ตั้ง', - 'Name' => 'ชื่อ', - 'Promotion' => 'การส่งเสริม', - 'Promotions' => 'โปรโมชั่น', - 'Sales' => 'ฝ่ายขาย', - 'Start' => 'เริ่ม', - 'Status' => 'สถานะ', - 'Title' => 'ชื่อ', - 'Type' => 'พิมพ์', -]]; diff --git a/Theme/Backend/Lang/tr.lang.php b/Theme/Backend/Lang/tr.lang.php deleted file mode 100755 index c76394e..0000000 --- a/Theme/Backend/Lang/tr.lang.php +++ /dev/null @@ -1,34 +0,0 @@ - [ - 'Actual' => 'Gerçek', - 'Budget' => 'Bütçe', - 'Description' => 'Açıklama', - 'Due' => 'Vadesi dolmuş', - 'End' => 'Son', - 'Event' => 'Etkinlik', - 'Events' => 'Olaylar', - 'Expenses' => 'Masraflar', - 'Limit' => 'Sınırlamak', - 'Location' => 'Konum', - 'Name' => 'İsim', - 'Promotion' => 'Terfi', - 'Promotions' => 'Tanıtımlar', - 'Sales' => 'Satış', - 'Start' => 'Başlangıç', - 'Status' => 'Durum', - 'Title' => 'Başlık', - 'Type' => 'Tip', -]]; diff --git a/Theme/Backend/Lang/uk.lang.php b/Theme/Backend/Lang/uk.lang.php deleted file mode 100755 index 30ba6c4..0000000 --- a/Theme/Backend/Lang/uk.lang.php +++ /dev/null @@ -1,34 +0,0 @@ - [ - 'Actual' => 'Фактичний', - 'Budget' => 'Бюджет', - 'Description' => 'Опис', - 'Due' => 'Заборгованість', - 'End' => 'Кінець', - 'Event' => 'Подія', - 'Events' => 'Подія', - 'Expenses' => 'Витрати', - 'Limit' => 'Обмеження', - 'Location' => 'Місцезнаходження', - 'Name' => 'Назва', - 'Promotion' => 'Просування', - 'Promotions' => 'Акції', - 'Sales' => 'Продаж', - 'Start' => 'Почати', - 'Status' => 'Статус', - 'Title' => 'Заголовок', - 'Type' => 'Тип', -]]; diff --git a/Theme/Backend/Lang/zh.lang.php b/Theme/Backend/Lang/zh.lang.php deleted file mode 100755 index 08c7df5..0000000 --- a/Theme/Backend/Lang/zh.lang.php +++ /dev/null @@ -1,34 +0,0 @@ - [ - 'Actual' => '实际的', - 'Budget' => '预算', - 'Description' => '描述', - 'Due' => '到期的', - 'End' => '结尾', - 'Event' => '事件', - 'Events' => '事件', - 'Expenses' => '花费', - 'Limit' => '限制', - 'Location' => '地点', - 'Name' => '名称', - 'Promotion' => '晋升', - 'Promotions' => '促销', - 'Sales' => '销售量', - 'Start' => '开始', - 'Status' => '地位', - 'Title' => '标题', - 'Type' => '类型', -]]; diff --git a/Theme/Backend/promotion-list.tpl.php b/Theme/Backend/promotion-list.tpl.php index 7f61280..e14151f 100755 --- a/Theme/Backend/promotion-list.tpl.php +++ b/Theme/Backend/promotion-list.tpl.php @@ -6,7 +6,7 @@ * * @package Modules\Marketing * @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/promotion-view.tpl.php b/Theme/Backend/promotion-view.tpl.php index c0e6cc4..adccbdd 100644 --- a/Theme/Backend/promotion-view.tpl.php +++ b/Theme/Backend/promotion-view.tpl.php @@ -6,7 +6,7 @@ * * @package Modules\Marketing * @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 ba00f2c..de7ea4d 100755 --- 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 1e47bf4..a7bb271 100755 --- 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\Marketing\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 ce4b5c2..162b7bf 100755 --- a/tests/Bootstrap.php +++ b/tests/Bootstrap.php @@ -6,7 +6,7 @@ * * @package Modules\Marketing\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/NullPromotionAttributeTest.php b/tests/Models/NullPromotionAttributeTest.php index d74ca08..fac889e 100644 --- a/tests/Models/NullPromotionAttributeTest.php +++ b/tests/Models/NullPromotionAttributeTest.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/Models/NullPromotionAttributeTypeTest.php b/tests/Models/NullPromotionAttributeTypeTest.php index 25f6510..1a7c4ed 100644 --- a/tests/Models/NullPromotionAttributeTypeTest.php +++ b/tests/Models/NullPromotionAttributeTypeTest.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/Models/NullPromotionAttributeValueTest.php b/tests/Models/NullPromotionAttributeValueTest.php index aa0bc68..56895da 100644 --- a/tests/Models/NullPromotionAttributeValueTest.php +++ b/tests/Models/NullPromotionAttributeValueTest.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/Models/NullPromotionTest.php b/tests/Models/NullPromotionTest.php index e4dba95..12cc58f 100644 --- a/tests/Models/NullPromotionTest.php +++ b/tests/Models/NullPromotionTest.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/Models/PromotionMapperTest.php b/tests/Models/PromotionMapperTest.php index c9db0c0..cd7e2f3 100755 --- a/tests/Models/PromotionMapperTest.php +++ b/tests/Models/PromotionMapperTest.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/Models/PromotionTest.php b/tests/Models/PromotionTest.php index f97c2d9..7a600b3 100755 --- a/tests/Models/PromotionTest.php +++ b/tests/Models/PromotionTest.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 */