Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0052563Openbravo ERP04. Warehouse managementpublic2023-05-25 12:072023-08-17 13:22
philippe_mui 
AtulOpenbravo 
normalminoralways
closedfixed 
5
 
 
Core
No
0052563: RM-3151 [DO OTF] PDA > Product details are not displayed on mobile device and full name of item with long name is cut
On Zebra PDA, when doing a DO and adding items with long names, the name of products are cut and not fully displayed.

The behavior should be the same as Inventory count.


See video :
https://drive.google.com/file/d/1brsMOyKFFijADtPBopqmdaulrbuArpJF/view?usp=share_link [^]

https://openbravo.atlassian.net/browse/RM-3151 [^]
Connect to AWO on PDA
Create a DO
Display the DO
Add item with long name
FASH
related to defect 0050338 closed migueldejuana Product details are not displayed on mobile device 
Issue History
2023-05-25 12:07philippe_muiNew Issue
2023-05-25 12:07philippe_muiAssigned To => Triage Omni WMS
2023-05-25 12:07philippe_muiModules => Core
2023-05-25 12:07philippe_muiTriggers an Emergency Pack => No
2023-05-25 12:07philippe_muiTag Attached: FASH
2023-05-25 12:09philippe_muiDescription Updatedbug_revision_view_page.php?rev_id=26132#r26132
2023-06-27 19:07AtulOpenbravoAssigned ToTriage Omni WMS => AtulOpenbravo
2023-06-27 19:11AtulOpenbravoStatusnew => scheduled
2023-06-27 19:11AtulOpenbravoNote Added: 0151695
2023-06-27 19:18hgbotNote Added: 0151696
2023-08-16 12:19AtulOpenbravoNote Edited: 0151695bug_revision_view_page.php?bugnote_id=0151695#r26649
2023-08-17 13:22hgbotResolutionopen => fixed
2023-08-17 13:22hgbotStatusscheduled => closed
2023-08-17 13:22hgbotNote Added: 0153589
2023-08-17 13:22hgbotNote Added: 0153590
2023-08-17 13:22hgbotNote Added: 0153591
2023-08-17 13:22hgbotNote Added: 0153592
2023-08-30 00:24rafarodaRelationship addedrelated to 0050338

Notes
(0151695)
AtulOpenbravo   
2023-06-27 19:11   
(edited on: 2023-08-16 12:19)
Test Plan

- Login in AWO Front (with a Responsive Dimensions in the Toggle Device Toolbar in developer tools i.e Mobile Device screen size)
- Create a DO OTF.
- Add item with long name for eg: 60 characters.
- Realize that product name is shown with all characters.

(0151696)
hgbot   
2023-06-27 19:18   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders/-/merge_requests/77 [^]
(0153589)
hgbot   
2023-08-17 13:22   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders [^]
Changeset: fbd37b4940488231b0e5ce7bfc42e36c3de8c39f
Author: Atul Gaware <atul.gaware@openbravo.com>
Date: 11-08-2023 05:41:35
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders/-/commit/fbd37b4940488231b0e5ce7bfc42e36c3de8c39f [^]

Fixes BUG-0052563: RM-3151 [DO OTF] PDA > Product details are not
displayed on mobile device and full name of item with long name is
cut

**text-overflow as ellipsis was not working due to min-width as fit
-content hence removed it.

---
M web/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders/assets/css/obdoa-styles.css
---
(0153590)
hgbot   
2023-08-17 13:22   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders [^]
Changeset: 1a24c849bb2ac805b7b5f2426869293f5d2d7074
Author: Atul Gaware <atul.gaware@openbravo.com>
Date: 16-08-2023 12:06:35
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders/-/commit/1a24c849bb2ac805b7b5f2426869293f5d2d7074 [^]

Related To BUG-0052563: RM-3151 [DO OTF] PDA > Product details are not
displayed on mobile device and full name of item with long name is
cut

**Removed white-space no-wrap property from css that does not allow
to display full product name

---
M web/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders/assets/css/obdoa-styles.css
M web/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders/source/obawo-distributionorder-view.js
---
(0153591)
hgbot   
2023-08-17 13:22   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders/-/merge_requests/77 [^]
(0153592)
hgbot   
2023-08-17 13:22   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders [^]
Changeset: 3b5364418f19fdc31b463c9cf87e4e71229e54c5
Author: Atul Gaware <atul.gaware@openbravo.com>
Date: 17-08-2023 16:25:07
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders/-/commit/3b5364418f19fdc31b463c9cf87e4e71229e54c5 [^]

Related To BUG-0052563: RM-3151 [DO OTF] PDA > Product details are not
displayed on mobile device and full name of item with long name is
cut

**Add line height property to product names css class to align text
properly.

---
M web/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders/assets/css/obdoa-styles.css
---