Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0017264 | Openbravo ERP | A. Platform | public | 2011-05-19 11:00 | 2011-06-06 17:47 |
|
Reporter | dalsasua | |
Assigned To | mtaal | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Ubuntu 10.10 |
Product Version | | |
Target Version | 3.0MP0 | Fixed in Version | pi | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0017264: When exporting a dataset in OB3, date fields are not correct. |
Description | When exporting a dataset in OB3, date fields are exported in such a format that OB2.50 do not understand. If a dataset exported in OB3 is applied in a 2.50 instance, the process fails :o( |
Steps To Reproduce | Install Spanish Taxes module in OB3
Export Dataset (with no change in code)
You will obtain something similar to the attached obx
On a 2.50 environment, try to apply this dataset. Following error is obtained:
Exception when parsing entity FinancialMgmtTaxRate (068825C8DD9242A3A20670B7E89F8716):java.text.ParseException: Unparseable date: "2001-01-01" |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0016881 | | closed | mtaal | Not possible to save currency conversion rates in form view |
|
Attached Files | org.openbravo.localization.spain.referencedata.taxes-1.2.33.obx (1,813,639) 2011-05-19 11:00 https://issues.openbravo.com/file_download.php?file_id=4048&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2011-05-19 11:00 | dalsasua | New Issue | |
2011-05-19 11:00 | dalsasua | Assigned To | => mtaal |
2011-05-19 11:00 | dalsasua | File Added: org.openbravo.localization.spain.referencedata.taxes-1.2.33.obx | |
2011-05-19 11:00 | dalsasua | Modules | => Core |
2011-05-19 11:00 | dalsasua | OBNetwork customer | => No |
2011-05-19 12:14 | dalsasua | Target Version | => 3.0RC7 |
2011-05-19 12:20 | dmitry_mezentsev | Issue Monitored: dmitry_mezentsev | |
2011-05-19 15:21 | shuehner | Issue Monitored: shuehner | |
2011-05-19 17:38 | dmitry_mezentsev | Note Added: 0037240 | |
2011-05-19 17:38 | dmitry_mezentsev | Target Version | 3.0RC7 => 3.0MP0 |
2011-05-19 21:45 | hgbot | Checkin | |
2011-05-19 21:45 | hgbot | Note Added: 0037253 | |
2011-05-19 21:45 | hgbot | Status | new => resolved |
2011-05-19 21:45 | hgbot | Resolution | open => fixed |
2011-05-19 21:45 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/13dce580f8f1b2064287cf4081ed5dc288b1c8d9 [^] |
2011-05-19 21:50 | mtaal | Note Added: 0037255 | |
2011-05-19 21:50 | mtaal | Status | resolved => new |
2011-05-19 21:50 | mtaal | Resolution | fixed => open |
2011-05-19 21:50 | mtaal | Relationship added | related to 0016881 |
2011-05-19 21:51 | mtaal | Status | new => scheduled |
2011-05-19 21:51 | mtaal | fix_in_branch | => pi |
2011-05-19 21:51 | mtaal | Status | scheduled => resolved |
2011-05-19 21:51 | mtaal | Fixed in Version | => pi |
2011-05-19 21:51 | mtaal | Resolution | open => fixed |
2011-05-20 12:31 | hgbot | Checkin | |
2011-05-20 12:31 | hgbot | Note Added: 0037272 | |
2011-05-26 07:45 | hudsonbot | Checkin | |
2011-05-26 07:45 | hudsonbot | Note Added: 0037519 | |
2011-05-26 07:45 | hudsonbot | Checkin | |
2011-05-26 07:45 | hudsonbot | Note Added: 0037526 | |
2011-06-06 17:47 | marvintm | Status | resolved => closed |
Notes |
|
|
Synced up with Ismael. Should be fixed by MP0 but not a show stopper for RC7, which should go out ASAP. |
|
|
(0037253)
|
hgbot
|
2011-05-19 21:45
|
|
Repository: erp/devel/pi
Changeset: 13dce580f8f1b2064287cf4081ed5dc288b1c8d9
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Thu May 19 12:45:15 2011 -0700
URL: http://code.openbravo.com/erp/devel/pi/rev/13dce580f8f1b2064287cf4081ed5dc288b1c8d9 [^]
Fixes issue 17264: When exporting a dataset in OB3, date fields are not correct.
---
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/DateTimeUIDefinition.java
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/DateUIDefinition.java
M src/org/openbravo/base/model/domaintype/DateDomainType.java
---
|
|
|
(0037255)
|
mtaal
|
2011-05-19 21:50
|
|
Need to set a relation to another issue |
|
|
(0037272)
|
hgbot
|
2011-05-20 12:31
|
|
Repository: erp/devel/pi
Changeset: f351257d12c3d268e33144b9d7b163e530670856
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Fri May 20 12:31:11 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/f351257d12c3d268e33144b9d7b163e530670856 [^]
Solve failing build, Related to issue 17264: When exporting a dataset in OB3, date fields are not correct.
---
M src/org/openbravo/base/model/domaintype/DateDomainType.java
---
|
|
|
|
|
|
|
|