Openbravo Issue Tracking System - Modules
View Issue Details
0050502ModulesAdvanced Warehouse Operationspublic2022-10-12 09:082023-02-22 11:30
philippe_mui 
migueldejuana 
highmajoralways
closedfixed 
5
 
 
0050502: [AWO] Not possible to scroll without adding an item in distribution order
In 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 [^]
1.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
allow to scroll down by swiping and not selecting the item
+ make the scroll bar wider so it can be usable
FASH
related to defect 0050465 closed migueldejuana Openbravo ERP [AWO PDA] AWO goes back to the home page if th user slides over the screen 
Issue History
2022-10-12 09:08philippe_muiNew Issue
2022-10-12 09:08philippe_muiAssigned To => Retail
2022-10-12 09:08philippe_muiTriggers an Emergency Pack => No
2022-10-12 09:31philippe_muiTag Attached: FASH
2022-10-13 09:54philippe_muiDescription Updatedbug_revision_view_page.php?rev_id=24874#r24874
2022-10-17 07:33marvintmAssigned ToRetail => Triage Omni WMS
2022-10-17 18:02vmromanosProjectRetail Modules => Modules
2022-10-17 18:02vmromanosAssigned ToTriage Omni WMS => AtulOpenbravo
2022-10-17 18:02vmromanosCategoryMobile Warehouse operations => Advanced Warehouse Operations
2022-10-19 14:49philippe_muiDescription Updatedbug_revision_view_page.php?rev_id=24927#r24927
2022-10-19 14:49philippe_muiSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=24929#r24929
2022-11-24 16:44migueldejuanaNote Added: 0144119
2022-11-29 12:49rafarodaRelationship addedrelated to 0050465
2022-12-15 11:22vmromanosAssigned ToAtulOpenbravo => Retail
2022-12-22 06:32radhakrishnanAssigned ToRetail => radhakrishnan
2022-12-22 06:32radhakrishnanStatusnew => scheduled
2022-12-22 11:58migueldejuanaAssigned Toradhakrishnan => Triage Omni WMS
2023-01-31 14:44vmromanosAssigned ToTriage Omni WMS => migueldejuana
2023-02-16 09:54hgbotNote Added: 0146617
2023-02-16 09:58hgbotNote Added: 0146619
2023-02-17 08:41hgbotNote Added: 0146683
2023-02-22 11:30hgbotResolutionopen => fixed
2023-02-22 11:30hgbotStatusscheduled => closed
2023-02-22 11:30hgbotNote Added: 0146866
2023-02-22 11:30hgbotNote Added: 0146867
2023-02-22 11:30hgbotNote Added: 0146868
2023-02-22 11:30hgbotNote Added: 0146869
2023-02-22 11:30hgbotNote Added: 0146870
2023-02-22 11:30hgbotNote Added: 0146871

Notes
(0144119)
migueldejuana   
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   
2023-02-16 09:54   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations/-/merge_requests/112 [^]
(0146619)
hgbot   
2023-02-16 09:58   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders/-/merge_requests/49 [^]
(0146683)
hgbot   
2023-02-17 08:41   
Merge Request created: https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/270 [^]
(0146866)
hgbot   
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   
2023-02-22 11:30   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations/-/merge_requests/112 [^]
(0146868)
hgbot   
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   
2023-02-22 11:30   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders/-/merge_requests/49 [^]
(0146870)
hgbot   
2023-02-22 11:30   
Merge request merged: https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/270 [^]
(0146871)
hgbot   
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
---