Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0053843 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
feature request | [POS2] POS | minor | have not tried | 2023-11-03 10:06 | 2024-01-29 12:50 | |||
Reporter | Aaron_Alvarez | View Status | public | |||||
Assigned To | Aaron_Alvarez | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0053843: Implement Burn Coupons rule in ReactPOS | |||||||
Description | Migration of the Burn Coupons functionality to POS2 | |||||||
Steps To Reproduce | None | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||
|
Notes | |
(0156918) hgbot (developer) 2023-11-08 12:54 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.loyalty.burn.coupon/-/merge_requests/2 [^] |
(0157614) hgbot (developer) 2023-11-24 12:41 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.loyalty.burn.coupon/-/merge_requests/8 [^] |
(0157764) hgbot (developer) 2023-11-28 14:57 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.discounts.coupons.otf/-/merge_requests/33 [^] |
(0158094) hgbot (developer) 2023-12-12 11:44 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.loyalty.programs/-/merge_requests/10 [^] |
(0159862) hgbot (developer) 2024-01-29 12:48 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.loyalty.programs [^] Changeset: 346ad5b0738bca23b6d3e8e014163d9d066d0524 Author: Aaron Calero <aaron.calero@openbravo.com> Date: 29-01-2024 09:44:40 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.loyalty.programs/-/commit/346ad5b0738bca23b6d3e8e014163d9d066d0524 [^] Related to FR-53843: Merge branch 'fr/53843' --- M src/org/openbravo/loyalty/programs/eventhandler/EarnedPointsEventHandler.java --- |
(0159863) hgbot (developer) 2024-01-29 12:48 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.loyalty.programs/-/merge_requests/10 [^] |
(0159864) hgbot (developer) 2024-01-29 12:48 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.discounts.coupons.otf [^] Changeset: 7b18a3532cacb7e8b09b17cedb9d39ea6c1100af Author: Aaron Calero <aaron.calero@openbravo.com> Date: 29-01-2024 09:43:36 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.discounts.coupons.otf/-/commit/7b18a3532cacb7e8b09b17cedb9d39ea6c1100af [^] Related to FR-53843: [BurnCoupons] Merge branch 'fr/53843' --- A web-jspack/org.openbravo.retail.discounts.coupons.otf/src/model/global/actions/utils/SplitCouponDescriptionIntoLines.js M web-jspack/org.openbravo.retail.discounts.coupons.otf/src/model/global/actions/utils/PrintCoupons.js --- |
(0159865) hgbot (developer) 2024-01-29 12:48 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.discounts.coupons.otf/-/merge_requests/33 [^] |
(0159866) hgbot (developer) 2024-01-29 12:49 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.loyalty.burn.coupon [^] Changeset: f3ef30c59d2e0c8e292ccdbdc9d30557e3d6dff9 Author: Aaron Calero <aaron.calero@openbravo.com> Date: 29-01-2024 12:45:41 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.loyalty.burn.coupon/-/commit/f3ef30c59d2e0c8e292ccdbdc9d30557e3d6dff9 [^] Fixed FR-53843: Implement Burn Coupons rule in ReactPOS Merge branch 'fr/53843' --- M src-test/org/openbravo/loyalty/burn/coupon/test/BurnCouponTest.java M src/org/openbravo/loyalty/burn/coupon/util/GenerateCouponUtils.java --- |
(0159867) hgbot (developer) 2024-01-29 12:49 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.loyalty.burn.coupon/-/merge_requests/8 [^] |
(0159868) hgbot (developer) 2024-01-29 12:49 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.loyalty.burn.coupon/-/merge_requests/2 [^] |
(0159869) hgbot (developer) 2024-01-29 12:49 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.loyalty.burn.coupon [^] Changeset: 7235f2683312aeda674bf9936ba1a9b478f83ab7 Author: Aaron Calero <aaron.calero@openbravo.com> Date: 29-01-2024 12:44:28 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.loyalty.burn.coupon/-/commit/7235f2683312aeda674bf9936ba1a9b478f83ab7 [^] Fixed FR-53843: Implement Burn Coupons rule in ReactPOS. Merge branch 'fr/53843' --- A .gitignore A src-db/database/model/modifiedTables/OBDISCP_COUPON.xml A src/org/openbravo/retail/loyalty/burn/coupon/hook/AddOrderToCoupons.java A src/org/openbravo/retail/loyalty/burn/coupon/process/CreateCouponsBeforeOrderCompletion.java A web-jspack/org.openbravo.retail.loyalty.burn.coupon/package-lock.json A web-jspack/org.openbravo.retail.loyalty.burn.coupon/package.json A web-jspack/org.openbravo.retail.loyalty.burn.coupon/src/assets/style/main.scss A web-jspack/org.openbravo.retail.loyalty.burn.coupon/src/model/Ticket/TicketExtension.js A web-jspack/org.openbravo.retail.loyalty.burn.coupon/src/model/user-interface/UIExtension.js A web-jspack/org.openbravo.retail.loyalty.burn.coupon/src/ob-init.js M src-db/database/sourcedata/AD_COLUMN.xml M src-db/database/sourcedata/AD_ELEMENT.xml M src-db/database/sourcedata/AD_MESSAGE.xml M src-db/database/sourcedata/OBMOBC_SERVICES.xml M src/org/openbravo/retail/loyalty/burn/coupon/util/LoadCouponsUtils.java --- |
Issue History | |||
Date Modified | Username | Field | Change |
2023-11-03 10:06 | Aaron_Alvarez | New Issue | |
2023-11-03 10:06 | Aaron_Alvarez | Assigned To | => Aaron_Alvarez |
2023-11-03 10:06 | Aaron_Alvarez | Triggers an Emergency Pack | => No |
2023-11-08 12:54 | hgbot | Note Added: 0156918 | |
2023-11-24 12:41 | hgbot | Note Added: 0157614 | |
2023-11-28 14:57 | hgbot | Note Added: 0157764 | |
2023-12-12 11:44 | hgbot | Note Added: 0158094 | |
2024-01-09 12:14 | aaroncalero | Status | new => scheduled |
2024-01-17 18:02 | aaroncalero | Relationship added | related to 0054374 |
2024-01-29 12:48 | hgbot | Note Added: 0159862 | |
2024-01-29 12:48 | hgbot | Note Added: 0159863 | |
2024-01-29 12:48 | hgbot | Note Added: 0159864 | |
2024-01-29 12:48 | hgbot | Note Added: 0159865 | |
2024-01-29 12:49 | hgbot | Resolution | open => fixed |
2024-01-29 12:49 | hgbot | Status | scheduled => resolved |
2024-01-29 12:49 | hgbot | Note Added: 0159866 | |
2024-01-29 12:49 | hgbot | Note Added: 0159867 | |
2024-01-29 12:49 | hgbot | Note Added: 0159868 | |
2024-01-29 12:49 | hgbot | Note Added: 0159869 | |
2024-01-29 12:50 | aaroncalero | Status | resolved => closed |
Copyright © 2000 - 2009 MantisBT Group |