Openbravo Issue Tracking System - Retail Modules
View Issue Details
0040815Retail ModulesWeb POSpublic2019-04-30 12:162019-05-09 09:38
lorenzofidalgo 
ranjith_qualiantech_com 
immediateminoralways
closedfixed 
5
main 
RR19Q2RR19Q2 
marvintm
Packaging and release
2019-03-25
main
https://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/6b2205a92513a78ed26d659a352350a52ad94bed [^]
No
0040815: [RR19Q2] With Value=Y for "Enable Remote for Product" preference, the shown product using SEARCH tab, exceeds its container
If "Enable Remote for Product" has Value=Y, searching for that product in the POS using SEARCH tab, the shown product overflows its container (check attached image). This issue is reproducible in RR19Q2 and stable build. It is not reproducible in RR18Q2.4.
0-Login ERP and set the preference "Enable Remote for Product" with the following values:
-----
Organization: *
Active: Yes
Property List: Yes
Property: Enable Remote for Product
Visible at client: <Blank>
Visible at Organization: Central Mountains Store
Visible at User: <Blank>
Visible at Role: <Blank>
-----
Save the record.
1-Login POS in CMS-1 terminal and login as centralmountains.
2-Click SEARCH tab and type: "ava", after that, click magnifier button. Products are shown. DEFECT: They exceed their container.
No tags attached.
blocks defect 0040719 closed ranjith_qualiantech_com [RR19Q2] With Value=Y for "Enable Remote for Product" preference, the shown product using SEARCH tab, exceeds its container 
Issue History
2019-05-09 09:13ranjith_qualiantech_comTypedefect => backport
2019-05-09 09:13ranjith_qualiantech_comTarget Version => RR19Q2
2019-05-09 09:25hgbotCheckin
2019-05-09 09:25hgbotNote Added: 0111587
2019-05-09 09:25hgbotStatusscheduled => resolved
2019-05-09 09:25hgbotResolutionopen => fixed
2019-05-09 09:25hgbotFixed in SCM revision => http://code.openbravo.com/retail/backports/3.0RR19Q2/org.openbravo.mobile.core/rev/ff61138652c8707e1c2dc594e86062f9acad0bcf [^]
2019-05-09 09:38marvintmReview Assigned To => marvintm
2019-05-09 09:38marvintmStatusresolved => closed
2019-05-09 09:38marvintmFixed in Version => RR19Q2

Notes
(0111587)
hgbot   
2019-05-09 09:25   
Repository: retail/backports/3.0RR19Q2/org.openbravo.mobile.core
Changeset: ff61138652c8707e1c2dc594e86062f9acad0bcf
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Thu May 09 12:54:01 2019 +0530
URL: http://code.openbravo.com/retail/backports/3.0RR19Q2/org.openbravo.mobile.core/rev/ff61138652c8707e1c2dc594e86062f9acad0bcf [^]

Fixed issue 40815 : Search tab Product table width should be updated by excluding search Characteristics Width

* Search Characteristics table clientWidth returns the width which excludes the scollBar width.
  So clientWidth is replaced with offsetWidth which returns the width which includes the scollBar width

---
M web/org.openbravo.mobile.core/source/retail/component/ob-retail-searchproductcharacteristic.js
---