Openbravo Issue Tracking System - Retail Modules
View Issue Details
0055185Retail ModulesWeb POSpublic2024-04-12 12:292024-05-15 12:04
Leyre 
Rajesh_18 
highmajoralways
closedfixed 
5
 
RR24Q2RR24Q3 
No
0055185: Product upload problem when the preference "Web POS Product Images from server instead of cache" is active.
Product upload problem when the preference "Web POS Product Images from server instead of cache" is active.
Backend:
1. Set preference: "Web POS Product Images from server instead of cache" = Y
2. Create a new assortment and add two products, one of them without image and the other one with image.
For example "ale beer" and "Adhesive body warmers".
3. In the organization add the previous assortment in the "In-Store Assortment" field.

Web POS:
Refresh the terminal and confirm that the product without image is not updated.

Reproducible in: https://livebuilds.openbravo.com/context/retail_modules_pgsql_pi/web/org.openbravo.retail.posterminal/?terminal=VBS-1 [^]

Video attached by the Client: https://www.youtube.com/watch?v=BCxlbFJaOPE [^]
Clients comment:

Commit:
https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/2f27a00509e9e981176d179170850feb827fe7a4 [^]

The problem is the mimetype, which should be an empty string so that HQL does not make a join and force you to have an image. The property has to exist so that it does not do a full refresh, which is what corrected the problem, but in an empty chain so that it does not do a join
No tags attached.
Issue History
2024-04-12 12:29LeyreNew Issue
2024-04-12 12:29LeyreAssigned To => Retail
2024-04-12 12:29LeyreTriggers an Emergency Pack => No
2024-04-12 12:31PracticsIssue Monitored: Practics
2024-04-18 10:30jorgewederagoStatusnew => acknowledged
2024-04-18 11:50Rajesh_18Assigned ToRetail => Rajesh_18
2024-04-18 11:50Rajesh_18Statusacknowledged => scheduled
2024-04-19 15:44hgbotNote Added: 0163473
2024-05-08 09:52lorenzofidalgoTarget Version => RR24Q2
2024-05-15 12:04hgbotResolutionopen => fixed
2024-05-15 12:04hgbotStatusscheduled => closed
2024-05-15 12:04hgbotFixed in Version => RR24Q3
2024-05-15 12:04hgbotNote Added: 0164645
2024-05-15 12:04hgbotNote Added: 0164646

Notes
(0163473)
hgbot   
2024-04-19 15:44   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1536 [^]
(0164645)
hgbot   
2024-05-15 12:04   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 95143ab16f4753ec91f5c5ce9c42bfba6a50b91c
Author: Rajesh Senthilkumar <rajesh@qualiantech.com>
Date: 15-05-2024 09:52:53
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/95143ab16f4753ec91f5c5ce9c42bfba6a50b91c [^]

Fixed ISSUE-55185: Refactored minetype property of product as empty to fetch products without image

---
M src/org/openbravo/retail/posterminal/master/ProductProperties.java
---
(0164646)
hgbot   
2024-05-15 12:04   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1536 [^]