Openbravo Issue Tracking System - Modules
View Issue Details
0052685ModulesAdvanced Warehouse Operationspublic2023-06-07 10:242023-06-13 08:28
AtulOpenbravo 
AtulOpenbravo 
normalmajoralways
closedfixed 
5
 
 
0052685: [RM-6474][DOR][AWO] Assign list don't show all the DO / Number of tasks displayed on AWO is limited to 30
[DOR][AWO] Assign list don't show all the DO / Number of tasks displayed on AWO is limited to 30
- In a environment which has high no. of unassigned task such that the lines in all the tasks are more than 101. For example if there are 110 DOR tasks with one line each.
- In Unassigned tasks screen, not all the tasks are shown in the list.
-
No tags attached.
Issue History
2023-06-07 10:24AtulOpenbravoNew Issue
2023-06-07 10:24AtulOpenbravoAssigned To => Triage Omni WMS
2023-06-07 10:24AtulOpenbravoStatusnew => scheduled
2023-06-07 10:24AtulOpenbravoAssigned ToTriage Omni WMS => AtulOpenbravo
2023-06-07 10:27AtulOpenbravoSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=26231#r26231
2023-06-07 11:25hgbotNote Added: 0150859
2023-06-12 11:27AtulOpenbravoNote Added: 0151047
2023-06-12 11:28AtulOpenbravoNote Edited: 0151047bug_revision_view_page.php?bugnote_id=0151047#r26241
2023-06-12 11:28AtulOpenbravoNote Edited: 0151047bug_revision_view_page.php?bugnote_id=0151047#r26242
2023-06-12 11:28AtulOpenbravoNote Edited: 0151047bug_revision_view_page.php?bugnote_id=0151047#r26243
2023-06-12 11:28AtulOpenbravoNote Edited: 0151047bug_revision_view_page.php?bugnote_id=0151047#r26244
2023-06-12 11:29AtulOpenbravoNote Edited: 0151047bug_revision_view_page.php?bugnote_id=0151047#r26245
2023-06-12 11:29AtulOpenbravoNote Edited: 0151047bug_revision_view_page.php?bugnote_id=0151047#r26246
2023-06-13 08:28hgbotResolutionopen => fixed
2023-06-13 08:28hgbotStatusscheduled => closed
2023-06-13 08:28hgbotNote Added: 0151078
2023-06-13 08:28hgbotNote Added: 0151079
2023-06-13 08:28hgbotNote Added: 0151080

Notes
(0150859)
hgbot   
2023-06-07 11:25   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations/-/merge_requests/140 [^]
(0151047)
AtulOpenbravo   
2023-06-12 11:27   
(edited on: 2023-06-12 11:29)
Test Plan

- Set preference Line limit to show tasks as 10.
- Make sure there are more than 10 unassigned tasks with one line each. For example 15.
- Login into AWO FE.
- Realize that Unassigned task count is 15.
- Click on unassigned task.
- Realize that only 10 tasks are shown in the unassigned task list.
There is also a message shown below Selected Tasks count label as
10 out of ~ 15 tasks shown, the no. of shown tasks is controlled by a preference.
- Reset preference Line limit to show tasks as 15.
- Re-login into AWO FE.
- Realize that Unassigned task count is 15.
- Click on unassigned task.
- Realize that only 15 tasks are shown in the unassigned task list.
Now there is no message shown below Selected Tasks count label.

(0151078)
hgbot   
2023-06-13 08:28   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations [^]
Changeset: bc40c40b11fb4dea26c6b074e74d17be92638c9a
Author: Atul Gaware <atul.gaware@openbravo.com>
Date: 12-06-2023 03:31:09
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations/-/commit/bc40c40b11fb4dea26c6b074e74d17be92638c9a [^]

Fixes BUG-0052685: [DOR][AWO] Assign list don't show all
the DO / Number of tasks displayed on AWO is limited to 30

**Add preference to set no. of lines limit for warehouse
tasks query for unassigned tasks, this is used as max limit
so that no. of tasks shown in the unassigned tasks list is
controlled by the user. If user wants to load all the tasks
the limit should be set equal to sum of no. of lines for all
tasks.

---
M src-db/database/sourcedata/AD_REF_LIST.xml
M src/org/openbravo/warehouse/advancedwarehouseoperations/mobile/datasources/UnassignedTasksProvider.java
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/components/obawo-tasks-selector.js
---
(0151079)
hgbot   
2023-06-13 08:28   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations [^]
Changeset: ddddaaa41f9e0f60ce4d9dd118032dab9ac8f08a
Author: Atul Gaware <atul.gaware@openbravo.com>
Date: 12-06-2023 19:05:24
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations/-/commit/ddddaaa41f9e0f60ce4d9dd118032dab9ac8f08a [^]

Related to BUG-0052685: [RM-6474][DOR][AWO] Assign list don't
show all the DO / Number of tasks displayed on AWO is limited
to 30

**Code review improvement to add message to support translation

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/components/obawo-tasks-selector.js
---
(0151080)
hgbot   
2023-06-13 08:28   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations/-/merge_requests/140 [^]