Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0020479Openbravo ERP01. General setuppublic2012-05-11 14:472012-06-13 17:30
egoitz 
migueldejuana 
highminoralways
closedfixed 
5
3.0MP10.1 
3.0MP13pi 
Core
No
0020479: The filter on the startdate column on the process monitor grid is not working properly.
If you filter on the grid of the process monitor using the column startdate to see only the records of one date, you see the records of the previous day instead of the day specified.

Apart of that after filter, with any interval, only dates for tow dates are showed.
-Go to the process monitor date
-filter on the grid to see the execution on one day
-The executions of the day before the date inserted are shown

No tags attached.
related to defect 0020684 closed AugustoMauch Incorrect time in process request with different timezones in client/server 
Issue History
2012-05-11 14:47egoitzNew Issue
2012-05-11 14:47egoitzAssigned To => mirurita
2012-05-11 14:47egoitzModules => Core
2012-05-11 14:48egoitzDescription Updatedbug_revision_view_page.php?rev_id=3459#r3459
2012-05-11 14:50miruritaAssigned Tomirurita => jonalegriaesarte
2012-05-21 13:03jonalegriaesarteAssigned Tojonalegriaesarte => alostale
2012-05-23 15:30alostaleAssigned Toalostale => migueldejuana
2012-05-29 17:41migueldejuanaFile Added: issue20479.commit
2012-06-13 10:26alostaleRelationship addedrelated to 0020684
2012-06-13 13:19migueldejuanaFile Deleted: issue20479.commit
2012-06-13 16:26hgbotCheckin
2012-06-13 16:26hgbotNote Added: 0049816
2012-06-13 16:26hgbotStatusnew => resolved
2012-06-13 16:26hgbotResolutionopen => fixed
2012-06-13 16:26hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/04d8ff337b7d653dab37352f823082dd81704915 [^]
2012-06-13 17:30migueldejuanaNote Added: 0049821
2012-06-13 17:30migueldejuanaStatusresolved => closed
2012-06-13 17:30migueldejuanaFixed in Version => pi

Notes
(0049816)
hgbot   
2012-06-13 16:26   
Repository: erp/devel/pi
Changeset: 04d8ff337b7d653dab37352f823082dd81704915
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Wed Jun 13 20:10:44 2012 +0545
URL: http://code.openbravo.com/erp/devel/pi/rev/04d8ff337b7d653dab37352f823082dd81704915 [^]

Fixes issue 20479: TimeDate filter supports different timezones

The timedate criteria was not sending the UTC offset to the server, making the support of different time zones impossible. Now the UTC offset is sent along the timedate criteria, and the server applies it before fetching data from the database.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
M modules/org.openbravo.service.json/src/org/openbravo/service/json/AdvancedQueryBuilder.java
---
(0049821)
migueldejuana   
2012-06-13 17:30   
code reviewed and tested in pi@0405646fd9b6