Openbravo Issue Tracking System - Retail Modules
View Issue Details
0031554Retail ModulesWeb POSpublic2015-11-21 16:172015-12-30 16:33
Orekaria 
Orekaria 
normalmajorsometimes
closedfixed 
5
 
RR16Q1RR16Q1 
jorge-garcia
No
0031554: Stabilization: Explicitly sort the search product results
Stabilization: Explicitly sort the search product results
Verify that the 'ProductCharacteristicsSearchProductChangesCharacteristic_HV' is sometimes failing
No tags attached.
depends on backport 0031804RR16Q2 closed ranjith_qualiantech_com Stabilization: Explicitly sort the search product results 
related to defect 0031536 closed Orekaria Stabilization: Filter buttons are not sorted 
blocks defect 0031556 closed Sandrahuguet [HGVOL] Search product fails to filter 
Issue History
2015-11-21 16:17OrekariaNew Issue
2015-11-21 16:17OrekariaAssigned To => Retail
2015-11-21 16:17OrekariaTriggers an Emergency Pack => No
2015-11-21 16:17OrekariaStatusnew => scheduled
2015-11-21 16:17OrekariaAssigned ToRetail => Orekaria
2015-11-21 16:18OrekariaRelationship addedrelated to 0031536
2015-11-21 16:22OrekariaReview Assigned To => mtaal
2015-11-21 17:32OrekariaRelationship addedblocks 0031556
2015-11-21 17:32OrekariaRelationship replacedrelated to 0031556
2015-11-21 17:33OrekariaRelationship replacedblocks 0031556
2015-11-21 19:22hgbotCheckin
2015-11-21 19:22hgbotNote Added: 0082042
2015-11-21 19:22hgbotCheckin
2015-11-21 19:22hgbotNote Added: 0082043
2015-11-21 19:22hgbotStatusscheduled => resolved
2015-11-21 19:22hgbotResolutionopen => fixed
2015-11-21 19:22hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/100c2bc635df541c79b78d9f9f123630ea2bf786 [^]
2015-11-27 09:00mtaalReview Assigned Tomtaal => migueldejuana
2015-11-27 11:30migueldejuanaNote Added: 0082421
2015-11-27 11:30migueldejuanaStatusresolved => new
2015-11-27 11:30migueldejuanaResolutionfixed => open
2015-12-04 14:00OrekariaAssigned ToOrekaria => Retail
2015-12-04 14:00OrekariaStatusnew => acknowledged
2015-12-30 16:29OrekariaStatusacknowledged => scheduled
2015-12-30 16:29OrekariaAssigned ToRetail => Orekaria
2015-12-30 16:29OrekariaStatusscheduled => resolved
2015-12-30 16:29OrekariaResolutionopen => fixed
2015-12-30 16:29OrekariaTarget Version => RR16Q1
2015-12-30 16:33jorge-garciaReview Assigned Tomigueldejuana => jorge-garcia
2015-12-30 16:33jorge-garciaNote Added: 0083081
2015-12-30 16:33jorge-garciaStatusresolved => closed
2015-12-30 16:33jorge-garciaFixed in Version => RR16Q1

Notes
(0082042)
hgbot   
2015-11-21 19:22   
Repository: tools/automation/pi-mobile
Changeset: 34e4ea293b1bb5c901a03e0898b40ac3d478e72d
Author: Rafa Alonso <ral <at> openbravo.com>
Date: Sat Nov 21 19:22:04 2015 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/34e4ea293b1bb5c901a03e0898b40ac3d478e72d [^]

Related to issue 31554: Fixes the 'ProductCharacteristicsSearchProductChangesCharacteristic*' test

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/highvolume/ProductCharacteristicsSearchProductChangesCharacteristic_HV.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/ProductCharacteristicsSearchProductChangesCharacteristic.java
---
(0082043)
hgbot   
2015-11-21 19:22   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 100c2bc635df541c79b78d9f9f123630ea2bf786
Author: Rafa Alonso <ral <at> openbravo.com>
Date: Sat Nov 21 16:20:10 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/100c2bc635df541c79b78d9f9f123630ea2bf786 [^]

Fixes issue 31554: Explicitely sort the seach product results

- by '_identifier'

---
M web/org.openbravo.mobile.core/source/retail/component/ob-retail-searchproductcharacteristic.js
---
(0082421)
migueldejuana   
2015-11-27 11:30   
This issue could be fixed changing in Product.java this line:
 hql += "order by pli.product.name";
change with:
 hql += "order by pli.product.name asc";

There are also 2 queries more in Product.java that should have the order by.
(0083081)
jorge-garcia   
2015-12-30 16:33   
Code review and testing OK