Fixes bug#al-1305

dev: Aristides
qua:

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@114157 d1611594-4594-4d17-8e1d-87c2c4800839
master
fabio 2022-09-12 21:11:37 +00:00
parent b783f2c000
commit 83ad1a7853
2 changed files with 24 additions and 4 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="RelatorioDepositos" pageWidth="842" pageHeight="595" orientation="Landscape" whenNoDataType="NoDataSection" columnWidth="802" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" whenResourceMissingType="Empty" uuid="65274c35-4f3f-4196-bd84-f042e9ac12ea"> <jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="RelatorioDepositos" pageWidth="842" pageHeight="595" orientation="Landscape" whenNoDataType="NoDataSection" columnWidth="802" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" whenResourceMissingType="Empty" uuid="65274c35-4f3f-4196-bd84-f042e9ac12ea">
<property name="ireport.zoom" value="1.1000000000000005"/> <property name="ireport.zoom" value="2.8531167061100033"/>
<property name="ireport.x" value="0"/> <property name="ireport.x" value="0"/>
<property name="ireport.y" value="0"/> <property name="ireport.y" value="336"/>
<property name="net.sf.jasperreports.export.xls.exclude.origin.band.2" value="title"/> <property name="net.sf.jasperreports.export.xls.exclude.origin.band.2" value="title"/>
<property name="net.sf.jasperreports.export.xls.exclude.origin.band.3" value="pageHeader"/> <property name="net.sf.jasperreports.export.xls.exclude.origin.band.3" value="pageHeader"/>
<property name="net.sf.jasperreports.export.xls.exclude.origin.keep.first.band.2" value="columnHeader"/> <property name="net.sf.jasperreports.export.xls.exclude.origin.keep.first.band.2" value="columnHeader"/>
@ -34,6 +34,10 @@
<variable name="TOTAL_PENDENTE" class="java.math.BigDecimal" calculation="Sum"> <variable name="TOTAL_PENDENTE" class="java.math.BigDecimal" calculation="Sum">
<variableExpression><![CDATA[$F{vrpendente}]]></variableExpression> <variableExpression><![CDATA[$F{vrpendente}]]></variableExpression>
</variable> </variable>
<variable name="TOTAL_JUROS" class="java.math.BigDecimal" calculation="Sum">
<variableExpression><![CDATA[$F{vrjuros}!=null?$F{vrjuros}:BigDecimal.ZERO]]></variableExpression>
<initialValueExpression><![CDATA[java.math.BigDecimal.ZERO]]></initialValueExpression>
</variable>
<pageHeader> <pageHeader>
<band height="67" splitType="Stretch"> <band height="67" splitType="Stretch">
<textField pattern="" isBlankWhenNull="false"> <textField pattern="" isBlankWhenNull="false">
@ -303,7 +307,7 @@
</band> </band>
</detail> </detail>
<summary> <summary>
<band height="72"> <band height="111">
<staticText> <staticText>
<reportElement uuid="b4440540-2f18-4b9e-94d1-285e376ba362" x="0" y="12" width="128" height="20" backcolor="#999999"/> <reportElement uuid="b4440540-2f18-4b9e-94d1-285e376ba362" x="0" y="12" width="128" height="20" backcolor="#999999"/>
<textElement> <textElement>
@ -352,10 +356,26 @@
</textElement> </textElement>
<textFieldExpression><![CDATA[$V{TOTAL_PENDENTE}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{TOTAL_PENDENTE}]]></textFieldExpression>
</textField> </textField>
<textField pattern="#,##0.00">
<reportElement uuid="bc837063-a510-4a77-9954-c2ab99d4aac1" x="129" y="72" width="178" height="20"/>
<textElement>
<font size="8"/>
<paragraph lineSpacing="Single"/>
</textElement>
<textFieldExpression><![CDATA[$V{TOTAL_JUROS}]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="9b508aad-2936-4883-9af2-9755eea5f5d4" x="0" y="72" width="128" height="20" backcolor="#CCCCCC"/>
<textElement>
<font size="8" isBold="true"/>
<paragraph lineSpacing="Single"/>
</textElement>
<text><![CDATA[Total Juros]]></text>
</staticText>
</band> </band>
</summary> </summary>
<noData> <noData>
<band height="20"> <band height="105">
<textField> <textField>
<reportElement uuid="670b2fb1-0952-49f5-8458-aa0e25fd839b" x="0" y="0" width="802" height="20"/> <reportElement uuid="670b2fb1-0952-49f5-8458-aa0e25fd839b" x="0" y="0" width="802" height="20"/>
<textElement> <textElement>