Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0017880Openbravo ERPA. Platformpublic2011-07-05 08:352011-08-03 18:12
rgoris 
marvintm 
highmajorsometimes
closedfixed 
10
pi 
3.0MP2 
Core
No
0017880: Incorrect time stamp attachments
See image, the time stamp says 4 hrs ago, while in reality i just added it (at the same time as the note).
I just added an attachment to a purchase invoice.
No tags attached.
png TimeStamp.PNG (45,538) 2011-07-05 08:35
https://issues.openbravo.com/file_download.php?file_id=4280&type=bug
png
Issue History
2011-07-05 08:35rgorisNew Issue
2011-07-05 08:35rgorisAssigned To => alostale
2011-07-05 08:35rgorisFile Added: TimeStamp.PNG
2011-07-05 08:35rgorisModules => Core
2011-07-05 09:48rgorisStatusnew => scheduled
2011-07-05 09:48rgorisfix_in_branch => pi
2011-07-11 17:20alostaleAssigned Toalostale => marvintm
2011-07-29 11:39hgbotCheckin
2011-07-29 11:39hgbotNote Added: 0039533
2011-07-29 11:39hgbotCheckin
2011-07-29 11:39hgbotNote Added: 0039536
2011-07-29 11:39hgbotStatusscheduled => resolved
2011-07-29 11:39hgbotResolutionopen => fixed
2011-07-29 11:39hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/2d138204577ccca10f22648c41bebf8e6540a652 [^]
2011-08-01 14:22hudsonbotCheckin
2011-08-01 14:22hudsonbotNote Added: 0039736
2011-08-01 14:22hudsonbotCheckin
2011-08-01 14:22hudsonbotNote Added: 0039739
2011-08-03 18:12shuehnerNote Added: 0039840
2011-08-03 18:12shuehnerStatusresolved => closed

Notes
(0039533)
hgbot   
2011-07-29 11:39   
Repository: erp/devel/pi
Changeset: c4af7f9e6aaa8ed566aab3bf82876976bee03224
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Fri Jul 29 11:26:09 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/c4af7f9e6aaa8ed566aab3bf82876976bee03224 [^]

Related to issue 17880. Related to issue 17819. Added recordTime property. Also, added getTimePassedInterval() method to support it.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-utilities.js
M modules/org.openbravo.service.json/src/org/openbravo/service/json/DataToJsonConverter.java
---
(0039536)
hgbot   
2011-07-29 11:39   
Repository: erp/devel/pi
Changeset: 2d138204577ccca10f22648c41bebf8e6540a652
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Fri Jul 29 11:29:14 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/2d138204577ccca10f22648c41bebf8e6540a652 [^]

Fixed issue 17880. Attachments 'age' will be calculated in the server to prevent clock synchronization issues

---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/window/AttachmentsAH.java
M modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form-attachments.js
---
(0039736)
hudsonbot   
2011-08-01 14:22   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/cf2afed6e8ef [^]

Maturity status: Test
(0039739)
hudsonbot   
2011-08-01 14:22   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/cf2afed6e8ef [^]

Maturity status: Test
(0039840)
shuehner   
2011-08-03 18:12   
Reviewed/test on pi/pgsql (rev id:ba6ad0fef636) 'xx minutes ago' calculation is now done taking both timestamps (current time + created timestamp) from the server, so no timezone or current time mismatch between client/server can influence the calculation.