details:   https://code.openbravo.com/erp/devel/pi/rev/93db74b19866
changeset: 17622:93db74b19866
user:      Naiara Garcia <naiara.garcia <at> openbravo.com>
date:      Tue Aug 07 14:41:32 2012 +0200
summary:   Fixed issue 21247: General Ledger Report: A long description is not 
shown when
exporting to excel

details:   https://code.openbravo.com/erp/devel/pi/rev/b28a5c0f5101
changeset: 17623:b28a5c0f5101
user:      Naiara Garcia <naiara.garcia <at> openbravo.com>
date:      Tue Aug 07 15:00:12 2012 +0200
summary:   Fixed issue 21269: in general ledger report (excel): the business 
partner name
and the project name are cut short

diffstat:

 src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerExcel.jrxml |  18 
+++++-----
 1 files changed, 9 insertions(+), 9 deletions(-)

diffs (61 lines):

diff -r 5940c0deb9b5 -r b28a5c0f5101 
src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerExcel.jrxml
--- a/src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerExcel.jrxml     
Wed Aug 08 08:31:32 2012 +0200
+++ b/src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerExcel.jrxml     
Tue Aug 07 15:00:12 2012 +0200
@@ -298,7 +298,7 @@
        <detail>
                <band height="13" splitType="Stretch">
                        <textField isStretchWithOverflow="true" pattern="" 
isBlankWhenNull="true">
-                               <reportElement key="textField" x="0" y="0" 
width="50" height="13"/>
+                               <reportElement key="textField" 
stretchType="RelativeToBandHeight" x="0" y="0" width="50" height="13"/>
                                <box topPadding="2" leftPadding="5">
                                        <topPen lineWidth="0.0" 
lineStyle="Solid" lineColor="#000000"/>
                                        <leftPen lineWidth="0.0" 
lineStyle="Solid" lineColor="#000000"/>
@@ -310,7 +310,7 @@
                                </textElement>
                                <textFieldExpression 
class="java.lang.String"><![CDATA[$F{VALUE}]]></textFieldExpression>
                        </textField>
-                       <textField pattern="" isBlankWhenNull="true">
+                       <textField isStretchWithOverflow="true" pattern="" 
isBlankWhenNull="true">
                                <reportElement key="textField" 
stretchType="RelativeToBandHeight" x="50" y="0" width="230" height="13"/>
                                <box leftPadding="5" rightPadding="2">
                                        <topPen lineWidth="0.0" 
lineStyle="Solid" lineColor="#000000"/>
@@ -323,7 +323,7 @@
                                </textElement>
                                <textFieldExpression 
class="java.lang.String"><![CDATA[$F{NAME}]]></textFieldExpression>
                        </textField>
-                       <textField pattern="" isBlankWhenNull="true">
+                       <textField isStretchWithOverflow="true" pattern="" 
isBlankWhenNull="true">
                                <reportElement key="textField-18" 
stretchType="RelativeToBandHeight" x="510" y="0" width="390" height="13"/>
                                <box rightPadding="2">
                                        <topPen lineWidth="0.0" 
lineStyle="Solid" lineColor="#000000"/>
@@ -375,24 +375,24 @@
                                </textElement>
                                <textFieldExpression 
class="java.util.Date"><![CDATA[$F{DATEACCT}]]></textFieldExpression>
                        </textField>
-                       <textField isBlankWhenNull="true">
-                               <reportElement key="textField" x="900" y="0" 
width="200" height="13"/>
+                       <textField isStretchWithOverflow="true" 
isBlankWhenNull="true">
+                               <reportElement key="textField" 
stretchType="RelativeToBandHeight" x="900" y="0" width="200" height="13"/>
                                <box rightPadding="2"/>
                                <textElement>
                                        <font size="8"/>
                                </textElement>
                                <textFieldExpression 
class="java.lang.String"><![CDATA[$F{BPNAME}]]></textFieldExpression>
                        </textField>
-                       <textField isBlankWhenNull="true">
-                               <reportElement key="textField" x="1100" y="0" 
width="200" height="13"/>
+                       <textField isStretchWithOverflow="true" 
isBlankWhenNull="true">
+                               <reportElement key="textField" 
stretchType="RelativeToBandHeight" x="1100" y="0" width="200" height="13"/>
                                <box rightPadding="2"/>
                                <textElement>
                                        <font size="8"/>
                                </textElement>
                                <textFieldExpression 
class="java.lang.String"><![CDATA[$F{PDNAME}]]></textFieldExpression>
                        </textField>
-                       <textField isBlankWhenNull="true">
-                               <reportElement key="textField" x="1300" y="0" 
width="200" height="13"/>
+                       <textField isStretchWithOverflow="true" 
isBlankWhenNull="true">
+                               <reportElement key="textField" 
stretchType="RelativeToBandHeight" x="1300" y="0" width="200" height="13"/>
                                <box rightPadding="2"/>
                                <textElement>
                                        <font size="8"/>

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to