fixes bug#13319

dev:wilian
qua:

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@89057 d1611594-4594-4d17-8e1d-87c2c4800839
master
wilian 2019-01-18 18:12:34 +00:00
parent 3dd1676b82
commit 9f8ede9f1b
5 changed files with 49 additions and 47 deletions

View File

@ -90,6 +90,8 @@ public class RelatorioIntegracaoAntiFraude extends Relatorio {
if (parametros.get("statusKondutoEnvioId") != null) { if (parametros.get("statusKondutoEnvioId") != null) {
instrucaoSql.append("AND TK.STATUSENVIO IN(" + parametros.get("statusKondutoEnvioId").toString() + ") "); instrucaoSql.append("AND TK.STATUSENVIO IN(" + parametros.get("statusKondutoEnvioId").toString() + ") ");
} }
instrucaoSql.append(" ORDER BY TK.DATA_VENDA ");
} }
@Override @Override

View File

@ -23,8 +23,8 @@ label.dataCompra=Data Compra
label.horaCompra=Hora Compra label.horaCompra=Hora Compra
label.nsu=NSU label.nsu=NSU
label.autorizacao=Autorização label.autorizacao=Autorização
label.valor=Valor label.valorTransacao=Valor Transação
label.valorTotal=Valor Total label.valorBilhete=Valor Bilhete
label.servico=Serviço label.servico=Serviço
label.dataViagem=Data Viagem label.dataViagem=Data Viagem
label.horaViagem=Hora Viagem label.horaViagem=Hora Viagem

View File

@ -23,8 +23,8 @@ label.dataCompra=Data Compra
label.horaCompra=Hora Compra label.horaCompra=Hora Compra
label.nsu=NSU label.nsu=NSU
label.autorizacao=Autorização label.autorizacao=Autorização
label.valor=Valor label.valorTransacao=Valor Transação
label.valorTotal=Valor Total label.valorBilhete=Valor Bilhete
label.servico=Serviço label.servico=Serviço
label.dataViagem=Data Viagem label.dataViagem=Data Viagem
label.horaViagem=Hora Viagem label.horaViagem=Hora Viagem

View File

