Adicao campo outros vendas bilheteiro feat bug#AL4078

master
Fabio 2024-05-16 10:11:22 -03:00
parent 9b00b9dd9b
commit c14e4655df
5 changed files with 118 additions and 100 deletions

View File

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

View File

@ -49,8 +49,9 @@ public class RelatorioVendasBilheteiro extends Relatorio {
sql.append(" c.CORRIDA_ID SERVICO, "); sql.append(" c.CORRIDA_ID SERVICO, ");
sql.append(" c.IMPORTEPEDAGIO PEDAGIO," ); sql.append(" c.IMPORTEPEDAGIO PEDAGIO," );
sql.append(" c.IMPORTETAXAEMBARQUE TX_EMBARQUE," ); sql.append(" c.IMPORTETAXAEMBARQUE TX_EMBARQUE," );
sql.append(" c.IMPORTEOUTROS OUTROS," );
sql.append(" c.PRECIOPAGADO TARIFA," ); sql.append(" c.PRECIOPAGADO TARIFA," );
sql.append(" (NVL(c.PRECIOPAGADO,0)+(NVL(c.IMPORTEPEDAGIO,0)+ NVL(c.IMPORTETAXAEMBARQUE,0)+ NVL(c.IMPORTESEGURO,0))) TOTAL_BILHETE, " ); sql.append(" (coalesce(c.PRECIOPAGADO,0)+(coalesce(c.IMPORTEPEDAGIO,0)+ coalesce(c.IMPORTETAXAEMBARQUE,0)+ coalesce(c.IMPORTESEGURO,0)+ coalesce(c.IMPORTEOUTROS,0))) TOTAL_BILHETE, " );
sql.append(" cs.DESCCLASE CLASSE "); sql.append(" cs.DESCCLASE CLASSE ");
sql.append(" from caja c "); sql.append(" from caja c ");
@ -112,6 +113,7 @@ public class RelatorioVendasBilheteiro extends Relatorio {
dataResult.put("TX_EMBARQUE", rset.getBigDecimal("TX_EMBARQUE")); dataResult.put("TX_EMBARQUE", rset.getBigDecimal("TX_EMBARQUE"));
dataResult.put("PEDAGIO", rset.getBigDecimal("PEDAGIO")); dataResult.put("PEDAGIO", rset.getBigDecimal("PEDAGIO"));
dataResult.put("TARIFA", rset.getBigDecimal("TARIFA")); dataResult.put("TARIFA", rset.getBigDecimal("TARIFA"));
dataResult.put("OUTROS", rset.getBigDecimal("OUTROS"));
dataResult.put("TOTAL_BILHETE", rset.getBigDecimal("TOTAL_BILHETE")); dataResult.put("TOTAL_BILHETE", rset.getBigDecimal("TOTAL_BILHETE"));
dataResult.put("STATUS_PASSAGEM", IndStatusBoleto.valueOf(rset.getString("STATUS_PASSAGEM")).getValue() ); dataResult.put("STATUS_PASSAGEM", IndStatusBoleto.valueOf(rset.getString("STATUS_PASSAGEM")).getValue() );
dataResult.put("SERVICO", rset.getBigDecimal("SERVICO")); dataResult.put("SERVICO", rset.getBigDecimal("SERVICO"));

View File

@ -1,7 +1,7 @@
<?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="RelatorioVendasBilheteiro" pageWidth="1900" pageHeight="595" orientation="Landscape" whenNoDataType="NoDataSection" columnWidth="1860" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="b92fb063-a827-4619-8a69-5c78e3afbb8c"> <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="RelatorioVendasBilheteiro" pageWidth="1900" pageHeight="595" orientation="Landscape" whenNoDataType="NoDataSection" columnWidth="1860" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="b92fb063-a827-4619-8a69-5c78e3afbb8c">
<property name="ireport.zoom" value="1.610510000000003"/> <property name="ireport.zoom" value="1.7715610000000048"/>
<property name="ireport.x" value="0"/> <property name="ireport.x" value="2276"/>
<property name="ireport.y" value="0"/> <property name="ireport.y" value="0"/>
<property name="net.sf.jasperreports.export.xls.exclude.origin.band.2" value="pageHeader"/> <property name="net.sf.jasperreports.export.xls.exclude.origin.band.2" value="pageHeader"/>
<property name="net.sf.jasperreports.export.xls.exclude.origin.keep.first.band.2" value="columnHeader"/> <property name="net.sf.jasperreports.export.xls.exclude.origin.keep.first.band.2" value="columnHeader"/>
@ -31,13 +31,14 @@
<field name="TARIFA" class="java.math.BigDecimal"/> <field name="TARIFA" class="java.math.BigDecimal"/>
<field name="TOTAL_BILHETE" class="java.math.BigDecimal"/> <field name="TOTAL_BILHETE" class="java.math.BigDecimal"/>
<field name="CLASSE" class="java.lang.String"/> <field name="CLASSE" class="java.lang.String"/>
<field name="OUTROS" class="java.math.BigDecimal"/>
<background> <background>
<band splitType="Stretch"/> <band splitType="Stretch"/>
</background> </background>
<pageHeader> <pageHeader>
<band height="57" splitType="Stretch"> <band height="57" splitType="Stretch">
<textField pattern="dd/MM/yyyy" isBlankWhenNull="false"> <textField pattern="dd/MM/yyyy" isBlankWhenNull="false">
<reportElement mode="Transparent" x="44" y="15" width="51" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="42796e20-405c-441f-9fd9-b26238bc7cdb"/> <reportElement uuid="42796e20-405c-441f-9fd9-b26238bc7cdb" mode="Transparent" x="44" y="15" 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"/>
@ -45,7 +46,7 @@
<textFieldExpression><![CDATA[$P{DATA_INICIAL}]]></textFieldExpression> <textFieldExpression><![CDATA[$P{DATA_INICIAL}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="false"> <textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="false">
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="0" y="0" width="632" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="d2973779-79dc-4cc8-937a-e9167c42bab0"/> <reportElement uuid="d2973779-79dc-4cc8-937a-e9167c42bab0" stretchType="RelativeToTallestObject" mode="Transparent" x="0" y="0" width="632" 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="14" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/> <font fontName="SansSerif" size="14" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
@ -53,7 +54,7 @@
<textFieldExpression><![CDATA[$P{NOME_RELATORIO}]]></textFieldExpression> <textFieldExpression><![CDATA[$P{NOME_RELATORIO}]]></textFieldExpression>
</textField> </textField>
<textField pattern="dd/MM/yyyy" isBlankWhenNull="false"> <textField pattern="dd/MM/yyyy" isBlankWhenNull="false">
<reportElement mode="Transparent" x="105" y="15" width="51" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="8730e85b-d436-42cd-beb6-1a881bad2478"/> <reportElement uuid="8730e85b-d436-42cd-beb6-1a881bad2478" mode="Transparent" x="105" y="15" 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"/>
@ -61,7 +62,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="0" y="15" width="44" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="26bbd310-5e59-4975-a47f-b0048e80b1b6"/> <reportElement uuid="26bbd310-5e59-4975-a47f-b0048e80b1b6" mode="Transparent" x="0" y="15" 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"/>
@ -69,17 +70,17 @@
<textFieldExpression><![CDATA[$R{cabecalho.periodo}]]></textFieldExpression> <textFieldExpression><![CDATA[$R{cabecalho.periodo}]]></textFieldExpression>
</textField> </textField>
<textField> <textField>
<reportElement x="43" y="43" width="1117" height="14" uuid="c486add3-94d7-419f-9f37-04f6a6da879e"/> <reportElement uuid="c486add3-94d7-419f-9f37-04f6a6da879e" x="43" y="43" width="1816" height="14"/>
<textElement verticalAlignment="Middle"> <textElement verticalAlignment="Middle">
<font size="6"/> <font size="6"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$P{FILTROS}]]></textFieldExpression> <textFieldExpression><![CDATA[$P{FILTROS}]]></textFieldExpression>
</textField> </textField>
<line> <line>
<reportElement x="0" y="42" width="1860" height="1" uuid="a179c478-4014-4b4a-abf0-4655e7588bf7"/> <reportElement uuid="a179c478-4014-4b4a-abf0-4655e7588bf7" x="0" y="42" width="1860" height="1"/>
</line> </line>
<textField pattern="" isBlankWhenNull="false"> <textField pattern="" isBlankWhenNull="false">
<reportElement mode="Transparent" x="0" y="43" width="43" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="9630a784-5f92-4abe-805c-fd175e4f8241"/> <reportElement uuid="9630a784-5f92-4abe-805c-fd175e4f8241" mode="Transparent" x="0" y="43" width="43" 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="6" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/> <font fontName="SansSerif" size="6" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
@ -87,7 +88,7 @@
<textFieldExpression><![CDATA[$R{cabecalho.filtros}]]></textFieldExpression> <textFieldExpression><![CDATA[$R{cabecalho.filtros}]]></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="1766" y="0" width="90" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="91cded42-c53d-469a-abc7-6eb0d59f69af"/> <reportElement uuid="91cded42-c53d-469a-abc7-6eb0d59f69af" mode="Transparent" x="1769" y="0" width="90" 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"/>
@ -95,7 +96,7 @@
<textFieldExpression><![CDATA[new java.util.Date()]]></textFieldExpression> <textFieldExpression><![CDATA[new java.util.Date()]]></textFieldExpression>
</textField> </textField>
<textField pattern="" isBlankWhenNull="false"> <textField pattern="" isBlankWhenNull="false">
<reportElement mode="Transparent" x="1686" y="30" width="170" height="12" forecolor="#000000" backcolor="#FFFFFF" uuid="62f6ba6e-1aaf-4449-aef6-2e9d6e541856"/> <reportElement uuid="62f6ba6e-1aaf-4449-aef6-2e9d6e541856" mode="Transparent" x="1639" y="30" width="220" 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"/>
@ -103,7 +104,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="1686" y="15" width="170" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="ba831a24-59f4-4f8f-888f-fd69711018e9"/> <reportElement uuid="ba831a24-59f4-4f8f-888f-fd69711018e9" mode="Transparent" x="1639" y="15" width="220" 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"/>
@ -111,14 +112,14 @@
<textFieldExpression><![CDATA[$R{cabecalho.pagina}+" "+$V{PAGE_NUMBER}+" "+$R{cabecalho.de}+$V{PAGE_NUMBER}]]></textFieldExpression> <textFieldExpression><![CDATA[$R{cabecalho.pagina}+" "+$V{PAGE_NUMBER}+" "+$R{cabecalho.de}+$V{PAGE_NUMBER}]]></textFieldExpression>
</textField> </textField>
<textField> <textField>
<reportElement x="1686" y="0" width="80" height="15" uuid="5cbb57ef-bd5e-4d1b-a077-d0ff398df801"/> <reportElement uuid="5cbb57ef-bd5e-4d1b-a077-d0ff398df801" x="1639" y="0" width="130" 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="95" y="15" width="10" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="6d6ab075-006c-4796-98d5-f047ae963876"/> <reportElement uuid="6d6ab075-006c-4796-98d5-f047ae963876" mode="Transparent" x="95" y="15" 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"/>
@ -128,252 +129,267 @@
</band> </band>
</pageHeader> </pageHeader>
<columnHeader> <columnHeader>
<band height="20" splitType="Stretch"> <band height="15" splitType="Stretch">
<textField isStretchWithOverflow="true" isBlankWhenNull="false"> <staticText>
<reportElement x="244" y="0" width="92" height="20" uuid="175c2491-a0c4-47bb-bfb1-f8cbdfff876a"/> <reportElement uuid="148c467d-8b63-428c-8221-9219699357ba" x="244" y="0" width="92" height="15"/>
<textElement textAlignment="Left" markup="none"> <textElement textAlignment="Left" markup="none">
<font size="8" isBold="true"/> <font size="8" isBold="true"/>
</textElement> </textElement>
<textFieldExpression><![CDATA["Cód. Bilheteiro"]]></textFieldExpression> <text><![CDATA[Cód. Bilheteiro]]></text>
</textField> </staticText>
<textField isStretchWithOverflow="true" isBlankWhenNull="false"> <staticText>
<reportElement x="0" y="0" width="84" height="20" uuid="cf67c704-990d-476b-b216-6c6fc14f5016"/> <reportElement uuid="8e3279f3-98b6-4f3d-9804-91dd4a58dd96" x="0" y="0" width="84" height="15"/>
<textElement textAlignment="Left" markup="none"> <textElement textAlignment="Left" markup="none">
<font size="8" isBold="true"/> <font size="8" isBold="true"/>
</textElement> </textElement>
<textFieldExpression><![CDATA["Cód. Agência"]]></textFieldExpression> <text><![CDATA[Cód. Agência]]></text>
</textField> </staticText>
<textField isStretchWithOverflow="true" isBlankWhenNull="false"> <staticText>
<reportElement x="336" y="0" width="175" height="20" uuid="1469ff85-4d82-4fa7-9746-6adc51b556e5"/> <reportElement uuid="10b5fd24-35e6-4e26-b46c-d57521e8225a" x="336" y="0" width="175" height="15"/>
<textElement textAlignment="Left" markup="none"> <textElement textAlignment="Left" markup="none">
<font size="8" isBold="true"/> <font size="8" isBold="true"/>
</textElement> </textElement>
<textFieldExpression><![CDATA["Nome Bilheteiro"]]></textFieldExpression> <text><![CDATA[Nome Bilheteiro]]></text>
</textField> </staticText>
<textField isStretchWithOverflow="true" isBlankWhenNull="false"> <staticText>
<reportElement mode="Transparent" x="512" y="0" width="91" height="20" forecolor="#000000" backcolor="#FFFFFF" uuid="6aff357a-a730-44d1-88cb-80544d6fba00"/> <reportElement uuid="b58aa408-1e97-42ca-9908-20720337c538" mode="Transparent" x="512" y="0" width="91" 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="8" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/> <font fontName="SansSerif" size="8" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
</textElement> </textElement>
<textFieldExpression><![CDATA["Num. Passagem"]]></textFieldExpression> <text><![CDATA[Num. Passagem]]></text>
</textField> </staticText>
<textField isStretchWithOverflow="true" isBlankWhenNull="false"> <staticText>
<reportElement mode="Transparent" x="1276" y="0" width="50" height="20" forecolor="#000000" backcolor="#FFFFFF" uuid="e3bbc634-b28e-4fcb-a82b-988d8e080bb1"/> <reportElement uuid="f3e8c856-93bd-41f2-8da5-3a1898409894" mode="Transparent" x="1239" y="0" width="50" 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="8" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/> <font fontName="SansSerif" size="8" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
</textElement> </textElement>
<textFieldExpression><![CDATA["Pedágio"]]></textFieldExpression> <text><![CDATA[Pedágio]]></text>
</textField> </staticText>
<textField isStretchWithOverflow="true" isBlankWhenNull="false"> <staticText>
<reportElement mode="Transparent" x="814" y="0" width="210" height="20" forecolor="#000000" backcolor="#FFFFFF" uuid="11dfc2fe-48d3-4288-a074-7eb075924340"/> <reportElement uuid="9819c745-3e18-49a6-a9f0-67386dc37552" mode="Transparent" x="814" y="0" width="210" 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="8" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/> <font fontName="SansSerif" size="8" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
</textElement> </textElement>
<textFieldExpression><![CDATA["Destino"]]></textFieldExpression> <text><![CDATA[Destino]]></text>
</textField> </staticText>
<textField isStretchWithOverflow="true" isBlankWhenNull="false"> <staticText>
<reportElement mode="Transparent" x="1326" y="0" width="50" height="20" forecolor="#000000" backcolor="#FFFFFF" uuid="2809e7dc-46e7-4243-b0fa-166a2222c9f1"/> <reportElement uuid="0f12e71c-4bea-4274-bd7e-e58a5e265bc4" mode="Transparent" x="1289" y="0" width="50" 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="8" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/> <font fontName="SansSerif" size="8" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
</textElement> </textElement>
<textFieldExpression><![CDATA["Tarifa"]]></textFieldExpression> <text><![CDATA[Tarifa]]></text>
</textField> </staticText>
<textField isStretchWithOverflow="true" isBlankWhenNull="false"> <staticText>
<reportElement x="84" y="0" width="160" height="20" uuid="4e544fca-dc45-44b3-a40e-1f6b2982961f"/> <reportElement uuid="cba6abf0-5eaa-44cf-9011-8a532a8281b7" x="84" y="0" width="160" height="15"/>
<textElement textAlignment="Left" markup="none"> <textElement textAlignment="Left" markup="none">
<font size="8" isBold="true"/> <font size="8" isBold="true"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[" Descrição Agência"]]></textFieldExpression> <text><![CDATA[ Descrição Agência]]></text>
</textField> </staticText>
<textField isStretchWithOverflow="true" isBlankWhenNull="false"> <staticText>
<reportElement mode="Transparent" x="603" y="0" width="210" height="20" forecolor="#000000" backcolor="#FFFFFF" uuid="a9b82414-611c-4d1c-a369-e536f98ff6e4"/> <reportElement uuid="3e99e1ff-08e3-4832-8053-8108eee2b7a7" mode="Transparent" x="603" y="0" width="210" 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="8" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/> <font fontName="SansSerif" size="8" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
</textElement> </textElement>
<textFieldExpression><![CDATA["Origem"]]></textFieldExpression> <text><![CDATA[Origem]]></text>
</textField> </staticText>
<textField isStretchWithOverflow="true" isBlankWhenNull="false"> <staticText>
<reportElement mode="Transparent" x="1204" y="0" width="72" height="20" forecolor="#000000" backcolor="#FFFFFF" uuid="2b4c3898-232a-484b-8efc-fc7850cb5b25"/> <reportElement uuid="83f66491-4f20-403b-8e81-7487d5a03d5f" mode="Transparent" x="1167" y="0" width="72" 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="8" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/> <font fontName="SansSerif" size="8" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
</textElement> </textElement>
<textFieldExpression><![CDATA["T. Embarque"]]></textFieldExpression> <text><![CDATA[T. Embarque]]></text>
</textField> </staticText>
<textField isStretchWithOverflow="true" isBlankWhenNull="false"> <staticText>
<reportElement mode="Transparent" x="1024" y="0" width="180" height="20" forecolor="#000000" backcolor="#FFFFFF" uuid="20a4a2ff-4ea0-4848-b708-f15afca68418"/> <reportElement uuid="3c0dca5a-1295-4922-aeaa-0f96aab0b9b9" mode="Transparent" x="1024" y="0" width="143" 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="8" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/> <font fontName="SansSerif" size="8" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
</textElement> </textElement>
<textFieldExpression><![CDATA["Tipo do Bilhete"]]></textFieldExpression> <text><![CDATA[Tipo do Bilhete]]></text>
</textField> </staticText>
<textField isStretchWithOverflow="true" isBlankWhenNull="false"> <staticText>
<reportElement mode="Transparent" x="1376" y="0" width="70" height="20" forecolor="#000000" backcolor="#FFFFFF" uuid="1c8e9abf-14c7-494d-a603-f747ac66ea29"/> <reportElement uuid="c5ac6452-b793-4851-a3d9-c82827933b06" mode="Transparent" x="1389" y="0" width="70" 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="8" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/> <font fontName="SansSerif" size="8" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
</textElement> </textElement>
<textFieldExpression><![CDATA["Total Bilhetes"]]></textFieldExpression> <text><![CDATA[Total Bilhetes]]></text>
</textField> </staticText>
<textField isStretchWithOverflow="true" isBlankWhenNull="false"> <staticText>
<reportElement mode="Transparent" x="1446" y="0" width="135" height="20" forecolor="#000000" backcolor="#FFFFFF" uuid="39b5610a-db3e-4f94-87bd-3d002a8cfef3"/> <reportElement uuid="39b203b7-c27c-474e-a12b-a3fe0e1fd88a" mode="Transparent" x="1459" y="0" width="135" 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="8" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/> <font fontName="SansSerif" size="8" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
</textElement> </textElement>
<textFieldExpression><![CDATA["Status da Passagem"]]></textFieldExpression> <text><![CDATA[Status da Passagem]]></text>
</textField> </staticText>
<textField isStretchWithOverflow="true" isBlankWhenNull="false"> <staticText>
<reportElement mode="Transparent" x="1581" y="0" width="45" height="20" forecolor="#000000" backcolor="#FFFFFF" uuid="b3604fc8-3408-438f-81bb-8b45d3dc32eb"/> <reportElement uuid="f9b05f2d-0048-4518-ba5f-36311649801a" mode="Transparent" x="1594" y="0" width="45" 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="8" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/> <font fontName="SansSerif" size="8" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
</textElement> </textElement>
<textFieldExpression><![CDATA["Serviço"]]></textFieldExpression> <text><![CDATA[Serviço]]></text>
</textField> </staticText>
<textField isStretchWithOverflow="true" isBlankWhenNull="false"> <staticText>
<reportElement mode="Transparent" x="1780" y="0" width="78" height="20" forecolor="#000000" backcolor="#FFFFFF" uuid="052730da-5255-43f0-98f6-d684f498f3ab"/> <reportElement uuid="9e64f28e-32bb-41a5-bcda-fe0b863830bd" mode="Transparent" x="1780" y="0" width="80" 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="8" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/> <font fontName="SansSerif" size="8" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
</textElement> </textElement>
<textFieldExpression><![CDATA["Data Viagem"]]></textFieldExpression> <text><![CDATA[Data Viagem]]></text>
</textField> </staticText>
<textField isStretchWithOverflow="true" isBlankWhenNull="false"> <staticText>
<reportElement x="1626" y="0" width="154" height="20" uuid="3e522921-6a78-489f-b7c8-9ca97f56e6f1"/> <reportElement uuid="60a0ad6b-68e7-4b8f-819e-ac863ac6ba68" x="1639" y="0" width="141" height="15"/>
<textElement markup="none"> <textElement markup="none">
<font size="8" isBold="true"/> <font size="8" isBold="true"/>
</textElement> </textElement>
<textFieldExpression><![CDATA["Classe"]]></textFieldExpression> <text><![CDATA[Classe]]></text>
</textField> </staticText>
<staticText>
<reportElement uuid="875633e7-1078-4040-95e2-6e414146fcac" mode="Transparent" x="1339" y="0" width="50" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Left" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="8" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
</textElement>
<text><![CDATA[Outros]]></text>
</staticText>
</band> </band>
</columnHeader> </columnHeader>
<detail> <detail>
<band height="20" splitType="Stretch"> <band height="15" splitType="Stretch">
<textField isStretchWithOverflow="true" isBlankWhenNull="false"> <textField isStretchWithOverflow="true" isBlankWhenNull="false">
<reportElement x="0" y="0" width="84" height="20" uuid="bc091860-adab-47d8-8352-982bc8e484a3"/> <reportElement uuid="bc091860-adab-47d8-8352-982bc8e484a3" x="0" y="0" width="84" height="15"/>
<textElement textAlignment="Left"> <textElement textAlignment="Left">
<font fontName="SansSerif" size="8"/> <font fontName="SansSerif" size="8"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{CODIGO_AGENCIA}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{CODIGO_AGENCIA}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="false"> <textField isStretchWithOverflow="true" isBlankWhenNull="false">
<reportElement x="84" y="0" width="160" height="20" uuid="e3a43e5d-2326-47c4-9d47-8c4d69d18d99"/> <reportElement uuid="e3a43e5d-2326-47c4-9d47-8c4d69d18d99" x="84" y="0" width="160" height="15"/>
<textElement textAlignment="Left"> <textElement textAlignment="Left">
<font fontName="SansSerif" size="8"/> <font fontName="SansSerif" size="8"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{NOME_AGENCIA}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{NOME_AGENCIA}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="false"> <textField isStretchWithOverflow="true" isBlankWhenNull="false">
<reportElement x="244" y="0" width="92" height="20" uuid="82c36c16-1662-4af9-a285-c935ab350e79"/> <reportElement uuid="82c36c16-1662-4af9-a285-c935ab350e79" x="244" y="0" width="92" height="15"/>
<textElement textAlignment="Left"> <textElement textAlignment="Left">
<font fontName="SansSerif" size="8"/> <font fontName="SansSerif" size="8"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{CODIGO_BILHETEIRO}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{CODIGO_BILHETEIRO}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="false"> <textField isStretchWithOverflow="true" isBlankWhenNull="false">
<reportElement x="336" y="0" width="175" height="20" uuid="ef45dd24-19e8-4e92-9759-f8e7a5c990eb"/> <reportElement uuid="ef45dd24-19e8-4e92-9759-f8e7a5c990eb" x="336" y="0" width="175" height="15"/>
<textElement textAlignment="Left"> <textElement textAlignment="Left">
<font fontName="SansSerif" size="8"/> <font fontName="SansSerif" size="8"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{NOME_BILHETEIRO}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{NOME_BILHETEIRO}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="false"> <textField isStretchWithOverflow="true" isBlankWhenNull="false">
<reportElement x="512" y="0" width="91" height="20" uuid="4cd8a33f-6aaa-47cb-949e-38c6b74d3d39"/> <reportElement uuid="4cd8a33f-6aaa-47cb-949e-38c6b74d3d39" x="512" y="0" width="91" height="15"/>
<textElement textAlignment="Left"> <textElement textAlignment="Left">
<font fontName="SansSerif" size="8"/> <font fontName="SansSerif" size="8"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{NUMERO_PASSAGEM}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{NUMERO_PASSAGEM}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="false"> <textField isStretchWithOverflow="true" isBlankWhenNull="false">
<reportElement x="603" y="0" width="210" height="20" uuid="17011486-0d4c-4e22-b534-48e0bb025673"/> <reportElement uuid="17011486-0d4c-4e22-b534-48e0bb025673" x="603" y="0" width="210" height="15"/>
<textElement textAlignment="Left"> <textElement textAlignment="Left">
<font fontName="SansSerif" size="8"/> <font fontName="SansSerif" size="8"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{ORIGEM}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{ORIGEM}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="false"> <textField isStretchWithOverflow="true" isBlankWhenNull="false">
<reportElement x="814" y="0" width="210" height="20" uuid="a89c84e4-0e13-4e85-a565-9eb0bc6e5423"/> <reportElement uuid="a89c84e4-0e13-4e85-a565-9eb0bc6e5423" x="814" y="0" width="210" height="15"/>
<textElement textAlignment="Left"> <textElement textAlignment="Left">
<font fontName="SansSerif" size="8"/> <font fontName="SansSerif" size="8"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{DESTINO}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{DESTINO}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="false"> <textField isStretchWithOverflow="true" isBlankWhenNull="false">
<reportElement x="1024" y="0" width="180" height="20" uuid="7be97f5f-b36b-4679-befb-e5f2b4532963"/> <reportElement uuid="7be97f5f-b36b-4679-befb-e5f2b4532963" x="1024" y="0" width="143" height="15"/>
<textElement textAlignment="Left"> <textElement textAlignment="Left">
<font fontName="SansSerif" size="8"/> <font fontName="SansSerif" size="8"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{TIPO_BILHETE}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{TIPO_BILHETE}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false"> <textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
<reportElement x="1204" y="0" width="72" height="20" uuid="7c1e2d86-f9ce-4730-866c-dc6cbdd0cf2c"/> <reportElement uuid="7c1e2d86-f9ce-4730-866c-dc6cbdd0cf2c" x="1167" y="0" width="72" height="15"/>
<textElement textAlignment="Left"> <textElement textAlignment="Left">
<font fontName="SansSerif" size="8"/> <font fontName="SansSerif" size="8"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{TX_EMBARQUE}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{TX_EMBARQUE}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false"> <textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
<reportElement x="1276" y="0" width="50" height="20" uuid="7c0246f5-739b-440c-a242-915117bd9fd1"/> <reportElement uuid="7c0246f5-739b-440c-a242-915117bd9fd1" x="1239" y="0" width="50" height="15"/>
<textElement textAlignment="Left"> <textElement textAlignment="Left">
<font fontName="SansSerif" size="8"/> <font fontName="SansSerif" size="8"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{PEDAGIO}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{PEDAGIO}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false"> <textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
<reportElement x="1326" y="0" width="50" height="20" uuid="dd401917-6047-4e1b-9722-31fe8d096594"/> <reportElement uuid="dd401917-6047-4e1b-9722-31fe8d096594" x="1289" y="0" width="50" height="15"/>
<textElement textAlignment="Left"> <textElement textAlignment="Left">
<font fontName="SansSerif" size="8"/> <font fontName="SansSerif" size="8"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{TARIFA}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{TARIFA}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false"> <textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
<reportElement x="1376" y="0" width="70" height="20" uuid="4dafd61b-ce2b-4690-b029-2a1382113099"/> <reportElement uuid="4dafd61b-ce2b-4690-b029-2a1382113099" x="1389" y="0" width="70" height="15"/>
<textElement textAlignment="Left"> <textElement textAlignment="Left">
<font fontName="SansSerif" size="8"/> <font fontName="SansSerif" size="8"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{TOTAL_BILHETE}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{TOTAL_BILHETE}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="false"> <textField isStretchWithOverflow="true" isBlankWhenNull="false">
<reportElement x="1446" y="0" width="135" height="20" uuid="8ad565b3-b12c-4fef-a1c7-836e7415436d"/> <reportElement uuid="8ad565b3-b12c-4fef-a1c7-836e7415436d" x="1459" y="0" width="135" height="15"/>
<textElement textAlignment="Left"> <textElement textAlignment="Left">
<font fontName="SansSerif" size="8"/> <font fontName="SansSerif" size="8"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{STATUS_PASSAGEM}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{STATUS_PASSAGEM}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="false"> <textField isStretchWithOverflow="true" isBlankWhenNull="false">
<reportElement x="1581" y="0" width="45" height="20" uuid="b0200cfc-1b6b-4636-9f4b-5fe5d87c2687"/> <reportElement uuid="b0200cfc-1b6b-4636-9f4b-5fe5d87c2687" x="1594" y="0" width="45" height="15"/>
<textElement textAlignment="Left"> <textElement textAlignment="Left">
<font fontName="SansSerif" size="8"/> <font fontName="SansSerif" size="8"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{SERVICO}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{SERVICO}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="dd/MM/yyyy" isBlankWhenNull="false"> <textField isStretchWithOverflow="true" pattern="dd/MM/yyyy" isBlankWhenNull="false">
<reportElement x="1780" y="0" width="78" height="20" uuid="27ec5d64-d949-4b02-a4a7-d6c5db93b3bd"/> <reportElement uuid="27ec5d64-d949-4b02-a4a7-d6c5db93b3bd" x="1780" y="0" width="80" height="15"/>
<textElement textAlignment="Left"> <textElement textAlignment="Left">
<font fontName="SansSerif" size="8"/> <font fontName="SansSerif" size="8"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{DATA_VIAGEM}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{DATA_VIAGEM}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="false"> <textField isStretchWithOverflow="true" isBlankWhenNull="false">
<reportElement x="1626" y="0" width="154" height="20" uuid="f5f01da5-4ea3-41ba-8b58-b1f7e8e70601"/> <reportElement uuid="f5f01da5-4ea3-41ba-8b58-b1f7e8e70601" x="1639" y="0" width="141" height="15"/>
<textElement textAlignment="Left"> <textElement textAlignment="Left">
<font fontName="SansSerif" size="8"/> <font fontName="SansSerif" size="8"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{CLASSE}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{CLASSE}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
<reportElement uuid="8ea95b30-4077-4b9c-843a-0ec275a5a2e9" x="1339" y="0" width="50" height="15"/>
<textElement textAlignment="Left">
<font fontName="SansSerif" size="8"/>
</textElement>
<textFieldExpression><![CDATA[$F{OUTROS}]]></textFieldExpression>
</textField>
</band> </band>
</detail> </detail>
<noData> <noData>
<band height="20"> <band height="20">
<textField> <textField>
<reportElement x="103" y="0" width="530" height="20" uuid="995c4c61-6291-4e5f-8d92-b75502a10466"/> <reportElement uuid="995c4c61-6291-4e5f-8d92-b75502a10466" x="0" y="0" width="1860" height="20"/>
<textElement markup="none"> <textElement markup="none">
<font size="11" isBold="true"/> <font size="11" isBold="true"/>
</textElement> </textElement>

View File

@ -6,7 +6,7 @@
<zk xmlns="http://www.zkoss.org/2005/zul"> <zk xmlns="http://www.zkoss.org/2005/zul">
<window id="winFiltroRelatorioVendasBilheteiro" <window id="winFiltroRelatorioVendasBilheteiro"
apply="${relatorioVendasBilheteiroController}" apply="${relatorioVendasBilheteiroController}"
contentStyle="overflow:auto" height="345px" width="550px" contentStyle="overflow:auto" height="350px" width="550px"
border="normal"> border="normal">
<grid fixedLayout="true"> <grid fixedLayout="true">