Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039369Retail ModulesWeb POSpublic2018-09-27 20:002018-11-16 09:59
collazoandy4 
jorge-garcia 
normalminorhave not tried
closedfixed 
5
 
RR19Q1 
marvintm
No
0039369: Refactor the DiscountFilterProductCategory ProcessHQLQuery to filter by m_offer_id
Include in the DiscountFilterProductCategory ProcessHQLQuery a filter by m_offer_id
In description
No tags attached.
Issue History
2018-09-27 20:00collazoandy4New Issue
2018-09-27 20:00collazoandy4Assigned To => Retail
2018-09-27 20:00collazoandy4Triggers an Emergency Pack => No
2018-10-25 16:59jorge-garciaStatusnew => scheduled
2018-10-25 16:59jorge-garciaAssigned ToRetail => jorge-garcia
2018-10-30 17:19hgbotCheckin
2018-10-30 17:19hgbotNote Added: 0107663
2018-10-30 17:19hgbotCheckin
2018-10-30 17:19hgbotNote Added: 0107666
2018-10-30 17:19hgbotStatusscheduled => resolved
2018-10-30 17:19hgbotResolutionopen => fixed
2018-10-30 17:19hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d8775fe687778ef1a57169c2961bb91f6515cc4d [^]
2018-11-16 09:59marvintmReview Assigned To => marvintm
2018-11-16 09:59marvintmStatusresolved => closed
2018-11-16 09:59marvintmFixed in Version => RR19Q1

Notes
(0107663)
hgbot   
2018-10-30 17:19   
Repository: tools/automation/pi-mobile
Changeset: 5f3d880c79a8cdec6d61e387192bc22bd2995e18
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Fri Oct 26 10:28:08 2018 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/5f3d880c79a8cdec6d61e387192bc22bd2995e18 [^]

Verifies issue 39369: Refactor the DiscountFilterProductCategory ProcessHQLQuery
to filter by m_offer_id

Added new tests

---
A src-test/org/openbravo/test/mobile/retail/pack/webservice/tests/retailapi/POSDiscountFilterProductCategoryOptionalFiltering.java
---
(0107666)
hgbot   
2018-10-30 17:19   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: d8775fe687778ef1a57169c2961bb91f6515cc4d
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Mon Oct 29 09:43:51 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d8775fe687778ef1a57169c2961bb91f6515cc4d [^]

Fixed issue 39369: Refactor the DiscountFilterProductCategory ProcessHQLQuery
to filter by m_offer_id

Add the possibility to include a new optional filter to get discounts from a
specific list of id’s.

As all discount queries extends from Discount.java, the logic has been included
in Discount.java.

---
M src/org/openbravo/retail/posterminal/master/Discount.java
---