Openbravo Issue Tracking System - Retail Modules
View Issue Details
0034399Retail ModulesWeb POSpublic2016-11-04 14:302016-12-22 10:21
migueldejuana 
ranjith_qualiantech_com 
normalmajoralways
closedfixed 
5
 
RR17Q1 
guilleaer
No
0034399: We cannot remove filters which values are not between showed products.
See steps to reproduce
- Login
- Press search tab
- Apply filter "Brand" --> "Beal" and "Black Diamond"
- Enter "Battery" text to filter by
- Only 1 product is shown
- Open "Brand" and you will see only "Black Diamond" appears, remove this filter.
- Now we get no results.
- Open "Brand" and you will see No results, so we cannot remove "Beal" filter

The only way to remove this filter is removing all filters and then introduce again all filters yo have entered before.
We must show value of characteristics of shown products and also current filters
No tags attached.
related to defect 0034398 closed ranjith_qualiantech_com Characteristics are not filtered correctly 
Issue History
2016-11-04 14:30migueldejuanaNew Issue
2016-11-04 14:30migueldejuanaAssigned To => Retail
2016-11-04 14:30migueldejuanaTriggers an Emergency Pack => No
2016-11-04 14:33migueldejuanaRelationship addedrelated to 0034398
2016-12-01 10:30ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2016-12-01 10:30ranjith_qualiantech_comStatusnew => scheduled
2016-12-06 14:16hgbotCheckin
2016-12-06 14:16hgbotNote Added: 0092142
2016-12-06 14:16hgbotStatusscheduled => resolved
2016-12-06 14:16hgbotResolutionopen => fixed
2016-12-06 14:16hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d2f09c7fcb24befa3686d469f285c3fa7c7cef6c [^]
2016-12-07 05:40hgbotCheckin
2016-12-07 05:40hgbotNote Added: 0092155
2016-12-22 10:21guilleaerReview Assigned To => guilleaer
2016-12-22 10:21guilleaerStatusresolved => closed
2016-12-22 10:21guilleaerFixed in Version => RR17Q1

Notes
(0092142)
hgbot   
2016-12-06 14:16   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: d2f09c7fcb24befa3686d469f285c3fa7c7cef6c
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Dec 06 18:45:07 2016 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d2f09c7fcb24befa3686d469f285c3fa7c7cef6c [^]

Fixes issue 34399 : Modified Brand Filter Query to get BrandList based on selection and product brand

* Brand query should check bothe brand filter and product filter in a single condition

---
M src/org/openbravo/retail/posterminal/BrandProductHQLCriteria.java
M web/org.openbravo.retail.posterminal/js/components/modalproductbrand.js
---
(0092155)
hgbot   
2016-12-07 05:40   
Repository: tools/automation/pi-mobile
Changeset: 654ad108d08a2ce515a3c3e2a6bd10e6f38f7195
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Dec 07 10:09:38 2016 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/654ad108d08a2ce515a3c3e2a6bd10e6f38f7195 [^]

Verifies issue 34399 : Added automated test 'I34399_VerifyProductBrandValue'

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/TestIdPack.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I34399_VerifyProductBrandValue.java
---