Openbravo Issue Tracking System - Retail Modules
View Issue Details
0027158Retail ModulesWeb POSpublic2014-07-22 16:192014-07-31 16:03
ioritzCia 
ioritzCia 
normalminorhave not tried
closedfixed 
20Ubuntu 10.04
 
RR14Q4 
marvintm
No
0027158: ProcessHQLQuery: Does not support offset.
ProcessHQLQuery class does not support offset and is really simple and useful that it does.

This way you can use it to implement pagination in queries, in order to control the number of records you want to retrieve and hence, be able to scroll as in any DAL query.
None.
No tags attached.
Issue History
2014-07-22 16:19ioritzCiaNew Issue
2014-07-22 16:19ioritzCiaAssigned To => ioritzCia
2014-07-22 16:19ioritzCiaTriggers an Emergency Pack => No
2014-07-22 16:20ioritzCiaReview Assigned To => marvintm
2014-07-22 16:23hgbotCheckin
2014-07-22 16:23hgbotNote Added: 0068810
2014-07-22 16:23hgbotStatusnew => resolved
2014-07-22 16:23hgbotResolutionopen => fixed
2014-07-22 16:23hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/a717069dd20429b7893d515f7924524f91e09c2a [^]
2014-07-22 16:24ioritzCiaNote Added: 0068811
2014-07-22 16:27ioritzCiaStatusresolved => new
2014-07-22 16:27ioritzCiaResolutionfixed => open
2014-07-22 16:31ioritzCiaDescription Updatedbug_revision_view_page.php?rev_id=6118#r6118
2014-07-22 16:31ioritzCiaStatusnew => scheduled
2014-07-22 16:31ioritzCiafix_in_branch => pi
2014-07-22 16:31ioritzCiaStatusscheduled => resolved
2014-07-22 16:31ioritzCiaResolutionopen => fixed
2014-07-31 16:03marvintmStatusresolved => closed
2014-07-31 16:03marvintmFixed in Version => RR14Q4

Notes
(0068810)
hgbot   
2014-07-22 16:23   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: a717069dd20429b7893d515f7924524f91e09c2a
Author: Ioritz Cia <ioritz.cia <at> openbravo.com>
Date: Tue Jul 22 16:22:30 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/a717069dd20429b7893d515f7924524f91e09c2a [^]

Fixes issue 27158: ProcessHQLQuery does not support offset.

---
M src/org/openbravo/mobile/core/process/ProcessHQLQuery.java
---
(0068811)
ioritzCia   
2014-07-22 16:24   
You can test the fix installing the Mobile Physical Inventory module as it uses it.