Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0033472
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[Retail Modules] Web POSminorhave not tried2016-07-13 12:482016-09-20 17:05
ReporterSandrahuguetView Statuspublic 
Assigned ToSandrahuguet 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision447f4811440c
ProjectionnoneETAnoneTarget Version
OSLinux 32 bitDatabasePostgreSQLJava version1.6.0_18
OS VersionCommunity ApplianceDatabase version8.3.9Ant version1.7.1
Product VersionSCM revision 
Review Assigned Tomigueldejuana
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0033472: Improve filtering by characteristics in local mode

DescriptionImprove filtering by characteristics in local mode
Steps To ReproduceN/A
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0034204 closedSandrahuguet [PriceCriteria] Improve filtering by characteristics in local mode 
causes defect 0034398 closedranjith_qualiantech_com Characteristics are not filtered correctly 

-  Notes
(0088508)
hgbot (developer)
2016-07-15 08:20

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 2e40758fb9df6e1dd0178d48198ce4a2ef58647a
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Thu Jul 14 18:37:36 2016 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/2e40758fb9df6e1dd0178d48198ce4a2ef58647a [^]

Fixed issue 33472 Improve filtering by characteristics in local mode

---
M src/org/openbravo/retail/posterminal/master/Characteristic.java
M src/org/openbravo/retail/posterminal/master/CharacteristicValue.java
M web/org.openbravo.retail.posterminal/js/components/modalproductbrand.js
M web/org.openbravo.retail.posterminal/js/components/modalproductcharacteristic.js
---
(0088509)
hgbot (developer)
2016-07-15 08:21

Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 447f4811440c4bcb96e2981542a6273e14d6a25c
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Thu Jul 14 18:38:20 2016 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/447f4811440c4bcb96e2981542a6273e14d6a25c [^]

Fixed issue 33472 Improve filtering by characteristics in local mode

---
M web/org.openbravo.mobile.core/source/retail/component/ob-retail-searchproductcharacteristic.js
---
(0088519)
marvintm (manager)
2016-07-15 12:04

There is at least one case which is currently still failing:
- Go to Search.
- Add filter by Object: First-Aid
- Add filter by Price: <20€
- There should be three products shown. This is correct, as both have First Aid, and price < 20€. However, there are at least two problems:
- Open the Dimensions characteristic. Realize that the popup is empty. This should never happen, if there is no valid characteristic value, the characteristic should not be shown.
- Open the Capacity characteristic. Select the Under 2L characteristic value. Realize that no products are selected. This should not happen, as if there are no products for a value, then it should not be shown (and in this case, as there are no more values valid, the characteristic itself should also not be shown).
(0088528)
Sandrahuguet (developer)
2016-07-15 12:55

another issue:
-Go to Search
-Add filter by Brand: Beal and Black Diamond
-tap on Brand again, brands are unfiltered
(0088845)
Sandrahuguet (developer)
2016-08-05 13:05

Issues mentioned above are reproduced in normal mode and in remote mode
(0088846)
hgbot (developer)
2016-08-05 13:09

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: edf019093706dbf8d6c2197df93af76801b51753
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Fri Aug 05 13:07:54 2016 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/edf019093706dbf8d6c2197df93af76801b51753 [^]

related to issue 33472 fixed issues in product search by characteristics and brand

Issue 1: https://issues.openbravo.com/view.php?id=33472#c88519 [^]
Issue 2: https://issues.openbravo.com/view.php?id=33472#c88528 [^]

Issues mentioned above are fixed in normal mode and in remote mode

---
M src/org/openbravo/retail/posterminal/ChHQLCriteria.java
M src/org/openbravo/retail/posterminal/ChvHQLCriteria.java
M src/org/openbravo/retail/posterminal/master/Brand.java
M web/org.openbravo.retail.posterminal/js/components/modalproductbrand.js
M web/org.openbravo.retail.posterminal/js/components/modalproductcharacteristic.js
---
(0088847)
hgbot (developer)
2016-08-05 13:13

Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 0b3137a4bb61b5a30429e93fcab61835696c1684
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Fri Aug 05 13:11:26 2016 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/0b3137a4bb61b5a30429e93fcab61835696c1684 [^]

related to issue 33472 fixed issues in product search by characteristics and brand

Issue 1: https://issues.openbravo.com/view.php?id=33472#c88519 [^]
Issue 2: https://issues.openbravo.com/view.php?id=33472#c88528 [^]

Issues mentioned above are fixed in normal mode and in remote mode

---
M src/org/openbravo/mobile/core/process/SimpleQueryBuilder.java
M web/org.openbravo.mobile.core/source/retail/component/ob-retail-searchproductcharacteristic.js
---
(0089543)
migueldejuana (developer)
2016-08-30 11:57
edited on: 2016-08-30 11:57

- Go to search tab
- Enter 'mul' text to filter
- Open Object characteristic and check 'Camping Accessories'
- You will see just Multi-tool product (Price:50€ - 100€)
- Open Price characteristic and you will 2 values:
     - "< 20€" --> ERROR! This value shouldn't appear
     - "50€ - 100€"

(0089619)
Sandrahuguet (developer)
2016-08-31 14:25

Issue mentioned above is reproduced in normal mode and in remote mode
(0089696)
hgbot (developer)
2016-09-02 12:00

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 0547ef7915f8cd926a518dd830c3fc6fac5ca2fa
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Thu Sep 01 09:03:16 2016 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0547ef7915f8cd926a518dd830c3fc6fac5ca2fa [^]

