Notes |
|
(0160629)
|
hgbot
|
2024-02-12 15:26
|
|
|
|
(0162876)
|
hgbot
|
2024-04-05 10:50
|
|
|
|
(0162877)
|
hgbot
|
2024-04-05 10:52
|
|
|
|
(0162984)
|
hgbot
|
2024-04-09 12:40
|
|
|
|
(0162985)
|
hgbot
|
2024-04-09 12:41
|
|
|
|
(0163408)
|
hgbot
|
2024-04-18 18:11
|
|
|
|
(0163409)
|
hgbot
|
2024-04-18 18:15
|
|
|
|
(0164647)
|
hgbot
|
2024-05-15 12:18
|
|
Directly closing issue as related merge request is already approved.
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.discounts.coupons [^]
Changeset: 063c967817d247d87a98eec2c33028989fdab7a9
Author: Justin Patterson <justin.patterson@openbravo.com>
Date: 06-05-2024 09:53:04
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.discounts.coupons/-/commit/063c967817d247d87a98eec2c33028989fdab7a9 [^]
Fixes FR-54558: Extra Validity Days
-Added new column to OBDISCP_COUPON to store number of extra days a
coupon may be valid beyond its expiration date
-Added new field to back office in appropriate window
-Added logic to CouponAvailability.java to return correct properties for
coupon taking into account new field
-Added logic to SearchAndAddCouponToTicketActionPreparation.js to add
coupon to ticket if within valid grace period
---
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/org/openbravo/retail/discounts/coupons/CouponAvailability.java
M web-jspack/org.openbravo.retail.discounts.coupons/src/model/ticket/actions/SearchAndAddCouponToTicketActionPreparation.js
---
|
|
|
(0164648)
|
hgbot
|
2024-05-15 12:18
|
|
|
|
(0164649)
|
hgbot
|
2024-05-15 12:18
|
|
Directly closing issue as related merge request is already approved.
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.discounts.coupons [^]
Changeset: f3c303c8a8070d8ffe297607bb6fdcaca5f5847b
Author: Jorge Wederago <j.wederago@orisha.com>
Date: 15-05-2024 12:11:10
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.discounts.coupons/-/commit/f3c303c8a8070d8ffe297607bb6fdcaca5f5847b [^]
Fixes FR-54558: Set extra validity date on coupons
---
A web-jspack/org.openbravo.retail.discounts.coupons/src/model/ticket/coupons/user-actions/AllowExtraValidityDays.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/org/openbravo/retail/discounts/coupons/CouponAvailability.java
M web-jspack/org.openbravo.retail.discounts.coupons/src/components/CouponsPanelGrid/AvailableCouponsList/AvailableCouponsList.jsx
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/ob-init.js
M web-jspack/org.openbravo.retail.discounts.coupons/src/services/scan/handlers/CouponScanEventHandler.js
R web-jspack/org.openbravo.retail.discounts.coupons/src/model/ticket/actions/SearchAndAddCoupon.js
R web-jspack/org.openbravo.retail.discounts.coupons/src/model/ticket/actions/SearchAndAddCouponToTicketActionPreparation.js
R web-jspack/org.openbravo.retail.discounts.coupons/src/model/ticket/actions/__test__/SearchAndAddCouponToTicketActionPreparation.test.js
---
|
|
|
(0164650)
|
hgbot
|
2024-05-15 12:18
|
|
|
|
(0164651)
|
hgbot
|
2024-05-15 12:18
|
|
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.giftcards [^]
Changeset: feb1623226f9578895d50c47422e3073dde09c43
Author: Jorge Wederago <j.wederago@orisha.com>
Date: 15-05-2024 12:14:35
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.giftcards/-/commit/feb1623226f9578895d50c47422e3073dde09c43 [^]
Related to FR-54558: Set extra validity date on coupons
---
A web-jspack/org.openbravo.retail.giftcards/src/model/giftcard/GiftCardUtils.js
A web-jspack/org.openbravo.retail.giftcards/src/model/giftcard/__test__/GiftCardUtils.test.js
A web-jspack/org.openbravo.retail.giftcards/src/model/giftcard/user-actions/AllowExtraValidityDays.js
M src-db/database/model/modifiedTables/AD_ORG.xml
M src-db/database/model/modifiedTables/M_PRODUCT.xml
M src-db/database/model/tables/GCNV_GIFTCARD_REASON.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/OBC2_USER_ACTION.xml
M src/org/openbravo/retail/giftcards/FindGiftCards.java
M src/org/openbravo/retail/giftcards/FindGiftCardsProperties.java
M web-jspack/org.openbravo.retail.giftcards/src/components/GiftCardDialog/GiftCardDialogFormHandler.js
M web-jspack/org.openbravo.retail.giftcards/src/ob-init.js
---
|
|
|
(0164652)
|
hgbot
|
2024-05-15 12:18
|
|
|
|
(0164653)
|
hgbot
|
2024-05-15 12:18
|
|
|
|
(0164654)
|
hgbot
|
2024-05-15 12:18
|
|
|