Openbravo Issue Tracking System - POS2 |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0053618 | POS2 | POS | public | 2023-10-09 09:32 | 2023-11-14 07:15 |
|
Reporter | jorgewederago | |
Assigned To | jorgewederago | |
Priority | high | Severity | major | Reproducibility | N/A |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0053618: Port and improve Number of Uses for Coupons |
Description | It is needed to port the number of uses functionality as well as to update the current approach |
Steps To Reproduce | N/A |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0053845 | | closed | SABARINATH P | [23Q4] Coupons marked as Single-Use allows multiple usages |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2023-10-09 09:32 | jorgewederago | New Issue | |
2023-10-09 09:32 | jorgewederago | Assigned To | => Retail |
2023-10-09 09:32 | jorgewederago | Triggers an Emergency Pack | => No |
2023-10-09 09:34 | jorgewederago | Status | new => acknowledged |
2023-10-09 09:34 | jorgewederago | Status | acknowledged => scheduled |
2023-10-11 02:28 | hgbot | Note Added: 0155755 | |
2023-10-17 03:24 | jorgewederago | Assigned To | Retail => jorgewederago |
2023-10-30 03:01 | hgbot | Note Added: 0156457 | |
2023-10-30 03:01 | hgbot | Note Added: 0156458 | |
2023-10-31 06:35 | hgbot | Note Added: 0156507 | |
2023-10-31 06:52 | hgbot | Note Added: 0156508 | |
2023-11-03 11:36 | andre_montenegro | Relationship added | related to 0053845 |
2023-11-09 09:25 | hgbot | Resolution | open => fixed |
2023-11-09 09:25 | hgbot | Status | scheduled => closed |
2023-11-09 09:25 | hgbot | Note Added: 0156934 | |
2023-11-09 09:25 | hgbot | Note Added: 0156935 | |
2023-11-09 09:25 | hgbot | Note Added: 0156936 | |
2023-11-09 09:26 | hgbot | Note Added: 0156937 | |
2023-11-09 09:26 | hgbot | Note Added: 0156938 | |
2023-11-09 09:26 | hgbot | Note Added: 0156939 | |
2023-11-09 09:26 | hgbot | Note Added: 0156940 | |
2023-11-09 09:26 | hgbot | Note Added: 0156941 | |
2023-11-09 09:26 | hgbot | Note Added: 0156942 | |
2023-11-09 09:26 | hgbot | Note Added: 0156943 | |
2023-11-09 09:26 | hgbot | Note Added: 0156944 | |
2023-11-10 07:59 | hgbot | Note Added: 0156999 | |
2023-11-10 08:31 | hgbot | Note Added: 0157003 | |
2023-11-10 09:06 | hgbot | Note Added: 0157009 | |
2023-11-10 23:09 | hgbot | Note Added: 0157050 | |
2023-11-10 23:10 | hgbot | Note Added: 0157051 | |
2023-11-14 07:15 | hgbot | Note Added: 0157119 | |
Notes |
|
(0155755)
|
hgbot
|
2023-10-11 02:28
|
|
|
|
(0156457)
|
hgbot
|
2023-10-30 03:01
|
|
|
|
(0156458)
|
hgbot
|
2023-10-30 03:01
|
|
|
|
(0156507)
|
hgbot
|
2023-10-31 06:35
|
|
|
|
(0156508)
|
hgbot
|
2023-10-31 06:52
|
|
|
|
(0156934)
|
hgbot
|
2023-11-09 09:25
|
|
Directly closing issue as related merge request is already approved.
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.discounts.coupons [^]
Changeset: 1ffeb1bdfbb8e8029011e316291fe4959fbc46d7
Author: Jorge Wederago <jorge.wederago@openbravo.com>
Date: 09-11-2023 17:13:14
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.discounts.coupons/-/commit/1ffeb1bdfbb8e8029011e316291fe4959fbc46d7 [^]
Fixed FR-53618: Port and improve Number of Uses for Coupons
*New configuration for the type of the discount
*New subtab to handle different uses
*Remove previous oneUse column
*Adding script to change previous configuration to the new one
---
A build/classes/org/openbravo/retail/discounts/coupons/modulescript/ModuleScriptCouponUses.class
A src-db/database/model/tables/OBDISCP_USAGE.xml
A src-util/modulescript/src/org/openbravo/retail/discounts/coupons/modulescript/ModuleScriptCouponUses.java
A src/org/openbravo/retail/discounts/coupons/DISCPUtils.java
M src-db/database/model/tables/OBDISCP_COUPON.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/AD_REFERENCE.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M src-db/database/sourcedata/AD_TAB.xml
M src-db/database/sourcedata/AD_TABLE.xml
M src/org/openbravo/retail/discounts/coupons/CouponAvailability.java
M src/org/openbravo/retail/discounts/coupons/CouponUsed.java
M src/org/openbravo/retail/discounts/coupons/PreOrderLoaderHookCoupons.java
M src/org/openbravo/retail/discounts/coupons/event/CouponEventHandler.java
M web-jspack/org.openbravo.retail.discounts.coupons/src/model/ticket/actions/SearchAndAddCouponToTicketActionPreparation.js
M web-jspack/org.openbravo.retail.discounts.coupons/src/model/ticket/coupons/user-actions/AddCoupon.js
M web-jspack/org.openbravo.retail.discounts.coupons/src/services/scan/handlers/CouponScanEventHandler.js
---
|
|
|
(0156935)
|
hgbot
|
2023-11-09 09:25
|
|
Directly closing issue as related merge request is already approved.
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.discounts.coupons [^]
Changeset: a999a61bde9cbfcdb6692cdd94ce2a1fcff60867
Author: Jorge Wederago <jorge.wederago@openbravo.com>
Date: 09-11-2023 17:23:02
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.discounts.coupons/-/commit/a999a61bde9cbfcdb6692cdd94ce2a1fcff60867 [^]
Fixed FR-53618: Merge branch 'fr/53618'
---
A build/classes/org/openbravo/retail/discounts/coupons/modulescript/ModuleScriptCouponUses.class
A src-db/database/model/tables/OBDISCP_USAGE.xml
A src-util/modulescript/src/org/openbravo/retail/discounts/coupons/modulescript/ModuleScriptCouponUses.java
A src/org/openbravo/retail/discounts/coupons/DISCPUtils.java
A web-jspack/org.openbravo.retail.discounts.coupons/src/model/ticket/actions/__test__/SearchAndAddCouponToTicketActionPreparation.test.js
A web-test/model/business-object/ticket/TicketCouponUtils.test.js
M src-db/database/model/tables/OBDISCP_COUPON.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/AD_REFERENCE.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M src-db/database/sourcedata/AD_TAB.xml
M src-db/database/sourcedata/AD_TABLE.xml
M src/org/openbravo/retail/discounts/coupons/CouponAvailability.java
M src/org/openbravo/retail/discounts/coupons/CouponUsed.java
M src/org/openbravo/retail/discounts/coupons/OrderLoaderHookCoupons.java
M src/org/openbravo/retail/discounts/coupons/event/CouponEventHandler.java
M web-jspack/org.openbravo.retail.discounts.coupons/src/model/ticket/actions/SearchAndAddCouponToTicketActionPreparation.js
M web-jspack/org.openbravo.retail.discounts.coupons/src/model/ticket/coupons/user-actions/AddCoupon.js
M web-jspack/org.openbravo.retail.discounts.coupons/src/services/scan/handlers/CouponScanEventHandler.js
M web/org.openbravo.retail.discounts.coupons/js/utils/utils.js
R src/org/openbravo/retail/discounts/coupons/PreOrderLoaderHookCoupons.java
---
|
|
|
(0156936)
|
hgbot
|
2023-11-09 09:25
|
|
|
|
(0156937)
|
hgbot
|
2023-11-09 09:26
|
|
|
|
(0156938)
|
hgbot
|
2023-11-09 09:26
|
|
|
|
(0156939)
|
hgbot
|
2023-11-09 09:26
|
|
|
|
(0156940)
|
hgbot
|
2023-11-09 09:26
|
|
|
|
(0156941)
|
hgbot
|
2023-11-09 09:26
|
|
|
|
(0156942)
|
hgbot
|
2023-11-09 09:26
|
|
|
|
(0156943)
|
hgbot
|
2023-11-09 09:26
|
|
|
|
(0156944)
|
hgbot
|
2023-11-09 09:26
|
|
|
|
(0156999)
|
hgbot
|
2023-11-10 07:59
|
|
|
|
(0157003)
|
hgbot
|
2023-11-10 08:31
|
|
|
|
(0157009)
|
hgbot
|
2023-11-10 09:06
|
|
|
|
(0157050)
|
hgbot
|
2023-11-10 23:09
|
|
|
|
(0157051)
|
hgbot
|
2023-11-10 23:10
|
|
|
|
(0157119)
|
hgbot
|
2023-11-14 07:15
|
|
|