Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0051299Openbravo ERP04. Warehouse managementpublic2023-01-06 16:222023-03-16 13:42
philippe_mui 
ranjith_qualiantech_com 
urgentmajoralways
closedfixed 
5
 
 
Core
No
0051299: [AWO] Assign list is limited to 30 lines
When preference "Limit of tasks to be loaded by mobile application" is set to 40, only 30 lines are shown in AWO.

See screenshot and video
https://drive.google.com/file/d/1gClkTU3CuIt1fr_eH65IG-P1gtNU8JyA/view?usp=share_link [^]
Go to backoffice>preference>property : Limit of tasks to be loaded by mobile application with value =40 and selected =Y then save

Go to AWO and create more than 40 tasks to be displayed

Check whether it is possible to show all 40 tasks or whether it is still limited to 30
FASH
png 2023-01-06_16h14_46.png (51,739) 2023-01-06 16:22
https://issues.openbravo.com/file_download.php?file_id=18004&type=bug
png
Issue History
2023-01-06 16:22philippe_muiNew Issue
2023-01-06 16:22philippe_muiAssigned To => Triage Omni WMS
2023-01-06 16:22philippe_muiFile Added: 2023-01-06_16h14_46.png
2023-01-06 16:22philippe_muiModules => Core
2023-01-06 16:22philippe_muiTriggers an Emergency Pack => No
2023-01-06 17:35philippe_muiDescription Updatedbug_revision_view_page.php?rev_id=25359#r25359
2023-01-06 17:35philippe_muiTag Attached: FASH
2023-02-13 09:56vmromanosAssigned ToTriage Omni WMS => Retail
2023-02-15 10:36ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2023-02-15 10:36ranjith_qualiantech_comStatusnew => scheduled
2023-02-15 12:58ranjith_qualiantech_comNote Added: 0146566
2023-02-16 05:43hgbotNote Added: 0146591
2023-03-06 08:01hgbotResolutionopen => fixed
2023-03-06 08:01hgbotStatusscheduled => closed
2023-03-06 08:01hgbotNote Added: 0147281
2023-03-06 08:01hgbotNote Added: 0147282
2023-03-13 11:44ranjith_qualiantech_comNote Added: 0147474
2023-03-13 11:44ranjith_qualiantech_comStatusclosed => new
2023-03-13 11:44ranjith_qualiantech_comResolutionfixed => open
2023-03-13 11:44ranjith_qualiantech_comStatusnew => scheduled
2023-03-14 05:46hgbotNote Added: 0147506
2023-03-16 13:42hgbotResolutionopen => fixed
2023-03-16 13:42hgbotStatusscheduled => closed
2023-03-16 13:42hgbotNote Added: 0147607
2023-03-16 13:42hgbotNote Added: 0147608

Notes
(0146566)
ranjith_qualiantech_com   
2023-02-15 12:58   
Steps to reproduce in livebuilds
Backoffice
1) Login with Openbravo (Role: AWO-QA Admin)
2) Create Pref. "Limit of tasks to be loaded by mobile application" with value 3
3) Window: Task. Filter records by Status = Available, Inventory Transaction type = Put-Away StorageDetail
4) Select all records and assign to user "AWO_US_W"
AWO
1) Login with user "AWO_US_W"
2) All task are listed instead of 3 tasks <---- KO
(0146591)
hgbot   
2023-02-16 05:43   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations/-/merge_requests/109 [^]
(0147281)
hgbot   
2023-03-06 08:01   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations [^]
Changeset: 8b40da0993c64da2a8371d69496cb713075285c7
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 06-03-2023 07:00:54
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations/-/commit/8b40da0993c64da2a8371d69496cb713075285c7 [^]

Fixed ISSUE-51299: Limit added to UserTask query
* Pref. OBAWO_LimitOfTaskForMobile & LimitOfTaskForMobile will return same value
  For better understanding, OBAWO_LimitOfTaskForMobile is used

---
M src/org/openbravo/warehouse/advancedwarehouseoperations/mobile/datasources/TasksProvider.java
M src/org/openbravo/warehouse/advancedwarehouseoperations/mobile/datasources/UnassignedTasksProvider.java
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/models/centralbroker.js
---
(0147282)
hgbot   
2023-03-06 08:01   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations/-/merge_requests/109 [^]
(0147474)
ranjith_qualiantech_com   
2023-03-13 11:44   
Preference value "Limit of tasks to be loaded by mobile application" is not working for "Inventory Count" tasks limit, if visibility is added to the preference.
(0147506)
hgbot   
2023-03-14 05:46   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations/-/merge_requests/119 [^]
(0147607)
hgbot   
2023-03-16 13:42   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations [^]
Changeset: c912ad28190c1d12b337380b09564b41f926ab88
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 16-03-2023 12:41:56
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations/-/commit/c912ad28190c1d12b337380b09564b41f926ab88 [^]

Fixed ISSUE-51299: Pref. Limit tasks should be loaded based on context user details
* When loading "Inventory Count" task,
  Pref. Limit tasks should be used based on context user details

---
M src/org/openbravo/warehouse/advancedwarehouseoperations/mobile/datasources/GenericTaskProvider.java
---
(0147608)
hgbot   
2023-03-16 13:42   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations/-/merge_requests/119 [^]