fixes bug#AL-3773

dev:
qua:
master
wallace.henrique 2024-02-01 17:32:28 -03:00
parent e8d3f2136a
commit a228b42a61
3 changed files with 84 additions and 89 deletions

View File

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

View File

@ -1,8 +1,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="RelatorioTaxasLinha" pageWidth="595" pageHeight="842" whenNoDataType="NoDataSection" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="efbc89d4-6f08-4ea5-802f-d4f48ed208e2">
<property name="ireport.zoom" value="2.0"/>
<property name="ireport.x" value="0"/>
<property name="ireport.y" value="0"/>
<property name="ireport.zoom" value="3.897434200000005"/>
<property name="ireport.x" value="1042"/>
<property name="ireport.y" value="96"/>
<style name="textStyle" isDefault="true" fontSize="6" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false"/>
<style name="table">
<box>
@ -122,14 +122,14 @@
<groupHeader>
<band height="14">
<textField>
<reportElement uuid="95e0028f-60d8-4bbf-afea-a2f3d40b2deb" x="0" y="0" width="187" height="14"/>
<reportElement x="0" y="0" width="187" height="14" uuid="95e0028f-60d8-4bbf-afea-a2f3d40b2deb"/>
<textElement verticalAlignment="Middle">
<font size="8" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA["Empresa: "+$F{NOMBEMPRESA}]]></textFieldExpression>
</textField>
<line>
<reportElement uuid="d9f712d0-01a8-4241-a1e6-dc096b4ee773" x="0" y="0" width="552" height="1"/>
<reportElement x="0" y="0" width="554" height="1" uuid="d9f712d0-01a8-4241-a1e6-dc096b4ee773"/>
<graphicElement>
<pen lineWidth="0.5"/>
</graphicElement>
@ -139,87 +139,86 @@
<groupFooter>
<band height="12">
<staticText>
<reportElement uuid="2a963103-78f6-46c6-ac37-29ed4654df56" x="0" y="0" width="51" height="11"/>
<textElement/>
<reportElement x="0" y="0" width="51" height="11" uuid="2a963103-78f6-46c6-ac37-29ed4654df56"/>
<text><![CDATA[Total Empresa: ]]></text>
</staticText>
<textField pattern="#,##0.00">
<reportElement uuid="0617c1e5-cd2f-4b67-ba79-d68c6604275e" x="341" y="1" width="30" height="11">
<reportElement x="341" y="1" width="30" height="11" uuid="0617c1e5-cd2f-4b67-ba79-d68c6604275e">
<printWhenExpression><![CDATA[$P{IS_TX_EMBARQUE}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{TOTAL_EMBARQUE_1}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00">
<reportElement uuid="64e6d5bd-b475-479b-a12b-c4c28025fd57" x="371" y="1" width="30" height="11">
<reportElement x="371" y="1" width="30" height="11" uuid="64e6d5bd-b475-479b-a12b-c4c28025fd57">
<printWhenExpression><![CDATA[$P{IS_PEDAGIO}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{TOTAL_PEDAGIO_1}]]></textFieldExpression>
</textField>
<line>
<reportElement uuid="7fc66df3-edd7-4149-847e-1375a3621e80" x="0" y="10" width="554" height="1" forecolor="#666666"/>
<reportElement x="0" y="10" width="554" height="1" forecolor="#666666" uuid="7fc66df3-edd7-4149-847e-1375a3621e80"/>
<graphicElement>
<pen lineWidth="0.5"/>
</graphicElement>
</line>
<line>
<reportElement uuid="c4a77336-68c6-4e8e-8cd0-ee9c5cdcea51" x="0" y="0" width="554" height="1" forecolor="#666666"/>
<reportElement x="0" y="0" width="554" height="1" forecolor="#666666" uuid="c4a77336-68c6-4e8e-8cd0-ee9c5cdcea51"/>
<graphicElement>
<pen lineWidth="0.5"/>
</graphicElement>
</line>
<textField>
<reportElement uuid="95408a88-e07a-409a-a11d-5061362a9521" x="261" y="1" width="25" height="11">
<reportElement x="261" y="1" width="25" height="11" uuid="95408a88-e07a-409a-a11d-5061362a9521">
<printWhenExpression><![CDATA[$P{IS_TX_EMBARQUE}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{EMBARQUE_VENDIDOS_1}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="e6546467-4251-4025-a0b8-e6502bc5b141" x="286" y="1" width="25" height="11">
<reportElement x="286" y="1" width="25" height="11" uuid="e6546467-4251-4025-a0b8-e6502bc5b141">
<printWhenExpression><![CDATA[$P{IS_PEDAGIO}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{PEDAGIO_VENDIDOS_1}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="d3f05b2b-2c01-4b3b-a471-e79b0e5bbd75" x="316" y="1" width="30" height="11">
<reportElement x="316" y="1" width="30" height="11" uuid="d3f05b2b-2c01-4b3b-a471-e79b0e5bbd75">
<printWhenExpression><![CDATA[$P{IS_SEGURO}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{SEGURO_VENDIDOS_1}]]></textFieldExpression>
</textField>
<textField pattern="">
<reportElement uuid="aae4ca90-ecdd-4f3b-9199-20a7bd86ae56" x="433" y="1" width="27" height="11">
<reportElement x="433" y="1" width="27" height="11" uuid="aae4ca90-ecdd-4f3b-9199-20a7bd86ae56">
<printWhenExpression><![CDATA[$P{IS_SEGUROOPCIONAL}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{qtdSeguroOpcionalCancelado_1}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00">
<reportElement uuid="1e9dd609-759a-47ba-abe8-16186f491d24" x="461" y="1" width="33" height="11">
<reportElement x="461" y="1" width="33" height="11" uuid="1e9dd609-759a-47ba-abe8-16186f491d24">
<printWhenExpression><![CDATA[$P{IS_SEGUROOPCIONAL}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{totalValorSeguroOpcionalCancelado_1}]]></textFieldExpression>
</textField>
<textField pattern="">
<reportElement uuid="b60d9e41-0cee-4745-b7de-e8893a5730f3" x="495" y="1" width="25" height="11">
<reportElement x="495" y="1" width="25" height="11" uuid="b60d9e41-0cee-4745-b7de-e8893a5730f3">
<printWhenExpression><![CDATA[$P{IS_SEGUROOPCIONAL}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{qtdSeguroOpcionalVendidos_1}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00">
<reportElement uuid="6f182823-9822-49ec-a0e1-76cca114addc" x="520" y="1" width="30" height="11">
<reportElement x="520" y="1" width="34" height="11" uuid="6f182823-9822-49ec-a0e1-76cca114addc">
<printWhenExpression><![CDATA[$P{IS_SEGUROOPCIONAL}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/>
<textElement textAlignment="Center"/>
<textFieldExpression><![CDATA[$V{totalValorseguroOpcionalVendido_1}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00">
<reportElement uuid="5162f048-897c-495a-9033-20c188c17d4e" x="401" y="1" width="30" height="11">
<reportElement x="401" y="1" width="30" height="11" uuid="5162f048-897c-495a-9033-20c188c17d4e">
<printWhenExpression><![CDATA[$P{IS_PEDAGIO}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/>
@ -233,7 +232,7 @@
<groupHeader>
<band height="11">
<staticText>
<reportElement uuid="32c20a27-414c-41be-86b2-0d23645acd18" x="0" y="0" width="88" height="11"/>
<reportElement x="0" y="0" width="88" height="11" uuid="32c20a27-414c-41be-86b2-0d23645acd18"/>
<box leftPadding="10"/>
<textElement>
<font size="7" isBold="true"/>
@ -241,7 +240,7 @@
<text><![CDATA[Agência]]></text>
</staticText>
<textField>
<reportElement uuid="b2a45c9f-3da0-4273-9941-c9e31ee61723" x="88" y="0" width="88" height="11"/>
<reportElement x="88" y="0" width="88" height="11" uuid="b2a45c9f-3da0-4273-9941-c9e31ee61723"/>
<textElement>
<font isBold="true"/>
</textElement>
@ -256,7 +255,7 @@
<pageHeader>
<band height="58" splitType="Stretch">
<textField pattern="" isBlankWhenNull="false">
<reportElement uuid="2ed4524d-5c06-487c-a8f1-abc59a8ef7fc" mode="Transparent" x="1" y="1" width="257" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
<reportElement mode="Transparent" x="1" y="1" width="257" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="2ed4524d-5c06-487c-a8f1-abc59a8ef7fc"/>
<textElement textAlignment="Left" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="9" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -264,7 +263,7 @@
<textFieldExpression><![CDATA[$P{NOME_RELATORIO}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="false">
<reportElement uuid="fc199edd-4f2f-4b5f-9397-44f4af50a920" mode="Transparent" x="1" y="16" width="44" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
<reportElement mode="Transparent" x="1" y="16" width="44" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="fc199edd-4f2f-4b5f-9397-44f4af50a920"/>
<textElement textAlignment="Left" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="9" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -272,7 +271,7 @@
<textFieldExpression><![CDATA[$R{cabecalho.periodo}]]></textFieldExpression>
</textField>
<textField pattern="dd/MM/yyyy" isBlankWhenNull="false">
<reportElement uuid="f64c2e3c-d936-4072-a0b1-d914f408bbbb" mode="Transparent" x="46" y="16" width="67" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
<reportElement mode="Transparent" x="46" y="16" width="67" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="f64c2e3c-d936-4072-a0b1-d914f408bbbb"/>
<textElement textAlignment="Left" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="9" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -280,7 +279,7 @@
<textFieldExpression><![CDATA[$P{DATA_INICIAL}]]></textFieldExpression>
</textField>
<textField pattern="dd/MM/yyyy" isBlankWhenNull="false">
<reportElement uuid="00093c35-d3a5-4b0e-8a7a-26a86912dd25" mode="Transparent" x="123" y="16" width="67" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
<reportElement mode="Transparent" x="123" y="16" width="67" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="00093c35-d3a5-4b0e-8a7a-26a86912dd25"/>
<textElement textAlignment="Left" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="9" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -288,7 +287,7 @@
<textFieldExpression><![CDATA[$P{DATA_FINAL}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="false">
<reportElement uuid="def1b81c-a286-4749-9ef7-f90984a3a5eb" mode="Transparent" x="113" y="16" width="10" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
<reportElement mode="Transparent" x="113" y="16" width="10" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="def1b81c-a286-4749-9ef7-f90984a3a5eb"/>
<textElement textAlignment="Left" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="9" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -296,7 +295,7 @@
<textFieldExpression><![CDATA[$R{cabecalho.periodoA}]]></textFieldExpression>
</textField>
<textField pattern="dd/MM/yyyy HH:mm" isBlankWhenNull="false">
<reportElement uuid="ea4dfc22-27b5-4600-8e8b-7d74460ed744" mode="Transparent" x="461" y="0" width="89" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
<reportElement mode="Transparent" x="433" y="0" width="121" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="ea4dfc22-27b5-4600-8e8b-7d74460ed744"/>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="9" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -304,17 +303,17 @@
<textFieldExpression><![CDATA[new java.util.Date()]]></textFieldExpression>
</textField>
<line>
<reportElement uuid="d9b398e6-2fe9-4a3d-bceb-f9db7a06e5a9" x="-4" y="43" width="554" height="1"/>
<reportElement x="-4" y="43" width="558" height="1" uuid="d9b398e6-2fe9-4a3d-bceb-f9db7a06e5a9"/>
</line>
<textField>
<reportElement uuid="a46c91f5-fb60-48d8-93c1-3814ce0160dd" x="379" y="0" width="80" height="15"/>
<reportElement x="316" y="0" width="117" height="15" uuid="a46c91f5-fb60-48d8-93c1-3814ce0160dd"/>
<textElement textAlignment="Right">
<font size="9" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{cabecalho.dataHora}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="false">
<reportElement uuid="623b5d82-e7b3-4439-96c5-f44833fb8864" mode="Transparent" x="450" y="31" width="100" height="12" forecolor="#000000" backcolor="#FFFFFF"/>
<reportElement mode="Transparent" x="433" y="31" width="121" height="12" forecolor="#000000" backcolor="#FFFFFF" uuid="623b5d82-e7b3-4439-96c5-f44833fb8864"/>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -322,7 +321,7 @@
<textFieldExpression><![CDATA[$R{cabecalho.impressorPor}+" "+$P{USUARIO}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="false">
<reportElement uuid="ccec8b66-ed79-418b-b66d-15d9ed3bf2ce" mode="Transparent" x="1" y="44" width="45" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
<reportElement mode="Transparent" x="1" y="44" width="45" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="ccec8b66-ed79-418b-b66d-15d9ed3bf2ce"/>
<textElement textAlignment="Left" verticalAlignment="Middle" rotation="None" markup="none">
<font fontName="SansSerif" size="9" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -330,14 +329,14 @@
<textFieldExpression><![CDATA[$R{cabecalho.filtros}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="98fc1c7e-3fee-4c70-924f-2cbb17fd243f" x="47" y="44" width="717" height="14"/>
<reportElement x="47" y="44" width="717" height="14" uuid="98fc1c7e-3fee-4c70-924f-2cbb17fd243f"/>
<textElement verticalAlignment="Middle">
<font size="8"/>
</textElement>
<textFieldExpression><![CDATA[$P{FILTROS}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="false">
<reportElement uuid="6aae4c9b-2e2a-4fd5-9115-760449d3c263" mode="Transparent" x="430" y="16" width="105" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
<reportElement mode="Transparent" x="433" y="16" width="87" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="6aae4c9b-2e2a-4fd5-9115-760449d3c263"/>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="9" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -345,7 +344,7 @@
<textFieldExpression><![CDATA[$R{cabecalho.pagina}+" "+$V{PAGE_NUMBER}+" "+$R{cabecalho.de}]]></textFieldExpression>
</textField>
<textField evaluationTime="Report" pattern="" isBlankWhenNull="false">
<reportElement uuid="5a57c3a1-ed8e-46fb-836f-d250116a238a" mode="Transparent" x="535" y="16" width="15" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
<reportElement mode="Transparent" x="520" y="16" width="34" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="5a57c3a1-ed8e-46fb-836f-d250116a238a"/>
<textElement textAlignment="Center" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="9" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -357,34 +356,34 @@
<columnHeader>
<band height="13">
<line>
<reportElement uuid="04a75f17-3686-484b-be43-7b7e22e9def7" x="0" y="0" width="554" height="1"/>
<reportElement x="0" y="1" width="554" height="1" uuid="04a75f17-3686-484b-be43-7b7e22e9def7"/>
<graphicElement>
<pen lineWidth="0.5"/>
</graphicElement>
</line>
<staticText>
<reportElement uuid="9c579f27-ee14-4804-b73d-64994a6e41ec" x="0" y="1" width="48" height="11"/>
<reportElement x="0" y="1" width="48" height="11" uuid="9c579f27-ee14-4804-b73d-64994a6e41ec"/>
<textElement>
<font size="7"/>
</textElement>
<text><![CDATA[Prefixo]]></text>
</staticText>
<staticText>
<reportElement uuid="7b8a8f38-e513-4a8c-a82b-a9c6ffd21f6f" x="49" y="1" width="61" height="11"/>
<reportElement x="49" y="1" width="61" height="11" uuid="7b8a8f38-e513-4a8c-a82b-a9c6ffd21f6f"/>
<textElement>
<font size="7"/>
</textElement>
<text><![CDATA[Origem]]></text>
</staticText>
<staticText>
<reportElement uuid="4f8fcbb3-73e7-4b15-9687-30ff12bb1526" x="110" y="1" width="61" height="11"/>
<reportElement x="110" y="1" width="61" height="11" uuid="4f8fcbb3-73e7-4b15-9687-30ff12bb1526"/>
<textElement>
<font size="7"/>
</textElement>
<text><![CDATA[Destino]]></text>
</staticText>
<staticText>
<reportElement uuid="7b817589-f754-49f1-bf53-856be52946fb" mode="Transparent" x="171" y="1" width="30" height="11" forecolor="#000000" backcolor="#FFFFFF">
<reportElement mode="Transparent" x="171" y="1" width="30" height="11" forecolor="#000000" backcolor="#FFFFFF" uuid="7b817589-f754-49f1-bf53-856be52946fb">
<printWhenExpression><![CDATA[$P{IS_TX_EMBARQUE}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
@ -394,7 +393,7 @@
<text><![CDATA[Emb.]]></text>
</staticText>
<staticText>
<reportElement uuid="93a5880a-7547-4e53-85f4-09a6c22d5699" mode="Transparent" x="201" y="1" width="30" height="11" forecolor="#000000" backcolor="#FFFFFF">
<reportElement mode="Transparent" x="201" y="1" width="30" height="11" forecolor="#000000" backcolor="#FFFFFF" uuid="93a5880a-7547-4e53-85f4-09a6c22d5699">
<printWhenExpression><![CDATA[$P{IS_PEDAGIO}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
@ -404,7 +403,7 @@
<text><![CDATA[Ped.]]></text>
</staticText>
<staticText>
<reportElement uuid="1d4f5650-a014-468d-a9b2-c58887492ace" mode="Transparent" x="231" y="1" width="30" height="11" forecolor="#000000" backcolor="#FFFFFF">
<reportElement mode="Transparent" x="231" y="1" width="30" height="11" forecolor="#000000" backcolor="#FFFFFF" uuid="1d4f5650-a014-468d-a9b2-c58887492ace">
<printWhenExpression><![CDATA[$P{IS_SEGURO}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
@ -414,7 +413,7 @@
<text><![CDATA[Seg.]]></text>
</staticText>
<staticText>
<reportElement uuid="9b724ccc-0e90-4271-9e51-54128161d074" mode="Transparent" x="341" y="1" width="30" height="11" forecolor="#000000" backcolor="#FFFFFF">
<reportElement mode="Transparent" x="341" y="1" width="30" height="11" forecolor="#000000" backcolor="#FFFFFF" uuid="9b724ccc-0e90-4271-9e51-54128161d074">
<printWhenExpression><![CDATA[$P{IS_TX_EMBARQUE}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
@ -424,7 +423,7 @@
<text><![CDATA[T. Emb.]]></text>
</staticText>
<staticText>
<reportElement uuid="88be8133-60fd-45a5-9c81-363647bb3002" mode="Transparent" x="371" y="1" width="30" height="11" forecolor="#000000" backcolor="#FFFFFF">
<reportElement mode="Transparent" x="371" y="1" width="30" height="11" forecolor="#000000" backcolor="#FFFFFF" uuid="88be8133-60fd-45a5-9c81-363647bb3002">
<printWhenExpression><![CDATA[$P{IS_PEDAGIO}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
@ -434,7 +433,7 @@
<text><![CDATA[T. Ped.]]></text>
</staticText>
<staticText>
<reportElement uuid="bb5f610e-adc6-4f73-ba16-11ce1ec169a3" mode="Transparent" x="401" y="1" width="30" height="11" forecolor="#000000" backcolor="#FFFFFF">
<reportElement mode="Transparent" x="401" y="1" width="30" height="11" forecolor="#000000" backcolor="#FFFFFF" uuid="bb5f610e-adc6-4f73-ba16-11ce1ec169a3">
<printWhenExpression><![CDATA[$P{IS_SEGURO}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
@ -444,7 +443,7 @@
<text><![CDATA[T. Seg.]]></text>
</staticText>
<staticText>
<reportElement uuid="c41834a6-5ca0-4bba-a5ac-0cc2dd7a35b5" mode="Transparent" x="261" y="1" width="25" height="11" forecolor="#000000" backcolor="#FFFFFF">
<reportElement mode="Transparent" x="261" y="1" width="25" height="11" forecolor="#000000" backcolor="#FFFFFF" uuid="c41834a6-5ca0-4bba-a5ac-0cc2dd7a35b5">
<printWhenExpression><![CDATA[$P{IS_TX_EMBARQUE}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
@ -454,7 +453,7 @@
<text><![CDATA[Q. Emb]]></text>
</staticText>
<staticText>
<reportElement uuid="88257609-1874-4558-b57a-bc6f811f7896" mode="Transparent" x="286" y="1" width="25" height="11" forecolor="#000000" backcolor="#FFFFFF">
<reportElement mode="Transparent" x="286" y="1" width="25" height="11" forecolor="#000000" backcolor="#FFFFFF" uuid="88257609-1874-4558-b57a-bc6f811f7896">
<printWhenExpression><![CDATA[$P{IS_PEDAGIO}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
@ -464,7 +463,7 @@
<text><![CDATA[Q. Ped]]></text>
</staticText>
<staticText>
<reportElement uuid="276a9b95-f7ce-44e7-a3a9-65f7fd6944fd" mode="Transparent" x="316" y="1" width="25" height="11" forecolor="#000000" backcolor="#FFFFFF">
<reportElement mode="Transparent" x="316" y="1" width="25" height="11" forecolor="#000000" backcolor="#FFFFFF" uuid="276a9b95-f7ce-44e7-a3a9-65f7fd6944fd">
<printWhenExpression><![CDATA[$P{IS_SEGURO}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
@ -474,7 +473,7 @@
<text><![CDATA[Q. Seg]]></text>
</staticText>
<staticText>
<reportElement uuid="b5fde6f7-0dce-4379-bd51-9ca891f2ee64" mode="Transparent" x="433" y="1" width="27" height="11" forecolor="#000000" backcolor="#FFFFFF">
<reportElement mode="Transparent" x="433" y="1" width="27" height="11" forecolor="#000000" backcolor="#FFFFFF" uuid="b5fde6f7-0dce-4379-bd51-9ca891f2ee64">
<printWhenExpression><![CDATA[$P{IS_SEGUROOPCIONAL}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
@ -484,7 +483,7 @@
<text><![CDATA[Q. SO.C]]></text>
</staticText>
<staticText>
<reportElement uuid="8234630e-a75c-41eb-8bdf-5f4741e30a18" mode="Transparent" x="461" y="1" width="33" height="11" forecolor="#000000" backcolor="#FFFFFF">
<reportElement mode="Transparent" x="461" y="1" width="33" height="11" forecolor="#000000" backcolor="#FFFFFF" uuid="8234630e-a75c-41eb-8bdf-5f4741e30a18">
<printWhenExpression><![CDATA[$P{IS_SEGUROOPCIONAL}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
@ -494,7 +493,7 @@
<text><![CDATA[T. SO.C]]></text>
</staticText>
<staticText>
<reportElement uuid="8ec41c30-637d-47bf-9034-7bf2325a340c" mode="Transparent" x="495" y="1" width="25" height="11" forecolor="#000000" backcolor="#FFFFFF">
<reportElement mode="Transparent" x="495" y="1" width="25" height="11" forecolor="#000000" backcolor="#FFFFFF" uuid="8ec41c30-637d-47bf-9034-7bf2325a340c">
<printWhenExpression><![CDATA[$P{IS_SEGUROOPCIONAL}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
@ -504,10 +503,10 @@
<text><![CDATA[Q. SO]]></text>
</staticText>
<staticText>
<reportElement uuid="24525295-120f-4704-bc9a-ea2fdd548246" mode="Transparent" x="520" y="1" width="30" height="11" forecolor="#000000" backcolor="#FFFFFF">
<reportElement mode="Transparent" x="520" y="1" width="34" height="11" forecolor="#000000" backcolor="#FFFFFF" uuid="24525295-120f-4704-bc9a-ea2fdd548246">
<printWhenExpression><![CDATA[$P{IS_SEGUROOPCIONAL}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
<textElement textAlignment="Center" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
</textElement>
@ -518,112 +517,109 @@
<detail>
<band height="12">
<textField>
<reportElement uuid="b12cbc2b-3eac-4c2c-b94c-cac2e746b2c2" x="0" y="1" width="48" height="11"/>
<reportElement x="0" y="1" width="48" height="11" uuid="b12cbc2b-3eac-4c2c-b94c-cac2e746b2c2"/>
<box rightPadding="5"/>
<textElement/>
<textFieldExpression><![CDATA[$F{PREFIXO}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="d19cff45-ad13-4a6b-b6f3-3e871a6d8d58" x="110" y="1" width="61" height="11"/>
<reportElement x="110" y="1" width="61" height="11" uuid="d19cff45-ad13-4a6b-b6f3-3e871a6d8d58"/>
<box rightPadding="5"/>
<textElement/>
<textFieldExpression><![CDATA[$F{CIDADE_DESTINO}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="f868a599-c0bb-4187-97b6-7681b753abbf" x="49" y="1" width="61" height="11"/>
<reportElement x="49" y="1" width="61" height="11" uuid="f868a599-c0bb-4187-97b6-7681b753abbf"/>
<box rightPadding="5"/>
<textElement/>
<textFieldExpression><![CDATA[$F{CIDADE_ORIGEM}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00">
<reportElement uuid="6454beed-fb72-4aa5-8bff-7eb4ea6c26ba" x="171" y="1" width="30" height="11">
<reportElement x="171" y="1" width="30" height="11" uuid="6454beed-fb72-4aa5-8bff-7eb4ea6c26ba">
<printWhenExpression><![CDATA[$P{IS_TX_EMBARQUE}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right" markup="none"/>
<textFieldExpression><![CDATA[$F{IMPORTETAXAEMBARQUE}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00">
<reportElement uuid="1242bccb-ce44-47d6-ac13-6f4df97f707e" x="201" y="1" width="30" height="11">
<reportElement x="201" y="1" width="30" height="11" uuid="1242bccb-ce44-47d6-ac13-6f4df97f707e">
<printWhenExpression><![CDATA[$P{IS_PEDAGIO}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$F{IMPORTEPEDAGIO}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00">
<reportElement uuid="2184d556-1501-4525-8d09-510f9d798b86" x="231" y="1" width="30" height="11">
<reportElement x="231" y="1" width="30" height="11" uuid="2184d556-1501-4525-8d09-510f9d798b86">
<printWhenExpression><![CDATA[$P{IS_SEGURO}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$F{IMPORTESEGURO}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00">
<reportElement uuid="58c1e14e-9c44-4e34-8b57-fbb6af384ce3" x="341" y="1" width="30" height="11">
<reportElement x="341" y="1" width="30" height="11" uuid="58c1e14e-9c44-4e34-8b57-fbb6af384ce3">
<printWhenExpression><![CDATA[$P{IS_TX_EMBARQUE}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$F{TOTAL_EMBARQUE}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00">
<reportElement uuid="05426ccc-ff54-4381-8406-ae0c4290a54b" x="371" y="1" width="30" height="11">
<reportElement x="371" y="1" width="30" height="11" uuid="05426ccc-ff54-4381-8406-ae0c4290a54b">
<printWhenExpression><![CDATA[$P{IS_PEDAGIO}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$F{TOTAL_PEDAGIO}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00">
<reportElement uuid="8a365def-0ad3-48e8-b942-5d00f5d74a21" x="401" y="1" width="30" height="11">
<reportElement x="401" y="1" width="30" height="11" uuid="8a365def-0ad3-48e8-b942-5d00f5d74a21">
<printWhenExpression><![CDATA[$P{IS_SEGURO}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$F{TOTAL_SEGURO}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="7059069b-3c22-416a-afc1-d05473a3d429" x="261" y="1" width="25" height="11">
<reportElement x="261" y="1" width="25" height="11" uuid="7059069b-3c22-416a-afc1-d05473a3d429">
<printWhenExpression><![CDATA[$P{IS_TX_EMBARQUE}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$F{EMBARQUE_VENDIDOS}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="049ba79a-5ee9-4ee2-80d7-d498ad7d7125" x="286" y="0" width="25" height="11">
<reportElement x="286" y="0" width="25" height="11" uuid="049ba79a-5ee9-4ee2-80d7-d498ad7d7125">
<printWhenExpression><![CDATA[$P{IS_PEDAGIO}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$F{PEDAGIO_VENDIDOS}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="c15ba1bc-2040-4a73-a221-52d574fbedb4" x="316" y="1" width="25" height="11">
<reportElement x="316" y="1" width="25" height="11" uuid="c15ba1bc-2040-4a73-a221-52d574fbedb4">
<printWhenExpression><![CDATA[$P{IS_SEGURO}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$F{SEGURO_VENDIDOS}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00">
<reportElement uuid="14366362-112f-4407-af42-1d4bb373340a" x="461" y="1" width="33" height="11">
<reportElement x="461" y="1" width="33" height="11" uuid="14366362-112f-4407-af42-1d4bb373340a">
<printWhenExpression><![CDATA[$P{IS_SEGUROOPCIONAL}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$F{totalValorSeguroOpcionalCancelado}]]></textFieldExpression>
</textField>
<textField pattern="">
<reportElement uuid="9921ad8d-d1bd-4789-becc-583210c0b4e9" x="433" y="1" width="27" height="11">
<reportElement x="433" y="1" width="27" height="11" uuid="9921ad8d-d1bd-4789-becc-583210c0b4e9">
<printWhenExpression><![CDATA[$P{IS_SEGUROOPCIONAL}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$F{qtdSeguroOpcionalCancelado}]]></textFieldExpression>
</textField>
<textField pattern="">
<reportElement uuid="1d0ddaa7-506e-4e81-b798-d6832489da83" x="495" y="1" width="25" height="11">
<reportElement x="495" y="1" width="25" height="11" uuid="1d0ddaa7-506e-4e81-b798-d6832489da83">
<printWhenExpression><![CDATA[$P{IS_SEGUROOPCIONAL}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$F{qtdSeguroOpcionalVendidos}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00">
<reportElement uuid="fb64c49c-1370-47fd-a0b0-e4d5f24d02d9" x="520" y="1" width="30" height="11">
<reportElement x="520" y="1" width="34" height="11" uuid="fb64c49c-1370-47fd-a0b0-e4d5f24d02d9">
<printWhenExpression><![CDATA[$P{IS_SEGUROOPCIONAL}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/>
<textElement textAlignment="Center"/>
<textFieldExpression><![CDATA[$F{totalValorseguroOpcionalVendido}]]></textFieldExpression>
</textField>
</band>
@ -631,84 +627,83 @@
<lastPageFooter>
<band height="11">
<textField evaluationTime="Auto" pattern="#,##0.00">
<reportElement uuid="1d265368-d216-4cec-a824-a0c0b5536a43" x="341" y="0" width="30" height="11">
<reportElement x="341" y="0" width="30" height="11" uuid="1d265368-d216-4cec-a824-a0c0b5536a43">
<printWhenExpression><![CDATA[$P{IS_TX_EMBARQUE}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{TOTAL_EMBARQUE_2}]]></textFieldExpression>
</textField>
<textField evaluationTime="Auto" pattern="#,##0.00">
<reportElement uuid="adfa3eb3-6ab0-4141-aced-e3d231e4f433" x="371" y="0" width="30" height="11">
<reportElement x="371" y="0" width="30" height="11" uuid="adfa3eb3-6ab0-4141-aced-e3d231e4f433">
<printWhenExpression><![CDATA[$P{IS_PEDAGIO}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{TOTAL_PEDAGIO_2}]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="f7ac3bf7-ac60-405e-b2a3-60c9150421a0" x="0" y="0" width="51" height="11"/>
<textElement/>
<reportElement x="0" y="0" width="51" height="11" uuid="f7ac3bf7-ac60-405e-b2a3-60c9150421a0"/>
<text><![CDATA[Total Geral: ]]></text>
</staticText>
<line>
<reportElement uuid="06fb8df2-dbea-44e7-9e45-21f8aa82f939" x="0" y="10" width="554" height="1" forecolor="#666666"/>
<reportElement x="0" y="10" width="554" height="1" forecolor="#666666" uuid="06fb8df2-dbea-44e7-9e45-21f8aa82f939"/>
<graphicElement>
<pen lineWidth="0.5"/>
</graphicElement>
</line>
<textField evaluationTime="Auto" pattern="#,##0.00">
<reportElement uuid="a4f4cff0-6b6e-42f0-9f07-7cbd06f5a545" x="401" y="0" width="30" height="11">
<reportElement x="401" y="0" width="30" height="11" uuid="a4f4cff0-6b6e-42f0-9f07-7cbd06f5a545">
<printWhenExpression><![CDATA[$P{IS_SEGURO}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{TOTAL_SEGURO_2}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="58961ea4-a59e-4a77-b898-b2df93fc43cb" x="261" y="0" width="25" height="11">
<reportElement x="261" y="0" width="25" height="11" uuid="58961ea4-a59e-4a77-b898-b2df93fc43cb">
<printWhenExpression><![CDATA[$P{IS_TX_EMBARQUE}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{EMBARQUE_VENDIDOS_2}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="96bd08a5-5321-4938-8d4b-5260faa9a283" x="286" y="0" width="25" height="11">
<reportElement x="286" y="0" width="25" height="11" uuid="96bd08a5-5321-4938-8d4b-5260faa9a283">
<printWhenExpression><![CDATA[$P{IS_PEDAGIO}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{PEDAGIO_VENDIDOS_2}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="c090f6cf-7340-4990-92d0-101fbf056cb7" x="316" y="0" width="30" height="11">
<reportElement x="316" y="0" width="30" height="11" uuid="c090f6cf-7340-4990-92d0-101fbf056cb7">
<printWhenExpression><![CDATA[$P{IS_SEGURO}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{SEGURO_VENDIDOS_2}]]></textFieldExpression>
</textField>
<textField evaluationTime="Auto" pattern="#,##0.00">
<reportElement uuid="8e2ee368-5832-4f62-875e-0267b5759e18" x="433" y="0" width="27" height="11">
<reportElement x="433" y="0" width="27" height="11" uuid="8e2ee368-5832-4f62-875e-0267b5759e18">
<printWhenExpression><![CDATA[$P{IS_SEGUROOPCIONAL}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{qtdSeguroOpcionalCancelado_2}]]></textFieldExpression>
</textField>
<textField evaluationTime="Auto" pattern="#,##0.00">
<reportElement uuid="20bce09a-9883-41fc-ad0c-8759f8cad519" x="461" y="0" width="33" height="11">
<reportElement x="461" y="0" width="33" height="11" uuid="20bce09a-9883-41fc-ad0c-8759f8cad519">
<printWhenExpression><![CDATA[$P{IS_SEGUROOPCIONAL}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{totalValorSeguroOpcionalCancelado_2}]]></textFieldExpression>
</textField>
<textField evaluationTime="Auto" pattern="">
<reportElement uuid="c3ab4658-281d-4d4b-ab42-0119e259812e" x="495" y="0" width="25" height="11">
<reportElement x="495" y="0" width="25" height="11" uuid="c3ab4658-281d-4d4b-ab42-0119e259812e">
<printWhenExpression><![CDATA[$P{IS_SEGUROOPCIONAL}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{qtdSeguroOpcionalVendidos_2}]]></textFieldExpression>
</textField>
<textField evaluationTime="Auto" pattern="#,##0.00">
<reportElement uuid="e550f9d5-3815-4158-9162-2366889d1963" x="520" y="0" width="30" height="11">
<reportElement x="520" y="0" width="34" height="11" uuid="e550f9d5-3815-4158-9162-2366889d1963">
<printWhenExpression><![CDATA[$P{IS_SEGUROOPCIONAL}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/>
<textElement textAlignment="Center"/>
<textFieldExpression><![CDATA[$V{totalValorseguroOpcionalVendido_2}]]></textFieldExpression>
</textField>
</band>
@ -716,7 +711,7 @@
<noData>
<band height="39">
<textField>
<reportElement uuid="a640c0eb-ead8-4a2a-bda4-675165e8bc7d" x="198" y="8" width="530" height="20"/>
<reportElement x="198" y="8" width="530" height="20" uuid="a640c0eb-ead8-4a2a-bda4-675165e8bc7d"/>
<textElement markup="none">
<font size="11" isBold="true"/>
</textElement>