valdevir 2016-10-13 17:33:55 +00:00
parent 8cb7b927d4
commit df88fae48e
5 changed files with 166 additions and 76 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="RelatorioTaxasLinha" pageWidth="595" pageHeight="842" whenNoDataType="NoDataSection" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="efbc89d4-6f08-4ea5-802f-d4f48ed208e2"> <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.zoom" value="2.0"/>
<property name="ireport.x" value="0"/> <property name="ireport.x" value="687"/>
<property name="ireport.y" value="0"/> <property name="ireport.y" value="144"/>
<style name="textStyle" isDefault="true" fontSize="6" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false"/> <style name="textStyle" isDefault="true" fontSize="6" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false"/>
<style name="table"> <style name="table">
<box> <box>
@ -32,6 +32,9 @@
<parameter name="USUARIO" class="java.lang.String"/> <parameter name="USUARIO" class="java.lang.String"/>
<parameter name="FILTROS" class="java.lang.String"/> <parameter name="FILTROS" class="java.lang.String"/>
<parameter name="TIPO_DATA" class="java.lang.Integer"/> <parameter name="TIPO_DATA" class="java.lang.Integer"/>
<parameter name="IS_TX_EMBARQUE" class="java.lang.Boolean"/>
<parameter name="IS_PEDAGIO" class="java.lang.Boolean"/>
<parameter name="IS_SEGURO" class="java.lang.Boolean"/>
<queryString> <queryString>
<![CDATA[]]> <![CDATA[]]>
</queryString> </queryString>
@ -90,7 +93,7 @@
<groupHeader> <groupHeader>
<band height="14"> <band height="14">
<textField> <textField>
<reportElement x="0" y="0" width="187" height="14" uuid="95e0028f-60d8-4bbf-afea-a2f3d40b2deb"/> <reportElement uuid="95e0028f-60d8-4bbf-afea-a2f3d40b2deb" x="0" y="0" width="187" height="14"/>
<textElement verticalAlignment="Middle"> <textElement verticalAlignment="Middle">
<font size="8" isBold="true"/> <font size="8" isBold="true"/>
</textElement> </textElement>
@ -101,48 +104,61 @@
<groupFooter> <groupFooter>
<band height="11"> <band height="11">
<staticText> <staticText>
<reportElement x="0" y="0" width="51" height="11" uuid="2a963103-78f6-46c6-ac37-29ed4654df56"/> <reportElement uuid="2a963103-78f6-46c6-ac37-29ed4654df56" x="0" y="0" width="51" height="11"/>
<textElement/>
<text><![CDATA[Total Empresa: ]]></text> <text><![CDATA[Total Empresa: ]]></text>
</staticText> </staticText>
<textField pattern="#,##0.00"> <textField pattern="#,##0.00">
<reportElement x="443" y="0" width="37" height="11" uuid="0617c1e5-cd2f-4b67-ba79-d68c6604275e"/> <reportElement uuid="0617c1e5-cd2f-4b67-ba79-d68c6604275e" x="443" y="0" width="37" height="11">
<printWhenExpression><![CDATA[$P{IS_TX_EMBARQUE}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/> <textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{TOTAL_EMBARQUE_1}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{TOTAL_EMBARQUE_1}]]></textFieldExpression>
</textField> </textField>
<textField pattern="#,##0.00"> <textField pattern="#,##0.00">
<reportElement x="480" y="0" width="37" height="11" uuid="64e6d5bd-b475-479b-a12b-c4c28025fd57"/> <reportElement uuid="64e6d5bd-b475-479b-a12b-c4c28025fd57" x="480" y="0" width="37" height="11">
<printWhenExpression><![CDATA[$P{IS_PEDAGIO}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/> <textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{TOTAL_PEDAGIO_1}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{TOTAL_PEDAGIO_1}]]></textFieldExpression>
</textField> </textField>
<textField pattern="#,##0.00"> <textField pattern="#,##0.00">
<reportElement x="517" y="0" width="37" height="11" uuid="2cf7fe63-7c91-47d0-9ccb-71e1f669579f"/> <reportElement uuid="2cf7fe63-7c91-47d0-9ccb-71e1f669579f" x="517" y="0" width="37" height="11">
<printWhenExpression><![CDATA[$P{IS_SEGURO}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/> <textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{TOTAL_SEGURO_1}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{TOTAL_SEGURO_1}]]></textFieldExpression>
</textField> </textField>
<line> <line>
<reportElement x="0" y="10" width="554" height="1" forecolor="#666666" uuid="7fc66df3-edd7-4149-847e-1375a3621e80"/> <reportElement uuid="7fc66df3-edd7-4149-847e-1375a3621e80" x="0" y="10" width="554" height="1" forecolor="#666666"/>
<graphicElement> <graphicElement>
<pen lineWidth="0.5"/> <pen lineWidth="0.5"/>
</graphicElement> </graphicElement>
</line> </line>
<line> <line>
<reportElement x="0" y="0" width="554" height="1" forecolor="#666666" uuid="c4a77336-68c6-4e8e-8cd0-ee9c5cdcea51"/> <reportElement uuid="c4a77336-68c6-4e8e-8cd0-ee9c5cdcea51" x="0" y="0" width="554" height="1" forecolor="#666666"/>
<graphicElement> <graphicElement>
<pen lineWidth="0.5"/> <pen lineWidth="0.5"/>
</graphicElement> </graphicElement>
</line> </line>
<textField> <textField>
<reportElement x="331" y="0" width="38" height="10" uuid="95408a88-e07a-409a-a11d-5061362a9521"/> <reportElement uuid="95408a88-e07a-409a-a11d-5061362a9521" x="331" y="0" width="38" height="10">
<printWhenExpression><![CDATA[$P{IS_TX_EMBARQUE}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/> <textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{EMBARQUE_VENDIDOS_1}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{EMBARQUE_VENDIDOS_1}]]></textFieldExpression>
</textField> </textField>
<textField> <textField>
<reportElement x="369" y="0" width="38" height="11" uuid="e6546467-4251-4025-a0b8-e6502bc5b141"/> <reportElement uuid="e6546467-4251-4025-a0b8-e6502bc5b141" x="369" y="0" width="38" height="11">
<printWhenExpression><![CDATA[$P{IS_PEDAGIO}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/> <textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{PEDAGIO_VENDIDOS_1}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{PEDAGIO_VENDIDOS_1}]]></textFieldExpression>
</textField> </textField>
<textField> <textField>
<reportElement x="407" y="0" width="36" height="11" uuid="d3f05b2b-2c01-4b3b-a471-e79b0e5bbd75"/> <reportElement uuid="d3f05b2b-2c01-4b3b-a471-e79b0e5bbd75" x="407" y="0" width="36" height="11">
<printWhenExpression><![CDATA[$P{IS_SEGURO}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/> <textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{SEGURO_VENDIDOS_1}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{SEGURO_VENDIDOS_1}]]></textFieldExpression>
</textField> </textField>
@ -155,7 +171,7 @@
<pageHeader> <pageHeader>
<band height="59" splitType="Stretch"> <band height="59" splitType="Stretch">
<textField pattern="" isBlankWhenNull="false"> <textField pattern="" isBlankWhenNull="false">
<reportElement mode="Transparent" x="1" y="1" width="257" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="2ed4524d-5c06-487c-a8f1-abc59a8ef7fc"/> <reportElement uuid="2ed4524d-5c06-487c-a8f1-abc59a8ef7fc" mode="Transparent" x="1" y="1" width="257" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Left" verticalAlignment="Top" rotation="None" markup="none"> <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"/> <font fontName="SansSerif" size="9" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
@ -163,7 +179,7 @@
<textFieldExpression><![CDATA[$P{NOME_RELATORIO}]]></textFieldExpression> <textFieldExpression><![CDATA[$P{NOME_RELATORIO}]]></textFieldExpression>
</textField> </textField>
<textField pattern="" isBlankWhenNull="false"> <textField pattern="" isBlankWhenNull="false">
<reportElement mode="Transparent" x="1" y="16" width="44" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="fc199edd-4f2f-4b5f-9397-44f4af50a920"/> <reportElement uuid="fc199edd-4f2f-4b5f-9397-44f4af50a920" mode="Transparent" x="1" y="16" width="44" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Left" verticalAlignment="Top" rotation="None" markup="none"> <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"/> <font fontName="SansSerif" size="9" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
@ -171,7 +187,7 @@
<textFieldExpression><![CDATA[$R{cabecalho.periodo}]]></textFieldExpression> <textFieldExpression><![CDATA[$R{cabecalho.periodo}]]></textFieldExpression>
</textField> </textField>
<textField pattern="dd/MM/yyyy" isBlankWhenNull="false"> <textField pattern="dd/MM/yyyy" isBlankWhenNull="false">
<reportElement mode="Transparent" x="46" y="16" width="51" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="f64c2e3c-d936-4072-a0b1-d914f408bbbb"/> <reportElement uuid="f64c2e3c-d936-4072-a0b1-d914f408bbbb" mode="Transparent" x="46" y="16" width="51" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Left" verticalAlignment="Top" rotation="None" markup="none"> <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"/> <font fontName="SansSerif" size="9" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
@ -179,7 +195,7 @@
<textFieldExpression><![CDATA[$P{DATA_INICIAL}]]></textFieldExpression> <textFieldExpression><![CDATA[$P{DATA_INICIAL}]]></textFieldExpression>
</textField> </textField>
<textField pattern="dd/MM/yyyy" isBlankWhenNull="false"> <textField pattern="dd/MM/yyyy" isBlankWhenNull="false">
<reportElement mode="Transparent" x="107" y="16" width="51" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="00093c35-d3a5-4b0e-8a7a-26a86912dd25"/> <reportElement uuid="00093c35-d3a5-4b0e-8a7a-26a86912dd25" mode="Transparent" x="107" y="16" width="51" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Left" verticalAlignment="Top" rotation="None" markup="none"> <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"/> <font fontName="SansSerif" size="9" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
@ -187,7 +203,7 @@
<textFieldExpression><![CDATA[$P{DATA_FINAL}]]></textFieldExpression> <textFieldExpression><![CDATA[$P{DATA_FINAL}]]></textFieldExpression>
</textField> </textField>
<textField pattern="" isBlankWhenNull="false"> <textField pattern="" isBlankWhenNull="false">
<reportElement mode="Transparent" x="97" y="16" width="10" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="def1b81c-a286-4749-9ef7-f90984a3a5eb"/> <reportElement uuid="def1b81c-a286-4749-9ef7-f90984a3a5eb" mode="Transparent" x="97" y="16" width="10" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Left" verticalAlignment="Top" rotation="None" markup="none"> <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"/> <font fontName="SansSerif" size="9" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
@ -195,7 +211,7 @@
<textFieldExpression><![CDATA[$R{cabecalho.periodoA}]]></textFieldExpression> <textFieldExpression><![CDATA[$R{cabecalho.periodoA}]]></textFieldExpression>
</textField> </textField>
<textField pattern="dd/MM/yyyy HH:mm" isBlankWhenNull="false"> <textField pattern="dd/MM/yyyy HH:mm" isBlankWhenNull="false">
<reportElement mode="Transparent" x="461" y="0" width="89" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="ea4dfc22-27b5-4600-8e8b-7d74460ed744"/> <reportElement uuid="ea4dfc22-27b5-4600-8e8b-7d74460ed744" mode="Transparent" x="461" y="0" width="89" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none"> <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"/> <font fontName="SansSerif" size="9" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
@ -203,17 +219,17 @@
<textFieldExpression><![CDATA[new java.util.Date()]]></textFieldExpression> <textFieldExpression><![CDATA[new java.util.Date()]]></textFieldExpression>
</textField> </textField>
<line> <line>
<reportElement x="-4" y="43" width="554" height="1" uuid="d9b398e6-2fe9-4a3d-bceb-f9db7a06e5a9"/> <reportElement uuid="d9b398e6-2fe9-4a3d-bceb-f9db7a06e5a9" x="-4" y="43" width="554" height="1"/>
</line> </line>
<textField> <textField>
<reportElement x="379" y="0" width="80" height="15" uuid="a46c91f5-fb60-48d8-93c1-3814ce0160dd"/> <reportElement uuid="a46c91f5-fb60-48d8-93c1-3814ce0160dd" x="379" y="0" width="80" height="15"/>
<textElement textAlignment="Right"> <textElement textAlignment="Right">
<font size="9" isBold="true"/> <font size="9" isBold="true"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$R{cabecalho.dataHora}]]></textFieldExpression> <textFieldExpression><![CDATA[$R{cabecalho.dataHora}]]></textFieldExpression>
</textField> </textField>
<textField pattern="" isBlankWhenNull="false"> <textField pattern="" isBlankWhenNull="false">
<reportElement mode="Transparent" x="450" y="31" width="100" height="12" forecolor="#000000" backcolor="#FFFFFF" uuid="623b5d82-e7b3-4439-96c5-f44833fb8864"/> <reportElement uuid="623b5d82-e7b3-4439-96c5-f44833fb8864" mode="Transparent" x="450" y="31" width="100" height="12" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none"> <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"/> <font fontName="SansSerif" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
@ -221,7 +237,7 @@
<textFieldExpression><![CDATA[$R{cabecalho.impressorPor}+" "+$P{USUARIO}]]></textFieldExpression> <textFieldExpression><![CDATA[$R{cabecalho.impressorPor}+" "+$P{USUARIO}]]></textFieldExpression>
</textField> </textField>
<textField pattern="" isBlankWhenNull="false"> <textField pattern="" isBlankWhenNull="false">
<reportElement mode="Transparent" x="1" y="44" width="45" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="ccec8b66-ed79-418b-b66d-15d9ed3bf2ce"/> <reportElement uuid="ccec8b66-ed79-418b-b66d-15d9ed3bf2ce" mode="Transparent" x="1" y="44" width="45" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Left" verticalAlignment="Middle" rotation="None" markup="none"> <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"/> <font fontName="SansSerif" size="9" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
@ -229,14 +245,14 @@
<textFieldExpression><![CDATA[$R{cabecalho.filtros}]]></textFieldExpression> <textFieldExpression><![CDATA[$R{cabecalho.filtros}]]></textFieldExpression>
</textField> </textField>
<textField> <textField>
<reportElement x="47" y="44" width="717" height="14" uuid="98fc1c7e-3fee-4c70-924f-2cbb17fd243f"/> <reportElement uuid="98fc1c7e-3fee-4c70-924f-2cbb17fd243f" x="47" y="44" width="717" height="14"/>
<textElement verticalAlignment="Middle"> <textElement verticalAlignment="Middle">
<font size="8"/> <font size="8"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$P{FILTROS}]]></textFieldExpression> <textFieldExpression><![CDATA[$P{FILTROS}]]></textFieldExpression>
</textField> </textField>
<textField pattern="" isBlankWhenNull="false"> <textField pattern="" isBlankWhenNull="false">
<reportElement mode="Transparent" x="430" y="16" width="105" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="6aae4c9b-2e2a-4fd5-9115-760449d3c263"/> <reportElement uuid="6aae4c9b-2e2a-4fd5-9115-760449d3c263" mode="Transparent" x="430" y="16" width="105" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none"> <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"/> <font fontName="SansSerif" size="9" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
@ -244,7 +260,7 @@
<textFieldExpression><![CDATA[$R{cabecalho.pagina}+" "+$V{PAGE_NUMBER}+" "+$R{cabecalho.de}]]></textFieldExpression> <textFieldExpression><![CDATA[$R{cabecalho.pagina}+" "+$V{PAGE_NUMBER}+" "+$R{cabecalho.de}]]></textFieldExpression>
</textField> </textField>
<textField evaluationTime="Report" pattern="" isBlankWhenNull="false"> <textField evaluationTime="Report" pattern="" isBlankWhenNull="false">
<reportElement mode="Transparent" x="535" y="16" width="15" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="5a57c3a1-ed8e-46fb-836f-d250116a238a"/> <reportElement uuid="5a57c3a1-ed8e-46fb-836f-d250116a238a" mode="Transparent" x="535" y="16" width="15" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Center" verticalAlignment="Top" rotation="None" markup="none"> <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"/> <font fontName="SansSerif" size="9" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
@ -256,40 +272,42 @@
<columnHeader> <columnHeader>
<band height="13"> <band height="13">
<line> <line>
<reportElement x="0" y="0" width="554" height="1" uuid="04a75f17-3686-484b-be43-7b7e22e9def7"/> <reportElement uuid="04a75f17-3686-484b-be43-7b7e22e9def7" x="0" y="0" width="554" height="1"/>
<graphicElement> <graphicElement>
<pen lineWidth="0.5"/> <pen lineWidth="0.5"/>
</graphicElement> </graphicElement>
</line> </line>
<line> <line>
<reportElement x="0" y="12" width="554" height="1" uuid="d9f712d0-01a8-4241-a1e6-dc096b4ee773"/> <reportElement uuid="d9f712d0-01a8-4241-a1e6-dc096b4ee773" x="0" y="12" width="554" height="1"/>
<graphicElement> <graphicElement>
<pen lineWidth="0.5"/> <pen lineWidth="0.5"/>
</graphicElement> </graphicElement>
</line> </line>
<staticText> <staticText>
<reportElement x="0" y="1" width="34" height="11" uuid="9c579f27-ee14-4804-b73d-64994a6e41ec"/> <reportElement uuid="9c579f27-ee14-4804-b73d-64994a6e41ec" x="0" y="1" width="34" height="11"/>
<textElement> <textElement>
<font size="7"/> <font size="7"/>
</textElement> </textElement>
<text><![CDATA[Prefixo]]></text> <text><![CDATA[Prefixo]]></text>
</staticText> </staticText>
<staticText> <staticText>
<reportElement x="37" y="1" width="55" height="11" uuid="7b8a8f38-e513-4a8c-a82b-a9c6ffd21f6f"/> <reportElement uuid="7b8a8f38-e513-4a8c-a82b-a9c6ffd21f6f" x="37" y="1" width="55" height="11"/>
<textElement> <textElement>
<font size="7"/> <font size="7"/>
</textElement> </textElement>
<text><![CDATA[Origem]]></text> <text><![CDATA[Origem]]></text>
</staticText> </staticText>
<staticText> <staticText>
<reportElement x="92" y="1" width="55" height="11" uuid="4f8fcbb3-73e7-4b15-9687-30ff12bb1526"/> <reportElement uuid="4f8fcbb3-73e7-4b15-9687-30ff12bb1526" x="92" y="1" width="55" height="11"/>
<textElement> <textElement>
<font size="7"/> <font size="7"/>
</textElement> </textElement>
<text><![CDATA[Destino]]></text> <text><![CDATA[Destino]]></text>
</staticText> </staticText>
<staticText> <staticText>
<reportElement mode="Transparent" x="235" y="1" width="32" height="11" forecolor="#000000" backcolor="#FFFFFF" uuid="7b817589-f754-49f1-bf53-856be52946fb"/> <reportElement uuid="7b817589-f754-49f1-bf53-856be52946fb" mode="Transparent" x="235" y="1" width="32" height="11" forecolor="#000000" backcolor="#FFFFFF">
<printWhenExpression><![CDATA[$P{IS_TX_EMBARQUE}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none"> <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"/> <font fontName="SansSerif" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
@ -297,7 +315,9 @@
<text><![CDATA[Emb.]]></text> <text><![CDATA[Emb.]]></text>
</staticText> </staticText>
<staticText> <staticText>
<reportElement mode="Transparent" x="267" y="1" width="32" height="11" forecolor="#000000" backcolor="#FFFFFF" uuid="93a5880a-7547-4e53-85f4-09a6c22d5699"/> <reportElement uuid="93a5880a-7547-4e53-85f4-09a6c22d5699" mode="Transparent" x="267" y="1" width="32" height="11" forecolor="#000000" backcolor="#FFFFFF">
<printWhenExpression><![CDATA[$P{IS_PEDAGIO}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none"> <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"/> <font fontName="SansSerif" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
@ -305,7 +325,9 @@
<text><![CDATA[Ped.]]></text> <text><![CDATA[Ped.]]></text>
</staticText> </staticText>
<staticText> <staticText>
<reportElement mode="Transparent" x="299" y="1" width="32" height="11" forecolor="#000000" backcolor="#FFFFFF" uuid="1d4f5650-a014-468d-a9b2-c58887492ace"/> <reportElement uuid="1d4f5650-a014-468d-a9b2-c58887492ace" mode="Transparent" x="299" y="1" width="32" height="11" forecolor="#000000" backcolor="#FFFFFF">
<printWhenExpression><![CDATA[$P{IS_SEGURO}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none"> <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"/> <font fontName="SansSerif" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
@ -313,7 +335,9 @@
<text><![CDATA[Seg.]]></text> <text><![CDATA[Seg.]]></text>
</staticText> </staticText>
<staticText> <staticText>
<reportElement mode="Transparent" x="443" y="1" width="37" height="11" forecolor="#000000" backcolor="#FFFFFF" uuid="9b724ccc-0e90-4271-9e51-54128161d074"/> <reportElement uuid="9b724ccc-0e90-4271-9e51-54128161d074" mode="Transparent" x="443" y="1" width="37" height="11" forecolor="#000000" backcolor="#FFFFFF">
<printWhenExpression><![CDATA[$P{IS_TX_EMBARQUE}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none"> <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"/> <font fontName="SansSerif" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
@ -321,7 +345,9 @@
<text><![CDATA[T. Emb.]]></text> <text><![CDATA[T. Emb.]]></text>
</staticText> </staticText>
<staticText> <staticText>
<reportElement mode="Transparent" x="480" y="1" width="37" height="11" forecolor="#000000" backcolor="#FFFFFF" uuid="88be8133-60fd-45a5-9c81-363647bb3002"/> <reportElement uuid="88be8133-60fd-45a5-9c81-363647bb3002" mode="Transparent" x="480" y="1" width="37" height="11" forecolor="#000000" backcolor="#FFFFFF">
<printWhenExpression><![CDATA[$P{IS_PEDAGIO}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none"> <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"/> <font fontName="SansSerif" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
@ -329,7 +355,9 @@
<text><![CDATA[T. Ped.]]></text> <text><![CDATA[T. Ped.]]></text>
</staticText> </staticText>
<staticText> <staticText>
<reportElement mode="Transparent" x="517" y="1" width="37" height="11" forecolor="#000000" backcolor="#FFFFFF" uuid="bb5f610e-adc6-4f73-ba16-11ce1ec169a3"/> <reportElement uuid="bb5f610e-adc6-4f73-ba16-11ce1ec169a3" mode="Transparent" x="517" y="1" width="37" height="11" forecolor="#000000" backcolor="#FFFFFF">
<printWhenExpression><![CDATA[$P{IS_SEGURO}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none"> <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"/> <font fontName="SansSerif" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
@ -337,7 +365,9 @@
<text><![CDATA[T. Seg.]]></text> <text><![CDATA[T. Seg.]]></text>
</staticText> </staticText>
<staticText> <staticText>
<reportElement mode="Transparent" x="331" y="1" width="38" height="11" forecolor="#000000" backcolor="#FFFFFF" uuid="c41834a6-5ca0-4bba-a5ac-0cc2dd7a35b5"/> <reportElement uuid="c41834a6-5ca0-4bba-a5ac-0cc2dd7a35b5" mode="Transparent" x="331" y="1" width="38" height="11" forecolor="#000000" backcolor="#FFFFFF">
<printWhenExpression><![CDATA[$P{IS_TX_EMBARQUE}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none"> <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"/> <font fontName="SansSerif" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
@ -345,14 +375,16 @@
<text><![CDATA[Q. Emb]]></text> <text><![CDATA[Q. Emb]]></text>
</staticText> </staticText>
<staticText> <staticText>
<reportElement x="147" y="1" width="88" height="11" uuid="32c20a27-414c-41be-86b2-0d23645acd18"/> <reportElement uuid="32c20a27-414c-41be-86b2-0d23645acd18" x="147" y="1" width="88" height="11"/>
<textElement> <textElement>
<font size="7"/> <font size="7"/>
</textElement> </textElement>
<text><![CDATA[Agência]]></text> <text><![CDATA[Agência]]></text>
</staticText> </staticText>
<staticText> <staticText>
<reportElement mode="Transparent" x="369" y="1" width="38" height="11" forecolor="#000000" backcolor="#FFFFFF" uuid="88257609-1874-4558-b57a-bc6f811f7896"/> <reportElement uuid="88257609-1874-4558-b57a-bc6f811f7896" mode="Transparent" x="369" y="1" width="38" height="11" forecolor="#000000" backcolor="#FFFFFF">
<printWhenExpression><![CDATA[$P{IS_PEDAGIO}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none"> <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"/> <font fontName="SansSerif" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
@ -360,7 +392,9 @@
<text><![CDATA[Q. Ped]]></text> <text><![CDATA[Q. Ped]]></text>
</staticText> </staticText>
<staticText> <staticText>
<reportElement mode="Transparent" x="407" y="1" width="38" height="11" forecolor="#000000" backcolor="#FFFFFF" uuid="276a9b95-f7ce-44e7-a3a9-65f7fd6944fd"/> <reportElement uuid="276a9b95-f7ce-44e7-a3a9-65f7fd6944fd" mode="Transparent" x="407" y="1" width="38" height="11" forecolor="#000000" backcolor="#FFFFFF">
<printWhenExpression><![CDATA[$P{IS_SEGURO}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none"> <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"/> <font fontName="SansSerif" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
@ -372,63 +406,85 @@
<detail> <detail>
<band height="11"> <band height="11">
<textField> <textField>
<reportElement x="0" y="0" width="34" height="11" uuid="b12cbc2b-3eac-4c2c-b94c-cac2e746b2c2"/> <reportElement uuid="b12cbc2b-3eac-4c2c-b94c-cac2e746b2c2" x="0" y="0" width="34" height="11"/>
<textElement/>
<textFieldExpression><![CDATA[$F{PREFIXO}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{PREFIXO}]]></textFieldExpression>
</textField> </textField>
<textField> <textField>
<reportElement x="37" y="0" width="55" height="11" uuid="d19cff45-ad13-4a6b-b6f3-3e871a6d8d58"/> <reportElement uuid="d19cff45-ad13-4a6b-b6f3-3e871a6d8d58" x="37" y="0" width="55" height="11"/>
<textElement/>
<textFieldExpression><![CDATA[$F{CIDADE_ORIGEM}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{CIDADE_ORIGEM}]]></textFieldExpression>
</textField> </textField>
<textField> <textField>
<reportElement x="92" y="0" width="55" height="11" uuid="f868a599-c0bb-4187-97b6-7681b753abbf"/> <reportElement uuid="f868a599-c0bb-4187-97b6-7681b753abbf" x="92" y="0" width="55" height="11"/>
<textElement/>
<textFieldExpression><![CDATA[$F{CIDADE_DESTINO}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{CIDADE_DESTINO}]]></textFieldExpression>
</textField> </textField>
<textField pattern="#,##0.00"> <textField pattern="#,##0.00">
<reportElement x="235" y="0" width="32" height="11" uuid="6454beed-fb72-4aa5-8bff-7eb4ea6c26ba"/> <reportElement uuid="6454beed-fb72-4aa5-8bff-7eb4ea6c26ba" x="235" y="0" width="32" height="11">
<printWhenExpression><![CDATA[$P{IS_TX_EMBARQUE}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right" markup="none"/> <textElement textAlignment="Right" markup="none"/>
<textFieldExpression><![CDATA[$F{IMPORTETAXAEMBARQUE}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{IMPORTETAXAEMBARQUE}]]></textFieldExpression>
</textField> </textField>
<textField pattern="#,##0.00"> <textField pattern="#,##0.00">
<reportElement x="267" y="0" width="32" height="11" uuid="1242bccb-ce44-47d6-ac13-6f4df97f707e"/> <reportElement uuid="1242bccb-ce44-47d6-ac13-6f4df97f707e" x="267" y="0" width="32" height="11">
<printWhenExpression><![CDATA[$P{IS_PEDAGIO}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/> <textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$F{IMPORTEPEDAGIO}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{IMPORTEPEDAGIO}]]></textFieldExpression>
</textField> </textField>
<textField pattern="#,##0.00"> <textField pattern="#,##0.00">
<reportElement x="299" y="0" width="32" height="11" uuid="2184d556-1501-4525-8d09-510f9d798b86"/> <reportElement uuid="2184d556-1501-4525-8d09-510f9d798b86" x="299" y="0" width="32" height="11">
<printWhenExpression><![CDATA[$P{IS_SEGURO}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/> <textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$F{IMPORTESEGURO}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{IMPORTESEGURO}]]></textFieldExpression>
</textField> </textField>
<textField pattern="#,##0.00"> <textField pattern="#,##0.00">
<reportElement x="443" y="0" width="37" height="11" uuid="58c1e14e-9c44-4e34-8b57-fbb6af384ce3"/> <reportElement uuid="58c1e14e-9c44-4e34-8b57-fbb6af384ce3" x="443" y="0" width="37" height="11">
<printWhenExpression><![CDATA[$P{IS_TX_EMBARQUE}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/> <textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$F{TOTAL_EMBARQUE}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{TOTAL_EMBARQUE}]]></textFieldExpression>
</textField> </textField>
<textField pattern="#,##0.00"> <textField pattern="#,##0.00">
<reportElement x="480" y="0" width="37" height="11" uuid="05426ccc-ff54-4381-8406-ae0c4290a54b"/> <reportElement uuid="05426ccc-ff54-4381-8406-ae0c4290a54b" x="480" y="0" width="37" height="11">
<printWhenExpression><![CDATA[$P{IS_PEDAGIO}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/> <textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$F{TOTAL_PEDAGIO}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{TOTAL_PEDAGIO}]]></textFieldExpression>
</textField> </textField>
<textField pattern="#,##0.00"> <textField pattern="#,##0.00">
<reportElement x="517" y="0" width="37" height="11" uuid="8a365def-0ad3-48e8-b942-5d00f5d74a21"/> <reportElement uuid="8a365def-0ad3-48e8-b942-5d00f5d74a21" x="517" y="0" width="37" height="11">
<printWhenExpression><![CDATA[$P{IS_SEGURO}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/> <textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$F{TOTAL_SEGURO}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{TOTAL_SEGURO}]]></textFieldExpression>
</textField> </textField>
<textField> <textField>
<reportElement x="147" y="0" width="88" height="11" uuid="b2a45c9f-3da0-4273-9941-c9e31ee61723"/> <reportElement uuid="b2a45c9f-3da0-4273-9941-c9e31ee61723" x="147" y="0" width="88" height="11"/>
<textElement/>
<textFieldExpression><![CDATA[$F{NOMBPUNTOVENTA}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{NOMBPUNTOVENTA}]]></textFieldExpression>
</textField> </textField>
<textField> <textField>
<reportElement x="331" y="0" width="38" height="11" uuid="7059069b-3c22-416a-afc1-d05473a3d429"/> <reportElement uuid="7059069b-3c22-416a-afc1-d05473a3d429" x="331" y="0" width="38" height="11">
<printWhenExpression><![CDATA[$P{IS_TX_EMBARQUE}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/> <textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$F{EMBARQUE_VENDIDOS}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{EMBARQUE_VENDIDOS}]]></textFieldExpression>
</textField> </textField>
<textField> <textField>
<reportElement x="369" y="0" width="38" height="11" uuid="049ba79a-5ee9-4ee2-80d7-d498ad7d7125"/> <reportElement uuid="049ba79a-5ee9-4ee2-80d7-d498ad7d7125" x="369" y="0" width="38" height="11">
<printWhenExpression><![CDATA[$P{IS_PEDAGIO}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/> <textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$F{PEDAGIO_VENDIDOS}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{PEDAGIO_VENDIDOS}]]></textFieldExpression>
</textField> </textField>
<textField> <textField>
<reportElement x="407" y="0" width="36" height="11" uuid="c15ba1bc-2040-4a73-a221-52d574fbedb4"/> <reportElement uuid="c15ba1bc-2040-4a73-a221-52d574fbedb4" x="407" y="0" width="36" height="11">
<printWhenExpression><![CDATA[$P{IS_SEGURO}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/> <textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$F{SEGURO_VENDIDOS}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{SEGURO_VENDIDOS}]]></textFieldExpression>
</textField> </textField>
@ -437,42 +493,55 @@
<lastPageFooter> <lastPageFooter>
<band height="11"> <band height="11">
<textField evaluationTime="Auto" pattern="#,##0.00"> <textField evaluationTime="Auto" pattern="#,##0.00">
<reportElement x="443" y="-1" width="37" height="12" uuid="1d265368-d216-4cec-a824-a0c0b5536a43"/> <reportElement uuid="1d265368-d216-4cec-a824-a0c0b5536a43" x="443" y="-1" width="37" height="12">
<printWhenExpression><![CDATA[$P{IS_TX_EMBARQUE}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/> <textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{TOTAL_EMBARQUE_2}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{TOTAL_EMBARQUE_2}]]></textFieldExpression>
</textField> </textField>
<textField evaluationTime="Auto" pattern="#,##0.00"> <textField evaluationTime="Auto" pattern="#,##0.00">
<reportElement x="480" y="-1" width="37" height="12" uuid="adfa3eb3-6ab0-4141-aced-e3d231e4f433"/> <reportElement uuid="adfa3eb3-6ab0-4141-aced-e3d231e4f433" x="480" y="-1" width="37" height="12">
<printWhenExpression><![CDATA[$P{IS_PEDAGIO}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/> <textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{TOTAL_PEDAGIO_2}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{TOTAL_PEDAGIO_2}]]></textFieldExpression>
</textField> </textField>
<staticText> <staticText>
<reportElement x="0" y="0" width="51" height="11" uuid="f7ac3bf7-ac60-405e-b2a3-60c9150421a0"/> <reportElement uuid="f7ac3bf7-ac60-405e-b2a3-60c9150421a0" x="0" y="0" width="51" height="11"/>
<textElement/>
<text><![CDATA[Total Geral: ]]></text> <text><![CDATA[Total Geral: ]]></text>
</staticText> </staticText>
<line> <line>
<reportElement x="0" y="10" width="554" height="1" forecolor="#666666" uuid="06fb8df2-dbea-44e7-9e45-21f8aa82f939"/> <reportElement uuid="06fb8df2-dbea-44e7-9e45-21f8aa82f939" x="0" y="10" width="554" height="1" forecolor="#666666"/>
<graphicElement> <graphicElement>
<pen lineWidth="0.5"/> <pen lineWidth="0.5"/>
</graphicElement> </graphicElement>
</line> </line>
<textField evaluationTime="Auto" pattern="#,##0.00"> <textField evaluationTime="Auto" pattern="#,##0.00">
<reportElement x="517" y="0" width="37" height="10" uuid="a4f4cff0-6b6e-42f0-9f07-7cbd06f5a545"/> <reportElement uuid="a4f4cff0-6b6e-42f0-9f07-7cbd06f5a545" x="517" y="0" width="37" height="10">
<printWhenExpression><![CDATA[$P{IS_SEGURO}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/> <textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{TOTAL_SEGURO_2}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{TOTAL_SEGURO_2}]]></textFieldExpression>
</textField> </textField>
<textField> <textField>
<reportElement x="331" y="0" width="38" height="11" uuid="58961ea4-a59e-4a77-b898-b2df93fc43cb"/> <reportElement uuid="58961ea4-a59e-4a77-b898-b2df93fc43cb" x="331" y="0" width="38" height="11">
<printWhenExpression><![CDATA[$P{IS_TX_EMBARQUE}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/> <textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{EMBARQUE_VENDIDOS_2}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{EMBARQUE_VENDIDOS_2}]]></textFieldExpression>
</textField> </textField>
<textField> <textField>
<reportElement x="369" y="0" width="38" height="11" uuid="96bd08a5-5321-4938-8d4b-5260faa9a283"/> <reportElement uuid="96bd08a5-5321-4938-8d4b-5260faa9a283" x="369" y="0" width="38" height="11">
<printWhenExpression><![CDATA[$P{IS_PEDAGIO}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/> <textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{PEDAGIO_VENDIDOS_2}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{PEDAGIO_VENDIDOS_2}]]></textFieldExpression>
</textField> </textField>
<textField> <textField>
<reportElement x="407" y="0" width="36" height="11" uuid="c090f6cf-7340-4990-92d0-101fbf056cb7"/> <reportElement uuid="c090f6cf-7340-4990-92d0-101fbf056cb7" x="407" y="0" width="36" height="11">
<printWhenExpression><![CDATA[$P{IS_SEGURO}]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/> <textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{SEGURO_VENDIDOS_2}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{SEGURO_VENDIDOS_2}]]></textFieldExpression>
</textField> </textField>
@ -481,7 +550,7 @@
<noData> <noData>
<band height="39"> <band height="39">
<textField> <textField>
<reportElement x="148" y="8" width="530" height="20" uuid="a640c0eb-ead8-4a2a-bda4-675165e8bc7d"/> <reportElement uuid="a640c0eb-ead8-4a2a-bda4-675165e8bc7d" x="148" y="8" width="530" height="20"/>
<textElement markup="none"> <textElement markup="none">
<font size="11" isBold="true"/> <font size="11" isBold="true"/>
</textElement> </textElement>

View File

@ -76,10 +76,12 @@ public class RelatorioTaxasLinhaController extends MyGenericForwardComposer {
private MyListbox puntoVentaList; private MyListbox puntoVentaList;
private MyListbox puntoVentaSelList; private MyListbox puntoVentaSelList;
private Paging pagingPuntoVenta; private Paging pagingPuntoVenta;
private Checkbox chkTaxaEmbarque;
private Checkbox chkTaxaPedagio;
private Checkbox chkTaxaSeguro;
private void executarPesquisa() { private void executarPesquisa() {
HibernateSearchObject<PuntoVenta> puntoVentaBusqueda = HibernateSearchObject<PuntoVenta> puntoVentaBusqueda = new HibernateSearchObject<PuntoVenta>(PuntoVenta.class, pagingPuntoVenta.getPageSize());
new HibernateSearchObject<PuntoVenta>(PuntoVenta.class, pagingPuntoVenta.getPageSize());
puntoVentaBusqueda.addFilterILike("nombpuntoventa", "%" + txtNombrePuntoVenta.getValue() + "%"); puntoVentaBusqueda.addFilterILike("nombpuntoventa", "%" + txtNombrePuntoVenta.getValue() + "%");
puntoVentaBusqueda.addFilterEqual("activo", Boolean.TRUE); puntoVentaBusqueda.addFilterEqual("activo", Boolean.TRUE);
@ -191,9 +193,10 @@ public class RelatorioTaxasLinhaController extends MyGenericForwardComposer {
parametros.put("USUARIO", UsuarioLogado.getUsuarioLogado().getUsuarioId().toString()); parametros.put("USUARIO", UsuarioLogado.getUsuarioLogado().getUsuarioId().toString());
parametros.put("TIPO_DATA", Integer.parseInt(rdGroupTipoData.getSelectedItem().getValue())); parametros.put("TIPO_DATA", Integer.parseInt(rdGroupTipoData.getSelectedItem().getValue()));
parametros.put("NUMPUNTOVENTA", puntoVentaIds); parametros.put("NUMPUNTOVENTA", puntoVentaIds);
parametros.put("B_SUBTRAIR_ICMS", ((Boolean) (chkSubtrairIcms.isChecked())));
parametros.put("B_SUBTRAIR_ICMS", chkSubtrairIcms.isChecked()); parametros.put("IS_TX_EMBARQUE", ((Boolean) (chkTaxaEmbarque.isChecked())));
parametros.put("IS_PEDAGIO", (Boolean) chkTaxaPedagio.isChecked());
parametros.put("IS_SEGURO", chkTaxaSeguro.isChecked());
filtro.append(" Tipo de Data: " + (rdGroupTipoData.getSelectedItem().getValue().equals(1) ? " Origem;" : "Destino;")); filtro.append(" Tipo de Data: " + (rdGroupTipoData.getSelectedItem().getValue().equals(1) ? " Origem;" : "Destino;"));
filtro.append(" Subtrair ICMS: " + (chkSubtrairIcms.isChecked() ? " Sim;" : "Não;")); filtro.append(" Subtrair ICMS: " + (chkSubtrairIcms.isChecked() ? " Sim;" : "Não;"));
filtro.append(" Empresa: "); filtro.append(" Empresa: ");

View File

@ -560,6 +560,9 @@ relatorioTaxasLinhaController.lbPuntoVenta.value = N. Agência
relatorioTaxasLinhaController.lbCidadaOrigem.value = Localidade Origem relatorioTaxasLinhaController.lbCidadaOrigem.value = Localidade Origem
relatorioTaxasLinhaController.lbCidadeDestino.value = Localidade Destino relatorioTaxasLinhaController.lbCidadeDestino.value = Localidade Destino
relatorioTaxasLinhaController.lbPuntoVenta.value = Agência relatorioTaxasLinhaController.lbPuntoVenta.value = Agência
relatorioTaxasLinhaController.lbChkTaxaEmbarque.value = Taxa de Embarque
relatorioTaxasLinhaController.lbChkTaxaPedagio.value = Pedagio
relatorioTaxasLinhaController.lbChkTaxaSeguro.value = Seguro
#Relatorio de Receita por servico #Relatorio de Receita por servico
relatorioReceitaServicoController.window.title = Relatório de Receita por Serviço relatorioReceitaServicoController.window.title = Relatório de Receita por Serviço

View File

@ -54,14 +54,17 @@
</cell> </cell>
</row> </row>
<row spans="1,1,2"> <row spans="1,1,2">
<cell rowspan="2" align="left" >
<label <label
value="${c:l('relatorioTaxasLinhaController.lbEmpresa.value')}" /> value="${c:l('relatorioTaxasLinhaController.lbEmpresa.value')}" />
</cell>
<cell rowspan="2" align="left" >
<combobox id="cmbEmpresa" mold="rounded" <combobox id="cmbEmpresa" mold="rounded"
buttonVisible="true" buttonVisible="true"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar" use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
model="@{winFiltroRelatorioTaxasLinha$composer.lsEmpresa}" model="@{winFiltroRelatorioTaxasLinha$composer.lsEmpresa}"
width="95%" /> width="95%" />
</cell>
<hbox > <hbox >
<radiogroup id="rdGroupTipoData"> <radiogroup id="rdGroupTipoData">
<radio radiogroup="rdGroupTipoData" <radio radiogroup="rdGroupTipoData"
@ -76,7 +79,19 @@
label="${c:l('relatorioTaxasLinhaController.lbChkSubtrairIcms.value')}" /> label="${c:l('relatorioTaxasLinhaController.lbChkSubtrairIcms.value')}" />
</hbox> </hbox>
</row> </row>
<row spans="1,1,2">
<cell colspan="2" align="center" >
<label value="" />
<hbox width="100%">
<checkbox id="chkTaxaEmbarque" checked="true" hflex="15"
label="${c:l('relatorioTaxasLinhaController.lbChkTaxaEmbarque.value')}" />
<checkbox id="chkTaxaPedagio" checked="true" hflex="10"
label="${c:l('relatorioTaxasLinhaController.lbChkTaxaPedagio.value')}" />
<checkbox id="chkTaxaSeguro" checked="true" hflex="10"
label="${c:l('relatorioTaxasLinhaController.lbChkTaxaSeguro.value')}" />
</hbox>
</cell>
</row>
<row spans="1,3"> <row spans="1,3">
<label <label
value="${c:l('relatorioTaxasLinhaController.lbPuntoVenta.value')}" /> value="${c:l('relatorioTaxasLinhaController.lbPuntoVenta.value')}" />
@ -117,7 +132,7 @@
</bandbox> </bandbox>
</row> </row>
<row spans="4"> <row spans="5">
<listbox id="puntoVentaSelList" mold="paging" <listbox id="puntoVentaSelList" mold="paging"
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
vflex="true" height="100px" width="100%"> vflex="true" height="100px" width="100%">