Openbravo Issue Tracking System - Retail Modules
View Issue Details
0032647Retail ModulesWeb POSpublic2016-04-06 08:562016-04-20 18:34
migueldejuana 
migueldejuana 
normalmajoralways
closedfixed 
5
 
RR16Q1.1RR16Q1.1 
marvintm
Production - QA Approved
2016-01-12
RR16Q1
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/99fb5761f6f6#l38.7 [^]
No
0032647: Generic products are not shown in Browse tab
Generic products are not shown in Browse tab.

Check documentation:
http://wiki.openbravo.com/wiki/Retail:Web_POS_User_Guide#Browsing [^]
http://wiki.openbravo.com/wiki/Retail:Web_POS_User_Guide#Searching [^]
- Create a product with Characteristics
- Explode the product to create products with the combination o characteristics
- Add those products to the assortment and to the pricelist
- Login webpos
- Search created products in Search tab, you will see them
- Search generic product in Browse tab. ERROR, it is missing
No tags attached.
blocks defect 0032609 closed migueldejuana Generic products are not shown in Browse tab 
Issue History
2016-04-11 12:17migueldejuanaTypedefect => backport
2016-04-11 12:17migueldejuanaTarget Version => RR16Q1.1
2016-04-14 17:09hgbotCheckin
2016-04-14 17:09hgbotNote Added: 0085641
2016-04-14 17:09hgbotStatusscheduled => resolved
2016-04-14 17:09hgbotResolutionopen => fixed
2016-04-14 17:09hgbotFixed in SCM revision => http://code.openbravo.com/retail/backports/3.0RR16Q1.1/org.openbravo.mobile.core/rev/03c8a36815489c39cea569ff37578da51904085d [^]
2016-04-14 17:10hgbotCheckin
2016-04-14 17:10hgbotNote Added: 0085642
2016-04-14 17:10hgbotFixed in SCM revisionhttp://code.openbravo.com/retail/backports/3.0RR16Q1.1/org.openbravo.mobile.core/rev/03c8a36815489c39cea569ff37578da51904085d [^] => http://code.openbravo.com/retail/backports/3.0RR16Q1.1/org.openbravo.retail.posterminal/rev/e0f71490c285c9bc00f865cce680ef7d5fc24404 [^]
2016-04-20 18:34marvintmReview Assigned To => marvintm
2016-04-20 18:34marvintmStatusresolved => closed
2016-04-20 18:34marvintmFixed in Version => RR16Q1.1

Notes
(0085641)
hgbot   
2016-04-14 17:09   
Repository: retail/backports/3.0RR16Q1.1/org.openbravo.mobile.core
Changeset: 03c8a36815489c39cea569ff37578da51904085d
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Thu Apr 14 17:08:35 2016 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR16Q1.1/org.openbravo.mobile.core/rev/03c8a36815489c39cea569ff37578da51904085d [^]

Fixed issue 32647: Generic products are not shown in Browse tab

- Ensure that the active value is undefined or null to insert the item

---
M web/org.openbravo.mobile.core/source/data/ob-dal.js
---
(0085642)
hgbot   
2016-04-14 17:10   
Repository: retail/backports/3.0RR16Q1.1/org.openbravo.retail.posterminal
Changeset: e0f71490c285c9bc00f865cce680ef7d5fc24404
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Thu Apr 14 17:10:05 2016 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR16Q1.1/org.openbravo.retail.posterminal/rev/e0f71490c285c9bc00f865cce680ef7d5fc24404 [^]

Fixed issue 0032647: Generic products are not shown in Browse tab

- Do not use pli.active(assortment value) if it is null
- Fix Generic label in Browser tab

---
M src/org/openbravo/retail/posterminal/master/ProductProperties.java
M web/org.openbravo.retail.posterminal/js/components/renderproduct.js
---