Openbravo Issue Tracking System - POS2
View Issue Details
0052406POS2POSpublic2023-05-10 12:262023-06-19 08:39
rafademiguel 
ablasco 
highmajoralways
closedfixed 
5
pi 
23Q3 
No
0052406: MOBILE PORTRAIT Document number displayed above the date of the ticket if document number is too long
If you have a too long document number for the ticket, in Mobile Portrait it is displayed above the ticket date: see screenshot attached
Open WebPOS2
Enter in the ticket search window
(you need to have long document numbers)
Update the style of the documentno row so that its height adapts to the content. It is important that if some document numbers fit in one line but other don't, only the height of those that don't are updated.

The solution should support both long document numbers that contain spaces and those who don't.

See an example on the attached image MultiLineDocumentno.
No tags attached.
png documentNumberLong.png (68,291) 2023-05-10 12:26
https://issues.openbravo.com/file_download.php?file_id=18512&type=bug
png

png MultiLineDocumentno.png (55,807) 2023-05-10 13:29
https://issues.openbravo.com/file_download.php?file_id=18514&type=bug
png
Issue History
2023-05-10 12:26rafademiguelNew Issue
2023-05-10 12:26rafademiguelAssigned To => dcontrera
2023-05-10 12:26rafademiguelFile Added: documentNumberLong.png
2023-05-10 12:26rafademiguelTriggers an Emergency Pack => No
2023-05-10 13:29AugustoMauchFile Added: MultiLineDocumentno.png
2023-05-10 13:30AugustoMauchProposed Solution updated
2023-05-10 13:30AugustoMauchProposed Solution updated
2023-05-10 13:31AugustoMauchProposed Solution updated
2023-05-16 21:00hgbotNote Added: 0149842
2023-05-31 02:55hgbotNote Added: 0150489
2023-05-31 02:56dcontreraAssigned Todcontrera => ablasco
2023-06-02 17:24hgbotNote Added: 0150675
2023-06-02 17:28hgbotNote Added: 0150676
2023-06-19 08:32AugustoMauchNote Deleted: 0149842
2023-06-19 08:32AugustoMauchNote Deleted: 0150489
2023-06-19 08:39hgbotResolutionopen => fixed
2023-06-19 08:39hgbotStatusnew => closed
2023-06-19 08:39hgbotNote Added: 0151288
2023-06-19 08:39hgbotFixed in Version => 23Q3
2023-06-19 08:39hgbotNote Added: 0151289
2023-06-19 08:39hgbotNote Added: 0151290
2023-06-19 08:39hgbotNote Added: 0151291

Notes
(0150675)
hgbot   
2023-06-02 17:24   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1124 [^]
(0150676)
hgbot   
2023-06-02 17:28   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1861 [^]
(0151289)
hgbot   
2023-06-19 08:39   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: 86d7feec62f77a247c0b4ac6496506efa882e014
Author: adrian.blasco <adrian.blasco@openbravo.com>
Date: 19-06-2023 08:37:48
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/86d7feec62f77a247c0b4ac6496506efa882e014 [^]

Fixes ISSUE-52406: Text Property Component adapted for Grid long text field

Related to ISSUE-52406 - Text in second line with ellipsis

---
M web-jspack/org.openbravo.core2/src/components/Grid/DataGrid/DataGrid.scss
M web-jspack/org.openbravo.core2/src/components/PropertyComponent/PropertyComponent.jsx
M web-jspack/org.openbravo.core2/src/components/PropertyComponent/PropertyComponent.scss
---
(0151288)
hgbot   
2023-06-19 08:39   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1124 [^]
(0151290)
hgbot   
2023-06-19 08:39   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1861 [^]
(0151291)
hgbot   
2023-06-19 08:39   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: bd13d24fc1e903a7a9d0f4388cf883cd128b1e20
Author: adrian.blasco <adrian.blasco@openbravo.com>
Date: 19-06-2023 08:38:59
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/bd13d24fc1e903a7a9d0f4388cf883cd128b1e20 [^]

Fixes ISSUE-52406: Grid labels should adapt with ellipsis if PropertyComponent is too large

Three dots Icon styling in Grid Component

---
M web-jspack/org.openbravo.pos2/src/components/OrderGrid/OrderGridListViewColumn.config.json
M web-jspack/org.openbravo.pos2/src/components/TicketList/TicketListRemoteGrid/TicketListRemoteGrid.scss
---