Openbravo Issue Tracking System - Retail Modules
View Issue Details
0047288Retail ModulesDiscounts and Promotionspublic2021-06-29 16:422021-06-30 12:31
guillermogil 
ranjith_qualiantech_com 
urgentmajoralways
closedfixed 
5
RR20Q3.4 
RR21Q3 
No
0047288: Discount and promotion - Disabling pricelist are not sent to WebPOS
When disabling an pricelist in a discount, related WebPOS IndexedDB table is not updated and the discount is still applied
1/ Create a promotion / Discount
2/ Add an pricelist
3/ Run incremental refresh
4/ Disable a pricelist
5/ Run incremental refresh
Apply the same logic than in issue https://issues.openbravo.com/view.php?id=45153 [^]
No tags attached.
related to defect 0045153 closed ranjith_qualiantech_com Discount and promotion - Disabling organizations are not sent to WebPOS 
Issue History
2021-06-29 16:42guillermogilNew Issue
2021-06-29 16:42guillermogilAssigned To => Retail
2021-06-29 16:42guillermogilResolution time => 1626300000
2021-06-29 16:42guillermogilTriggers an Emergency Pack => No
2021-06-29 16:43guillermogilRelationship addedrelated to 0045153
2021-06-29 16:44ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2021-06-30 11:53hgbotNote Added: 0130006
2021-06-30 11:53hgbotNote Added: 0130007
2021-06-30 12:31hgbotResolutionopen => fixed
2021-06-30 12:31hgbotStatusnew => closed
2021-06-30 12:31hgbotNote Added: 0130009
2021-06-30 12:31hgbotFixed in Version => RR21Q3
2021-06-30 12:31hgbotNote Added: 0130010
2021-06-30 12:31hgbotNote Added: 0130011
2021-06-30 12:31hgbotNote Added: 0130012

Notes
(0130006)
hgbot   
2021-06-30 11:53   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/496 [^]
(0130007)
hgbot   
2021-06-30 11:53   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.discounts/-/merge_requests/29 [^]
(0130009)
hgbot   
2021-06-30 12:31   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/496 [^]
(0130010)
hgbot   
2021-06-30 12:31   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: c07807a9ccbb535013d3958925db63eeefb6cb28
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 2021-06-30T12:08:40+05:30
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/c07807a9ccbb535013d3958925db63eeefb6cb28 [^]

Fixed ISSUE-47288: Added isactive property to Discount PriceList properties

---
M src/org/openbravo/retail/posterminal/master/Discount.java
M src/org/openbravo/retail/posterminal/master/OfferPriceListProperties.java
---
(0130011)
hgbot   
2021-06-30 12:31   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.discounts/-/merge_requests/29 [^]
(0130012)
hgbot   
2021-06-30 12:31   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.discounts [^]
Changeset: d9138d13716e39780164f87cefcd1884c33ad1f4
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 2021-06-30T12:23:23+05:30
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.discounts/-/commit/d9138d13716e39780164f87cefcd1884c33ad1f4 [^]

Related to ISSUE-47288: Added PriceList active condition in Discount Properties for Incremental Refresh

---
A src/org/openbravo/retail/discounts/event/MOfferPriceListEventHandler.java
M src/org/openbravo/retail/discounts/master/DiscountFilterProperties.java
---