Notes |
|
(0088508)
|
hgbot
|
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
|
2016-07-15 08:21
|
|
|
|
|
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). |
|
|
|
another issue:
-Go to Search
-Add filter by Brand: Beal and Black Diamond
-tap on Brand again, brands are unfiltered |
|
|
|
Issues mentioned above are reproduced in normal mode and in remote mode |
|
|
(0088846)
|
hgbot
|
2016-08-05 13:09
|
|
|
|
(0088847)
|
hgbot
|
2016-08-05 13:13
|
|
|
|
|
- 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€"
|
|
|
|
Issue mentioned above is reproduced in normal mode and in remote mode |
|
|
(0089696)
|
hgbot
|
2016-09-02 12:00
|
|
|
|
(0089697)
|
hgbot
|
2016-09-02 12:01
|
|
|
|
(0089698)
|
hgbot
|
2016-09-02 12:02
|
|
|
|
|
|