related to issue 33472 fixed issue filter by characteristic

Issue 3: https://issues.openbravo.com/view.php?id=33472#c89543 [^]

---
M src/org/openbravo/retail/posterminal/PCharacteristicHQLCriteria.java
M src/org/openbravo/retail/posterminal/ProductCharacteristicHQLCriteria.java
M web/org.openbravo.retail.posterminal/js/components/modalproductcharacteristic.js
R src/org/openbravo/retail/posterminal/ChHQLCriteria.java
R src/org/openbravo/retail/posterminal/ChvHQLCriteria.java
---
(0089697)
hgbot (developer)
2016-09-02 12:01

Repository: erp/pmods/org.openbravo.mobile.core
Changeset: e911efebab0bbd7a769090981041abf57c68fd79
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Thu Sep 01 10:27:08 2016 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/e911efebab0bbd7a769090981041abf57c68fd79 [^]

related to issue 33472 fixed issue filter by characteristic

Issue 3: https://issues.openbravo.com/view.php?id=33472#c89543 [^]

---
M web/org.openbravo.mobile.core/source/retail/component/ob-retail-searchproductcharacteristic.js
---
(0089698)
hgbot (developer)
2016-09-02 12:02

Repository: erp/pmods/org.openbravo.retail.bestsellers
Changeset: 1aa7a4df85831af36596c7c4b3080b7c56fa077f
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Thu Sep 01 10:44:05 2016 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.bestsellers/rev/1aa7a4df85831af36596c7c4b3080b7c56fa077f [^]

related to issue 33472 fixed issue filter by characteristic

Issue 3: https://issues.openbravo.com/view.php?id=33472#c89543 [^]

---
M src/org/openbravo/retail/bestsellers/PCharacteristicBestSellerHQLCriteria.java
M src/org/openbravo/retail/bestsellers/PCharacteristicValueBestSellerHQLCriteria.java
---
(0090119)
migueldejuana (developer)
2016-09-20 17:05

Tested and reviewed

- Issue History
Date Modified Username Field Change
2016-07-13 12:48 Sandrahuguet New Issue
2016-07-13 12:48 Sandrahuguet Assigned To => Sandrahuguet
2016-07-13 12:48 Sandrahuguet Triggers an Emergency Pack => No
2016-07-13 12:49 Sandrahuguet Review Assigned To => marvintm
2016-07-13 12:49 Sandrahuguet Status new => scheduled
2016-07-13 12:49 Sandrahuguet Description Updated View Revisions
2016-07-13 13:17 Sandrahuguet Summary Improve filtering by characteristics in local model => Improve filtering by characteristics in local mode
2016-07-15 08:20 hgbot Checkin
2016-07-15 08:20 hgbot Note Added: 0088508
2016-07-15 08:20 hgbot Status scheduled => resolved
2016-07-15 08:20 hgbot Resolution open => fixed
2016-07-15 08:20 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/2e40758fb9df6e1dd0178d48198ce4a2ef58647a [^]
2016-07-15 08:21 hgbot Checkin
2016-07-15 08:21 hgbot Note Added: 0088509
2016-07-15 08:21 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/2e40758fb9df6e1dd0178d48198ce4a2ef58647a [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/447f4811440c4bcb96e2981542a6273e14d6a25c [^]
2016-07-15 12:04 marvintm Note Added: 0088519
2016-07-15 12:04 marvintm Status resolved => new
2016-07-15 12:04 marvintm Resolution fixed => open
2016-07-15 12:06 marvintm Status new => acknowledged
2016-07-15 12:55 Sandrahuguet Note Added: 0088528
2016-08-05 13:05 Sandrahuguet Note Added: 0088845
2016-08-05 13:09 hgbot Checkin
2016-08-05 13:09 hgbot Note Added: 0088846
2016-08-05 13:13 hgbot Checkin
2016-08-05 13:13 hgbot Note Added: 0088847
2016-08-05 13:13 Sandrahuguet Status acknowledged => scheduled
2016-08-05 13:13 Sandrahuguet Status scheduled => resolved
2016-08-05 13:13 Sandrahuguet Resolution open => fixed
2016-08-30 11:57 migueldejuana Note Added: 0089543
2016-08-30 11:57 migueldejuana Status resolved => new
2016-08-30 11:57 migueldejuana Resolution fixed => open
2016-08-30 11:57 migueldejuana Note Edited: 0089543 View Revisions
2016-08-30 11:57 migueldejuana Note Edited: 0089543 View Revisions
2016-08-31 14:25 Sandrahuguet Note Added: 0089619
2016-09-02 12:00 hgbot Checkin
2016-09-02 12:00 hgbot Note Added: 0089696
2016-09-02 12:01 hgbot Checkin
2016-09-02 12:01 hgbot Note Added: 0089697
2016-09-02 12:02 hgbot Checkin
2016-09-02 12:02 hgbot Note Added: 0089698
2016-09-02 12:18 Sandrahuguet Status new => scheduled
2016-09-02 12:18 Sandrahuguet Status scheduled => resolved
2016-09-02 12:18 Sandrahuguet Resolution open => fixed
2016-09-20 17:05 migueldejuana Review Assigned To marvintm => migueldejuana
2016-09-20 17:05 migueldejuana Note Added: 0090119
2016-09-20 17:05 migueldejuana Status resolved => closed
2016-10-13 17:57 Sandrahuguet Relationship added related to 0034204
2016-11-04 14:38 migueldejuana Relationship added causes 0034398


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker