Openbravo Issue Tracking System - Retail Modules
View Issue Details
0023968Retail ModulesWeb POSpublic2013-06-03 18:152013-07-21 22:38
adrianromero 
marvintm 
urgentmajoralways
closedfixed 
5
 
RMP24RMP24 
marvintm
No
0023968: The receipt printer template fails if the product name contains special characters
If the product name has special characters like "&" when closing the sale the receipt printer prints the receipt until the line that has the product name with the "&" character and then stops printing the rest of the receipt
Create a ticket with a product that contains the "&" character and finish the sale. Verify that the receipt is not completely printed.
Encode special characters properly. The target document is an XML document so for example "&" must be encoded into "&"
No tags attached.
Issue History
2013-06-03 18:15adrianromeroNew Issue
2013-06-03 18:15adrianromeroAssigned To => marvintm
2013-06-07 14:55hgbotCheckin
2013-06-07 14:55hgbotNote Added: 0059283
2013-06-07 14:55hgbotStatusnew => resolved
2013-06-07 14:55hgbotResolutionopen => fixed
2013-06-07 14:55hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/a2248d24e4173a2032630817ed65bb13bec1c1fa [^]
2013-06-11 13:26hgbotCheckin
2013-06-11 13:26hgbotNote Added: 0059342
2013-06-11 13:26hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/a2248d24e4173a2032630817ed65bb13bec1c1fa [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.multiorder/rev/a2248d24e4173a2032630817ed65bb13bec1c1fa [^]
2013-06-19 11:14marvintmReview Assigned To => marvintm
2013-06-19 11:14marvintmStatusresolved => closed
2013-06-19 11:14marvintmFixed in Version => RMP24
2013-06-19 11:15marvintmNote Added: 0059520
2013-06-19 11:15marvintmStatusclosed => new
2013-06-19 11:15marvintmResolutionfixed => open
2013-06-19 11:15marvintmFixed in VersionRMP24 =>
2013-06-19 11:37hgbotCheckin
2013-06-19 11:37hgbotNote Added: 0059522
2013-06-19 11:37hgbotStatusnew => resolved
2013-06-19 11:37hgbotResolutionopen => fixed
2013-06-19 11:37hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.multiorder/rev/a2248d24e4173a2032630817ed65bb13bec1c1fa [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/0a262185892dbcaf5756ea08c4b2c275bb07a081 [^]
2013-06-19 11:58marvintmStatusresolved => closed
2013-06-19 11:58marvintmFixed in Version => RMP24
2013-06-28 10:22hgbotCheckin
2013-06-28 10:22hgbotNote Added: 0059738
2013-06-28 10:22hgbotStatusclosed => resolved
2013-06-28 10:22hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/0a262185892dbcaf5756ea08c4b2c275bb07a081 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core.multiorder/rev/0a262185892dbcaf5756ea08c4b2c275bb07a081 [^]
2013-07-05 11:44guilleaerNote Added: 0059891
2013-07-05 11:44guilleaerStatusresolved => closed
2013-07-21 22:38anherzogIssue Monitored: anherzog

Notes
(0059283)
hgbot   
2013-06-07 14:55   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: a2248d24e4173a2032630817ed65bb13bec1c1fa
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Wed Jun 05 09:16:14 2013 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/a2248d24e4173a2032630817ed65bb13bec1c1fa [^]

fixed issue 23968: identifiers are transformed to be supported by xml templates

---
M web/org.openbravo.retail.posterminal/res/printclosedreceipt.xml
M web/org.openbravo.retail.posterminal/res/printinvoice.xml
M web/org.openbravo.retail.posterminal/res/printlayaway.xml
M web/org.openbravo.retail.posterminal/res/printline.xml
M web/org.openbravo.retail.posterminal/res/printreceipt.xml
M web/org.openbravo.retail.posterminal/res/printreturn.xml
M web/org.openbravo.retail.posterminal/res/printreturninvoice.xml
---
(0059342)
hgbot   
2013-06-11 13:26   
Repository: erp/pmods/org.openbravo.retail.posterminal.multiorder
Changeset: a2248d24e4173a2032630817ed65bb13bec1c1fa
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Wed Jun 05 09:16:14 2013 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.multiorder/rev/a2248d24e4173a2032630817ed65bb13bec1c1fa [^]

fixed issue 23968: identifiers are transformed to be supported by xml templates

---
M web/org.openbravo.retail.posterminal/res/printclosedreceipt.xml
M web/org.openbravo.retail.posterminal/res/printinvoice.xml
M web/org.openbravo.retail.posterminal/res/printlayaway.xml
M web/org.openbravo.retail.posterminal/res/printline.xml
M web/org.openbravo.retail.posterminal/res/printreceipt.xml
M web/org.openbravo.retail.posterminal/res/printreturn.xml
M web/org.openbravo.retail.posterminal/res/printreturninvoice.xml
---
(0059520)
marvintm   
2013-06-19 11:15   
There are some problems when the same strange character appears twice (for example, with a product called "product&&")
(0059522)
hgbot   
2013-06-19 11:37   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 0a262185892dbcaf5756ea08c4b2c275bb07a081
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Wed Jun 19 11:27:23 2013 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/0a262185892dbcaf5756ea08c4b2c275bb07a081 [^]

fixed issue 23968: All the occurences of the characters are removed by encodeXMLComponent

---
M web/org.openbravo.mobile.core/source/utils/ob-utilities.js
---
(0059738)
hgbot   
2013-06-28 10:22   
Repository: erp/pmods/org.openbravo.mobile.core.multiorder
Changeset: 0a262185892dbcaf5756ea08c4b2c275bb07a081
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Wed Jun 19 11:27:23 2013 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core.multiorder/rev/0a262185892dbcaf5756ea08c4b2c275bb07a081 [^]

fixed issue 23968: All the occurences of the characters are removed by encodeXMLComponent

---
M web/org.openbravo.mobile.core/source/utils/ob-utilities.js
---
(0059891)
guilleaer   
2013-07-05 11:44   
reclosed