Openbravo Issue Tracking System - POS2 |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0050411 | POS2 | POS | public | 2022-10-04 18:57 | 2022-10-19 13:45 |
|
Reporter | gorka_gil | |
Assigned To | gorka_gil | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 23Q1 | |
Merge Request Status | approved |
Review Assigned To | |
OBNetwork customer | No |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0050411: Free products discounts should be tested by discounts engine before show as candidate |
Description | - |
Steps To Reproduce | Create a free product discount:
- amount : 50
- gift notification : mark
- free products tab: insect repelent
- Include products: only those defined
- Products tab: balaclaba
Go to the pos
- Refresh masterdata
- add avalanche
- click pay
ERROR: it shows the discount as available, but it shouldn't since the discount only apply to balaclavas not avalanches
When clicking on it doesn't do anything, but still it shouldn't be shown as available. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | feature request | 0049961 | | closed | jorge-garcia | Jira 886 - Gift on a minimum amount of ticket |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2022-10-04 18:57 | gorka_gil | New Issue | |
2022-10-04 18:57 | gorka_gil | Assigned To | => gorka_gil |
2022-10-04 18:57 | gorka_gil | OBNetwork customer | => No |
2022-10-04 18:57 | gorka_gil | Triggers an Emergency Pack | => No |
2022-10-04 18:59 | gorka_gil | Summary | Free products discounts should be tested by discounts enginee before show as candidate => Free products discounts should be tested by discounts engine before show as candidate |
2022-10-04 19:04 | gorka_gil | Relationship added | related to 0049961 |
2022-10-04 19:05 | gorka_gil | Status | new => scheduled |
2022-10-14 21:06 | hgbot | Merge Request Status | => open |
2022-10-14 21:06 | hgbot | Note Added: 0142111 | |
2022-10-14 21:07 | hgbot | Note Added: 0142112 | |
2022-10-19 12:29 | hgbot | Merge Request Status | open => approved |
2022-10-19 13:44 | hgbot | Note Added: 0142273 | |
2022-10-19 13:44 | hgbot | Resolution | open => fixed |
2022-10-19 13:44 | hgbot | Status | scheduled => closed |
2022-10-19 13:44 | hgbot | Fixed in Version | => RR23Q1 |
2022-10-19 13:44 | hgbot | Note Added: 0142274 | |
2022-10-19 13:44 | hgbot | Note Added: 0142275 | |
2022-10-19 13:44 | hgbot | Note Added: 0142276 | |
2022-10-19 13:44 | hgbot | Note Added: 0142277 | |
2022-10-19 13:44 | hgbot | Note Added: 0142278 | |
2022-10-19 13:44 | hgbot | Note Added: 0142279 | |
2022-10-19 13:45 | hgbot | Note Added: 0142280 | |
2022-10-19 13:45 | hgbot | Fixed in Version | RR23Q1 => 23Q1 |
2022-10-19 13:45 | hgbot | Note Added: 0142281 | |
Notes |
|
(0142111)
|
hgbot
|
2022-10-14 21:06
|
|
|
|
(0142112)
|
hgbot
|
2022-10-14 21:07
|
|
|
|
(0142273)
|
hgbot
|
2022-10-19 13:44
|
|
|
|
(0142274)
|
hgbot
|
2022-10-19 13:44
|
|
|
|
(0142275)
|
hgbot
|
2022-10-19 13:44
|
|
|
|
(0142276)
|
hgbot
|
2022-10-19 13:44
|
|
|
|
(0142277)
|
hgbot
|
2022-10-19 13:44
|
|
|
|
(0142278)
|
hgbot
|
2022-10-19 13:44
|
|
|
|
(0142279)
|
hgbot
|
2022-10-19 13:44
|
|
|
|
(0142280)
|
hgbot
|
2022-10-19 13:45
|
|
|
|
(0142281)
|
hgbot
|
2022-10-19 13:45
|
|
Directly closing issue as related merge request is already approved.
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 9ef31185ccad2836b5d1132d318c1196e9558840
Author: Gorka Gil <gorka.gil@openbravo.com>
Date: 19-10-2022 11:44:50
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/9ef31185ccad2836b5d1132d318c1196e9558840 [^]
Fixed ISSUE-50411: check available gift product discounts in the discounts engine
---
M web-jspack/org.openbravo.pos2/src/components/Discounts/FeaturedDiscount/FeaturedDiscountPanelGrid/FeaturedDiscountPanelGrid.jsx
M web-jspack/org.openbravo.pos2/src/components/Discounts/FeaturedDiscount/FeaturedDiscountsPaymentFlowHook.js
M web-jspack/org.openbravo.pos2/src/components/Discounts/ManualDiscount/DiscountPanelGrid/DiscountPanelGrid.jsx
M web-jspack/org.openbravo.pos2/src/components/Discounts/OrderDiscount/OrderDiscountOnExitDialog/OrderDiscountOnExitDialog.js
M web-jspack/org.openbravo.pos2/src/components/Discounts/OrderDiscount/OrderDiscountPanelGrid/OrderDiscountPanelGrid.jsx
M web-jspack/org.openbravo.pos2/src/components/Discounts/shared/OptionalDiscountsUtils.js
---
|
|