fixed bug#12319

qua:Wallysson
dev:Thiago

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@86672 d1611594-4594-4d17-8e1d-87c2c4800839
master
frederico 2018-10-31 20:21:04 +00:00
parent 8fb3f0bdd1
commit e00f49115a
5 changed files with 99 additions and 60 deletions

View File

@ -39,9 +39,10 @@ public class RelatorioHistoricoClientes extends Relatorio {
dataResult.put("cpfCliente", rset.getString("cpfCliente"));
dataResult.put("emailCliente", rset.getString("emailCliente"));
dataResult.put("telCliente", rset.getString("telCliente"));
dataResult.put("celular", rset.getString("celular"));
dataResult.put("sigla", rset.getString("sigla"));
dataResult.put("bilhete", rset.getString("bilhete"));
dataResult.put("codAgencia", rset.getString("codAgencia"));
dataResult.put("agencia", rset.getString("agencia"));
dataResult.put("linha", rset.getString("linha"));
dataResult.put("origem", rset.getString("origem"));
@ -96,6 +97,7 @@ public class RelatorioHistoricoClientes extends Relatorio {
sql.append("OR (caja.TIPOVENTA_ID NOT IN (12,18,49,5))) ");
sql.append("THEN 'NO' ELSE 'IP' END as sigla,");
sql.append("caja.NUMFOLIOSISTEMA AS bilhete, ");
sql.append("puntoVenta.NUMPUNTOVENTA AS codAgencia, ");
sql.append("puntoVenta.NOMBPUNTOVENTA AS agencia, ");
sql.append("ruta.DESCRUTA AS linha, ");
sql.append("origem.DESCPARADA AS origem, ");
@ -109,7 +111,8 @@ public class RelatorioHistoricoClientes extends Relatorio {
sql.append("cliente.NOMBCLIENTE AS nomeCliente, ");
sql.append("cliente.NUMIDENTIFICAUNO AS cpfCliente, ");
sql.append("cliente.DESCCORREO AS emailCliente, ");
sql.append("cliente.NUMTELEFONO AS telCliente, ");
sql.append("cliente.NUMTELEFONO AS telCliente, ");
sql.append("cliente.NUMTELEFONODOS AS celular, ");
sql.append("caja.IMPORTEOUTROS + caja.IMPORTEPEDAGIO + caja.IMPORTESEGURO + caja.IMPORTETAXAEMBARQUE AS taxas, ");
sql.append("(SELECT LISTAGG(formaPago.CVEPAGO, ',') WITHIN GROUP (ORDER BY formaPago.CVEPAGO) ");
sql.append("FROM CAJA caja2 ");

View File

@ -15,8 +15,10 @@ label.nomeCliente=Nome
label.cpfCliente=CPF
label.emailCliente=Email
label.telCliente=Tel
label.celular=Celular
label.sigla=Tipo
label.bilhete=Bilhete
label.codAgencia= Cod. Agência
label.agencia=Agência
label.linha=Linha
label.origem=Origem

View File

@ -15,8 +15,10 @@ label.nomeCliente=Nome
label.cpfCliente=CPF
label.emailCliente=Email
label.telCliente=Tel
label.celular=Celular
label.sigla=Tipo
label.bilhete=Bilhete
label.codAgencia= Cod. Agência
label.agencia=Agência
label.linha=Linha
label.origem=Origem

View File

@ -1,6 +1,6 @@
<?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="RelatorioHistoricoClientes" pageWidth="840" pageHeight="593" orientation="Landscape" whenNoDataType="NoDataSection" columnWidth="840" leftMargin="0" rightMargin="0" topMargin="0" bottomMargin="0" uuid="2de20ee0-535e-49d2-a7be-c24a30351d9f">
<property name="ireport.zoom" value="1.7715610000000088"/>
<property name="ireport.zoom" value="2.0"/>
<property name="ireport.x" value="0"/>
<property name="ireport.y" value="0"/>
<property name="net.sf.jasperreports.export.xls.exclude.origin.band.1" value="title"/>
@ -30,6 +30,8 @@
<field name="formapago" class="java.lang.String"/>
<field name="parcelas" class="java.lang.String"/>
<field name="agencia" class="java.lang.String"/>
<field name="celular" class="java.lang.String"/>
<field name="codAgencia" class="java.lang.String"/>
<title>
<band height="79" splitType="Stretch">
<textField pattern="" isBlankWhenNull="false">
@ -96,255 +98,271 @@
</title>
<columnHeader>
<band height="15">
<textField>
<reportElement uuid="18583c5b-9665-4604-8bb8-69d73c58567a" x="388" y="0" width="44" height="15"/>
<textField isStretchWithOverflow="true">
<reportElement uuid="18583c5b-9665-4604-8bb8-69d73c58567a" stretchType="RelativeToTallestObject" x="419" y="0" width="44" height="15"/>
<textElement textAlignment="Center">
<font size="7" isBold="true" pdfFontName="Helvetica-Bold"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.origem}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="8ddc037e-7fbe-466e-8e61-dae087bc1cf7" x="432" y="0" width="44" height="15"/>
<textField isStretchWithOverflow="true">
<reportElement uuid="8ddc037e-7fbe-466e-8e61-dae087bc1cf7" stretchType="RelativeToTallestObject" x="463" y="0" width="44" height="15"/>
<textElement textAlignment="Center">
<font size="7" isBold="true" pdfFontName="Helvetica-Bold"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.destino}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="90babf43-9835-4c7e-a7d1-40be2cc51619" x="476" y="0" width="39" height="15"/>
<textField isStretchWithOverflow="true">
<reportElement uuid="90babf43-9835-4c7e-a7d1-40be2cc51619" stretchType="RelativeToTallestObject" x="507" y="0" width="39" height="15"/>
<textElement textAlignment="Center">
<font size="7" isBold="true" pdfFontName="Helvetica-Bold"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.servico}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="bd43ca66-b87e-42a7-abff-72479a5ffe63" x="605" y="0" width="45" height="15"/>
<textField isStretchWithOverflow="true">
<reportElement uuid="bd43ca66-b87e-42a7-abff-72479a5ffe63" stretchType="RelativeToTallestObject" x="626" y="0" width="45" height="15"/>
<textElement textAlignment="Center">
<font size="7" isBold="true" pdfFontName="Helvetica-Bold"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.dataVenda}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="2eb1c82e-7377-4220-b139-400d5d48b7d3" x="650" y="0" width="45" height="15"/>
<textField isStretchWithOverflow="true">
<reportElement uuid="2eb1c82e-7377-4220-b139-400d5d48b7d3" stretchType="RelativeToTallestObject" x="671" y="0" width="45" height="15"/>
<textElement textAlignment="Center">
<font size="7" isBold="true" pdfFontName="Helvetica-Bold"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.dataViagem}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="fbfc5435-e89e-4e40-bee0-6f8b5ce9b2ea" x="695" y="0" width="29" height="15"/>
<textField isStretchWithOverflow="true">
<reportElement uuid="fbfc5435-e89e-4e40-bee0-6f8b5ce9b2ea" stretchType="RelativeToTallestObject" x="716" y="0" width="29" height="15"/>
<textElement textAlignment="Right">
<font size="7" isBold="true" pdfFontName="Helvetica-Bold"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.tarifa}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="eed395cd-47a8-45f5-b51c-8089c932d448" x="331" y="0" width="57" height="15"/>
<textField isStretchWithOverflow="true">
<reportElement uuid="eed395cd-47a8-45f5-b51c-8089c932d448" stretchType="RelativeToTallestObject" x="362" y="0" width="57" height="15"/>
<textElement textAlignment="Center">
<font size="7" isBold="true" pdfFontName="Helvetica-Bold"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.linha}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="0f163842-d1be-4185-9e53-9655e080dd2d" x="515" y="0" width="66" height="15"/>
<textField isStretchWithOverflow="true">
<reportElement uuid="0f163842-d1be-4185-9e53-9655e080dd2d" stretchType="RelativeToTallestObject" x="546" y="0" width="56" height="15"/>
<textElement textAlignment="Center">
<font size="7" isBold="true" pdfFontName="Helvetica-Bold"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.classe}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="ae2f034e-0ca5-46bc-b2f6-f3bd47796ad5" x="581" y="0" width="24" height="15"/>
<textField isStretchWithOverflow="true">
<reportElement uuid="ae2f034e-0ca5-46bc-b2f6-f3bd47796ad5" stretchType="RelativeToTallestObject" x="602" y="0" width="24" height="15"/>
<textElement textAlignment="Center">
<font size="7" isBold="true" pdfFontName="Helvetica-Bold"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.poltrona}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="3daef887-6dca-431a-94f9-526502486ff1" x="724" y="0" width="31" height="15"/>
<textField isStretchWithOverflow="true">
<reportElement uuid="3daef887-6dca-431a-94f9-526502486ff1" stretchType="RelativeToTallestObject" x="745" y="0" width="31" height="15"/>
<textElement textAlignment="Right">
<font size="7" isBold="true" pdfFontName="Helvetica-Bold"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.taxas}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="37321f26-a994-4e2e-8e56-e8e5ea4dfed0" x="804" y="0" width="36" height="15"/>
<textField isStretchWithOverflow="true">
<reportElement uuid="37321f26-a994-4e2e-8e56-e8e5ea4dfed0" stretchType="RelativeToTallestObject" x="816" y="0" width="24" height="15"/>
<textElement textAlignment="Center">
<font size="7" isBold="true" pdfFontName="Helvetica-Bold"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.parcelas}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="352473e7-d6b5-46ce-a8ed-b28e7e2dc880" x="755" y="0" width="49" height="15"/>
<textField isStretchWithOverflow="true">
<reportElement uuid="352473e7-d6b5-46ce-a8ed-b28e7e2dc880" stretchType="RelativeToTallestObject" x="776" y="0" width="40" height="15"/>
<textElement textAlignment="Center">
<font size="7" isBold="true" pdfFontName="Helvetica-Bold"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.formapago}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="2d8bc8b7-05a7-493a-ac4f-52f7f39cfa8b" x="251" y="0" width="25" height="15"/>
<textField isStretchWithOverflow="true">
<reportElement uuid="2d8bc8b7-05a7-493a-ac4f-52f7f39cfa8b" stretchType="RelativeToTallestObject" x="293" y="0" width="25" height="15"/>
<textElement textAlignment="Center">
<font size="7" isBold="true" pdfFontName="Helvetica-Bold"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.sigla}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="aae9977c-b656-4daf-8b9f-8fd3248542e3" x="276" y="0" width="55" height="15"/>
<textField isStretchWithOverflow="true">
<reportElement uuid="aae9977c-b656-4daf-8b9f-8fd3248542e3" stretchType="RelativeToTallestObject" x="319" y="0" width="43" height="15"/>
<textElement textAlignment="Center">
<font size="7" isBold="true" pdfFontName="Helvetica-Bold"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.bilhete}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="false">
<reportElement uuid="f47b6889-caff-40c0-a384-f2bbc9665741" mode="Transparent" x="0" y="0" width="77" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="false">
<reportElement uuid="f47b6889-caff-40c0-a384-f2bbc9665741" stretchType="RelativeToTallestObject" mode="Transparent" x="0" y="0" width="71" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Center" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="7" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfFontName="Helvetica-Bold" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.nomeCliente}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="false">
<reportElement uuid="3fbb713b-dc9d-4dc6-91fb-1fb40b491280" mode="Transparent" x="77" y="0" width="56" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="false">
<reportElement uuid="3fbb713b-dc9d-4dc6-91fb-1fb40b491280" stretchType="RelativeToTallestObject" mode="Transparent" x="71" y="0" width="40" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Center" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="7" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfFontName="Helvetica-Bold" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.cpfCliente}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="false">
<reportElement uuid="431ed3cb-4ca3-48f8-b2cc-135161f41839" mode="Transparent" x="133" y="0" width="37" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="false">
<reportElement uuid="431ed3cb-4ca3-48f8-b2cc-135161f41839" stretchType="RelativeToTallestObject" mode="Transparent" x="111" y="0" width="37" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Center" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="7" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfFontName="Helvetica-Bold" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.emailCliente}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="false">
<reportElement uuid="3d7297de-acef-46a7-8fb7-c3a41f3e8ab4" mode="Transparent" x="170" y="0" width="36" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="false">
<reportElement uuid="3d7297de-acef-46a7-8fb7-c3a41f3e8ab4" stretchType="RelativeToTallestObject" mode="Transparent" x="184" y="0" width="36" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Center" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="7" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfFontName="Helvetica-Bold" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.telCliente}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="false">
<reportElement uuid="42d89714-ee76-4ef4-b140-7a188d57bee6" mode="Transparent" x="206" y="0" width="45" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="false">
<reportElement uuid="42d89714-ee76-4ef4-b140-7a188d57bee6" stretchType="RelativeToTallestObject" mode="Transparent" x="248" y="0" width="45" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Center" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="7" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfFontName="Helvetica-Bold" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.agencia}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="false">
<reportElement uuid="208ba250-75e7-4dca-9fe1-ee12731bc2a1" stretchType="RelativeToTallestObject" mode="Transparent" x="148" y="0" width="36" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Center" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="7" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfFontName="Helvetica-Bold" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.celular}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="false">
<reportElement uuid="97daaca2-15c8-4619-b634-3c50c19dac54" stretchType="RelativeToTallestObject" mode="Transparent" x="220" y="0" width="28" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Center" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="7" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfFontName="Helvetica-Bold" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.codAgencia}]]></textFieldExpression>
</textField>
</band>
</columnHeader>
<detail>
<band height="15" splitType="Stretch">
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="7d36d275-67bb-4ec8-a119-fbedc14cbe04" stretchType="RelativeToTallestObject" x="331" y="0" width="57" height="15"/>
<reportElement uuid="7d36d275-67bb-4ec8-a119-fbedc14cbe04" stretchType="RelativeToTallestObject" x="362" y="0" width="57" height="15"/>
<textElement textAlignment="Center">
<font size="7"/>
</textElement>
<textFieldExpression><![CDATA[$F{linha}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="027df7b5-ebc5-4e17-8f47-9b585bd3dc7e" stretchType="RelativeToTallestObject" x="388" y="0" width="44" height="15"/>
<reportElement uuid="027df7b5-ebc5-4e17-8f47-9b585bd3dc7e" stretchType="RelativeToTallestObject" x="419" y="0" width="44" height="15"/>
<textElement textAlignment="Center">
<font size="7"/>
</textElement>
<textFieldExpression><![CDATA[$F{origem}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="63b723f6-7508-4472-b7fb-d5c0cdd85e7a" stretchType="RelativeToTallestObject" x="432" y="0" width="44" height="15"/>
<reportElement uuid="63b723f6-7508-4472-b7fb-d5c0cdd85e7a" stretchType="RelativeToTallestObject" x="463" y="0" width="44" height="15"/>
<textElement textAlignment="Center">
<font size="7"/>
</textElement>
<textFieldExpression><![CDATA[$F{destino}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="a52bef35-fb3a-41d9-ae97-69ae9bc1d86d" stretchType="RelativeToTallestObject" x="476" y="0" width="39" height="15"/>
<reportElement uuid="a52bef35-fb3a-41d9-ae97-69ae9bc1d86d" stretchType="RelativeToTallestObject" x="507" y="0" width="39" height="15"/>
<textElement textAlignment="Center">
<font size="7"/>
</textElement>
<textFieldExpression><![CDATA[$F{servico}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="809ff880-ad14-497c-a4b3-f639338eda3a" stretchType="RelativeToTallestObject" x="515" y="0" width="66" height="15"/>
<reportElement uuid="809ff880-ad14-497c-a4b3-f639338eda3a" stretchType="RelativeToTallestObject" x="546" y="0" width="56" height="15"/>
<textElement textAlignment="Center">
<font size="7"/>
</textElement>
<textFieldExpression><![CDATA[$F{classe}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="8da16e41-42e7-45e1-b655-a8df7415d9ad" stretchType="RelativeToTallestObject" x="581" y="0" width="24" height="15"/>
<reportElement uuid="8da16e41-42e7-45e1-b655-a8df7415d9ad" stretchType="RelativeToTallestObject" x="602" y="0" width="24" height="15"/>
<textElement textAlignment="Center">
<font size="7"/>
</textElement>
<textFieldExpression><![CDATA[$F{poltrona}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="dd/MM/yyyy" isBlankWhenNull="true">
<reportElement uuid="747c1f2d-48e2-4c3b-937c-d09b3600479a" stretchType="RelativeToTallestObject" x="605" y="0" width="45" height="15"/>
<reportElement uuid="747c1f2d-48e2-4c3b-937c-d09b3600479a" stretchType="RelativeToTallestObject" x="626" y="0" width="45" height="15"/>
<textElement textAlignment="Center">
<font size="7"/>
</textElement>
<textFieldExpression><![CDATA[$F{dataVenda}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="dd/MM/yyyy" isBlankWhenNull="true">
<reportElement uuid="4d3f7dd3-d0c0-4b25-bb84-4239eea981d2" stretchType="RelativeToTallestObject" x="650" y="0" width="45" height="15"/>
<reportElement uuid="4d3f7dd3-d0c0-4b25-bb84-4239eea981d2" stretchType="RelativeToTallestObject" x="671" y="0" width="45" height="15"/>
<textElement textAlignment="Center">
<font size="7"/>
</textElement>
<textFieldExpression><![CDATA[$F{dataViagem}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="###0.00" isBlankWhenNull="true">
<reportElement uuid="ce675415-da10-4f5a-9aff-591e64d2f310" stretchType="RelativeToTallestObject" x="695" y="0" width="29" height="15"/>
<reportElement uuid="ce675415-da10-4f5a-9aff-591e64d2f310" stretchType="RelativeToTallestObject" x="716" y="0" width="29" height="15"/>
<textElement textAlignment="Right">
<font size="7"/>
</textElement>
<textFieldExpression><![CDATA[$F{tarifa}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="###0.00" isBlankWhenNull="true">
<reportElement uuid="c13c8d66-c9c4-466c-80bf-e5852d511ba4" stretchType="RelativeToTallestObject" x="724" y="0" width="31" height="15"/>
<reportElement uuid="c13c8d66-c9c4-466c-80bf-e5852d511ba4" stretchType="RelativeToTallestObject" x="745" y="0" width="31" height="15"/>
<textElement textAlignment="Right">
<font size="7"/>
</textElement>
<textFieldExpression><![CDATA[$F{taxas}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="dbae1b16-7ae9-434d-b144-fa1cc85c0ad9" stretchType="RelativeToTallestObject" x="755" y="0" width="49" height="15"/>
<reportElement uuid="dbae1b16-7ae9-434d-b144-fa1cc85c0ad9" stretchType="RelativeToTallestObject" x="776" y="0" width="40" height="15"/>
<textElement textAlignment="Center">
<font size="7"/>
</textElement>
<textFieldExpression><![CDATA[$F{formapago}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="b0271781-4011-49cc-88f4-728db92c02ab" stretchType="RelativeToTallestObject" x="804" y="0" width="36" height="15"/>
<reportElement uuid="b0271781-4011-49cc-88f4-728db92c02ab" stretchType="RelativeToTallestObject" x="816" y="0" width="24" height="15"/>
<textElement textAlignment="Center">
<font size="7"/>
</textElement>
<textFieldExpression><![CDATA[$F{parcelas}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="c84cf1a5-c9cb-41fc-a177-66e10fdd184e" stretchType="RelativeToTallestObject" x="251" y="0" width="25" height="15"/>
<reportElement uuid="c84cf1a5-c9cb-41fc-a177-66e10fdd184e" stretchType="RelativeToTallestObject" x="293" y="0" width="25" height="15"/>
<textElement textAlignment="Center">
<font size="7"/>
</textElement>
<textFieldExpression><![CDATA[$F{sigla}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="61a29051-32aa-45af-a209-161218f1e3eb" stretchType="RelativeToTallestObject" x="276" y="0" width="55" height="15"/>
<reportElement uuid="61a29051-32aa-45af-a209-161218f1e3eb" stretchType="RelativeToTallestObject" x="319" y="0" width="43" height="15"/>
<textElement textAlignment="Center">
<font size="7"/>
</textElement>
<textFieldExpression><![CDATA[$F{bilhete}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true">
<reportElement uuid="47ce5fd4-21f6-4555-9c9b-5c3122af6a08" stretchType="RelativeToTallestObject" x="0" y="0" width="77" height="15"/>
<reportElement uuid="47ce5fd4-21f6-4555-9c9b-5c3122af6a08" stretchType="RelativeToTallestObject" x="0" y="0" width="71" height="15"/>
<textElement textAlignment="Center">
<font size="7"/>
</textElement>
<textFieldExpression><![CDATA[$F{nomeCliente} == null ? "Sem Cliente" : $F{nomeCliente}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="a0e4121e-c83e-4043-a5de-9866b54d52df" stretchType="RelativeToTallestObject" x="77" y="0" width="56" height="15"/>
<reportElement uuid="a0e4121e-c83e-4043-a5de-9866b54d52df" stretchType="RelativeToTallestObject" x="71" y="0" width="40" height="15"/>
<textElement textAlignment="Center">
<font size="7"/>
</textElement>
@ -358,26 +376,40 @@ $F{cpfCliente}.substring(0,3)
+ $F{cpfCliente}.substring(9,11)]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="4c493d99-5a45-4390-8909-b6403b31598c" stretchType="RelativeToTallestObject" x="133" y="0" width="37" height="15"/>
<reportElement uuid="4c493d99-5a45-4390-8909-b6403b31598c" stretchType="RelativeToTallestObject" x="111" y="0" width="37" height="15"/>
<textElement textAlignment="Center">
<font size="7"/>
</textElement>
<textFieldExpression><![CDATA[$F{emailCliente}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="7d687ab8-abb2-41f9-9b23-442da1a0cc75" stretchType="RelativeToTallestObject" x="170" y="0" width="36" height="15"/>
<reportElement uuid="7d687ab8-abb2-41f9-9b23-442da1a0cc75" stretchType="RelativeToTallestObject" x="184" y="0" width="36" height="15"/>
<textElement textAlignment="Center">
<font size="7"/>
</textElement>
<textFieldExpression><![CDATA[$F{telCliente}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="0df8da8f-cf33-49e5-a560-ad3057762fed" stretchType="RelativeToTallestObject" x="206" y="0" width="45" height="15"/>
<reportElement uuid="0df8da8f-cf33-49e5-a560-ad3057762fed" stretchType="RelativeToTallestObject" x="248" y="0" width="45" height="15"/>
<textElement textAlignment="Center">
<font size="7"/>
</textElement>
<textFieldExpression><![CDATA[$F{agencia}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="9c1ade71-7bec-4e19-8bde-14f8aa6dd02b" stretchType="RelativeToTallestObject" x="148" y="0" width="36" height="15"/>
<textElement textAlignment="Center">
<font size="7"/>
</textElement>
<textFieldExpression><![CDATA[$F{celular}.replace("(__)_____-____","")]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="b8e13251-989c-4ba7-b275-0eb3185af79e" stretchType="RelativeToTallestObject" x="220" y="0" width="28" height="15"/>
<textElement textAlignment="Center">
<font size="7"/>
</textElement>
<textFieldExpression><![CDATA[$F{codAgencia}]]></textFieldExpression>
</textField>
</band>
</detail>
<noData>