@ -1,12 +1,12 @@
<?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="RelatorioIntegracaoAntiFraude" pageWidth="1980" pageHeight="595" orientation="Landscape" columnWidth="1940" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="7e37af0b-caa1-4f25-831c-5cbb2bb78560"> <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="RelatorioIntegracaoAntiFraude" pageWidth="2010" pageHeight="595" orientation="Landscape" columnWidth="1970" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="7e37af0b-caa1-4f25-831c-5cbb2bb78560">
<property name="net.sf.jasperreports.export.xls.exclude.origin.band.2" value="pageHeader"/> <property name="net.sf.jasperreports.export.xls.exclude.origin.band.2" 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"/>
<property name="net.sf.jasperreports.export.xls.remove.empty.space.between.rows" value="true"/> <property name="net.sf.jasperreports.export.xls.remove.empty.space.between.rows" value="true"/>
<property name="net.sf.jasperreports.export.xls.remove.empty.space.between.columns" value="true"/> <property name="net.sf.jasperreports.export.xls.remove.empty.space.between.columns" value="true"/>
<property name="ireport.zoom" value="0.5"/> <property name="ireport.zoom" value="1.5"/>
<property name="ireport.x" value="0"/> <property name="ireport.x" value="2276"/>
<property name="ireport.y" value="0"/> <property name="ireport.y" value="96"/>
<parameter name="NOME_RELATORIO" class="java.lang.String"/> <parameter name="NOME_RELATORIO" class="java.lang.String"/>
<parameter name="empresa" class="java.lang.String"/> <parameter name="empresa" class="java.lang.String"/>
<parameter name="statusKonduto" class="java.lang.String"/> <parameter name="statusKonduto" class="java.lang.String"/>
@ -101,7 +101,7 @@
<textFieldExpression><![CDATA[$P{periodo}]]></textFieldExpression> <textFieldExpression><![CDATA[$P{periodo}]]></textFieldExpression>
</textField> </textField>
<line> <line>
<reportElement positionType="Float" x="0" y="165" width="1940" height="1" uuid="ef42d3b8-d503-4309-a5ea-8f2b934d6ca9"/> <reportElement positionType="Float" x="0" y="165" width="1970" height="1" uuid="ef42d3b8-d503-4309-a5ea-8f2b934d6ca9"/>
</line> </line>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement positionType="Float" x="0" y="65" width="130" height="20" uuid="27dd2e10-0e2b-4097-b225-7ab431136158"/> <reportElement positionType="Float" x="0" y="65" width="130" height="20" uuid="27dd2e10-0e2b-4097-b225-7ab431136158"/>
@ -212,7 +212,7 @@
<textElement textAlignment="Right" verticalAlignment="Top" markup="none"> <textElement textAlignment="Right" verticalAlignment="Top" markup="none">
<font size="5" isBold="true"/> <font size="5" isBold="true"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$R{label.valorTotal}]]></textFieldExpression> <textFieldExpression><![CDATA[$R{label.valorBilhete}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true"> <textField isStretchWithOverflow="true">
<reportElement stretchType="RelativeToTallestObject" x="843" y="0" width="56" height="15" isPrintWhenDetailOverflows="true" uuid="09f2c725-427d-4357-9ef8-3cbcfdcae0d8"/> <reportElement stretchType="RelativeToTallestObject" x="843" y="0" width="56" height="15" isPrintWhenDetailOverflows="true" uuid="09f2c725-427d-4357-9ef8-3cbcfdcae0d8"/>
@ -264,7 +264,7 @@
<textFieldExpression><![CDATA[$R{label.passageiro}]]></textFieldExpression> <textFieldExpression><![CDATA[$R{label.passageiro}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true"> <textField isStretchWithOverflow="true">
<reportElement stretchType="RelativeToTallestObject" x="1767" y="0" width="52" height="15" isPrintWhenDetailOverflows="true" uuid="e8e712cc-504e-4c09-9c97-016434df2ec3"/> <reportElement stretchType="RelativeToTallestObject" x="1777" y="0" width="52" height="15" isPrintWhenDetailOverflows="true" uuid="e8e712cc-504e-4c09-9c97-016434df2ec3"/>
<box rightPadding="2"/> <box rightPadding="2"/>
<textElement textAlignment="Center" verticalAlignment="Top" markup="none"> <textElement textAlignment="Center" verticalAlignment="Top" markup="none">
<font size="5" isBold="true"/> <font size="5" isBold="true"/>
@ -272,21 +272,21 @@
<textFieldExpression><![CDATA[$R{label.tentativasEnvio}]]></textFieldExpression> <textFieldExpression><![CDATA[$R{label.tentativasEnvio}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true"> <textField isStretchWithOverflow="true">
<reportElement stretchType="RelativeToTallestObject" x="1819" y="0" width="61" height="15" isPrintWhenDetailOverflows="true" uuid="5d87fe51-2795-41b1-a26b-b09068e7acfe"/> <reportElement stretchType="RelativeToTallestObject" x="1829" y="0" width="61" height="15" isPrintWhenDetailOverflows="true" uuid="5d87fe51-2795-41b1-a26b-b09068e7acfe"/>
<textElement verticalAlignment="Top" markup="none"> <textElement verticalAlignment="Top" markup="none">
<font size="5" isBold="true"/> <font size="5" isBold="true"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$R{label.statusTotalBus}]]></textFieldExpression> <textFieldExpression><![CDATA[$R{label.statusTotalBus}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true"> <textField isStretchWithOverflow="true">
<reportElement stretchType="RelativeToTallestObject" x="1562" y="0" width="75" height="15" isPrintWhenDetailOverflows="true" uuid="b404b43a-b24e-426c-a420-98e6d4a0eaa5"/> <reportElement stretchType="RelativeToTallestObject" x="1572" y="0" width="75" height="15" isPrintWhenDetailOverflows="true" uuid="b404b43a-b24e-426c-a420-98e6d4a0eaa5"/>
<textElement verticalAlignment="Top" markup="none"> <textElement verticalAlignment="Top" markup="none">
<font size="5" isBold="true"/> <font size="5" isBold="true"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$R{label.statusKonduto}]]></textFieldExpression> <textFieldExpression><![CDATA[$R{label.statusKonduto}]]></textFieldExpression>
</textField> </textField>
<line> <line>
<reportElement positionType="Float" x="0" y="15" width="1940" height="1" uuid="a26eeb8d-4c0a-4456-87af-21e38559cf31"/> <reportElement positionType="Float" x="0" y="15" width="1970" height="1" uuid="a26eeb8d-4c0a-4456-87af-21e38559cf31"/>
</line> </line>
<textField isStretchWithOverflow="true"> <textField isStretchWithOverflow="true">
<reportElement stretchType="RelativeToTallestObject" x="1370" y="0" width="62" height="15" isPrintWhenDetailOverflows="true" uuid="c1b5077b-162b-4d10-b8c2-ae334c16123f"/> <reportElement stretchType="RelativeToTallestObject" x="1370" y="0" width="62" height="15" isPrintWhenDetailOverflows="true" uuid="c1b5077b-162b-4d10-b8c2-ae334c16123f"/>
@ -322,31 +322,31 @@
<textElement textAlignment="Right" verticalAlignment="Top" markup="none"> <textElement textAlignment="Right" verticalAlignment="Top" markup="none">
<font size="5" isBold="true"/> <font size="5" isBold="true"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$R{label.valor}]]></textFieldExpression> <textFieldExpression><![CDATA[$R{label.valorTransacao}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true"> <textField isStretchWithOverflow="true">
<reportElement stretchType="RelativeToTallestObject" x="1432" y="0" width="130" height="15" isPrintWhenDetailOverflows="true" uuid="bc4fa527-08d2-47c0-88e3-2e7573f76082"/> <reportElement stretchType="RelativeToTallestObject" x="1432" y="0" width="140" height="15" isPrintWhenDetailOverflows="true" uuid="bc4fa527-08d2-47c0-88e3-2e7573f76082"/>
<textElement verticalAlignment="Top" markup="none"> <textElement verticalAlignment="Top" markup="none">
<font size="5" isBold="true"/> <font size="5" isBold="true"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$R{label.idKonduto}]]></textFieldExpression> <textFieldExpression><![CDATA[$R{label.idKonduto}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true"> <textField isStretchWithOverflow="true">
<reportElement stretchType="RelativeToTallestObject" x="1637" y="0" width="65" height="15" isPrintWhenDetailOverflows="true" uuid="92b1d5ce-d0d0-4936-98b9-88d80836fcd6"/> <reportElement stretchType="RelativeToTallestObject" x="1647" y="0" width="65" height="15" isPrintWhenDetailOverflows="true" uuid="92b1d5ce-d0d0-4936-98b9-88d80836fcd6"/>
<textElement verticalAlignment="Top" markup="none"> <textElement verticalAlignment="Top" markup="none">
<font size="5" isBold="true"/> <font size="5" isBold="true"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$R{label.dataEnvio}]]></textFieldExpression> <textFieldExpression><![CDATA[$R{label.dataEnvio}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true"> <textField isStretchWithOverflow="true">
<reportElement stretchType="RelativeToTallestObject" x="1702" y="0" width="65" height="15" isPrintWhenDetailOverflows="true" uuid="017a9314-263f-42cf-aa2b-638da33b45ca"/> <reportElement stretchType="RelativeToTallestObject" x="1712" y="0" width="65" height="15" isPrintWhenDetailOverflows="true" uuid="017a9314-263f-42cf-aa2b-638da33b45ca"/>
<textElement verticalAlignment="Top" markup="none"> <textElement verticalAlignment="Top" markup="none">
<font size="5" isBold="true"/> <font size="5" isBold="true"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$R{label.horaEnvio}]]></textFieldExpression> <textFieldExpression><![CDATA[$R{label.horaEnvio}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true"> <textField isStretchWithOverflow="true">
<reportElement stretchType="RelativeToTallestObject" x="1880" y="0" width="61" height="15" isPrintWhenDetailOverflows="true" uuid="2c625bef-6aa5-4a88-ba9f-935ec30e718f"/> <reportElement stretchType="RelativeToTallestObject" x="1890" y="0" width="80" height="15" isPrintWhenDetailOverflows="true" uuid="2c625bef-6aa5-4a88-ba9f-935ec30e718f"/>
<textElement verticalAlignment="Top" markup="none"> <textElement verticalAlignment="Top" markup="none">
<font size="5" isBold="true"/> <font size="5" isBold="true"/>
</textElement> </textElement>
@ -357,21 +357,21 @@
<detail> <detail>
<band height="15" splitType="Stretch"> <band height="15" splitType="Stretch">
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="964" y="0" width="65" height="15" isPrintWhenDetailOverflows="true" uuid="75d5190d-883d-405c-ab26-b276c3cf05ac"/> <reportElement stretchType="RelativeToTallestObject" x="964" y="0" width="65" height="15" uuid="75d5190d-883d-405c-ab26-b276c3cf05ac"/>
<textElement verticalAlignment="Top"> <textElement verticalAlignment="Top">
<font size="5"/> <font size="5"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{HORA_VIAGEM}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{HORA_VIAGEM}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="210" y="0" width="70" height="15" isPrintWhenDetailOverflows="true" uuid="736fff80-1a77-49d3-ac6e-6db0455dea25"/> <reportElement stretchType="RelativeToTallestObject" x="210" y="0" width="70" height="15" uuid="736fff80-1a77-49d3-ac6e-6db0455dea25"/>
<textElement verticalAlignment="Top"> <textElement verticalAlignment="Top">
<font size="5"/> <font size="5"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{CPF_COMPRADOR}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{CPF_COMPRADOR}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="280" y="0" width="171" height="15" isPrintWhenDetailOverflows="true" uuid="24dc6a67-c61b-455b-92cf-6513bf0dd395"/> <reportElement stretchType="RelativeToTallestObject" x="280" y="0" width="171" height="15" uuid="24dc6a67-c61b-455b-92cf-6513bf0dd395"/>
<box leftPadding="2" rightPadding="2"/> <box leftPadding="2" rightPadding="2"/>
<textElement verticalAlignment="Top"> <textElement verticalAlignment="Top">
<font size="5"/> <font size="5"/>
@ -379,28 +379,28 @@
<textFieldExpression><![CDATA[$F{NOME_COMPRADOR}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{NOME_COMPRADOR}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="451" y="0" width="65" height="15" isPrintWhenDetailOverflows="true" uuid="1c152ef7-6a39-4213-89f2-6c132b72fec2"/> <reportElement stretchType="RelativeToTallestObject" x="451" y="0" width="65" height="15" uuid="1c152ef7-6a39-4213-89f2-6c132b72fec2"/>
<textElement verticalAlignment="Top"> <textElement verticalAlignment="Top">
<font size="5"/> <font size="5"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{DATA_COMPRA}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{DATA_COMPRA}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="581" y="0" width="53" height="15" isPrintWhenDetailOverflows="true" uuid="7b56a17d-dce8-44c3-9bfc-4e662ddb039a"/> <reportElement stretchType="RelativeToTallestObject" x="581" y="0" width="53" height="15" uuid="7b56a17d-dce8-44c3-9bfc-4e662ddb039a"/>
<textElement verticalAlignment="Top"> <textElement verticalAlignment="Top">
<font size="5"/> <font size="5"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{NSU}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{NSU}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="634" y="0" width="67" height="15" isPrintWhenDetailOverflows="true" uuid="50e5e2c2-aa07-40d8-9f9e-bc7317b4b3cc"/> <reportElement stretchType="RelativeToTallestObject" x="634" y="0" width="67" height="15" uuid="50e5e2c2-aa07-40d8-9f9e-bc7317b4b3cc"/>
<textElement verticalAlignment="Top"> <textElement verticalAlignment="Top">
<font size="5"/> <font size="5"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{AUTORIZACAO}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{AUTORIZACAO}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="773" y="0" width="70" height="15" isPrintWhenDetailOverflows="true" uuid="219b202b-d6c8-4a30-8571-184406a093ec"/> <reportElement stretchType="RelativeToTallestObject" x="773" y="0" width="70" height="15" uuid="219b202b-d6c8-4a30-8571-184406a093ec"/>
<box rightPadding="2"/> <box rightPadding="2"/>
<textElement textAlignment="Right" verticalAlignment="Top"> <textElement textAlignment="Right" verticalAlignment="Top">
<font size="5"/> <font size="5"/>
@ -408,56 +408,56 @@
<textFieldExpression><![CDATA[$F{VALOR_TOTAL}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{VALOR_TOTAL}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="843" y="0" width="56" height="15" isPrintWhenDetailOverflows="true" uuid="f967b32f-1e8a-4847-9378-a9583ed64eb8"/> <reportElement stretchType="RelativeToTallestObject" x="843" y="0" width="56" height="15" uuid="f967b32f-1e8a-4847-9378-a9583ed64eb8"/>
<textElement verticalAlignment="Top"> <textElement verticalAlignment="Top">
<font size="5"/> <font size="5"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{SERVICO}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{SERVICO}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="899" y="0" width="65" height="15" isPrintWhenDetailOverflows="true" uuid="e295288e-747b-4c60-ba2c-79a650503a95"/> <reportElement stretchType="RelativeToTallestObject" x="899" y="0" width="65" height="15" uuid="e295288e-747b-4c60-ba2c-79a650503a95"/>
<textElement verticalAlignment="Top"> <textElement verticalAlignment="Top">
<font size="5"/> <font size="5"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{DATA_VIAGEM}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{DATA_VIAGEM}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="1029" y="0" width="80" height="15" isPrintWhenDetailOverflows="true" uuid="6028c261-a71d-406e-a140-3e6a88dd81d6"/> <reportElement stretchType="RelativeToTallestObject" x="1029" y="0" width="80" height="15" uuid="6028c261-a71d-406e-a140-3e6a88dd81d6"/>
<textElement verticalAlignment="Top"> <textElement verticalAlignment="Top">
<font size="5"/> <font size="5"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{ORIGEM}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{ORIGEM}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="1109" y="0" width="80" height="15" isPrintWhenDetailOverflows="true" uuid="8dfd6984-4f8f-43b2-8f13-7693b3172a73"/> <reportElement stretchType="RelativeToTallestObject" x="1109" y="0" width="80" height="15" uuid="8dfd6984-4f8f-43b2-8f13-7693b3172a73"/>
<textElement verticalAlignment="Top"> <textElement verticalAlignment="Top">
<font size="5"/> <font size="5"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{DESTINO}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{DESTINO}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="1189" y="0" width="40" height="15" isPrintWhenDetailOverflows="true" uuid="9782340c-2080-4c8a-94c9-78c62e48a6a3"/> <reportElement stretchType="RelativeToTallestObject" x="1189" y="0" width="40" height="15" uuid="9782340c-2080-4c8a-94c9-78c62e48a6a3"/>
<textElement verticalAlignment="Top"> <textElement verticalAlignment="Top">
<font size="5"/> <font size="5"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{BILHETE}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{BILHETE}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="1229" y="0" width="41" height="15" isPrintWhenDetailOverflows="true" uuid="9ad8048f-4355-44ef-b14d-e54825347828"/> <reportElement stretchType="RelativeToTallestObject" x="1229" y="0" width="41" height="15" uuid="9ad8048f-4355-44ef-b14d-e54825347828"/>
<textElement textAlignment="Center" verticalAlignment="Top"> <textElement textAlignment="Center" verticalAlignment="Top">
<font size="5"/> <font size="5"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{POLTRONA}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{POLTRONA}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="1270" y="0" width="100" height="15" isPrintWhenDetailOverflows="true" uuid="420a5c3e-4798-4c66-98c8-a6ea957712e0"/> <reportElement stretchType="RelativeToTallestObject" x="1270" y="0" width="100" height="15" uuid="420a5c3e-4798-4c66-98c8-a6ea957712e0"/>
<textElement verticalAlignment="Top"> <textElement verticalAlignment="Top">
<font size="5"/> <font size="5"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{PASSAGEIRO}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{PASSAGEIRO}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="1767" y="0" width="52" height="15" isPrintWhenDetailOverflows="true" uuid="4f2454f2-2d38-4ae6-9844-abdcc350bc88"/> <reportElement stretchType="RelativeToTallestObject" x="1777" y="0" width="52" height="15" uuid="4f2454f2-2d38-4ae6-9844-abdcc350bc88"/>
<box rightPadding="2"/> <box rightPadding="2"/>
<textElement textAlignment="Center" verticalAlignment="Top"> <textElement textAlignment="Center" verticalAlignment="Top">
<font size="5"/> <font size="5"/>
@ -465,49 +465,49 @@
<textFieldExpression><![CDATA[$F{TENTATIVAENVIO}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{TENTATIVAENVIO}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="1819" y="0" width="61" height="15" isPrintWhenDetailOverflows="true" uuid="e11d547a-4953-4bfa-b9c0-a8841b84ca9b"/> <reportElement stretchType="RelativeToTallestObject" x="1829" y="0" width="61" height="15" uuid="e11d547a-4953-4bfa-b9c0-a8841b84ca9b"/>
<textElement verticalAlignment="Top"> <textElement verticalAlignment="Top">
<font size="5"/> <font size="5"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{STATUSTRANSACAO}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{STATUSTRANSACAO}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="1562" y="0" width="75" height="15" isPrintWhenDetailOverflows="true" uuid="bcb0b169-9e5e-4b1c-a242-9c9c03f755f7"/> <reportElement stretchType="RelativeToTallestObject" x="1572" y="0" width="75" height="15" uuid="bcb0b169-9e5e-4b1c-a242-9c9c03f755f7"/>
<textElement verticalAlignment="Top"> <textElement verticalAlignment="Top">
<font size="5"/> <font size="5"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{STATUSTRANSACAOKONDUTO}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{STATUSTRANSACAOKONDUTO}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="1370" y="0" width="62" height="15" isPrintWhenDetailOverflows="true" uuid="2acd487c-c9de-4f48-b8c1-4974d49d2799"/> <reportElement stretchType="RelativeToTallestObject" x="1370" y="0" width="62" height="15" uuid="2acd487c-c9de-4f48-b8c1-4974d49d2799"/>
<textElement verticalAlignment="Top"> <textElement verticalAlignment="Top">
<font size="5"/> <font size="5"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{STATUSENVIO}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{STATUSENVIO}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="0" y="0" width="105" height="15" isPrintWhenDetailOverflows="true" uuid="12152912-7637-4ddf-96e0-89e2f34539bd"/> <reportElement stretchType="RelativeToTallestObject" x="0" y="0" width="105" height="15" uuid="12152912-7637-4ddf-96e0-89e2f34539bd"/>
<textElement verticalAlignment="Top"> <textElement verticalAlignment="Top">
<font size="5"/> <font size="5"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{NOMBEMPRESA}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{NOMBEMPRESA}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="516" y="0" width="65" height="15" isPrintWhenDetailOverflows="true" uuid="4632fd3e-6e1a-43cb-ab09-4db9b5190af0"/> <reportElement stretchType="RelativeToTallestObject" x="516" y="0" width="65" height="15" uuid="4632fd3e-6e1a-43cb-ab09-4db9b5190af0"/>
<textElement verticalAlignment="Top"> <textElement verticalAlignment="Top">
<font size="5"/> <font size="5"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{HORA_COMPRA}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{HORA_COMPRA}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="105" y="0" width="105" height="15" isPrintWhenDetailOverflows="true" uuid="6c9077ec-ec7e-4b61-8853-0ffce7452e32"/> <reportElement stretchType="RelativeToTallestObject" x="105" y="0" width="105" height="15" uuid="6c9077ec-ec7e-4b61-8853-0ffce7452e32"/>
<textElement verticalAlignment="Top"> <textElement verticalAlignment="Top">
<font size="5"/> <font size="5"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{NOMBPUNTOVENTA}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{NOMBPUNTOVENTA}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="701" y="0" width="72" height="15" isPrintWhenDetailOverflows="true" uuid="08ce579f-35d6-4b87-8caa-ee40ff2863f7"/> <reportElement stretchType="RelativeToTallestObject" x="701" y="0" width="72" height="15" uuid="08ce579f-35d6-4b87-8caa-ee40ff2863f7"/>
<box rightPadding="2"/> <box rightPadding="2"/>
<textElement textAlignment="Right" verticalAlignment="Top"> <textElement textAlignment="Right" verticalAlignment="Top">
<font size="5"/> <font size="5"/>
@ -515,28 +515,28 @@
<textFieldExpression><![CDATA[$F{VALOR}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{VALOR}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="1432" y="0" width="130" height="15" isPrintWhenDetailOverflows="true" uuid="69fbf8f0-42ff-4ac1-b4c3-98cb8981756d"/> <reportElement stretchType="RelativeToTallestObject" x="1432" y="0" width="140" height="15" uuid="69fbf8f0-42ff-4ac1-b4c3-98cb8981756d"/>
<textElement verticalAlignment="Top"> <textElement verticalAlignment="Top">
<font size="5"/> <font size="5"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{ID_KONDUTO}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{ID_KONDUTO}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true"> <textField isStretchWithOverflow="true">
<reportElement stretchType="RelativeToTallestObject" x="1637" y="0" width="65" height="15" isPrintWhenDetailOverflows="true" uuid="e5a43d21-e1c1-4006-8bdc-c0d9e3a70eba"/> <reportElement stretchType="RelativeToTallestObject" x="1647" y="0" width="65" height="15" uuid="e5a43d21-e1c1-4006-8bdc-c0d9e3a70eba"/>
<textElement verticalAlignment="Top" markup="none"> <textElement verticalAlignment="Top" markup="none">
<font size="5" isBold="false"/> <font size="5" isBold="false"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{DATA_ENVIO}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{DATA_ENVIO}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true"> <textField isStretchWithOverflow="true">
<reportElement stretchType="RelativeToTallestObject" x="1702" y="0" width="65" height="15" isPrintWhenDetailOverflows="true" uuid="a2018f05-1b75-4098-b811-122505c7a71c"/> <reportElement stretchType="RelativeToTallestObject" x="1712" y="0" width="65" height="15" uuid="a2018f05-1b75-4098-b811-122505c7a71c"/>
<textElement verticalAlignment="Top" markup="none"> <textElement verticalAlignment="Top" markup="none">
<font size="5" isBold="false"/> <font size="5" isBold="false"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{HORA_ENVIO}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{HORA_ENVIO}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="1880" y="0" width="61" height="15" isPrintWhenDetailOverflows="true" uuid="595178ad-5ca3-4d79-984f-e9f0451e7658"/> <reportElement stretchType="RelativeToTallestObject" x="1890" y="0" width="80" height="15" uuid="595178ad-5ca3-4d79-984f-e9f0451e7658"/>
<textElement verticalAlignment="Top"> <textElement verticalAlignment="Top">
<font size="5"/> <font size="5"/>
</textElement> </textElement>
@ -547,7 +547,7 @@
<summary> <summary>
<band height="17" splitType="Stretch"> <band height="17" splitType="Stretch">
<line> <line>
<reportElement x="0" y="1" width="1940" height="1" uuid="a05ac3c2-aff5-472f-b942-34f4bd106232"/> <reportElement x="0" y="1" width="1970" height="1" uuid="a05ac3c2-aff5-472f-b942-34f4bd106232"/>
</line> </line>
<textField pattern="#,##0.00"> <textField pattern="#,##0.00">
<reportElement x="773" y="2" width="70" height="15" uuid="ca18f432-671a-4981-9cdb-650412bebc8a"/> <reportElement x="773" y="2" width="70" height="15" uuid="ca18f432-671a-4981-9cdb-650412bebc8a"/>
@ -570,7 +570,7 @@
<textElement textAlignment="Right" verticalAlignment="Middle"> <textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6" isBold="true"/> <font size="6" isBold="true"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$V{somaValorTotal}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{somaValor}]]></textFieldExpression>
</textField> </textField>
</band> </band>
</summary> </summary>