Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0005531Openbravo ERPB. User interfacepublic2008-10-15 11:252008-12-12 18:46
networkb 
iperdomo 
immediatemajorhave not tried
closedfixed 
20
2.35MP7 
2.35MP10 
Core
No
0005531: When exporting a grid to excel if the field has more than 75 character the content is cut and you lost information
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.
No tags attached.
blocks defect 0005512 closed iperdomo When exporting a grid to excel if the field has more than 75 character the content is cut and you lost information 
Issue History
2008-10-15 11:25cromeroNew Issue
2008-10-15 11:25cromeroAssigned To => iperdomo
2008-10-15 11:25cromeroStatusnew => scheduled
2008-10-15 18:42svnbotCheckin
2008-10-15 18:42svnbotNote Added: 0009593
2008-10-15 18:42svnbotStatusscheduled => resolved
2008-10-15 18:42svnbotResolutionopen => fixed
2008-10-15 18:42svnbotsvn_revision => 8798
2008-12-10 09:20psarobeStatusresolved => new
2008-12-10 09:20psarobeResolutionfixed => open
2008-12-10 09:20psarobeFixed in Version2.35MP10 =>
2008-12-10 13:39psarobeNote Added: 0011150
2008-12-10 13:43iperdomoStatusnew => scheduled
2008-12-10 13:43iperdomofix_in_branch2.3x => trunk
2008-12-11 11:42iperdomofix_in_branchtrunk => 2.3x
2008-12-11 13:00iperdomoPrioritynormal => immediate
2008-12-11 13:16svnbotCheckin
2008-12-11 13:16svnbotNote Added: 0011178
2008-12-11 13:16svnbotStatusscheduled => resolved
2008-12-11 13:16svnbotResolutionopen => fixed
2008-12-11 13:16svnbotsvn_revision8798 => 11102
2008-12-11 13:56svnbotCheckin
2008-12-11 13:56svnbotNote Added: 0011180
2008-12-11 13:56svnbotsvn_revision11102 => 11105
2008-12-12 18:46psarobeRegression testing => No
2008-12-12 18:46psarobeStatusresolved => closed
2008-12-12 18:46psarobeFixed in Version => 2.35MP10

Notes
(0009593)
svnbot   
2008-10-15 18:42   
Repository: openbravo
Revision: 8798
Author: iperdomo
Date: 2008-10-15 18:42:30 +0200 (Wed, 15 Oct 2008)

Fixes issue 5531: Using fieldlength when exporting to ms excel, instead of displaylength

---
U branches/r2.3x/src/org/openbravo/erpCommon/utility/ExportGrid.java
U branches/r2.3x/src/org/openbravo/erpCommon/utility/TableSQLData.java
---

https://dev.openbravo.com/websvn/openbravo/?rev=8798&sc=1 [^]
(0011150)
psarobe   
2008-12-10 13:39   
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
(0011178)
svnbot   
2008-12-11 13:16   
Repository: openbravo
Revision: 11102
Author: iperdomo
Date: 2008-12-11 13:16:31 +0100 (Thu, 11 Dec 2008)

Fixes issue 5531: Added stretch with overflow to the textfield to support line breaks

---
U branches/r2.3x/src/org/openbravo/erpCommon/utility/ReportDesignBO.java
---

https://dev.openbravo.com/websvn/openbravo/?rev=11102&sc=1 [^]
(0011180)
svnbot   
2008-12-11 13:56   
Repository: openbravo
Revision: 11105
Author: iperdomo
Date: 2008-12-11 13:56:14 +0100 (Thu, 11 Dec 2008)

Fixes issue 5531: Added stretch with overflow to the textfield to support line breaks

---
U branches/r2.35mp10/src/org/openbravo/erpCommon/utility/ReportDesignBO.java
---

https://dev.openbravo.com/websvn/openbravo/?rev=11105&sc=1 [^]