Openbravo Issue Tracking System - POS2
View Issue Details
0050277POS2POSpublic2022-09-19 10:012023-09-28 17:18
nicola_uva 
 
normalminorhave not tried
closedfixed 
5
pi 
pi 
marvintm
No
0050277: POS2 : Display lag on virtual receipt (customer area)
Whe the name of the anonymous customer is too long, it creates a lag on displaying the customer area of the virtual receipt
1)go to pos2
2)assign to the ticket anonymous customer
3)you can see the lap on customer area (see image attached)
Proposed solution to be validated

/*
 ************************************************************************************
 * Change Receipt/Ticket
 ************************************************************************************
 */
.obpos2TicketBPButtonGeneric {
  span {
    overflow: hidden;
    height: 3rem;
    display: block;
    width: 17rem;
    text-overflow: ellipsis;
    white-space: nowrap;

    span {
      margin-top: 0.3rem;
    }
  }
 }
No tags attached.
causes defect 0050851 closed Retail [UX] Over padding in the customer selector on the receipt header 
png image-20220902-094124.png (53,159) 2022-09-19 10:01
https://issues.openbravo.com/file_download.php?file_id=17526&type=bug
png
Issue History
2022-09-19 10:01nicola_uvaNew Issue
2022-09-19 10:01nicola_uvaAssigned To => Retail
2022-09-19 10:01nicola_uvaFile Added: image-20220902-094124.png
2022-09-19 10:01nicola_uvaTriggers an Emergency Pack => No
2022-09-19 10:32guilleaerProposed Solution updated
2022-09-29 17:28gorka_gilAssigned ToRetail => hcurbelo
2022-10-03 13:32hcurbeloNote Added: 0141570
2022-10-03 14:22hgbotNote Added: 0141573
2022-10-26 11:32hgbotNote Added: 0142594
2022-10-26 11:32marvintmStatusnew => scheduled
2022-10-26 11:33marvintmNote Added: 0142595
2022-10-26 11:33marvintmStatusscheduled => resolved
2022-10-26 11:33marvintmFixed in Version => 23Q1
2022-10-26 11:33marvintmResolutionopen => fixed
2022-10-26 11:33marvintmReview Assigned To => marvintm
2022-10-26 11:33marvintmStatusresolved => closed
2022-11-11 11:37gorka_gilNote Added: 0143470
2022-11-11 11:37gorka_gilStatusclosed => new
2022-11-11 11:37gorka_gilResolutionfixed => open
2022-11-11 11:37gorka_gilFixed in Version23Q1 =>
2022-11-11 15:30gorka_gilNote Added: 0143483
2022-11-11 15:30gorka_gilNote Edited: 0143483bug_revision_view_page.php?bugnote_id=0143483#r25103
2022-11-11 15:31gorka_gilRelationship addedcauses 0050851
2023-08-14 08:10marvintmAssigned Tohcurbelo =>
2023-09-28 17:18Daria_ShNote Added: 0155358
2023-09-28 17:18Daria_ShStatusnew => closed
2023-09-28 17:18Daria_ShResolutionopen => fixed

Notes
(0141570)
hcurbelo   
2022-10-03 13:32   
I wen simulate the when the name of the customer is too long, it creates a lag on displaying the customer area of the virtual receipt. I was able to simulate it and verify that the proposed solution is correct
(0141573)
hgbot   
2022-10-03 14:22   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1241 [^]
(0142594)
hgbot   
2022-10-26 11:32   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1241 [^]
(0142595)
marvintm   
2022-10-26 11:33   
Solved by this commit:

https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1241/diffs?commit_id=289fc0d520e0df5578942c41be31bd01cdd9ef81 [^]
(0143470)
gorka_gil   
2022-11-11 11:37   
reopen, reverted issue because create a regresion https://issues.openbravo.com/view.php?id=50851 [^]
(0143483)
gorka_gil   
2022-11-11 15:30   
Revert commit: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/00332be1c70934e9b24337cd8735133c0b9c9b00 [^]

(0155358)
Daria_Sh   
2023-09-28 17:18   
Gorka Gil and Nicola Uva confirmed that the problem was likely fixed by other changes and is not reproducible.