Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039368Retail ModulesWeb POSpublic2018-09-27 19:572018-10-25 16:01
collazoandy4 
jorge-garcia 
normalminorhave not tried
closedfixed 
5
 
RR19Q1 
marvintm
No
0039368: Refactor the ProductCharacteristicValue ProcessHQLQuery to filter by m_product_id
Include in the ProductCharacteristicValue ProcessHQLQuery a filter by m_product_id
In description
No tags attached.
Issue History
2018-09-27 19:57collazoandy4New Issue
2018-09-27 19:57collazoandy4Assigned To => Retail
2018-09-27 19:57collazoandy4Triggers an Emergency Pack => No
2018-10-01 10:30jorge-garciaAssigned ToRetail => jorge-garcia
2018-10-03 17:37jorge-garciaStatusnew => scheduled
2018-10-09 08:28hgbotCheckin
2018-10-09 08:28hgbotNote Added: 0107222
2018-10-09 08:28hgbotStatusscheduled => resolved
2018-10-09 08:28hgbotResolutionopen => fixed
2018-10-09 08:28hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7e03be657b9db009b625a4bc6aeef89c5fab57b4 [^]
2018-10-16 19:00marvintmReview Assigned To => marvintm
2018-10-16 19:00marvintmStatusresolved => closed
2018-10-16 19:00marvintmFixed in Version => RR19Q1
2018-10-25 16:01hgbotCheckin
2018-10-25 16:01hgbotNote Added: 0107598

Notes
(0107222)
hgbot   
2018-10-09 08:28   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 7e03be657b9db009b625a4bc6aeef89c5fab57b4
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Mon Oct 08 13:27:33 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7e03be657b9db009b625a4bc6aeef89c5fab57b4 [^]

Fixed issue 39368: Refactor the ProductCharacteristicValue ProcessHQLQuery
to filter by m_product_id

Added a new optional filter to add a new where condition to
ProductCharacteristicValue to filter by an array of m_products_id
sent by the JSON request.

---
M src/org/openbravo/retail/posterminal/master/ProductCharacteristicValue.java
---
(0107598)
hgbot   
2018-10-25 16:01   
Repository: tools/automation/pi-mobile
Changeset: e909b79a9017ee39e65170434e69efa0ad75209d
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Mon Oct 22 12:11:19 2018 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/e909b79a9017ee39e65170434e69efa0ad75209d [^]

Verifies issue 39368: Refactor the ProductCharacteristicValue
ProcessHQLQuery to filter by m_product_id

Added test POSProductCharacteristicValueOptionalFiltering

---
A src-test/org/openbravo/test/mobile/retail/pack/webservice/tests/retailapi/POSProductCharacteristicValueOptionalFiltering.java
---