Openbravo Issue Tracking System - Retail Modules
View Issue Details
0030365Retail ModulesWeb POSpublic2015-07-15 12:322015-10-23 14:56
guilleaer 
guilleaer 
normalminorhave not tried
closedfixed 
5
 
RR16Q1 
marvintm
No
0030365: Produc filter information is being sent to ERP when orders are sync. The name of the filter property appears as undefined
An undefined property with the value of the filter appears in the jsonOrder. Being more specific in the product information of each line.
Create an order and send it to the backend. Analyze the JSON sent to the ERP.

...
        "product": {
....
            "priceLimit": 0,
            "cost": 0,
            "algorithm": "S",
            "_identifier": "1 Tapioca Regular",
------>>> "undefined": "TAP01###AD-TAP01###1 Tapioca Regular###",
            "_idx": 1,
            "originalStandardPrice": 0
        },
....
We don't need to send this property, but at least if we send it the name of the property should be correct.
No tags attached.
diff removeUndefinedProp_mobilecore.diff (456) 2015-07-15 12:33
https://issues.openbravo.com/file_download.php?file_id=8279&type=bug
diff removeUndefinedProp_posterminal.diff (446) 2015-07-15 12:34
https://issues.openbravo.com/file_download.php?file_id=8280&type=bug
Issue History
2015-07-15 12:32guilleaerNew Issue
2015-07-15 12:32guilleaerAssigned To => guilleaer
2015-07-15 12:32guilleaerTriggers an Emergency Pack => No
2015-07-15 12:33guilleaerFile Added: removeUndefinedProp_mobilecore.diff
2015-07-15 12:34guilleaerFile Added: removeUndefinedProp_posterminal.diff
2015-10-15 09:49hgbotCheckin
2015-10-15 09:49hgbotNote Added: 0081032
2015-10-15 09:49hgbotStatusnew => resolved
2015-10-15 09:49hgbotResolutionopen => fixed
2015-10-15 09:49hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/35244d36201322ff5110560edc1ab2ed841d1b4a [^]
2015-10-15 09:49hgbotCheckin
2015-10-15 09:49hgbotNote Added: 0081033
2015-10-15 09:49hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/35244d36201322ff5110560edc1ab2ed841d1b4a [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/d2d932df9aeabf7ece313b5586517483cfb270a3 [^]
2015-10-23 14:56marvintmReview Assigned To => marvintm
2015-10-23 14:56marvintmStatusresolved => closed
2015-10-23 14:56marvintmFixed in Version => RR16Q1

Notes
(0081032)
hgbot   
2015-10-15 09:49   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 35244d36201322ff5110560edc1ab2ed841d1b4a
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Tue Oct 13 19:02:47 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/35244d36201322ff5110560edc1ab2ed841d1b4a [^]

Fixed issue 30365: Product filter field is not send to the backend

---
M web/org.openbravo.retail.posterminal/js/model/order.js
---
(0081033)
hgbot   
2015-10-15 09:49   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: d2d932df9aeabf7ece313b5586517483cfb270a3
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Wed Oct 14 17:54:02 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/d2d932df9aeabf7ece313b5586517483cfb270a3 [^]

Fixed issue 30365: Filter property now have a proper name

---
M web/org.openbravo.mobile.core/source/data/ob-dal.js
M web/org.openbravo.mobile.core/source/data/ob-model.js
---