Openbravo Issue Tracking System - Retail Modules
View Issue Details
0040719Retail ModulesWeb POSpublic2019-04-30 12:162019-05-10 13:59
lorenzofidalgo 
ranjith_qualiantech_com 
immediateminoralways
closedfixed 
5
main 
RR19Q3 
marvintm
Packaging and release
2019-03-25
main
https://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/6b2205a92513a78ed26d659a352350a52ad94bed [^]
No
0040719: [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.
depends on backport 0040815RR19Q2 closed ranjith_qualiantech_com [RR19Q2] With Value=Y for "Enable Remote for Product" preference, the shown product using SEARCH tab, exceeds its container 
caused by defect 0040422 closed ranjith_qualiantech_com If Hide Product Characteristics from search tab preference is active, when searching for products a gap is shown on the right 
png BrokenLayout.png (155,053) 2019-04-30 12:16
https://issues.openbravo.com/file_download.php?file_id=12901&type=bug
png
Issue History
2019-04-30 12:16lorenzofidalgoNew Issue
2019-04-30 12:16lorenzofidalgoAssigned To => Retail
2019-04-30 12:16lorenzofidalgoFile Added: BrokenLayout.png
2019-04-30 12:16lorenzofidalgoRegression level => Packaging and release
2019-04-30 12:16lorenzofidalgoTriggers an Emergency Pack => No
2019-04-30 12:17lorenzofidalgoPrioritynormal => immediate
2019-05-09 08:55ranjith_qualiantech_comRelationship addedcaused by 0040422
2019-05-09 08:55ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2019-05-09 08:55ranjith_qualiantech_comStatusnew => scheduled
2019-05-09 09:01ranjith_qualiantech_comRegression date => 2019-03-25
2019-05-09 09:01ranjith_qualiantech_comRegression introduced in release => main
2019-05-09 09:01ranjith_qualiantech_comRegression introduced by commit => https://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/6b2205a92513a78ed26d659a352350a52ad94bed [^]
2019-05-09 09:13ranjith_qualiantech_comStatusscheduled => acknowledged
2019-05-09 09:13ranjith_qualiantech_comStatusacknowledged => scheduled
2019-05-09 12:52hgbotCheckin
2019-05-09 12:52hgbotNote Added: 0111596
2019-05-09 12:52hgbotStatusscheduled => resolved
2019-05-09 12:52hgbotResolutionopen => fixed
2019-05-09 12:52hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/154096af1aa96be9a175113038d61e1398460efc [^]
2019-05-10 13:59marvintmReview Assigned To => marvintm
2019-05-10 13:59marvintmStatusresolved => closed
2019-05-10 13:59marvintmFixed in Version => RR19Q3

Notes
(0111596)
hgbot   
2019-05-09 12:52   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 154096af1aa96be9a175113038d61e1398460efc
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Thu May 09 16:21:59 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/154096af1aa96be9a175113038d61e1398460efc [^]

Fixed issue 40719 : 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
---