Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0049088
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[Modules] Advanced Warehouse Operationsmajoralways2022-04-19 21:272022-05-30 11:59
ReporteridiezView Statuspublic 
Assigned ToTriage Omni WMS 
PrioritynormalResolutionopenFixed in Version
StatusnewFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Regression date
Regression introduced by commit
Regression level
Review Assigned To
Regression introduced in release
Summary

0049088: modification of the datasource provide for the task in the mobile app.

Description/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";
Steps To Reproduce-
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0137128)
idiez (reporter)
2022-05-10 15:02

Any update?
(0137852)
vmromanos (manager)
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)

- Issue History
Date Modified Username Field Change
2022-04-19 21:27 idiez New Issue
2022-04-19 21:27 idiez Assigned To => Triage Omni WMS
2022-04-19 21:27 idiez Regression date => 2022-05-02
2022-05-10 15:02 idiez Note Added: 0137128
2022-05-30 11:59 vmromanos Regression date 2022-05-02 =>
2022-05-30 11:59 vmromanos Note Added: 0137852
2022-09-06 17:18 caristu Category Advance Warehouse Operations => Advanced Warehouse Operations


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker