Merge pull request 'fixes bug#AL-2076' (!147) from AL-2076 into master

Reviewed-on: http://18.235.188.113:3000/adm/VentaBoletosAdm/pulls/147
Reviewed-by: Valdir Cordeiro <valdir.cordeiro@totvs.com.br>
master 1.4.7
Gleison da Cruz 2023-05-12 18:36:56 +00:00
commit 24f3b8df6c
6 changed files with 65 additions and 76 deletions

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>br.com.rjconsultores</groupId> <groupId>br.com.rjconsultores</groupId>
<artifactId>ventaboletosadm</artifactId> <artifactId>ventaboletosadm</artifactId>
<version>1.4.6</version> <version>1.4.7</version>
<packaging>war</packaging> <packaging>war</packaging>
<properties> <properties>

View File

@ -107,7 +107,7 @@ public class RelatorioAgenciaFechamentoNovo extends Relatorio {
valorSeguro = valorSeguro.add(rset2.getBigDecimal("valorSeguro")); valorSeguro = valorSeguro.add(rset2.getBigDecimal("valorSeguro"));
valorExcesso = valorExcesso.add(rset2.getBigDecimal("valorExcesso")); valorExcesso = valorExcesso.add(rset2.getBigDecimal("valorExcesso"));
difMaior = valorExcesso.add(rset2.getBigDecimal("difMaior")); difMaior = difMaior.add(rset2.getBigDecimal("difMaior"));
} }
@ -122,7 +122,6 @@ public class RelatorioAgenciaFechamentoNovo extends Relatorio {
total = total.add(rset1.getBigDecimal("valorInternet")); total = total.add(rset1.getBigDecimal("valorInternet"));
total = total.add(difMaior); total = total.add(difMaior);
total = total.subtract(rset1.getBigDecimal("valorEstornado")); total = total.subtract(rset1.getBigDecimal("valorEstornado"));
total = total.subtract(rset1.getBigDecimal("valorOCD")); total = total.subtract(rset1.getBigDecimal("valorOCD"));
@ -282,16 +281,16 @@ public class RelatorioAgenciaFechamentoNovo extends Relatorio {
sql.append(" ON m.marca_id = c.marca_id "); sql.append(" ON m.marca_id = c.marca_id ");
sql.append(" INNER JOIN EMPRESA e "); sql.append(" INNER JOIN EMPRESA e ");
sql.append(" ON e.EMPRESA_ID = m.EMPRESA_ID "); sql.append(" ON e.EMPRESA_ID = m.EMPRESA_ID ");
sql.append(" INNER JOIN BOLETO b ON b.BOLETO_ID = c.TRANSACAO_ID "); sql.append(" INNER JOIN BOLETO b ON b.BOLETO_ID = c.TRANSACAO_ID ");
sql.append(" LEFT JOIN OCD o "); sql.append(" LEFT JOIN OCD o ");
sql.append(" ON c.TRANSACAOANTERIOR_ID = o.BOLETO_ID "); sql.append(" ON c.TRANSACAOANTERIOR_ID = o.BOLETO_ID AND O.INDPAGO = 1");
sql.append(" WHERE c.TURNO_ID IS NOT NULL "); sql.append(" WHERE c.TURNO_ID IS NOT NULL ");
sql.append(" AND c.FECCORTE BETWEEN :de AND :ate "); sql.append(" AND c.FECCORTE BETWEEN :de AND :ate ");
if (puntoVenta != null && !puntoVenta.equals("-1")) { if (puntoVenta != null && !puntoVenta.equals("-1")) {
sql.append(" AND c.PUNTOVENTA_ID in (" + puntoVenta + ") "); sql.append(" AND c.PUNTOVENTA_ID in (" + puntoVenta + ") ");
} }
sql.append(" AND c.TIPOVENTA_ID <> 6 "); sql.append(" AND c.TIPOVENTA_ID <> 6 ");
//sql.append(" AND c.INDREIMPRESION = 0 "); sql.append(" AND c.INDREIMPRESION = 0 ");
if (empresa != null && !empresa.equals("") && !empresa.equals("-1")) { if (empresa != null && !empresa.equals("") && !empresa.equals("-1")) {
sql.append(" AND m.empresa_id = "+empresa+" "); sql.append(" AND m.empresa_id = "+empresa+" ");
} }
@ -301,7 +300,7 @@ public class RelatorioAgenciaFechamentoNovo extends Relatorio {
sql.append(" GROUP BY pv.PUNTOVENTA_ID, pv.nombpuntoventa, o.boleto_id "); sql.append(" GROUP BY pv.PUNTOVENTA_ID, pv.nombpuntoventa, o.boleto_id ");
sql.append(" ORDER BY pv.nombpuntoventa "); sql.append(" ORDER BY pv.nombpuntoventa ");
sql.append(") GROUP BY codigo, descricao "); sql.append(") GROUP BY codigo, descricao ");
return sql.toString(); return sql.toString();
} }

View File

@ -1,5 +1,6 @@
#Generated by ResourceBundle Editor (http://essiembre.github.io/eclipse-rbe/) #Generated by ResourceBundle Editor (http://essiembre.github.io/eclipse-rbe/)
#geral #geral
msg.noData=No se pudo obtener datos con los par\u00E1metros reportados.
detail.agencia=AG\u00CANCIA detail.agencia=AG\u00CANCIA
detail.qtdbilhete=Cant. Boleto de entrada detail.qtdbilhete=Cant. Boleto de entrada
@ -22,6 +23,7 @@ detail.valorseguro=Entrada de valor de seguro
detail.valorvch=Valor de VCH de entrada detail.valorvch=Valor de VCH de entrada
detail.valorOCD=Dev. OCD detail.valorOCD=Dev. OCD
detail.difMaior=Dif. Maior detail.difMaior=Dif. Maior
detail.totalGeral=Total Geral
detail.total=Total detail.total=Total
header.anulado=Anulados header.anulado=Anulados
@ -40,4 +42,4 @@ header.vendido=Vendido
linhas=Líneas linhas=Líneas
msg.a=a msg.a=a
msg.noData=No se pudo obtener datos con los par\u00E1metros reportados.

View File

@ -1,5 +1,6 @@
#Generated by ResourceBundle Editor (http://essiembre.github.io/eclipse-rbe/) #Generated by ResourceBundle Editor (http://essiembre.github.io/eclipse-rbe/)
#geral #geral
msg.noData=Não foi possivel obter dados com os parâmetros informados.
detail.agencia=AG\u00CANCIA detail.agencia=AG\u00CANCIA
detail.qtdbilhete=Qtd. Bilhete Entrada detail.qtdbilhete=Qtd. Bilhete Entrada
@ -22,6 +23,7 @@ detail.valorseguro=Valor Seguro Entrada
detail.valorvch=Valor VCH Entrada detail.valorvch=Valor VCH Entrada
detail.valorOCD=Dev. OCD detail.valorOCD=Dev. OCD
detail.difMaior=Dif. Maior detail.difMaior=Dif. Maior
detail.totalGeral=Total Geral
detail.total=Total detail.total=Total
header.anulado=Anulados header.anulado=Anulados
@ -38,6 +40,3 @@ header.total=Total
header.vendido=Vendido header.vendido=Vendido
linhas=Linhas linhas=Linhas
msg.a=a
msg.noData=No se pudo obtener datos con los par\u00E1metros reportados.

View File

@ -153,7 +153,7 @@
</band> </band>
</pageHeader> </pageHeader>
<columnHeader> <columnHeader>
<band height="20" splitType="Stretch"> <band height="23" splitType="Stretch">
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="7965e761-2e24-4f17-84eb-9431c98ce72c" positionType="FixRelativeToBottom" x="85" y="0" width="45" height="20"/> <reportElement uuid="7965e761-2e24-4f17-84eb-9431c98ce72c" positionType="FixRelativeToBottom" x="85" y="0" width="45" height="20"/>
<textElement textAlignment="Center" verticalAlignment="Bottom" markup="none"> <textElement textAlignment="Center" verticalAlignment="Bottom" markup="none">
@ -162,14 +162,14 @@
<textFieldExpression><![CDATA[$R{detail.valorbilhete}]]></textFieldExpression> <textFieldExpression><![CDATA[$R{detail.valorbilhete}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="ab6b6770-67e8-4224-9304-8de30d3c1384" positionType="FixRelativeToBottom" mode="Transparent" x="220" y="0" width="45" height="20"/> <reportElement uuid="ab6b6770-67e8-4224-9304-8de30d3c1384" positionType="FixRelativeToBottom" mode="Transparent" x="221" y="0" width="43" height="20"/>
<textElement textAlignment="Center" verticalAlignment="Bottom" markup="none"> <textElement textAlignment="Center" verticalAlignment="Bottom" markup="none">
<font size="6" isBold="true"/> <font size="6" isBold="true"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$R{detail.qtdexcesso}]]></textFieldExpression> <textFieldExpression><![CDATA[$R{detail.qtdexcesso}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="e3f4df4e-24a9-45b3-8ac3-f8b66d46a15f" positionType="FixRelativeToBottom" mode="Transparent" x="265" y="0" width="45" height="20"/> <reportElement uuid="e3f4df4e-24a9-45b3-8ac3-f8b66d46a15f" positionType="FixRelativeToBottom" mode="Transparent" x="266" y="0" width="43" height="20"/>
<textElement textAlignment="Center" verticalAlignment="Bottom" markup="none"> <textElement textAlignment="Center" verticalAlignment="Bottom" markup="none">
<font size="6" isBold="true"/> <font size="6" isBold="true"/>
</textElement> </textElement>
@ -183,21 +183,21 @@
<textFieldExpression><![CDATA[$R{detail.qtdseguro}]]></textFieldExpression> <textFieldExpression><![CDATA[$R{detail.qtdseguro}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="746627ad-15b0-4435-93ce-6d370b75e594" positionType="FixRelativeToBottom" mode="Transparent" x="355" y="0" width="45" height="20"/> <reportElement uuid="746627ad-15b0-4435-93ce-6d370b75e594" positionType="FixRelativeToBottom" mode="Transparent" x="356" y="0" width="43" height="20"/>
<textElement textAlignment="Center" verticalAlignment="Bottom" markup="none"> <textElement textAlignment="Center" verticalAlignment="Bottom" markup="none">
<font size="6" isBold="true"/> <font size="6" isBold="true"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$R{detail.valorvch}]]></textFieldExpression> <textFieldExpression><![CDATA[$R{detail.valorvch}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="3647e647-81bb-4098-afce-52d942daa341" positionType="FixRelativeToBottom" mode="Transparent" x="445" y="0" width="45" height="20"/> <reportElement uuid="3647e647-81bb-4098-afce-52d942daa341" positionType="FixRelativeToBottom" mode="Transparent" x="446" y="0" width="44" height="20"/>
<textElement textAlignment="Center" verticalAlignment="Bottom" markup="none"> <textElement textAlignment="Center" verticalAlignment="Bottom" markup="none">
<font size="6" isBold="true"/> <font size="6" isBold="true"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$R{detail.valorinternet}]]></textFieldExpression> <textFieldExpression><![CDATA[$R{detail.valorinternet}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="328a6678-fc02-4845-98e6-a3d3bfaa2c73" positionType="FixRelativeToBottom" mode="Transparent" x="490" y="0" width="45" height="20"/> <reportElement uuid="328a6678-fc02-4845-98e6-a3d3bfaa2c73" positionType="FixRelativeToBottom" mode="Transparent" x="491" y="0" width="44" height="20"/>
<textElement textAlignment="Center" verticalAlignment="Bottom" markup="none"> <textElement textAlignment="Center" verticalAlignment="Bottom" markup="none">
<font size="6" isBold="true"/> <font size="6" isBold="true"/>
</textElement> </textElement>
@ -211,14 +211,14 @@
<textFieldExpression><![CDATA[$R{detail.valorestornados}]]></textFieldExpression> <textFieldExpression><![CDATA[$R{detail.valorestornados}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="a7c28fc6-e4fc-431b-b5ba-b001a36dcb54" positionType="FixRelativeToBottom" mode="Transparent" x="671" y="0" width="45" height="20"/> <reportElement uuid="a7c28fc6-e4fc-431b-b5ba-b001a36dcb54" positionType="FixRelativeToBottom" mode="Transparent" x="672" y="0" width="43" height="20"/>
<textElement textAlignment="Center" verticalAlignment="Bottom" markup="none"> <textElement textAlignment="Center" verticalAlignment="Bottom" markup="none">
<font size="6" isBold="true"/> <font size="6" isBold="true"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$R{detail.qtdestornados}]]></textFieldExpression> <textFieldExpression><![CDATA[$R{detail.qtdestornados}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="bbaa5f53-76e0-491e-9145-e522122709e5" positionType="FixRelativeToBottom" x="130" y="0" width="45" height="20"/> <reportElement uuid="bbaa5f53-76e0-491e-9145-e522122709e5" positionType="FixRelativeToBottom" x="131" y="0" width="44" height="20"/>
<textElement textAlignment="Center" verticalAlignment="Bottom" markup="none"> <textElement textAlignment="Center" verticalAlignment="Bottom" markup="none">
<font size="6" isBold="true"/> <font size="6" isBold="true"/>
</textElement> </textElement>
@ -246,28 +246,28 @@
<textFieldExpression><![CDATA[$R{detail.valorcancelados}]]></textFieldExpression> <textFieldExpression><![CDATA[$R{detail.valorcancelados}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="959d61e9-4311-4fab-8ead-da9c65f00be3" positionType="FixRelativeToBottom" mode="Transparent" x="580" y="0" width="45" height="20"/> <reportElement uuid="959d61e9-4311-4fab-8ead-da9c65f00be3" positionType="FixRelativeToBottom" mode="Transparent" x="581" y="0" width="44" height="20"/>
<textElement textAlignment="Center" verticalAlignment="Bottom" markup="none"> <textElement textAlignment="Center" verticalAlignment="Bottom" markup="none">
<font size="6" isBold="true"/> <font size="6" isBold="true"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$R{detail.qtdcancelados}]]></textFieldExpression> <textFieldExpression><![CDATA[$R{detail.qtdcancelados}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="2cbc8ddc-38e5-4914-8189-5761ddeb2ce9" positionType="FixRelativeToBottom" x="0" y="0" width="85" height="20"/> <reportElement uuid="2cbc8ddc-38e5-4914-8189-5761ddeb2ce9" positionType="FixRelativeToBottom" x="1" y="0" width="83" height="20"/>
<textElement textAlignment="Center" verticalAlignment="Bottom" markup="none"> <textElement textAlignment="Center" verticalAlignment="Bottom" markup="none">
<font size="6" isBold="true"/> <font size="6" isBold="true"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$R{detail.agencia}]]></textFieldExpression> <textFieldExpression><![CDATA[$R{detail.agencia}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="fdd01abd-5110-406e-bf87-7e7f693d0f86" positionType="FixRelativeToBottom" mode="Transparent" x="716" y="0" width="45" height="20"/> <reportElement uuid="fdd01abd-5110-406e-bf87-7e7f693d0f86" positionType="FixRelativeToBottom" mode="Transparent" x="717" y="0" width="43" height="20"/>
<textElement textAlignment="Center" verticalAlignment="Bottom" markup="none"> <textElement textAlignment="Center" verticalAlignment="Bottom" markup="none">
<font size="6" isBold="true"/> <font size="6" isBold="true"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$R{detail.valorOCD}]]></textFieldExpression> <textFieldExpression><![CDATA[$R{detail.valorOCD}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="cf9e9207-6011-4624-85b1-433667905c47" positionType="FixRelativeToBottom" mode="Transparent" x="806" y="0" width="52" height="20"/> <reportElement uuid="cf9e9207-6011-4624-85b1-433667905c47" positionType="FixRelativeToBottom" mode="Transparent" x="807" y="0" width="49" height="20"/>
<textElement textAlignment="Center" verticalAlignment="Bottom" markup="none"> <textElement textAlignment="Center" verticalAlignment="Bottom" markup="none">
<font size="6" isBold="true"/> <font size="6" isBold="true"/>
</textElement> </textElement>
@ -283,128 +283,128 @@
</band> </band>
</columnHeader> </columnHeader>
<detail> <detail>
<band height="15" splitType="Stretch"> <band height="16" splitType="Stretch">
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="617806c3-5059-4e8b-9cb3-5b2bd10e4705" stretchType="RelativeToTallestObject" mode="Transparent" x="581" y="0" width="45" height="14" isPrintWhenDetailOverflows="true"/> <reportElement uuid="617806c3-5059-4e8b-9cb3-5b2bd10e4705" stretchType="RelativeToTallestObject" mode="Transparent" x="581" y="1" width="44" height="14" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center" verticalAlignment="Top" markup="none"> <textElement textAlignment="Center" verticalAlignment="Top" markup="none">
<font size="6" isBold="false"/> <font size="6" isBold="false"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{qtdCancelado}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{qtdCancelado}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement uuid="6562d46b-27f9-4bef-a471-8eff982378c5" stretchType="RelativeToTallestObject" mode="Transparent" x="626" y="0" width="45" height="14" isPrintWhenDetailOverflows="true"/> <reportElement uuid="6562d46b-27f9-4bef-a471-8eff982378c5" stretchType="RelativeToTallestObject" mode="Transparent" x="626" y="1" width="45" height="14" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center" verticalAlignment="Top" markup="none"> <textElement textAlignment="Center" verticalAlignment="Top" markup="none">
<font size="6" isBold="false"/> <font size="6" isBold="false"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{valorEstornado}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{valorEstornado}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="false"> <textField isStretchWithOverflow="true" isBlankWhenNull="false">
<reportElement uuid="16f536ed-9001-4b34-85f4-a01198390b7d" stretchType="RelativeToTallestObject" x="0" y="0" width="85" height="14" isPrintWhenDetailOverflows="true"/> <reportElement uuid="16f536ed-9001-4b34-85f4-a01198390b7d" stretchType="RelativeToTallestObject" x="1" y="1" width="83" height="14" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center" verticalAlignment="Top" markup="none"> <textElement textAlignment="Center" verticalAlignment="Top" markup="none">
<font size="6" isBold="false"/> <font size="6" isBold="false"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{descricao}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{descricao}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="33d170a8-cd4c-4148-85b7-48a078e68f7d" stretchType="RelativeToTallestObject" mode="Transparent" x="671" y="0" width="45" height="14" isPrintWhenDetailOverflows="true"/> <reportElement uuid="33d170a8-cd4c-4148-85b7-48a078e68f7d" stretchType="RelativeToTallestObject" mode="Transparent" x="672" y="1" width="43" height="14" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center" verticalAlignment="Top" markup="none"> <textElement textAlignment="Center" verticalAlignment="Top" markup="none">
<font size="6" isBold="false"/> <font size="6" isBold="false"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{qtdEstornado}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{qtdEstornado}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="784343f8-f7aa-4997-82e7-312878bd9a27" stretchType="RelativeToTallestObject" mode="Transparent" x="400" y="0" width="45" height="14" isPrintWhenDetailOverflows="true"/> <reportElement uuid="784343f8-f7aa-4997-82e7-312878bd9a27" stretchType="RelativeToTallestObject" mode="Transparent" x="400" y="1" width="45" height="14" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center" verticalAlignment="Top" markup="none"> <textElement textAlignment="Center" verticalAlignment="Top" markup="none">
<font size="6" isBold="false"/> <font size="6" isBold="false"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{qtdVch}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{qtdVch}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement uuid="ad46494b-0240-46d1-a775-f91f0035d7f8" stretchType="RelativeToTallestObject" x="85" y="0" width="45" height="14" isPrintWhenDetailOverflows="true"/> <reportElement uuid="ad46494b-0240-46d1-a775-f91f0035d7f8" stretchType="RelativeToTallestObject" x="85" y="1" width="45" height="14" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center" verticalAlignment="Top" markup="none"> <textElement textAlignment="Center" verticalAlignment="Top" markup="none">
<font size="6" isBold="false"/> <font size="6" isBold="false"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{valorBilhete}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{valorBilhete}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement uuid="0ed9578b-73d5-4f51-b21c-07d9419bbc08" stretchType="RelativeToTallestObject" mode="Transparent" x="265" y="0" width="45" height="14" isPrintWhenDetailOverflows="true"/> <reportElement uuid="0ed9578b-73d5-4f51-b21c-07d9419bbc08" stretchType="RelativeToTallestObject" mode="Transparent" x="266" y="1" width="43" height="14" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center" verticalAlignment="Top" markup="none"> <textElement textAlignment="Center" verticalAlignment="Top" markup="none">
<font size="6" isBold="false"/> <font size="6" isBold="false"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{valorSeguro}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{valorSeguro}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="1ed844e5-7aa4-49ee-8024-765e5ae49f74" stretchType="RelativeToTallestObject" x="130" y="0" width="45" height="14" isPrintWhenDetailOverflows="true"/> <reportElement uuid="1ed844e5-7aa4-49ee-8024-765e5ae49f74" stretchType="RelativeToTallestObject" x="131" y="1" width="44" height="14" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center" verticalAlignment="Top" markup="none"> <textElement textAlignment="Center" verticalAlignment="Top" markup="none">
<font size="6" isBold="false"/> <font size="6" isBold="false"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{qtdBilhete}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{qtdBilhete}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="92017408-1781-4e17-90b7-5ff86457cf6d" stretchType="RelativeToTallestObject" mode="Transparent" x="310" y="0" width="45" height="14" isPrintWhenDetailOverflows="true"/> <reportElement uuid="92017408-1781-4e17-90b7-5ff86457cf6d" stretchType="RelativeToTallestObject" mode="Transparent" x="310" y="1" width="45" height="14" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center" verticalAlignment="Top" markup="none"> <textElement textAlignment="Center" verticalAlignment="Top" markup="none">
<font size="6" isBold="false"/> <font size="6" isBold="false"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{qtdSeguro}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{qtdSeguro}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement uuid="b7842ed3-aa20-4fe9-996a-c8397aa66c40" stretchType="RelativeToTallestObject" mode="Transparent" x="445" y="0" width="45" height="14" isPrintWhenDetailOverflows="true"/> <reportElement uuid="b7842ed3-aa20-4fe9-996a-c8397aa66c40" stretchType="RelativeToTallestObject" mode="Transparent" x="446" y="1" width="44" height="14" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center" verticalAlignment="Top" markup="none"> <textElement textAlignment="Center" verticalAlignment="Top" markup="none">
<font size="6" isBold="false"/> <font size="6" isBold="false"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{valorInternet}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{valorInternet}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement uuid="36f5d507-0340-4c7e-b44b-5057c1e8bee6" stretchType="RelativeToTallestObject" mode="Transparent" x="355" y="0" width="45" height="14" isPrintWhenDetailOverflows="true"/> <reportElement uuid="36f5d507-0340-4c7e-b44b-5057c1e8bee6" stretchType="RelativeToTallestObject" mode="Transparent" x="356" y="1" width="43" height="14" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center" verticalAlignment="Top" markup="none"> <textElement textAlignment="Center" verticalAlignment="Top" markup="none">
<font size="6" isBold="false"/> <font size="6" isBold="false"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{valorVch}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{valorVch}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="c24531bc-66b7-459b-9c60-07bea18e98d9" stretchType="RelativeToTallestObject" mode="Transparent" x="490" y="0" width="45" height="14" isPrintWhenDetailOverflows="true"/> <reportElement uuid="c24531bc-66b7-459b-9c60-07bea18e98d9" stretchType="RelativeToTallestObject" mode="Transparent" x="491" y="1" width="44" height="14" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center" verticalAlignment="Top" markup="none"> <textElement textAlignment="Center" verticalAlignment="Top" markup="none">
<font size="6" isBold="false"/> <font size="6" isBold="false"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{qtdInternet}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{qtdInternet}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement uuid="e2ad1400-e2c6-48b0-98c8-812d3c8f008d" stretchType="RelativeToTallestObject" mode="Transparent" x="535" y="0" width="45" height="14" isPrintWhenDetailOverflows="true"/> <reportElement uuid="e2ad1400-e2c6-48b0-98c8-812d3c8f008d" stretchType="RelativeToTallestObject" mode="Transparent" x="535" y="1" width="45" height="14" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center" verticalAlignment="Top" markup="none"> <textElement textAlignment="Center" verticalAlignment="Top" markup="none">
<font size="6" isBold="false"/> <font size="6" isBold="false"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{valorCancelado}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{valorCancelado}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="7f08e540-2cf9-4da3-b40a-fb7d5275751f" stretchType="RelativeToTallestObject" mode="Transparent" x="220" y="0" width="45" height="14" isPrintWhenDetailOverflows="true"/> <reportElement uuid="7f08e540-2cf9-4da3-b40a-fb7d5275751f" stretchType="RelativeToTallestObject" mode="Transparent" x="221" y="1" width="43" height="14" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center" verticalAlignment="Top" markup="none"> <textElement textAlignment="Center" verticalAlignment="Top" markup="none">
<font size="6" isBold="false"/> <font size="6" isBold="false"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{qtdExcesso}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{qtdExcesso}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement uuid="16c5bcd4-ac1c-4c49-b065-5794fb9c2e32" stretchType="RelativeToTallestObject" mode="Transparent" x="175" y="0" width="45" height="14" isPrintWhenDetailOverflows="true"/> <reportElement uuid="16c5bcd4-ac1c-4c49-b065-5794fb9c2e32" stretchType="RelativeToTallestObject" mode="Transparent" x="175" y="1" width="45" height="14" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center" verticalAlignment="Top" markup="none"> <textElement textAlignment="Center" verticalAlignment="Top" markup="none">
<font size="6" isBold="false"/> <font size="6" isBold="false"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{valorExcesso}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{valorExcesso}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement uuid="1aced1dd-e8d4-423f-91b9-d38720975e40" stretchType="RelativeToTallestObject" x="716" y="0" width="45" height="14" isPrintWhenDetailOverflows="true"/> <reportElement uuid="1aced1dd-e8d4-423f-91b9-d38720975e40" stretchType="RelativeToTallestObject" x="717" y="1" width="43" height="14" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center"> <textElement textAlignment="Center">
<font size="6"/> <font size="6"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{valorOCD}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{valorOCD}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement uuid="e261ef85-8d34-4708-85a5-8bed85b54785" stretchType="RelativeToTallestObject" x="761" y="0" width="45" height="14" isPrintWhenDetailOverflows="true"/> <reportElement uuid="e261ef85-8d34-4708-85a5-8bed85b54785" stretchType="RelativeToTallestObject" x="761" y="1" width="45" height="14" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center"> <textElement textAlignment="Center">
<font size="6"/> <font size="6"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{difMaior}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{difMaior}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement uuid="2171d4cc-9c99-41f1-afb1-56783f6acd83" stretchType="RelativeToTallestObject" x="806" y="0" width="52" height="14" isPrintWhenDetailOverflows="true"/> <reportElement uuid="2171d4cc-9c99-41f1-afb1-56783f6acd83" stretchType="RelativeToTallestObject" x="807" y="1" width="49" height="14" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center"> <textElement textAlignment="Center">
<font size="6"/> <font size="6"/>
</textElement> </textElement>
@ -412,147 +412,136 @@
</textField> </textField>
</band> </band>
</detail> </detail>
<lastPageFooter> <summary>
<band height="20"> <band height="20">
<line>
<reportElement uuid="1653e342-87ec-40f2-94ad-5d27b1020c3a" mode="Transparent" x="0" y="0" width="857" height="1"/>
</line>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement uuid="f0f7fc52-26be-4c51-8c78-3c55375be4aa" stretchType="RelativeToTallestObject" x="0" y="3" width="85" height="14"/> <reportElement uuid="5c65a20a-c9d5-4a90-99bc-a388aeaf3b9a" stretchType="RelativeToTallestObject" x="85" y="1" width="45" height="17" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Right" markup="none">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$R{detail.totalGeral}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement uuid="5c65a20a-c9d5-4a90-99bc-a388aeaf3b9a" stretchType="RelativeToTallestObject" x="85" y="0" width="45" height="17" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center" verticalAlignment="Top" markup="none"> <textElement textAlignment="Center" verticalAlignment="Top" markup="none">
<font size="6" isBold="false"/> <font size="6" isBold="false"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$V{sum.valorBilhete}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{sum.valorBilhete}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="dfae2822-460b-4e81-be01-a176d7a2aac7" stretchType="RelativeToTallestObject" mode="Transparent" x="490" y="2" width="45" height="17" isPrintWhenDetailOverflows="true"/> <reportElement uuid="dfae2822-460b-4e81-be01-a176d7a2aac7" stretchType="RelativeToTallestObject" mode="Transparent" x="491" y="1" width="44" height="17" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center" verticalAlignment="Top" markup="none"> <textElement textAlignment="Center" verticalAlignment="Top" markup="none">
<font size="6" isBold="false"/> <font size="6" isBold="false"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$V{sum.qtdInternet}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{sum.qtdInternet}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement uuid="c96675e1-9572-4ab1-9f83-6ec7a6ce6692" stretchType="RelativeToTallestObject" mode="Transparent" x="265" y="2" width="45" height="17" isPrintWhenDetailOverflows="true"/> <reportElement uuid="c96675e1-9572-4ab1-9f83-6ec7a6ce6692" stretchType="RelativeToTallestObject" mode="Transparent" x="266" y="1" width="43" height="17" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center" verticalAlignment="Top" markup="none"> <textElement textAlignment="Center" verticalAlignment="Top" markup="none">
<font size="6" isBold="false"/> <font size="6" isBold="false"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$V{sum.valorSeguro}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{sum.valorSeguro}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="31a240a5-8c29-4293-a2e3-844b2ca695ef" stretchType="RelativeToTallestObject" mode="Transparent" x="400" y="2" width="45" height="17" isPrintWhenDetailOverflows="true"/> <reportElement uuid="31a240a5-8c29-4293-a2e3-844b2ca695ef" stretchType="RelativeToTallestObject" mode="Transparent" x="400" y="1" width="45" height="17" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center" verticalAlignment="Top" markup="none"> <textElement textAlignment="Center" verticalAlignment="Top" markup="none">
<font size="6" isBold="false"/> <font size="6" isBold="false"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$V{sum.qtdVch}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{sum.qtdVch}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement uuid="91c51dac-2f23-40a3-beca-81d43577e200" stretchType="RelativeToTallestObject" mode="Transparent" x="626" y="2" width="45" height="17" isPrintWhenDetailOverflows="true"/> <reportElement uuid="91c51dac-2f23-40a3-beca-81d43577e200" stretchType="RelativeToTallestObject" mode="Transparent" x="626" y="1" width="45" height="17" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center" verticalAlignment="Top" markup="none"> <textElement textAlignment="Center" verticalAlignment="Top" markup="none">
<font size="6" isBold="false"/> <font size="6" isBold="false"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$V{sum.valorEstornado}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{sum.valorEstornado}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement uuid="6035409c-38a6-4809-8e25-df5d9fe77cf4" stretchType="RelativeToTallestObject" mode="Transparent" x="355" y="2" width="45" height="17" isPrintWhenDetailOverflows="true"/> <reportElement uuid="6035409c-38a6-4809-8e25-df5d9fe77cf4" stretchType="RelativeToTallestObject" mode="Transparent" x="356" y="1" width="43" height="17" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center" verticalAlignment="Top" markup="none"> <textElement textAlignment="Center" verticalAlignment="Top" markup="none">
<font size="6" isBold="false"/> <font size="6" isBold="false"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$V{sum.valorVch}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{sum.valorVch}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement uuid="a9096947-664a-4340-a0d9-93872e846918" stretchType="RelativeToTallestObject" mode="Transparent" x="445" y="2" width="45" height="17" isPrintWhenDetailOverflows="true"/> <reportElement uuid="a9096947-664a-4340-a0d9-93872e846918" stretchType="RelativeToTallestObject" mode="Transparent" x="446" y="1" width="44" height="17" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center" verticalAlignment="Top" markup="none"> <textElement textAlignment="Center" verticalAlignment="Top" markup="none">
<font size="6" isBold="false"/> <font size="6" isBold="false"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$V{sum.valorInternet}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{sum.valorInternet}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="1e646b2f-f00a-47aa-84f2-50f886028a22" stretchType="RelativeToTallestObject" mode="Transparent" x="310" y="2" width="45" height="17" isPrintWhenDetailOverflows="true"/> <reportElement uuid="1e646b2f-f00a-47aa-84f2-50f886028a22" stretchType="RelativeToTallestObject" mode="Transparent" x="310" y="1" width="45" height="17" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center" verticalAlignment="Top" markup="none"> <textElement textAlignment="Center" verticalAlignment="Top" markup="none">
<font size="6" isBold="false"/> <font size="6" isBold="false"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$V{sum.qtdSeguro}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{sum.qtdSeguro}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="3070f702-c0c4-41fc-8afc-79d25df8f645" stretchType="RelativeToTallestObject" mode="Transparent" x="581" y="2" width="45" height="17" isPrintWhenDetailOverflows="true"/> <reportElement uuid="3070f702-c0c4-41fc-8afc-79d25df8f645" stretchType="RelativeToTallestObject" mode="Transparent" x="581" y="1" width="44" height="17" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center" verticalAlignment="Top" markup="none"> <textElement textAlignment="Center" verticalAlignment="Top" markup="none">
<font size="6" isBold="false"/> <font size="6" isBold="false"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$V{sum.qtdCancelado}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{sum.qtdCancelado}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement uuid="c40286db-ba4d-46d5-a377-a3b7982affe5" stretchType="RelativeToTallestObject" mode="Transparent" x="175" y="2" width="45" height="17" isPrintWhenDetailOverflows="true"/> <reportElement uuid="c40286db-ba4d-46d5-a377-a3b7982affe5" stretchType="RelativeToTallestObject" mode="Transparent" x="175" y="1" width="45" height="17" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center" verticalAlignment="Top" markup="none"> <textElement textAlignment="Center" verticalAlignment="Top" markup="none">
<font size="6" isBold="false"/> <font size="6" isBold="false"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$V{sum.valorExcesso}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{sum.valorExcesso}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement uuid="b5f5917f-69e4-4408-8961-d9d50f151ede" stretchType="RelativeToTallestObject" mode="Transparent" x="536" y="2" width="45" height="17" isPrintWhenDetailOverflows="true"/> <reportElement uuid="b5f5917f-69e4-4408-8961-d9d50f151ede" stretchType="RelativeToTallestObject" mode="Transparent" x="535" y="1" width="45" height="17" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center" verticalAlignment="Top" markup="none"> <textElement textAlignment="Center" verticalAlignment="Top" markup="none">
<font size="6" isBold="false"/> <font size="6" isBold="false"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$V{sum.valorCancelado}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{sum.valorCancelado}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="6f4e820e-a46f-4354-9c67-7535cdf12881" stretchType="RelativeToTallestObject" mode="Transparent" x="220" y="2" width="45" height="17" isPrintWhenDetailOverflows="true"/> <reportElement uuid="6f4e820e-a46f-4354-9c67-7535cdf12881" stretchType="RelativeToTallestObject" mode="Transparent" x="221" y="1" width="43" height="17" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center" verticalAlignment="Top" markup="none"> <textElement textAlignment="Center" verticalAlignment="Top" markup="none">
<font size="6" isBold="false"/> <font size="6" isBold="false"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$V{sum.qtdExcesso}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{sum.qtdExcesso}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="c19ad692-5d21-4015-94b4-e67390847023" stretchType="RelativeToTallestObject" mode="Transparent" x="671" y="2" width="45" height="17" isPrintWhenDetailOverflows="true"/> <reportElement uuid="c19ad692-5d21-4015-94b4-e67390847023" stretchType="RelativeToTallestObject" mode="Transparent" x="672" y="1" width="43" height="17" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center" verticalAlignment="Top" markup="none"> <textElement textAlignment="Center" verticalAlignment="Top" markup="none">
<font size="6" isBold="false"/> <font size="6" isBold="false"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$V{sum.qtdEstornado}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{sum.qtdEstornado}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="903b955c-d69f-487a-9ebe-5cfe37b174e5" stretchType="RelativeToTallestObject" x="130" y="2" width="45" height="16" isPrintWhenDetailOverflows="true"/> <reportElement uuid="903b955c-d69f-487a-9ebe-5cfe37b174e5" stretchType="RelativeToTallestObject" x="131" y="1" width="44" height="17" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center" verticalAlignment="Top" markup="none"> <textElement textAlignment="Center" verticalAlignment="Top" markup="none">
<font size="6" isBold="false"/> <font size="6" isBold="false"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$V{sum.qtdBilhete}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{sum.qtdBilhete}]]></textFieldExpression>
</textField> </textField>
<line>
<reportElement uuid="b7862f5f-e52b-46cf-8a43-ffdddc3d0c53" x="-2" y="1" width="857" height="1"/>
</line>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement uuid="f567159f-10d9-4408-823b-4edbb6ebe7d5" stretchType="RelativeToTallestObject" x="716" y="2" width="45" height="17" isPrintWhenDetailOverflows="true"/> <reportElement uuid="f567159f-10d9-4408-823b-4edbb6ebe7d5" stretchType="RelativeToTallestObject" x="717" y="1" width="43" height="17" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center"> <textElement textAlignment="Center">
<font size="6"/> <font size="6"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$V{sum.valorOCD}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{sum.valorOCD}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement uuid="7fab5128-1aa9-46ea-b06c-2dbf951f6a01" stretchType="RelativeToTallestObject" x="761" y="2" width="45" height="17" isPrintWhenDetailOverflows="true"/> <reportElement uuid="7fab5128-1aa9-46ea-b06c-2dbf951f6a01" stretchType="RelativeToTallestObject" x="761" y="1" width="45" height="17" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center"> <textElement textAlignment="Center">
<font size="6"/> <font size="6"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$V{sum.difMaior}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{sum.difMaior}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement uuid="3c5ebc8a-0792-4bf6-aadf-39842a09a8dd" stretchType="RelativeToTallestObject" x="806" y="2" width="52" height="17" isPrintWhenDetailOverflows="true"/> <reportElement uuid="3c5ebc8a-0792-4bf6-aadf-39842a09a8dd" stretchType="RelativeToTallestObject" x="807" y="1" width="49" height="17" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center"> <textElement textAlignment="Center">
<font size="6"/> <font size="6"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$V{sum.total}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{sum.total}]]></textFieldExpression>
</textField> </textField>
</band> </band>
</lastPageFooter> </summary>
<noData> <noData>
<band height="20"> <band height="20">
<textField> <textField>
<reportElement uuid="5a6c1b7b-2242-4cf1-b957-723b906ee620" x="0" y="0" width="857" height="20"/> <reportElement uuid="5a6c1b7b-2242-4cf1-b957-723b906ee620" x="1" y="0" width="856" height="20"/>
<textElement/> <textElement textAlignment="Center">
<font isBold="true" isItalic="false"/>
</textElement>
<textFieldExpression><![CDATA[$R{msg.noData}]]></textFieldExpression> <textFieldExpression><![CDATA[$R{msg.noData}]]></textFieldExpression>
</textField> </textField>
</band> </band>