details:   https://code.openbravo.com/erp/devel/pi/rev/b0f5e5afec1f
changeset: 33121:b0f5e5afec1f
user:      Armaignac <collazoandy4 <at> gmail.com>
date:      Fri Dec 15 18:09:17 2017 -0500
summary:   Fixes issue 37479:Account No. is cut when Trial Balance is printed 
in PDF format

When the Trial Balance Report is printed in PDF Format the Account No. was cut

To avoid that the isStretchWithOverflow property was set to true to the 
testfield

diffstat:

 src/org/openbravo/erpCommon/ad_reports/ReportTrialBalancePDF.jrxml |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 04e31d92fefd -r b0f5e5afec1f 
src/org/openbravo/erpCommon/ad_reports/ReportTrialBalancePDF.jrxml
--- a/src/org/openbravo/erpCommon/ad_reports/ReportTrialBalancePDF.jrxml        
Sat Dec 16 13:36:33 2017 +0100
+++ b/src/org/openbravo/erpCommon/ad_reports/ReportTrialBalancePDF.jrxml        
Fri Dec 15 18:09:17 2017 -0500
@@ -654,7 +654,7 @@
                                        </textElement>
                                        
<textFieldExpression><![CDATA[($F{SALDO_FINAL}!=null) ? 
$P{NUMBERFORMAT}.format($F{SALDO_FINAL}).toString() : new String(" 
")]]></textFieldExpression>
                                </textField>
-                               <textField isBlankWhenNull="false">
+                               <textField isStretchWithOverflow="true" 
isBlankWhenNull="false">
                                        <reportElement key="textField-28" 
style="Report_Footer" x="1" y="0" width="67" height="12" 
uuid="19ebdee3-379d-4a23-b0d5-c9e3d5825d47"/>
                                        <box topPadding="1" leftPadding="5">
                                                <topPen lineWidth="0.0" 
lineStyle="Solid" lineColor="#000000"/>

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to