Openbravo Issue Tracking System - Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0050502 | Modules | Advanced Warehouse Operations | public | 2022-10-12 09:08 | 2023-02-22 11:30 |
|
Reporter | philippe_mui | |
Assigned To | migueldejuana | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | approved |
Regression date | |
Regression introduced by commit | |
Regression level | |
Review Assigned To | |
Support ticket | |
OBNetwork customer | Gold |
Regression introduced in release | |
|
Summary | 0050502: [AWO] Not possible to scroll without adding an item in distribution order |
Description | 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 [^] |
Steps To Reproduce | 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 |
Proposed Solution | allow to scroll down by swiping and not selecting the item
+ make the scroll bar wider so it can be usable |
Additional Information | |
Tags | FASH |
Relationships | related to | defect | 0050465 | | closed | migueldejuana | Openbravo ERP | [AWO PDA] AWO goes back to the home page if th user slides over the screen |
|
Attached Files | |
|
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 | OBNetwork customer | => Gold |
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 | bug_revision_view_page.php?rev_id=24874#r24874 |
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 | bug_revision_view_page.php?rev_id=24927#r24927 |
2022-10-19 14:49 | philippe_mui | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=24929#r24929 |
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 | Merge Request Status | => open |
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 09:59 | hgbot | Merge Request Status | open => approved |
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 | |
Notes |
|
|
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
|
|
|
|
(0146619)
|
hgbot
|
2023-02-16 09:58
|
|
|
|
(0146683)
|
hgbot
|
2023-02-17 08:41
|
|
|
|
(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
|
|
|
|
(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
|
|
|
|
(0146870)
|
hgbot
|
2023-02-22 11:30
|
|
|
|
(0146871)
|
hgbot
|
2023-02-22 11:30
|
|
|