Openbravo Issue Tracking System - Retail Modules
View Issue Details
0030630Retail ModulesWeb POSpublic2015-08-22 12:122015-09-09 19:04
Orekaria 
Orekaria 
normalminoralways
closedfixed 
5
 
RR15Q4RR15Q4 
marvintm
No
0030630: Stabilization: Images should not be saved in the c_order table of the local database
Stabilization: Images should not be saved in the c_order table of the local database
Verify that the save method of the receipt is creating a JSON which include images in it
No tags attached.
depends on defect 0030692 new guilleaer When save method of order model is executed, JSON field stored in DB includes the product img 
blocks defect 0030603RR15Q4 closed Orekaria Stabilization: RR15Q4 related issues 
Not all the children of this issue are yet resolved or closed.
Issue History
2015-08-22 12:12OrekariaNew Issue
2015-08-22 12:12OrekariaAssigned To => Orekaria
2015-08-22 12:12OrekariaTriggers an Emergency Pack => No
2015-08-22 12:12OrekariaRelationship addedblocks 0030603
2015-08-22 20:35hgbotCheckin
2015-08-22 20:35hgbotNote Added: 0079607
2015-08-22 20:35hgbotStatusnew => resolved
2015-08-22 20:35hgbotResolutionopen => fixed
2015-08-22 20:35hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/249a2b5debd114699dddfce43d053e1938d97e6e [^]
2015-08-31 09:56hgbotCheckin
2015-08-31 09:56hgbotNote Added: 0079825
2015-08-31 17:23guilleaerRelationship addeddepends on 0030692
2015-09-09 19:04marvintmReview Assigned To => marvintm
2015-09-09 19:04marvintmStatusresolved => closed
2015-09-09 19:04marvintmFixed in Version => RR15Q4

Notes
(0079607)
hgbot   
2015-08-22 20:35   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 249a2b5debd114699dddfce43d053e1938d97e6e
Author: Rafa Alonso <ral <at> openbravo.com>
Date: Sat Aug 22 20:32:56 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/249a2b5debd114699dddfce43d053e1938d97e6e [^]

Fixes issue 30630: The order.save method makes use of the serializeToJson method

- better to use the same jsonifier
- in that method, images are removed from the json

---
M web/org.openbravo.retail.posterminal/js/model/order.js
---
(0079825)
hgbot   
2015-08-31 09:56   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: c5d6de86e927a46a4de24345739081af104f9a87
Author: Rafa Alonso <ral <at> openbravo.com>
Date: Mon Aug 31 09:55:41 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c5d6de86e927a46a4de24345739081af104f9a87 [^]

Related to issue 30630: Fixes and removes calls to the toJSON method of the receipt

---
M web/org.openbravo.retail.posterminal/js/data/dataordersave.js
M web/org.openbravo.retail.posterminal/js/model/order.js
---