Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0045707 | Retail Modules | [POS2] POS | public | 2021-01-11 11:07 | 2021-01-22 08:19 |
|
Reporter | ebecerra | |
Assigned To | rqueralta | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR21Q2 | |
Merge Request Status | approved |
Review Assigned To | |
OBNetwork customer | Gold |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0045707: Incorrect field alignment when text needs to overflow (Hardware Manager) |
Description | When a field in a template has an "n" character limit and the next field is right-aligned and the value passed to the first field is greater than the width of the field, the second field is not aligned as expected.
For example in the Cash Up template:
<line>
<text align ="left" length="25" bold="true">...</text>
<text align ="right" length="14" bold="true">...</text>
</line>
See the attachment image. |
Steps To Reproduce | N/A |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | causes | defect | 0047395 | | closed | ranjith_qualiantech_com | OB.UTIL.encodeXMLMultiLineComponent returns empty string if there are lines larger than the width in 21Q2 |
|
Attached Files | CashUp.png (63,876) 2021-01-11 11:07 https://issues.openbravo.com/file_download.php?file_id=15233&type=bug

|
|
Issue History |
Date Modified | Username | Field | Change |
2021-01-11 11:07 | ebecerra | New Issue | |
2021-01-11 11:07 | ebecerra | Assigned To | => Retail |
2021-01-11 11:07 | ebecerra | File Added: CashUp.png | |
2021-01-11 11:07 | ebecerra | OBNetwork customer | => No |
2021-01-11 11:07 | ebecerra | Triggers an Emergency Pack | => No |
2021-01-11 11:09 | javietxe | Issue Monitored: javietxe | |
2021-01-11 11:09 | javietxe | OBNetwork customer | No => Gold |
2021-01-11 11:09 | javietxe | Resolution time | => 1612134000 |
2021-01-13 05:49 | rqueralta | Assigned To | Retail => rqueralta |
2021-01-13 05:50 | rqueralta | Status | new => scheduled |
2021-01-15 09:46 | guilleaer | Project | POS2 => Retail Modules |
2021-01-21 05:25 | hgbot | Merge Request Status | => open |
2021-01-21 05:25 | hgbot | Note Added: 0125701 | |
2021-01-21 05:25 | hgbot | Note Added: 0125702 | |
2021-01-22 08:18 | hgbot | Merge Request Status | open => approved |
2021-01-22 08:18 | hgbot | Resolution | open => fixed |
2021-01-22 08:18 | hgbot | Status | scheduled => closed |
2021-01-22 08:18 | hgbot | Note Added: 0125721 | |
2021-01-22 08:18 | hgbot | Fixed in Version | => RR21Q2 |
2021-01-22 08:18 | hgbot | Note Added: 0125722 | |
2021-01-22 08:18 | hgbot | Note Added: 0125723 | |
2021-01-22 08:18 | hgbot | Note Added: 0125724 | |
2021-01-22 08:19 | marvintm | Note Added: 0125725 | |
2021-09-02 17:35 | ranjith_qualiantech_com | Relationship added | causes 0047395 |
Notes |
|
(0125701)
|
hgbot
|
2021-01-21 05:25
|
|
|
|
(0125702)
|
hgbot
|
2021-01-21 05:25
|
|
|
|
(0125721)
|
hgbot
|
2021-01-22 08:18
|
|
|
|
(0125722)
|
hgbot
|
2021-01-22 08:18
|
|
|
|
(0125723)
|
hgbot
|
2021-01-22 08:18
|
|
|
|
(0125724)
|
hgbot
|
2021-01-22 08:18
|
|
|
|
|
One important comment regarding the fix: we have added a new utility function that can be used in the templates to automatically split a long label into several lines. We have also updated the standard cashup report to use this function.
Custom templates will need also to be updated if they want to take advantage of the functionality this function provides. |
|