Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0050504
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Mobile Warehouse operationsmajoralways2022-10-12 09:552022-10-31 07:43
Reporterphilippe_muiView Statuspublic 
Assigned Toradhakrishnan 
PriorityhighResolutionfixedFixed in VersionRR23Q1
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomarvintm
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0050504: [AWO] Longer names of items are not fully display in the product selector in DO OTF and Inventory Count

DescriptionWhen you add a product, for example in distribution, , the size and color are not displayed because the name is long. Users can only see the beginning of the names.

It is a generic problem you find in Inventory count and others screens when you need to do a selection
Steps To ReproduceScenario :
Create a new DO
Click on “Add product”
Search an item. Ex : “E20ANOUK”
Select an item

Actual result : we can’t differentiate the product by size or color. We only see part of the item name

Expected result : to be able to see the name of the product. With more space in the name ? Roll over (minimum) ?

Another way to reproduce it:
- Login in AWO with AWO_US_W
- Open Count menu option
- Press Select Stock button
- In Product selector, press magnifying glass button
- Filter by cheese
- Select "Alouette..." cheeses
Proposed SolutionThe products are added in the top box area, however the product name is cut and there is no option to see the whole name. For Fashion clients, the product name usually includes name + color + size, so that, if they select the same product in different colours or sizes, they cannot check the already selected product in an easy way. Some proposals for the product team: to have a list; to show the whole name when the user click on/put the mouse over the product and make icons configurable
TagsFASH
Attached Filespng file icon name cut.png [^] (161,717 bytes) 2022-10-12 09:55

- Relationships Relation Graph ] Dependency Graph ]
has duplicate backport 0050686RR23Q1 closedradhakrishnan [AWO] Longer names of items are not fully display in the product selector in DO OTF and Inventory Count 

-  Notes
(0142260)
migueldejuana (developer)
2022-10-19 08:53

We should change line-height, width and height of that component to be able to show better product name.
(0142328)
hgbot (developer)
2022-10-20 10:07

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/423 [^]
(0142372)
hgbot (developer)
2022-10-21 07:53

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/423 [^]
(0142373)
hgbot (developer)
2022-10-21 07:53

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^]
Changeset: 5b535520addc18321cbe7a4f17eb5c493c2e4192
Author: Radhakrishnan Seeman <radhakrishnan@qualiantech.com>
Date: 20-10-2022 14:58:34
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/5b535520addc18321cbe7a4f17eb5c493c2e4192 [^]

Fixed ISSUE-50504: Product name should be shown with two lines
* In count filter product popup, product name should be shown with two lines
  after selecting a product

---
M web/org.openbravo.mobile.core/assets/css/obmobc-main.css
---
(0142415)
migueldejuana (developer)
2022-10-21 13:18
edited on: 2022-10-21 13:18

We should show 3 lines and adapt the height, see suggested changes:

.obUiEntitySelectorBody-selectedItems .selected-entity {
    max-width: 120px;
}
.obUiEntitySelectorBody-selectedItems .selected-entity .entityname {
  width: auto;
  -webkit-line-clamp: 3;
}
.obUiEntitySelectorBody-selectedItems {
    height: auto;
}

and remove:

@media (min-width: 393px) and (max-width: 450px)
.obUiEntitySelectorBody-selectedItems .selected-entity .entityname {
    width: 63px !important;
}

(0142701)
hgbot (developer)
2022-10-28 08:49

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/429 [^]
(0142734)
hgbot (developer)
2022-10-31 07:42

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^]
Changeset: ff34680cd39eb85ff586713dda5c24687cc710dd
Author: Radhakrishnan Seeman <radhakrishnan@qualiantech.com>
Date: 28-10-2022 14:49:53
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/ff34680cd39eb85ff586713dda5c24687cc710dd [^]

Related to ISSUE-50504: Product name should be shown with three lines

---
M web/org.openbravo.mobile.core/assets/css/obmobc-main.css
---
(0142735)
hgbot (developer)
2022-10-31 07:42

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/429 [^]

- Issue History
Date Modified Username Field Change
2022-10-12 09:55 philippe_mui New Issue
2022-10-12 09:55 philippe_mui Assigned To => Retail
2022-10-12 09:55 philippe_mui File Added: name cut.png
2022-10-12 09:55 philippe_mui Triggers an Emergency Pack => No
2022-10-12 09:55 philippe_mui Tag Attached: FASH
2022-10-13 15:00 philippe_mui Summary [AWO] Longer names of items are not fully display when doing a distribution order on the fly (DO OTF) => [AWO] Longer names of items are not fully display in the product selector in DO OTF and Inventory Count
2022-10-13 15:00 philippe_mui Description Updated View Revisions
2022-10-17 07:33 marvintm Assigned To Retail => Triage Omni WMS
2022-10-17 18:05 vmromanos Assigned To Triage Omni WMS => migueldejuana
2022-10-19 08:53 migueldejuana Note Added: 0142260
2022-10-20 08:10 migueldejuana Steps to Reproduce Updated View Revisions
2022-10-20 08:10 migueldejuana Steps to Reproduce Updated View Revisions
2022-10-20 10:07 hgbot Note Added: 0142328
2022-10-20 11:17 radhakrishnan Assigned To migueldejuana => radhakrishnan
2022-10-20 11:18 radhakrishnan Status new => scheduled
2022-10-21 07:53 hgbot Note Added: 0142372
2022-10-21 07:53 hgbot Resolution open => fixed
2022-10-21 07:53 hgbot Status scheduled => closed
2022-10-21 07:53 hgbot Fixed in Version => RR23Q1
2022-10-21 07:53 hgbot Note Added: 0142373
2022-10-21 13:18 migueldejuana Note Added: 0142415
2022-10-21 13:18 migueldejuana Status closed => new
2022-10-21 13:18 migueldejuana Resolution fixed => open
2022-10-21 13:18 migueldejuana Fixed in Version RR23Q1 =>
2022-10-21 13:18 migueldejuana Note Edited: 0142415 View Revisions
2022-10-28 08:49 hgbot Note Added: 0142701
2022-10-31 07:42 hgbot Note Added: 0142734
2022-10-31 07:42 hgbot Note Added: 0142735
2022-10-31 07:43 marvintm Status new => scheduled
2022-10-31 07:43 marvintm Status scheduled => resolved
2022-10-31 07:43 marvintm Fixed in Version => RR23Q1
2022-10-31 07:43 marvintm Resolution open => fixed
2022-10-31 07:43 marvintm Review Assigned To => marvintm
2022-10-31 07:43 marvintm Status resolved => closed
2022-11-02 08:17 migueldejuana Relationship replaced has duplicate 0050686


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker