Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0037737 | Retail Modules | Web POS Hardware Manager | public | 2018-01-26 11:54 | 2018-01-30 11:53 |
|
Reporter | adrianromero | |
Assigned To | jorge-garcia | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR18Q2 | |
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 | 0037737: 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 | depends on | backport | 0037745 | RR18Q1 | closed | Retail | Special characters like ' in product names is printed in the receipt as & | depends on | backport | 0037746 | RR17Q4.1 | closed | Retail | Special characters like ' in product names is printed in the receipt as & | depends on | backport | 0037747 | RR17Q3.3 | closed | Retail | Special characters like ' in product names is printed in the receipt as & | caused by | defect | 0035801 | | closed | jorge-garcia | error printing when special chars (for example, '&') are used in the discount name |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2018-01-26 11:54 | adrianromero | New Issue | |
2018-01-26 11:54 | adrianromero | Assigned To | => Retail |
2018-01-26 11:54 | adrianromero | OBNetwork customer | => No |
2018-01-26 11:54 | adrianromero | Resolution time | => 1518130800 |
2018-01-26 11:54 | adrianromero | Regression level | => Production - Confirmed Stable |
2018-01-26 11:54 | adrianromero | Regression date | => 2017-09-21 |
2018-01-26 11:54 | adrianromero | Regression introduced in release | => RR17Q3 |
2018-01-26 11:54 | adrianromero | Regression introduced by commit | => https://code.openbravo.com/erp/pmods/org.openbravo.retail.poshwmanager.sources/rev/d4f8ae4bb164 [^] |
2018-01-26 11:54 | adrianromero | Triggers an Emergency Pack | => No |
2018-01-26 11:59 | adrianromero | Review Assigned To | => adrianromero |
2018-01-26 11:59 | adrianromero | OBNetwork customer | No => Yes |
2018-01-26 11:59 | adrianromero | Reproducibility | have not tried => always |
2018-01-26 11:59 | adrianromero | Summary | Special characters like ' in product names is printed in the receipt as ' => Special characters like ' in product names is printed in the receipt as ' |
2018-01-26 11:59 | adrianromero | Description Updated | bug_revision_view_page.php?rev_id=16593#r16593 |
2018-01-26 12:17 | adrianromero | Relationship added | caused by 0035801 |
2018-01-26 12:38 | adrianromero | Summary | Special characters like ' in product names is printed in the receipt as ' => Special characters like ' in product names is printed in the receipt as & |
2018-01-26 12:39 | adrianromero | Description Updated | bug_revision_view_page.php?rev_id=16594#r16594 |
2018-01-26 12:40 | adrianromero | Summary | Special characters like ' in product names is printed in the receipt as & => Special characters like ' in product names is printed in the receipt as & |
2018-01-26 12:40 | adrianromero | Description Updated | bug_revision_view_page.php?rev_id=16595#r16595 |
2018-01-26 12:40 | adrianromero | Proposed Solution updated | |
2018-01-26 12:41 | adrianromero | Summary | Special characters like ' in product names is printed in the receipt as & => Special characters like ' in product names is printed in the receipt as & |
2018-01-26 12:41 | adrianromero | Description Updated | bug_revision_view_page.php?rev_id=16596#r16596 |
2018-01-29 10:09 | marvintm | Status | new => scheduled |
2018-01-29 12:04 | jorge-garcia | Assigned To | Retail => jorge-garcia |
2018-01-29 15:44 | hgbot | Checkin | |
2018-01-29 15:44 | hgbot | Note Added: 0102022 | |
2018-01-29 15:44 | hgbot | Status | scheduled => resolved |
2018-01-29 15:44 | hgbot | Resolution | open => fixed |
2018-01-29 15:44 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/6fc30025d11bd68d28ec89891e9289392a237999 [^] |
2018-01-29 15:44 | hgbot | Checkin | |
2018-01-29 15:44 | hgbot | Note Added: 0102023 | |
2018-01-29 15:44 | hgbot | Checkin | |
2018-01-29 15:44 | hgbot | Note Added: 0102024 | |
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 | => RR18Q2 |