Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0021498 | Openbravo ERP | 00. Application dictionary | public | 2012-08-29 16:00 | 2012-10-30 12:12 |
|
Reporter | malsasua | |
Assigned To | mtaal | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Community Appliance |
Product Version | | |
Target Version | | Fixed in Version | 3.0MP17 | |
Merge Request Status | |
Review Assigned To | AugustoMauch |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0021498: Wrong CSV when you export the window "Sales Invoice Payment Plan" |
Description | If you export the window "Sales Invoice Payment Plan" to CSV, four fields are exported with value null.
The same problem with "Purchase Invoice Payment Plan" |
Steps To Reproduce | . go to window "Sales Invoice Payment Plan"
. export to CSV |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | ExportedData (80).csv (1,787) 2012-08-29 16:00 https://issues.openbravo.com/file_download.php?file_id=5537&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2012-08-29 16:00 | malsasua | New Issue | |
2012-08-29 16:00 | malsasua | Assigned To | => adrianromero |
2012-08-29 16:00 | malsasua | File Added: ExportedData (80).csv | |
2012-08-29 16:00 | malsasua | OBNetwork customer | => Yes |
2012-08-29 16:01 | malsasua | Assigned To | adrianromero => mirurita |
2012-08-30 16:57 | jonalegriaesarte | Assigned To | mirurita => jonalegriaesarte |
2012-09-04 09:02 | jecharri | Assigned To | jonalegriaesarte => jecharri |
2012-09-04 12:03 | jecharri | Assigned To | jecharri => AugustoMauch |
2012-09-04 12:35 | malsasua | Project | Modules => Openbravo ERP |
2012-09-05 15:18 | AugustoMauch | Note Added: 0051877 | |
2012-09-05 15:19 | AugustoMauch | Assigned To | AugustoMauch => mtaal |
2012-09-14 10:56 | mtaal | Assigned To | mtaal => marvintm |
2012-09-14 11:29 | mtaal | Assigned To | marvintm => mtaal |
2012-10-08 11:57 | jonalegriaesarte | Modules | => Core |
2012-10-08 11:57 | jonalegriaesarte | Severity | major => minor |
2012-10-08 11:57 | jonalegriaesarte | Category | Advanced Payments => 00. Application dictionary |
2012-10-09 11:14 | hgbot | Checkin | |
2012-10-09 11:14 | hgbot | Note Added: 0053157 | |
2012-10-09 11:14 | hgbot | Status | new => resolved |
2012-10-09 11:14 | hgbot | Resolution | open => fixed |
2012-10-09 11:14 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/5eec20fefc1c343990f6eb17254b7f9839eec65a [^] |
2012-10-09 11:32 | mtaal | Note Added: 0053158 | |
2012-10-09 11:32 | mtaal | Status | resolved => new |
2012-10-09 11:32 | mtaal | Resolution | fixed => open |
2012-10-09 11:32 | mtaal | Review Assigned To | => AugustoMauch |
2012-10-09 11:33 | mtaal | Status | new => scheduled |
2012-10-09 11:33 | mtaal | Note Added: 0053159 | |
2012-10-09 11:33 | mtaal | fix_in_branch | => pi |
2012-10-09 11:34 | mtaal | Status | scheduled => resolved |
2012-10-09 11:34 | mtaal | Fixed in Version | => 3.0MP17 |
2012-10-09 11:34 | mtaal | Resolution | open => fixed |
2012-10-11 07:50 | hudsonbot | Checkin | |
2012-10-11 07:50 | hudsonbot | Note Added: 0053275 | |
2012-10-30 12:11 | AugustoMauch | Note Added: 0053803 | |
2012-10-30 12:11 | AugustoMauch | Status | resolved => closed |
Notes |
|
|
The fields that are not being exported are property fields. CSV is only able to export the fields that belong to the same entity as the table being exported. |
|
|
(0053157)
|
hgbot
|
2012-10-09 11:14
|
|
Repository: erp/devel/pi
Changeset: 5eec20fefc1c343990f6eb17254b7f9839eec65a
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Tue Oct 09 11:13:33 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/5eec20fefc1c343990f6eb17254b7f9839eec65a [^]
Fixes issue 21498: Wrong CSV when you export the window "Sales Invoice Payment Plan"
Also support extra properties/property paths in csv export, changed csv field property name computation to accomodate property path fields.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-grid.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-toolbar.js
M modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/DataSourceServlet.java
---
|
|
|
(0053158)
|
mtaal
|
2012-10-09 11:32
|
|
Re-opened to set reviewer |
|
|
(0053159)
|
mtaal
|
2012-10-09 11:33
|
|
|
|
|
|
|
|
Code reviewed and verified in pi@2c82168e2836 |
|