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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0050502
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Modules] Advanced Warehouse Operationsmajoralways2022-10-12 09:082023-02-22 11:30
Reporterphilippe_muiView Statuspublic 
Assigned Tomigueldejuana 
PriorityhighResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Regression date
Regression introduced by commit
Regression level
Review Assigned To
Regression introduced in release
Summary

0050502: [AWO] Not possible to scroll without adding an item in distribution order

DescriptionIn AWO, when we try to scroll down (in inventory count or distribution screen for example), the item is automatically selected. It is not possible to just scroll down.
Also, the scroll bar on the right is too narrow to be used

See video here : https://drive.google.com/file/d/1RCY1TwVKoJik9U74_hp-4uYZsB_NS0RL/view [^]
Steps To Reproduce1.Create a new DO
2.Click on “Add product”
3.Search an item. Ex : “E20ANOUK”
4.Scroll to select one at the end of the list

Current result : when you scroll, it selects the item. In addition, the “scroll down“ bar is not usable, it is too narrow.

Expected result : not to select automatically the item with the scroll

Also need to test for Inventory count
Proposed Solutionallow to scroll down by swiping and not selecting the item
+ make the scroll bar wider so it can be usable
TagsFASH
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0050465 closedmigueldejuana Openbravo ERP [AWO PDA] AWO goes back to the home page if th user slides over the screen 

-  Notes
(0144119)
migueldejuana (developer)
2022-11-24 16:44

In the 'OBAWO.UI.FilteredUserLine' component, the function selectEntityItem is launching the selecting action. We could check the event launched in that function and execute selection only when the event is "tap".

We can also move the ontap action from name: 'userInfo' component to 'OBAWO.UI.FilteredUserLine' and try to execute other functions there (tap, click, onmouseup...).
(0146617)
hgbot (developer)
2023-02-16 09:54

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations/-/merge_requests/112 [^]
(0146619)
hgbot (developer)
2023-02-16 09:58

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders/-/merge_requests/49 [^]
(0146683)
hgbot (developer)
2023-02-17 08:41

Merge Request created: https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/270 [^]
(0146866)
hgbot (developer)
2023-02-22 11:30

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations [^]
Changeset: 033379f590ff970ddc7fed70264a23d8e1a85a41
Author: miguel.dejuana <miguel.dejuana@openbravo.com>
Date: 16-02-2023 09:53:48
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations/-/commit/033379f590ff970ddc7fed70264a23d8e1a85a41 [^]

Fixes ISSUE-50502: [AWO] Not possible to scroll without adding an item in distribution order

- Add a new component to handle if we are dragging or not
- Extend all components with list with tap action in the line with the new component

---
A web/org.openbravo.warehouse.advancedwarehouseoperations/source/components/ob-selector-line.js
M src/org/openbravo/warehouse/advancedwarehouseoperations/mobile/OBAWOComponentProvider.java
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/components/obawo-irafilter-selector.js
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/components/obawo-locatorfilter-selector.js
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/components/obawo-productcategfilter-selector.js
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/components/obawo-productfilter-selector.js
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/components/obawo-refinvfilter-selector.js
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/components/obawo-sbgfilter-selector.js
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/components/obawo-singlelocator-selector.js
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/components/obawo-users-selector.js
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/inventorycount/components/obawo-invcountlineselector.js
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/inventorycount/components/obawo-productselector.js
---
(0146867)
hgbot (developer)
2023-02-22 11:30

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations/-/merge_requests/112 [^]
(0146868)
hgbot (developer)
2023-02-22 11:30

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders [^]
Changeset: baf3ed8390389c86ee3340b2706bebbd183c2b2b
Author: miguel.dejuana <miguel.dejuana@openbravo.com>
Date: 22-02-2023 10:29:22
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders/-/commit/baf3ed8390389c86ee3340b2706bebbd183c2b2b [^]

Fixes ISSUE-50502: [AWO] Not possible to scroll without adding an item in distribution order

