Openbravo Issue Tracking System - Retail Modules
View Issue Details
0040267Retail ModulesWeb POS Hardware Managerpublic2019-02-25 12:342019-03-18 15:32
malsasua 
rqueralta 
normalmajoralways
closedfixed 
5
 
RR19Q2 
guilleaer
No
0040267: Product images should not be sent in the json to Secure Gate server
When one ticket is completed and Secure Gate server is enabled, it is included in the json the product images.

If the images are very large, the buffer in Secure Gate server can not be enough to load it.
[BO]
. configure Secure Gate functionality
. configure products with images

[POS]
. complete a bill
. the images are included in the json
Attached a possible solution
No tags attached.
diff diffRemoveImages.diff (877) 2019-02-27 11:21
https://issues.openbravo.com/file_download.php?file_id=12689&type=bug
Issue History
2019-02-25 12:34malsasuaNew Issue
2019-02-25 12:34malsasuaAssigned To => Retail
2019-02-25 12:34malsasuaResolution time => 1552518000
2019-02-25 12:34malsasuaTriggers an Emergency Pack => No
2019-02-25 17:25rqueraltaAssigned ToRetail => rqueralta
2019-02-25 17:25rqueraltaStatusnew => scheduled
2019-02-27 11:21malsasuaProposed Solution updated
2019-02-27 11:21malsasuaFile Added: diffRemoveImages.diff
2019-03-13 15:05hgbotCheckin
2019-03-13 15:05hgbotNote Added: 0110410
2019-03-13 15:05hgbotStatusscheduled => resolved
2019-03-13 15:05hgbotResolutionopen => fixed
2019-03-13 15:05hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7e10f0cb7043994b3ad0aa2436d7ba2a1e63b2c5 [^]
2019-03-18 15:32guilleaerReview Assigned To => guilleaer
2019-03-18 15:32guilleaerStatusresolved => closed
2019-03-18 15:32guilleaerFixed in Version => RR19Q2

Notes
(0110410)
hgbot   
2019-03-13 15:05   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 7e10f0cb7043994b3ad0aa2436d7ba2a1e63b2c5
Author: Rafael Queralta <rafaelcuba81 <at> gmail.com>
Date: Wed Mar 06 11:33:04 2019 -0500
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7e10f0cb7043994b3ad0aa2436d7ba2a1e63b2c5 [^]

Fixed issue 40267: Product images should not be sent in the json to Secure Gate
server

- The order was serialized to json, to remove image from json sent to Secure
Gate server

---
M web/org.openbravo.retail.posterminal/js/utils/rfidWebsocket.js
---