Openbravo Issue Tracking System - POS2
View Issue Details
0051741POS2POSpublic2023-03-01 13:142023-03-02 10:39
lorenzofidalgo 
ablasco 
normalminoralways
closedfixed 
5
 
23Q2 
No
0051741: [UX] Ticket layout is broken after adding products with related services
At the moment of adding a product with related services, the hightligh activated for that specific product is already broken (check attached images for different flows). Apart from that, the layout gets broken and it is more visible when the POS2 user adds more products to the ticket list.
0-Login POS2 as vallblanca using VBS-2 terminal.
1-Add 1x "Gas bottle Standard" to the ticket. DEFECT: Realise the hightligh in the product line is wrong.
2-Click the related services button in the just added line and add 1x "Gas Replacement". DEFECT: Realise it is misaligned.
No tags attached.
png Misaligned3.png (55,671) 2023-03-01 13:14
https://issues.openbravo.com/file_download.php?file_id=18199&type=bug
png

png Misaligned2.png (80,166) 2023-03-01 13:15
https://issues.openbravo.com/file_download.php?file_id=18200&type=bug
png

png Misaligned.png (111,004) 2023-03-01 13:15
https://issues.openbravo.com/file_download.php?file_id=18201&type=bug
png
Issue History
2023-03-01 13:14lorenzofidalgoNew Issue
2023-03-01 13:14lorenzofidalgoAssigned To => Retail
2023-03-01 13:14lorenzofidalgoFile Added: Misaligned3.png
2023-03-01 13:14lorenzofidalgoTriggers an Emergency Pack => No
2023-03-01 13:15lorenzofidalgoFile Added: Misaligned2.png
2023-03-01 13:15lorenzofidalgoFile Added: Misaligned.png
2023-03-01 13:16lorenzofidalgoDescription Updatedbug_revision_view_page.php?rev_id=25612#r25612
2023-03-01 13:27AugustoMauchAssigned ToRetail => ablasco
2023-03-01 13:27AugustoMauchStatusnew => scheduled
2023-03-01 17:34hgbotNote Added: 0147188
2023-03-01 17:37hgbotNote Added: 0147189
2023-03-02 10:37hgbotResolutionopen => fixed
2023-03-02 10:37hgbotStatusscheduled => closed
2023-03-02 10:37hgbotNote Added: 0147219
2023-03-02 10:37hgbotFixed in Version => 23Q2
2023-03-02 10:37hgbotNote Added: 0147220
2023-03-02 10:39hgbotNote Added: 0147221
2023-03-02 10:39hgbotNote Added: 0147222

Notes
(0147188)
hgbot   
2023-03-01 17:34   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/997 [^]
(0147189)
hgbot   
2023-03-01 17:37   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1565 [^]
(0147219)
hgbot   
2023-03-02 10:37   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/997 [^]
(0147220)
hgbot   
2023-03-02 10:37   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: a4fce79397d699ca4b864f96d9a95733ad0ac40b
Author: Augusto Mauch <augusto.mauch@openbravo.com>
Date: 01-03-2023 17:34:31
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/a4fce79397d699ca4b864f96d9a95733ad0ac40b [^]

Fixes ISSUE-51741: Fixes misaligment of ConfigurableLayouts

The default height of ConfigurableLayouts should not be 100%. That height value will be moved
to the proper POS2 component

---
M web-jspack/org.openbravo.core2/src/components/ConfigurableLayout/ConfigurableLayout.scss
---
(0147221)
hgbot   
2023-03-02 10:39   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: f899e238afacfd1e30fd8e2161d40da5918447bb
Author: Augusto Mauch <augusto.mauch@openbravo.com>
Date: 02-03-2023 10:38:15
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/f899e238afacfd1e30fd8e2161d40da5918447bb [^]

Fixes ISSUE-51741: Fixes height of MainPOSAppContent

The height of that component should be 100%. It was not being managed properly because the 100% height
had been assigned to a more central component that could not have that height

---
M web-jspack/org.openbravo.pos2/src/components/MainPOSApp/MainPOSAppContent/MainPOSAppContent.scss
---
(0147222)
hgbot   
2023-03-02 10:39   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1565 [^]