Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0023968 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | always | 2013-06-03 18:15 | 2013-07-21 22:38 | |||
Reporter | adrianromero | View Status | public | |||||
Assigned To | marvintm | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | RMP24 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 0a262185892d | ||||
Projection | none | ETA | none | Target Version | RMP24 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | marvintm | |||||||
OBNetwork customer | No | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0023968: The receipt printer template fails if the product name contains special characters | |||||||
Description | 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 | |||||||
Steps To Reproduce | Create a ticket with a product that contains the "&" character and finish the sale. Verify that the receipt is not completely printed. | |||||||
Proposed Solution | Encode special characters properly. The target document is an XML document so for example "&" must be encoded into "&" | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0059283) hgbot (developer) 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 (developer) 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 (viewer) 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 (developer) 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 (developer) 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 (viewer) 2013-07-05 11:44 |
reclosed |
![]() |
|||
Date Modified | Username | Field | Change |
2013-06-03 18:15 | adrianromero | New Issue | |
2013-06-03 18:15 | adrianromero | Assigned To | => marvintm |
2013-06-03 18:15 | adrianromero | OBNetwork customer | => No |
2013-06-07 14:55 | hgbot | Checkin | |
2013-06-07 14:55 | hgbot | Note Added: 0059283 | |
2013-06-07 14:55 | hgbot | Status | new => resolved |
2013-06-07 14:55 | hgbot | Resolution | open => fixed |
2013-06-07 14:55 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/a2248d24e4173a2032630817ed65bb13bec1c1fa [^] |
2013-06-11 13:26 | hgbot | Checkin | |
2013-06-11 13:26 | hgbot | Note Added: 0059342 | |
2013-06-11 13:26 | hgbot | Fixed in SCM revision | http://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:14 | marvintm | Review Assigned To | => marvintm |
2013-06-19 11:14 | marvintm | Status | resolved => closed |
2013-06-19 11:14 | marvintm | Fixed in Version | => RMP24 |
2013-06-19 11:15 | marvintm | Note Added: 0059520 | |
2013-06-19 11:15 | marvintm | Status | closed => new |
2013-06-19 11:15 | marvintm | Resolution | fixed => open |
2013-06-19 11:15 | marvintm | Fixed in Version | RMP24 => |
2013-06-19 11:37 | hgbot | Checkin | |
2013-06-19 11:37 | hgbot | Note Added: 0059522 | |
2013-06-19 11:37 | hgbot | Status | new => resolved |
2013-06-19 11:37 | hgbot | Resolution | open => fixed |
2013-06-19 11:37 | hgbot | Fixed in SCM revision | http://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:58 | marvintm | Status | resolved => closed |
2013-06-19 11:58 | marvintm | Fixed in Version | => RMP24 |
2013-06-28 10:22 | hgbot | Checkin | |
2013-06-28 10:22 | hgbot | Note Added: 0059738 | |
2013-06-28 10:22 | hgbot | Status | closed => resolved |
2013-06-28 10:22 | hgbot | Fixed in SCM revision | http://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:44 | guilleaer | Note Added: 0059891 | |
2013-07-05 11:44 | guilleaer | Status | resolved => closed |
2013-07-21 22:38 | anherzog | Issue Monitored: anherzog |
Copyright © 2000 - 2009 MantisBT Group |