- Add a new component to handle if we are dragging or not
- Extend all components with list with tap action in the line with the new component

---
M web/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders/source/components/obawo-distributionorderlineselector.js
M web/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders/source/components/obawo-irafilter-selector.js
M web/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders/source/components/obawo-locatorfilter-selector.js
M web/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders/source/components/obawo-productcategfilter-selector.js
M web/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders/source/components/obawo-productcharactfilter-selector.js
M web/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders/source/components/obawo-productfilter-selector.js
M web/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders/source/components/obawo-productselector.js
M web/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders/source/components/obawo-sbgfilter-selector.js
M web/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders/source/components/obawo-singlebox-selector.js
M web/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders/source/components/obawo-singlelocator-selector.js
M web/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders/source/components/obawo-warehousefilter-selector.js
---
(0146869)
hgbot (developer)
2023-02-22 11:30

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders/-/merge_requests/49 [^]
(0146870)
hgbot (developer)
2023-02-22 11:30

Merge request merged: https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/270 [^]
(0146871)
hgbot (developer)
2023-02-22 11:30

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/ci/mobile-test [^]
Changeset: afd2c5b407e25a399b0f638fc219c5b5bc698420
Author: miguel.dejuana <miguel.dejuana@openbravo.com>
Date: 22-02-2023 10:29:32
URL: https://gitlab.com/openbravo/ci/mobile-test/-/commit/afd2c5b407e25a399b0f638fc219c5b5bc698420 [^]

Fixes ISSUE-50502: [AWO] Not possible to scroll without adding an item in distribution order

- Use complete line component to avoid failing tests. Because some reason, we are using an inner component of the line and this could force test to fail. Using the whole line component is better in this case

---
M src-test/org/openbravo/test/mobile/awo/utilities/TestIdAwo.java
---

- Issue History
Date Modified Username Field Change
2022-10-12 09:08 philippe_mui New Issue
2022-10-12 09:08 philippe_mui Assigned To => Retail
2022-10-12 09:08 philippe_mui Triggers an Emergency Pack => No
2022-10-12 09:31 philippe_mui Tag Attached: FASH
2022-10-13 09:54 philippe_mui Description Updated View Revisions
2022-10-17 07:33 marvintm Assigned To Retail => Triage Omni WMS
2022-10-17 18:02 vmromanos Project Retail Modules => Modules
2022-10-17 18:02 vmromanos Assigned To Triage Omni WMS => AtulOpenbravo
2022-10-17 18:02 vmromanos Category Mobile Warehouse operations => Advanced Warehouse Operations
2022-10-19 14:49 philippe_mui Description Updated View Revisions
2022-10-19 14:49 philippe_mui Steps to Reproduce Updated View Revisions
2022-11-24 16:44 migueldejuana Note Added: 0144119
2022-11-29 12:49 rafaroda Relationship added related to 0050465
2022-12-15 11:22 vmromanos Assigned To AtulOpenbravo => Retail
2022-12-22 06:32 radhakrishnan Assigned To Retail => radhakrishnan
2022-12-22 06:32 radhakrishnan Status new => scheduled
2022-12-22 11:58 migueldejuana Assigned To radhakrishnan => Triage Omni WMS
2023-01-31 14:44 vmromanos Assigned To Triage Omni WMS => migueldejuana
2023-02-16 09:54 hgbot Note Added: 0146617
2023-02-16 09:58 hgbot Note Added: 0146619
2023-02-17 08:41 hgbot Note Added: 0146683
2023-02-22 11:30 hgbot Resolution open => fixed
2023-02-22 11:30 hgbot Status scheduled => closed
2023-02-22 11:30 hgbot Note Added: 0146866
2023-02-22 11:30 hgbot Note Added: 0146867
2023-02-22 11:30 hgbot Note Added: 0146868
2023-02-22 11:30 hgbot Note Added: 0146869
2023-02-22 11:30 hgbot Note Added: 0146870
2023-02-22 11:30 hgbot Note Added: 0146871


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker