Openbravo Issue Tracking System - Modules
View Issue Details
0049088ModulesAdvanced Warehouse Operationspublic2022-04-19 21:272022-05-30 11:59
idiez 
Triage Omni WMS 
normalmajoralways
newopen 
5
 
 
0049088: modification of the datasource provide for the task in the mobile app.
/opt/OpenbravoERP/modules/org.openbravo.warehouse.advancedwarehouseoperations/src/org/openbravo/warehouse/advancedwarehouseoperations/mobile/datasources

Today the order by clause is the following:
" order by t.priority desc," +
" rl.id," +
" t.obawoTravelSequence," +
" expectedLocFrom.searchKey asc," +
" expectedLocTo.searchKey asc," +
" product.id," +
" t.creationDate asc";

we propose to also let it sort on the binsequence (which has more meaning then the bin name)

" order by t.priority desc," +
" rl.id," +
" t.obawoTravelSequence," +
" expectedLocFrom.oBAWOTravelSequence asc," +
" expectedLocTo.oBAWOTravelSequence asc," +
" expectedLocFrom.searchKey asc," +
" expectedLocTo.searchKey asc," +
" product.id," +
" t.creationDate asc";
-
No tags attached.
Issue History
2022-04-19 21:27idiezNew Issue
2022-04-19 21:27idiezAssigned To => Triage Omni WMS
2022-04-19 21:27idiezRegression date => 2022-05-02
2022-05-10 15:02idiezNote Added: 0137128
2022-05-30 11:59vmromanosRegression date2022-05-02 =>
2022-05-30 11:59vmromanosNote Added: 0137852
2022-09-06 17:18caristuCategoryAdvance Warehouse Operations => Advanced Warehouse Operations

Notes
(0137128)
idiez   
2022-05-10 15:02   
Any update?
(0137852)
vmromanos   
2022-05-30 11:59   
Removed due date (as this is a Feature Request).

Removed the regression date information (as there is no regression here)