Openbravo Issue Tracking System - Retail Modules
View Issue Details
0040971Retail ModulesWeb POSpublic2019-05-29 13:482019-06-25 19:29
santi_lozano 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
5
RR19Q1 
RR19Q3 
marvintm
Production - Confirmed Stable
2018-09-18
RR18Q4
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ba287d81164c [^]
No
0040971: Product images not loading in WebPOS Browse menu with preference “Product Images from server instead of cache” set
Having the preference “Product Images from server instead of cache” enabled (which loads that images from server for every request made), in the WebPOS Browse menu after you select one category its products are shown without images (whereas with the preference disabled you can see the images). They should appear even with the preference enabled
*in the Back Office (role The White Valley Group Admin), open the Preference window and create a new one with: Organization = *, Property = Web POS Product Images from server instead of cache, Value = Y, Visible at User = blank (the rest of fields with its default values)
*open the WebPOS (for first time or load cache), enter with any user
*click on Browse menu, select one category, product images are not shown (problem is reproduced)
*if you remove the preference created, reload the WebPOS (clear cache), you can see that the product images appear
No tags attached.
depends on backport 0041106RR19Q2.1 closed ranjith_qualiantech_com Product images not loading in WebPOS Browse menu with preference “Product Images from server instead of cache” set 
depends on backport 0041107RR19Q1.2 closed ranjith_qualiantech_com Product images not loading in WebPOS Browse menu with preference “Product Images from server instead of cache” set 
png No images (preference set).png (375,532) 2019-05-29 13:48
https://issues.openbravo.com/file_download.php?file_id=12994&type=bug
Issue History
2019-05-29 13:48santi_lozanoNew Issue
2019-05-29 13:48santi_lozanoAssigned To => Retail
2019-05-29 13:48santi_lozanoFile Added: No images (preference set).png
2019-05-29 13:48santi_lozanoResolution time => 1560895200
2019-05-29 13:48santi_lozanoTriggers an Emergency Pack => No
2019-06-11 10:53ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2019-06-11 10:54ranjith_qualiantech_comStatusnew => scheduled
2019-06-11 11:20ranjith_qualiantech_comNote Added: 0112573
2019-06-13 14:42hgbotCheckin
2019-06-13 14:42hgbotNote Added: 0112772
2019-06-14 07:57ranjith_qualiantech_comStatusscheduled => resolved
2019-06-14 07:57ranjith_qualiantech_comResolutionopen => fixed
2019-06-14 08:04ranjith_qualiantech_comStatusresolved => new
2019-06-14 08:04ranjith_qualiantech_comResolutionfixed => open
2019-06-14 08:13ranjith_qualiantech_comRegression level => Production - Confirmed Stable
2019-06-14 08:13ranjith_qualiantech_comRegression date => 2018-09-18
2019-06-14 08:13ranjith_qualiantech_comRegression introduced in release => RR18Q4
2019-06-14 08:13ranjith_qualiantech_comRegression introduced by commit => https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ba287d81164c [^]
2019-06-17 15:51ranjith_qualiantech_comStatusnew => scheduled
2019-06-17 16:22ranjith_qualiantech_comStatusscheduled => resolved
2019-06-17 16:22ranjith_qualiantech_comResolutionopen => fixed
2019-06-19 14:35ranjith_qualiantech_comNote Added: 0112892
2019-06-25 19:29marvintmReview Assigned To => marvintm
2019-06-25 19:29marvintmStatusresolved => closed
2019-06-25 19:29marvintmFixed in Version => RR19Q3

Notes
(0112573)
ranjith_qualiantech_com   
2019-06-11 11:20   
Image will be loaded after "Generate Product Images" process is executed in backoffice.
http://wiki.openbravo.com/wiki/Retail:Configuration_Guide#Product_Images [^]
(0112772)
hgbot   
2019-06-13 14:42   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 79584a29250814cc85b1ab3073e4a237acd33463
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Thu Jun 13 18:09:20 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/79584a29250814cc85b1ab3073e4a237acd33463 [^]

Related to issue 40971 : Product Image should be shown in Stock Window when Pref. Load images from server is enabled

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/ps-productdetailsview.js
---
(0112892)
ranjith_qualiantech_com   
2019-06-19 14:35   
Stock Window Image inherits OB.UI.Thumbnail (Which don't have serSrc method).
setImg and setImgUrl method are available for OB.UI.Thumbnail
serSrc is available for img tag.