Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0005512 | Openbravo ERP | B. User interface | public | 2008-10-13 16:05 | 2009-02-23 11:08 |
|
Reporter | networkb | |
Assigned To | iperdomo | |
Priority | immediate | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | |
Product Version | 2.35MP7 | |
Target Version | | Fixed in Version | pi | |
Merge Request Status | |
Review Assigned To | |
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 | 0005512: When exporting a grid to excel if the field has more than 75 character the content is cut and you lost information |
Description | When you export a grid to excel fields that containt long texts (as description) if the content has more than 75 chacarters it is cut. |
Steps To Reproduce | |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | backport | 0005530 | | closed | iperdomo | When exporting a grid to excel if the field has more than 75 character the content is cut and you lost information | depends on | backport | 0005531 | | closed | iperdomo | When exporting a grid to excel if the field has more than 75 character the content is cut and you lost information |
|
Attached Files | UseFieldLength.diff (3,374) 2008-10-15 14:10 https://issues.openbravo.com/file_download.php?file_id=330&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2008-10-13 16:05 | networkb | New Issue | |
2008-10-13 16:05 | networkb | Assigned To | => cromero |
2008-10-13 16:05 | networkb | sf_bug_id | 0 => 2163678 |
2008-10-13 16:05 | networkb | OBNetwork customer | => Yes |
2008-10-13 16:05 | networkb | Regression testing | => No |
2008-10-15 11:25 | cromero | Status | new => scheduled |
2008-10-15 11:25 | cromero | Assigned To | cromero => iperdomo |
2008-10-15 11:25 | cromero | fix_in_branch | => trunk |
2008-10-15 14:10 | iperdomo | File Added: UseFieldLength.diff | |
2008-10-15 18:41 | svnbot | Checkin | |
2008-10-15 18:41 | svnbot | Note Added: 0009592 | |
2008-10-15 18:41 | svnbot | Status | scheduled => resolved |
2008-10-15 18:41 | svnbot | Resolution | open => fixed |
2008-10-15 18:41 | svnbot | svn_revision | => 8797 |
2008-12-03 10:21 | krishna | Status | resolved => closed |
2008-12-10 13:39 | psarobe | Status | closed => new |
2008-12-10 13:39 | psarobe | Resolution | fixed => open |
2008-12-10 13:39 | psarobe | Note Added: 0011149 | |
2008-12-10 13:43 | iperdomo | Status | new => scheduled |
2008-12-11 12:59 | iperdomo | Priority | normal => immediate |
2008-12-11 12:59 | iperdomo | fix_in_branch | trunk => |
2008-12-11 13:14 | svnbot | Checkin | |
2008-12-11 13:14 | svnbot | Note Added: 0011176 | |
2008-12-11 13:14 | svnbot | Status | scheduled => resolved |
2008-12-11 13:14 | svnbot | Resolution | open => fixed |
2008-12-11 13:14 | svnbot | svn_revision | 8797 => 11100 |
2009-02-23 11:08 | sureshbabu | Status | resolved => closed |
2009-02-23 11:08 | sureshbabu | Note Added: 0013902 | |
2009-02-23 11:08 | sureshbabu | Fixed in Version | => trunk |
Notes |
|
(0009592)
|
svnbot
|
2008-10-15 18:41
|
|
Repository: openbravo
Revision: 8797
Author: iperdomo
Date: 2008-10-15 18:41:03 +0200 (Wed, 15 Oct 2008)
Fixes issue 5512: Using fieldlength when exporting to ms excel, instead of displaylength
---
U trunk/src/org/openbravo/erpCommon/utility/ExportGrid.java
U trunk/src/org/openbravo/erpCommon/utility/TableSQLData.java
---
https://dev.openbravo.com/websvn/openbravo/?rev=8797&sc=1 [^]
|
|
|
|
It's not working when adding more than a line in the text box. It only shows you what it is in the first line.
Steps to reproduce:
1. Go to Procurement management->Transactions->Purchase orders
2. Fill the mandatory fields and the field "Delivery notes"
3. Add some lines and notice that except the first one you cannot see more lines when exporting to excel |
|
|
(0011176)
|
svnbot
|
2008-12-11 13:14
|
|
Repository: openbravo
Revision: 11100
Author: iperdomo
Date: 2008-12-11 13:14:31 +0100 (Thu, 11 Dec 2008)
Fixes issue 5512: Added stretch with overflow to the textfield to support line breaks
---
U trunk/src/org/openbravo/erpCommon/utility/ReportDesignBO.java
---
https://dev.openbravo.com/websvn/openbravo/?rev=11100&sc=1 [^]
|
|
|
|
|