Openbravo Issue Tracking System - Retail Modules |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0037745 | Retail Modules | Web POS Hardware Manager | public | 2018-01-26 11:54 | 2018-01-30 11:53 |
|
| Reporter | adrianromero | |
| Assigned To | Retail | |
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | |
| Platform | | OS | 5 | OS Version | |
| Product Version | | |
| Target Version | RR18Q1 | Fixed in Version | RR18Q1 | |
| Merge Request Status | |
| Review Assigned To | marvintm |
| OBNetwork customer | OBPS |
| Support ticket | |
| Regression level | Production - Confirmed Stable |
| Regression date | 2017-09-21 |
| Regression introduced in release | RR17Q3 |
| Regression introduced by commit | https://code.openbravo.com/erp/pmods/org.openbravo.retail.poshwmanager.sources/rev/d4f8ae4bb164 [^] |
| Triggers an Emergency Pack | No |
|
| Summary | 0037745: Special characters like ' in product names is printed in the receipt as & |
| Description | If a product name contains an special character like ' and included in an order from Web POS, when closing the receipt and printed. The receipt prints & instead of ' |
| Steps To Reproduce | In description |
| Proposed Solution | 1.- Revert the commit in *Regression introduced by commit*.
2.-To fix properly the issue of the commit it has to be modified the template and print promotion names using function OB.UTIL.encodeXMLComponent() . This way:
<line>
<text align="left" length="2">--</text>
<text align="left" length="32"><%=OB.UTIL.encodeXMLComponent(p.name)%></text>
<text align="right" length="8"><%= OB.I18N.formatCurrency(-p.amt) %></text>
</line>
|
| Additional Information | |
| Tags | No tags attached. |
| Relationships | | blocks | defect | 0037737 | | closed | jorge-garcia | Special characters like ' in product names is printed in the receipt as & |
|
| Attached Files | |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2018-01-29 10:09 | marvintm | Type | defect => backport |
| 2018-01-29 10:09 | marvintm | Target Version | => RR18Q1 |
| 2018-01-29 16:34 | hgbot | Checkin | |
| 2018-01-29 16:34 | hgbot | Note Added: 0102032 | |
| 2018-01-29 16:34 | hgbot | Status | scheduled => resolved |
| 2018-01-29 16:34 | hgbot | Resolution | open => fixed |
| 2018-01-29 16:34 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/retail/backports/3.0RR18Q1/org.openbravo.retail.posterminal/rev/12421cdd74747bbdf5a5529ffd88054049ed79a1 [^] |
| 2018-01-29 16:35 | hgbot | Checkin | |
| 2018-01-29 16:35 | hgbot | Note Added: 0102033 | |
| 2018-01-29 16:35 | hgbot | Checkin | |
| 2018-01-29 16:35 | hgbot | Note Added: 0102034 | |
| 2018-01-30 11:53 | marvintm | Review Assigned To | adrianromero => marvintm |
| 2018-01-30 11:53 | marvintm | Status | resolved => closed |
| 2018-01-30 11:53 | marvintm | Fixed in Version | => RR18Q1 |