Adição de campos do passageiro feat bug#AL-3091

master
Fabio Faria 2023-10-05 10:31:03 -03:00
parent 88b6b71d5d
commit beddf0cb68
5 changed files with 258 additions and 134 deletions

View File

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

View File

@ -66,7 +66,11 @@ public class RelatorioBilhetesVendidos extends Relatorio {
sql.append(" B.IMPORTEPEDAGIO PEDAGIO, ");
sql.append(" B.IMPORTESEGURO SEGURO, ");
sql.append(" u.NOMBUSUARIO BILHETEIRO, ");
sql.append(" uc.NOMBUSUARIO BILHETEIRO_CANCELAMENTO ");
sql.append(" uc.NOMBUSUARIO BILHETEIRO_CANCELAMENTO, ");
sql.append(" B.NOMBPASAJERO AS PASSAGEIRO, ");
sql.append(" B.DESCNUMDOC AS DOC, ");
sql.append(" COALESCE(b.NUMOPERACION, bo.NUMOPERACION) AS LOCALIZADOR ");
sql.append(" FROM caja B ");
sql.append(" LEFT JOIN boleto bo ON (bo.boleto_id = b.transacaooriginal_id AND b.indstatusboleto = 'C') ");
@ -148,7 +152,10 @@ public class RelatorioBilhetesVendidos extends Relatorio {
sql.append(" B.IMPORTEPEDAGIO PEDAGIO, ");
sql.append(" B.IMPORTESEGURO SEGURO, ");
sql.append(" u.NOMBUSUARIO BILHETEIRO, ");
sql.append(" uc.NOMBUSUARIO BILHETEIRO_CANCELAMENTO ");
sql.append(" uc.NOMBUSUARIO BILHETEIRO_CANCELAMENTO, ");
sql.append(" B.NOMBPASAJERO AS PASSAGEIRO, ");
sql.append(" B.DESCNUMDOC AS DOC, ");
sql.append(" COALESCE(b.NUMOPERACION, bo.NUMOPERACION) AS LOCALIZADOR ");
sql.append(" FROM caja B ");
sql.append(" LEFT JOIN boleto bo ON (bo.boleto_id = b.transacaooriginal_id AND b.indstatusboleto = 'C') ");
@ -270,6 +277,9 @@ public class RelatorioBilhetesVendidos extends Relatorio {
dataResult.put("SEGURO", rset.getString("SEGURO"));
dataResult.put("BILHETEIRO", rset.getString("BILHETEIRO"));
dataResult.put("BILHETEIRO_CANCELAMENTO", rset.getString("BILHETEIRO_CANCELAMENTO"));
dataResult.put("PASSAGEIRO", rset.getString("PASSAGEIRO"));
dataResult.put("DOC", rset.getString("DOC"));
dataResult.put("LOCALIZADOR", rset.getString("LOCALIZADOR"));
this.dados.add(dataResult);

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="RelatorioVendasBilheteiro" pageWidth="842" pageHeight="595" orientation="Landscape" whenNoDataType="NoDataSection" columnWidth="802" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="b92fb063-a827-4619-8a69-5c78e3afbb8c">
<property name="ireport.zoom" value="1.8150000000000073"/>
<property name="ireport.x" value="783"/>
<property name="ireport.y" value="1"/>
<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="1200" pageHeight="595" orientation="Landscape" whenNoDataType="NoDataSection" columnWidth="1160" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="b92fb063-a827-4619-8a69-5c78e3afbb8c">
<property name="ireport.zoom" value="2.415765000000025"/>
<property name="ireport.x" 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.keep.first.band.2" value="columnHeader"/>
<property name="net.sf.jasperreports.export.xls.remove.empty.space.between.rows" value="true"/>
@ -65,13 +65,16 @@
<field name="BILHETEIRO" class="java.lang.String"/>
<field name="CVEBILHETEIRO_CANCELADO" class="java.lang.String"/>
<field name="CVEBILHETEIRO" class="java.lang.String"/>
<field name="PASSAGEIRO" class="java.lang.String"/>
<field name="DOC" class="java.lang.String"/>
<field name="LOCALIZADOR" class="java.lang.String"/>
<background>
<band splitType="Stretch"/>
</background>
<pageHeader>
<band height="59" splitType="Stretch">
<band height="57" splitType="Stretch">
<textField pattern="dd/MM/yyyy" isBlankWhenNull="false">
<reportElement mode="Transparent" x="28" y="15" width="100" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="42796e20-405c-441f-9fd9-b26238bc7cdb"/>
<reportElement uuid="42796e20-405c-441f-9fd9-b26238bc7cdb" mode="Transparent" x="52" y="15" width="56" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Left" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="9" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -79,7 +82,7 @@
<textFieldExpression><![CDATA[$P{DATA_INICIAL}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="false">
<reportElement mode="Transparent" x="0" y="0" width="257" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="d2973779-79dc-4cc8-937a-e9167c42bab0"/>
<reportElement uuid="d2973779-79dc-4cc8-937a-e9167c42bab0" mode="Transparent" x="0" y="0" width="987" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Left" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="9" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -87,7 +90,7 @@
<textFieldExpression><![CDATA[$P{NOME_RELATORIO}]]></textFieldExpression>
</textField>
<textField pattern="dd/MM/yyyy" isBlankWhenNull="false">
<reportElement mode="Transparent" x="138" y="15" width="80" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="8730e85b-d436-42cd-beb6-1a881bad2478"/>
<reportElement uuid="8730e85b-d436-42cd-beb6-1a881bad2478" mode="Transparent" x="121" y="15" width="80" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Left" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="9" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -95,18 +98,15 @@
<textFieldExpression><![CDATA[$P{DATA_FINAL}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="false">
<reportElement mode="Transparent" x="0" y="15" width="28" 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="52" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Left" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="9" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
</textElement>
<textFieldExpression><![CDATA[$R{cabecalho.periodo}]]></textFieldExpression>
</textField>
<line>
<reportElement x="0" y="43" width="802" height="1" uuid="a179c478-4014-4b4a-abf0-4655e7588bf7"/>
</line>
<textField pattern="" isBlankWhenNull="false">
<reportElement mode="Transparent" x="0" y="45" width="69" 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="28" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Left" verticalAlignment="Middle" rotation="None" markup="none">
<font fontName="SansSerif" size="9" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -114,7 +114,7 @@
<textFieldExpression><![CDATA[$R{cabecalho.filtros}]]></textFieldExpression>
</textField>
<textField pattern="dd/MM/yyyy HH:mm" isBlankWhenNull="false">
<reportElement mode="Transparent" x="696" y="0" width="106" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="91cded42-c53d-469a-abc7-6eb0d59f69af"/>
<reportElement uuid="91cded42-c53d-469a-abc7-6eb0d59f69af" mode="Transparent" x="1079" y="0" width="81" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="9" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -122,7 +122,7 @@
<textFieldExpression><![CDATA[new java.util.Date()]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="false">
<reportElement mode="Transparent" x="640" y="31" width="162" height="12" forecolor="#000000" backcolor="#FFFFFF" uuid="62f6ba6e-1aaf-4449-aef6-2e9d6e541856"/>
<reportElement uuid="62f6ba6e-1aaf-4449-aef6-2e9d6e541856" mode="Transparent" x="987" y="31" width="173" height="12" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -130,7 +130,7 @@
<textFieldExpression><![CDATA[$R{cabecalho.impressorPor}+" "+$P{USUARIO}]]></textFieldExpression>
</textField>
<textField evaluationTime="Report" pattern="" isBlankWhenNull="false">
<reportElement mode="Transparent" x="774" y="15" width="28" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="985f839c-258a-47eb-b72b-bec819b7bdbb"/>
<reportElement uuid="985f839c-258a-47eb-b72b-bec819b7bdbb" mode="Transparent" x="1132" y="15" width="28" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Center" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="9" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -138,7 +138,7 @@
<textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="false">
<reportElement mode="Transparent" x="640" y="15" width="134" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="ba831a24-59f4-4f8f-888f-fd69711018e9"/>
<reportElement uuid="ba831a24-59f4-4f8f-888f-fd69711018e9" mode="Transparent" x="987" y="15" width="145" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="9" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -146,14 +146,14 @@
<textFieldExpression><![CDATA[$R{cabecalho.pagina}+" "+$V{PAGE_NUMBER}+" "+$R{cabecalho.de}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="640" y="0" width="56" height="15" uuid="5cbb57ef-bd5e-4d1b-a077-d0ff398df801"/>
<reportElement uuid="5cbb57ef-bd5e-4d1b-a077-d0ff398df801" x="987" y="0" width="92" height="15"/>
<textElement textAlignment="Right">
<font size="9" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{cabecalho.dataHora}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="false">
<reportElement mode="Transparent" x="128" 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="108" y="15" width="13" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Left" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="9" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -161,7 +161,7 @@
<textFieldExpression><![CDATA[$R{cabecalho.periodoA}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="69" y="45" width="733" height="14" uuid="c486add3-94d7-419f-9f37-04f6a6da879e"/>
<reportElement uuid="c486add3-94d7-419f-9f37-04f6a6da879e" x="28" y="43" width="1132" height="14"/>
<textElement verticalAlignment="Middle">
<font size="8"/>
</textElement>
@ -170,413 +170,530 @@
</band>
</pageHeader>
<columnHeader>
<band height="24" splitType="Stretch">
<band height="10" splitType="Stretch">
<staticText>
<reportElement x="52" y="0" width="32" height="24" uuid="9fc7e58e-8625-41c4-a8ee-6454f6382d46"/>
<reportElement uuid="9fc7e58e-8625-41c4-a8ee-6454f6382d46" stretchType="RelativeToTallestObject" x="52" y="0" width="32" height="10"/>
<box>
<bottomPen lineWidth="0.25"/>
</box>
<textElement textAlignment="Left">
<font size="6"/>
<font size="6" isBold="true"/>
</textElement>
<text><![CDATA[Sub-Serie]]></text>
</staticText>
<staticText>
<reportElement x="0" y="0" width="28" height="24" uuid="3766fa33-6281-4576-a9d1-3b984e1976d3"/>
<reportElement uuid="3766fa33-6281-4576-a9d1-3b984e1976d3" stretchType="RelativeToTallestObject" x="0" y="0" width="28" height="10"/>
<box>
<bottomPen lineWidth="0.25"/>
</box>
<textElement textAlignment="Left">
<font size="6"/>
<font size="6" isBold="true"/>
</textElement>
<text><![CDATA[Bilhete]]></text>
</staticText>
<staticText>
<reportElement x="84" y="0" width="24" height="24" uuid="7e1f6b82-8a1f-4719-b942-41f0d7027aa8"/>
<reportElement uuid="7e1f6b82-8a1f-4719-b942-41f0d7027aa8" stretchType="RelativeToTallestObject" x="84" y="0" width="30" height="10"/>
<box>
<bottomPen lineWidth="0.25"/>
</box>
<textElement textAlignment="Left">
<font size="6"/>
<font size="6" isBold="true"/>
</textElement>
<text><![CDATA[Pré-Impresso]]></text>
<text><![CDATA[Pré-Impr.]]></text>
</staticText>
<staticText>
<reportElement mode="Transparent" x="201" y="0" width="30" height="24" forecolor="#000000" backcolor="#FFFFFF" uuid="6adaca80-9b5a-4a03-a80b-5eeed4894d7f"/>
<reportElement uuid="6adaca80-9b5a-4a03-a80b-5eeed4894d7f" stretchType="RelativeToTallestObject" mode="Transparent" x="279" y="0" width="70" height="10" forecolor="#000000" backcolor="#FFFFFF"/>
<box>
<bottomPen lineWidth="0.25"/>
</box>
<textElement textAlignment="Left" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="false" 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"/>
</textElement>
<text><![CDATA[Origem]]></text>
</staticText>
<staticText>
<reportElement mode="Transparent" x="429" y="0" width="32" height="24" forecolor="#000000" backcolor="#FFFFFF" uuid="95367884-2b52-4bbd-b716-852ff13290e9"/>
<reportElement uuid="95367884-2b52-4bbd-b716-852ff13290e9" stretchType="RelativeToTallestObject" mode="Transparent" x="647" y="0" width="32" height="10" forecolor="#000000" backcolor="#FFFFFF"/>
<box>
<bottomPen lineWidth="0.25"/>
</box>
<textElement textAlignment="Left" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="false" 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"/>
</textElement>
<text><![CDATA[Serviço]]></text>
</staticText>
<staticText>
<reportElement mode="Transparent" x="288" y="0" width="34" height="24" forecolor="#000000" backcolor="#FFFFFF" uuid="a39ab8f3-becb-44e3-b4f5-b7c43889508c"/>
<reportElement uuid="a39ab8f3-becb-44e3-b4f5-b7c43889508c" stretchType="RelativeToTallestObject" mode="Transparent" x="419" y="0" width="95" height="10" forecolor="#000000" backcolor="#FFFFFF"/>
<box>
<bottomPen lineWidth="0.25"/>
</box>
<textElement textAlignment="Left" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="false" 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"/>
</textElement>
<text><![CDATA[Agência]]></text>
</staticText>
<staticText>
<reportElement mode="Transparent" x="461" y="0" width="31" height="24" forecolor="#000000" backcolor="#FFFFFF" uuid="170230ea-2a12-4444-9f13-c706d557ae8d"/>
<reportElement uuid="170230ea-2a12-4444-9f13-c706d557ae8d" stretchType="RelativeToTallestObject" mode="Transparent" x="616" y="0" width="31" height="10" forecolor="#000000" backcolor="#FFFFFF"/>
<box>
<bottomPen lineWidth="0.25"/>
</box>
<textElement textAlignment="Left" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="false" 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"/>
</textElement>
<text><![CDATA[Hora Viagem]]></text>
<text><![CDATA[Hr. Viagem]]></text>
</staticText>
<staticText>
<reportElement x="28" y="0" width="24" height="24" uuid="8a5e97db-9b05-4fa5-9663-7795869b6b90"/>
<reportElement uuid="8a5e97db-9b05-4fa5-9663-7795869b6b90" stretchType="RelativeToTallestObject" x="28" y="0" width="24" height="10"/>
<box>
<bottomPen lineWidth="0.25"/>
</box>
<textElement textAlignment="Left">
<font size="6"/>
<font size="6" isBold="true"/>
</textElement>
<text><![CDATA[Série]]></text>
</staticText>
<staticText>
<reportElement mode="Transparent" x="231" y="0" width="38" height="24" forecolor="#000000" backcolor="#FFFFFF" uuid="c0542d93-dde4-448d-932c-453d6a4a6882"/>
<reportElement uuid="c0542d93-dde4-448d-932c-453d6a4a6882" stretchType="RelativeToTallestObject" mode="Transparent" x="349" y="0" width="70" height="10" forecolor="#000000" backcolor="#FFFFFF"/>
<box>
<bottomPen lineWidth="0.25"/>
</box>
<textElement textAlignment="Left" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="false" 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"/>
</textElement>
<text><![CDATA[Destino]]></text>
</staticText>
<staticText>
<reportElement mode="Transparent" x="387" y="0" width="42" height="24" forecolor="#000000" backcolor="#FFFFFF" uuid="9c65b631-065c-49af-ab2c-3bcea583eaea"/>
<reportElement uuid="9c65b631-065c-49af-ab2c-3bcea583eaea" stretchType="RelativeToTallestObject" mode="Transparent" x="582" y="0" width="34" height="10" forecolor="#000000" backcolor="#FFFFFF"/>
<box>
<bottomPen lineWidth="0.25"/>
</box>
<textElement textAlignment="Left" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="false" 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"/>
</textElement>
<text><![CDATA[Data Viagem]]></text>
<text><![CDATA[Dt. Viagem]]></text>
</staticText>
<staticText>
<reportElement mode="Transparent" x="322" y="0" width="31" height="24" forecolor="#000000" backcolor="#FFFFFF" uuid="a7f96097-c8fd-4ba0-bea7-7b40a0fc81f7"/>
<reportElement uuid="a7f96097-c8fd-4ba0-bea7-7b40a0fc81f7" stretchType="RelativeToTallestObject" mode="Transparent" x="514" y="0" width="34" height="10" forecolor="#000000" backcolor="#FFFFFF"/>
<box>
<bottomPen lineWidth="0.25"/>
</box>
<textElement textAlignment="Left" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="false" 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"/>
</textElement>
<text><![CDATA[Data Venda]]></text>
<text><![CDATA[Dt. Venda]]></text>
</staticText>
<staticText>
<reportElement mode="Transparent" x="492" y="0" width="19" height="24" forecolor="#000000" backcolor="#FFFFFF" uuid="0452264c-0f27-46d6-84ad-0fba6e5abdfa"/>
<reportElement uuid="0452264c-0f27-46d6-84ad-0fba6e5abdfa" stretchType="RelativeToTallestObject" mode="Transparent" x="679" y="0" width="19" height="10" forecolor="#000000" backcolor="#FFFFFF"/>
<box>
<bottomPen lineWidth="0.25"/>
</box>
<textElement textAlignment="Left" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="false" 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"/>
</textElement>
<text><![CDATA[Polt]]></text>
</staticText>
<staticText>
<reportElement mode="Transparent" x="511" y="0" width="27" height="24" forecolor="#000000" backcolor="#FFFFFF" uuid="f596b16a-f9d9-42f5-b86f-3f468b0deb8f"/>
<reportElement uuid="f596b16a-f9d9-42f5-b86f-3f468b0deb8f" stretchType="RelativeToTallestObject" mode="Transparent" x="698" y="0" width="27" height="10" forecolor="#000000" backcolor="#FFFFFF"/>
<box>
<bottomPen lineWidth="0.25"/>
</box>
<textElement textAlignment="Left" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="false" 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"/>
</textElement>
<text><![CDATA[Categoria]]></text>
</staticText>
<staticText>
<reportElement mode="Transparent" x="538" y="0" width="36" height="24" forecolor="#000000" backcolor="#FFFFFF" uuid="73e29f93-98a9-4411-8f89-220426f2cb6d"/>
<reportElement uuid="73e29f93-98a9-4411-8f89-220426f2cb6d" stretchType="RelativeToTallestObject" mode="Transparent" x="725" y="0" width="36" height="10" forecolor="#000000" backcolor="#FFFFFF"/>
<box>
<bottomPen lineWidth="0.25"/>
</box>
<textElement textAlignment="Left" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="false" 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"/>
</textElement>
<text><![CDATA[Sentido]]></text>
</staticText>
<staticText>
<reportElement mode="Transparent" x="645" y="0" width="30" height="24" forecolor="#000000" backcolor="#FFFFFF" uuid="f00ced65-e4ea-4332-87d4-0674493f0f87"/>
<reportElement uuid="f00ced65-e4ea-4332-87d4-0674493f0f87" stretchType="RelativeToTallestObject" mode="Transparent" x="832" y="0" width="30" height="10" forecolor="#000000" backcolor="#FFFFFF"/>
<box>
<bottomPen lineWidth="0.25"/>
</box>
<textElement textAlignment="Left" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="false" 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"/>
</textElement>
<text><![CDATA[Status]]></text>
</staticText>
<staticText>
<reportElement x="600" y="0" width="45" height="24" uuid="235c8f23-9c13-48cd-ab7a-e74363424caf"/>
<reportElement uuid="235c8f23-9c13-48cd-ab7a-e74363424caf" stretchType="RelativeToTallestObject" x="787" y="0" width="45" height="10"/>
<box>
<bottomPen lineWidth="0.25"/>
</box>
<textElement>
<font size="6"/>
<font size="6" isBold="true"/>
</textElement>
<text><![CDATA[Desc Linha]]></text>
</staticText>
<staticText>
<reportElement mode="Transparent" x="675" y="0" width="24" height="24" forecolor="#000000" backcolor="#FFFFFF" uuid="5de9c4ee-7a93-4086-9106-c7d2ad35497e"/>
<reportElement uuid="5de9c4ee-7a93-4086-9106-c7d2ad35497e" stretchType="RelativeToTallestObject" mode="Transparent" x="862" y="0" width="24" height="10" forecolor="#000000" backcolor="#FFFFFF"/>
<box>
<bottomPen lineWidth="0.25"/>
</box>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="false" 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"/>
</textElement>
<text><![CDATA[Tar]]></text>
</staticText>
<staticText>
<reportElement mode="Transparent" x="699" y="0" width="22" height="24" forecolor="#000000" backcolor="#FFFFFF" uuid="ed37427e-5811-4fd0-b5ea-627d9a56448d"/>
<reportElement uuid="ed37427e-5811-4fd0-b5ea-627d9a56448d" stretchType="RelativeToTallestObject" mode="Transparent" x="886" y="0" width="22" height="10" forecolor="#000000" backcolor="#FFFFFF"/>
<box>
<bottomPen lineWidth="0.25"/>
</box>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="false" 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"/>
</textElement>
<text><![CDATA[Tax]]></text>
</staticText>
<staticText>
<reportElement mode="Transparent" x="721" y="0" width="22" height="24" forecolor="#000000" backcolor="#FFFFFF" uuid="8a929bec-8a30-4e9f-a2f2-32bd629776df"/>
<reportElement uuid="8a929bec-8a30-4e9f-a2f2-32bd629776df" stretchType="RelativeToTallestObject" mode="Transparent" x="908" y="0" width="22" height="10" forecolor="#000000" backcolor="#FFFFFF"/>
<box>
<bottomPen lineWidth="0.25"/>
</box>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="false" 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"/>
</textElement>
<text><![CDATA[Ped]]></text>
</staticText>
<staticText>
<reportElement mode="Transparent" x="743" y="0" width="22" height="24" forecolor="#000000" backcolor="#FFFFFF" uuid="6c2a21a8-3afa-4fc6-89b3-10f1887233c8"/>
<reportElement uuid="6c2a21a8-3afa-4fc6-89b3-10f1887233c8" stretchType="RelativeToTallestObject" mode="Transparent" x="930" y="0" width="22" height="10" forecolor="#000000" backcolor="#FFFFFF"/>
<box>
<bottomPen lineWidth="0.25"/>
</box>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="false" 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"/>
</textElement>
<text><![CDATA[Seg]]></text>
</staticText>
<staticText>
<reportElement mode="Transparent" x="270" y="0" width="18" height="24" forecolor="#000000" backcolor="#FFFFFF" uuid="080714b4-2432-47b4-aef8-189ee5161e9b"/>
<textElement textAlignment="Left" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
</textElement>
<text><![CDATA[Num. Agência]]></text>
</staticText>
<staticText>
<reportElement x="574" y="0" width="26" height="24" uuid="cbaa75b2-d156-4324-94b5-4f633008d9ce"/>
<reportElement uuid="cbaa75b2-d156-4324-94b5-4f633008d9ce" stretchType="RelativeToTallestObject" x="761" y="0" width="26" height="10"/>
<box>
<bottomPen lineWidth="0.25"/>
</box>
<textElement>
<font size="6"/>
<font size="6" isBold="true"/>
</textElement>
<text><![CDATA[Num. Linha]]></text>
<text><![CDATA[Linha]]></text>
</staticText>
<staticText>
<reportElement mode="Transparent" x="765" y="0" width="35" height="24" forecolor="#000000" backcolor="#FFFFFF" uuid="b81ac40e-df45-4de0-b4fe-7452a9b48a9c"/>
<reportElement uuid="b81ac40e-df45-4de0-b4fe-7452a9b48a9c" stretchType="RelativeToTallestObject" mode="Transparent" x="952" y="0" width="35" height="10" forecolor="#000000" backcolor="#FFFFFF"/>
<box>
<bottomPen lineWidth="0.25"/>
</box>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="false" 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"/>
</textElement>
<text><![CDATA[Imp. Posterior]]></text>
<text><![CDATA[Imp. Poster.]]></text>
</staticText>
<staticText>
<reportElement mode="Transparent" x="353" y="0" width="34" height="24" forecolor="#000000" backcolor="#FFFFFF" uuid="38792191-5417-4267-a784-9a634a276565"/>
<reportElement uuid="38792191-5417-4267-a784-9a634a276565" stretchType="RelativeToTallestObject" mode="Transparent" x="548" y="0" width="34" height="10" forecolor="#000000" backcolor="#FFFFFF"/>
<box>
<bottomPen lineWidth="0.25"/>
</box>
<textElement textAlignment="Left" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="false" 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"/>
</textElement>
<text><![CDATA[Data Emissão]]></text>
<text><![CDATA[Dt. Emissão]]></text>
</staticText>
<staticText>
<reportElement x="108" y="0" width="30" height="24" uuid="7d77d66e-6033-4ea3-9066-a42b92e4982e"/>
<reportElement uuid="7d77d66e-6033-4ea3-9066-a42b92e4982e" stretchType="RelativeToTallestObject" x="114" y="0" width="55" height="10"/>
<box>
<bottomPen lineWidth="0.25"/>
</box>
<textElement textAlignment="Left">
<font size="6"/>
<font size="6" isBold="true"/>
</textElement>
<text><![CDATA[Bilheteiro]]></text>
</staticText>
<staticText>
<reportElement x="165" y="0" width="36" height="24" uuid="672ee466-505c-4913-a6c7-0a18ca4c7bfb"/>
<reportElement uuid="672ee466-505c-4913-a6c7-0a18ca4c7bfb" stretchType="RelativeToTallestObject" x="224" y="0" width="55" height="10"/>
<box>
<bottomPen lineWidth="0.25"/>
</box>
<textElement textAlignment="Left">
<font size="6"/>
<font size="6" isBold="true"/>
</textElement>
<text><![CDATA[Cod.Bilheteiro Cancel]]></text>
<text><![CDATA[Bilheteiro Cancel]]></text>
</staticText>
<staticText>
<reportElement x="138" y="0" width="27" height="24" uuid="77757ee7-73f9-415c-be39-634c74e26e9a"/>
<reportElement uuid="77757ee7-73f9-415c-be39-634c74e26e9a" stretchType="RelativeToTallestObject" x="169" y="0" width="55" height="10"/>
<box>
<bottomPen lineWidth="0.25"/>
</box>
<textElement textAlignment="Left">
<font size="6"/>
<font size="6" isBold="true"/>
</textElement>
<text><![CDATA[Cod.Bilheteiro]]></text>
</staticText>
<staticText>
<reportElement uuid="9d4cfe17-48f5-44d6-82fb-19a09342107a" stretchType="RelativeToTallestObject" mode="Transparent" x="987" y="0" width="103" height="10" forecolor="#000000" backcolor="#FFFFFF"/>
<box>
<bottomPen lineWidth="0.25"/>
</box>
<textElement textAlignment="Left" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
</textElement>
<text><![CDATA[Passageiro]]></text>
</staticText>
<staticText>
<reportElement uuid="7974d1b8-bd78-4cc8-9411-ca70fa1d38d8" stretchType="RelativeToTallestObject" mode="Transparent" x="1090" y="0" width="35" height="10" forecolor="#000000" backcolor="#FFFFFF"/>
<box>
<bottomPen lineWidth="0.25"/>
</box>
<textElement textAlignment="Left" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
</textElement>
<text><![CDATA[Documento]]></text>
</staticText>
<staticText>
<reportElement uuid="024b61d2-6fd5-4c94-85a6-55ff2d1bcb91" stretchType="RelativeToTallestObject" mode="Transparent" x="1125" y="0" width="35" height="10" forecolor="#000000" backcolor="#FFFFFF"/>
<box>
<bottomPen lineWidth="0.25"/>
</box>
<textElement textAlignment="Left" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
</textElement>
<text><![CDATA[Localizador]]></text>
</staticText>
</band>
</columnHeader>
<detail>
<band height="28" splitType="Stretch">
<band height="12" splitType="Stretch">
<textField pattern="" isBlankWhenNull="true">
<reportElement x="0" y="0" width="28" height="25" uuid="bc091860-adab-47d8-8352-982bc8e484a3"/>
<reportElement uuid="bc091860-adab-47d8-8352-982bc8e484a3" stretchType="RelativeToTallestObject" x="0" y="0" width="28" height="12"/>
<textElement textAlignment="Left">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{NUMERO_PASSAGEM}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="true">
<reportElement x="28" y="0" width="24" height="25" uuid="e3a43e5d-2326-47c4-9d47-8c4d69d18d99"/>
<reportElement uuid="e3a43e5d-2326-47c4-9d47-8c4d69d18d99" stretchType="RelativeToTallestObject" x="28" y="0" width="24" height="12"/>
<textElement textAlignment="Left">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{SERIE}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="true">
<reportElement x="52" y="0" width="32" height="25" uuid="82c36c16-1662-4af9-a285-c935ab350e79"/>
<reportElement uuid="82c36c16-1662-4af9-a285-c935ab350e79" stretchType="RelativeToTallestObject" x="52" y="0" width="32" height="12"/>
<textElement textAlignment="Left">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{SUB_SERIE}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="true">
<reportElement x="84" y="0" width="24" height="25" uuid="ef45dd24-19e8-4e92-9759-f8e7a5c990eb"/>
<reportElement uuid="ef45dd24-19e8-4e92-9759-f8e7a5c990eb" stretchType="RelativeToTallestObject" x="84" y="0" width="30" height="12"/>
<textElement textAlignment="Left">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{PRE_IMPRESSO}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="true">
<reportElement x="201" y="0" width="30" height="25" uuid="4cd8a33f-6aaa-47cb-949e-38c6b74d3d39"/>
<reportElement uuid="4cd8a33f-6aaa-47cb-949e-38c6b74d3d39" stretchType="RelativeToTallestObject" x="279" y="0" width="70" height="12"/>
<textElement textAlignment="Left">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{ORIGEM}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="true">
<reportElement x="231" y="0" width="38" height="25" uuid="17011486-0d4c-4e22-b534-48e0bb025673"/>
<reportElement uuid="17011486-0d4c-4e22-b534-48e0bb025673" stretchType="RelativeToTallestObject" x="349" y="0" width="70" height="12"/>
<textElement textAlignment="Left">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{DESTINO}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="true">
<reportElement x="288" y="0" width="34" height="25" uuid="a89c84e4-0e13-4e85-a565-9eb0bc6e5423"/>
<reportElement uuid="a89c84e4-0e13-4e85-a565-9eb0bc6e5423" stretchType="RelativeToTallestObject" x="419" y="0" width="95" height="12"/>
<textElement textAlignment="Left">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{NOME_AGENCIA}]]></textFieldExpression>
<textFieldExpression><![CDATA[$F{COD_AGENCIA}+" - "+$F{NOME_AGENCIA}]]></textFieldExpression>
</textField>
<textField pattern="dd/MM/yyyy" isBlankWhenNull="true">
<reportElement x="322" y="0" width="31" height="25" uuid="7be97f5f-b36b-4679-befb-e5f2b4532963"/>
<reportElement uuid="7be97f5f-b36b-4679-befb-e5f2b4532963" stretchType="RelativeToTallestObject" x="514" y="0" width="34" height="12"/>
<textElement textAlignment="Left">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{DATA_VENDA}]]></textFieldExpression>
</textField>
<textField pattern="dd/MM/yyyy" isBlankWhenNull="true">
<reportElement x="387" y="0" width="42" height="25" uuid="7c1e2d86-f9ce-4730-866c-dc6cbdd0cf2c"/>
<reportElement uuid="7c1e2d86-f9ce-4730-866c-dc6cbdd0cf2c" stretchType="RelativeToTallestObject" x="582" y="0" width="34" height="12"/>
<textElement textAlignment="Left">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{DATA_VIAGEM}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="true">
<reportElement x="429" y="0" width="32" height="25" uuid="7c0246f5-739b-440c-a242-915117bd9fd1"/>
<reportElement uuid="7c0246f5-739b-440c-a242-915117bd9fd1" stretchType="RelativeToTallestObject" x="647" y="0" width="32" height="12"/>
<textElement textAlignment="Left">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{SERVICO}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="true">
<reportElement x="461" y="0" width="31" height="25" uuid="dd401917-6047-4e1b-9722-31fe8d096594"/>
<reportElement uuid="dd401917-6047-4e1b-9722-31fe8d096594" stretchType="RelativeToTallestObject" x="616" y="0" width="31" height="12"/>
<textElement textAlignment="Left">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{HORA}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="true">
<reportElement x="492" y="0" width="19" height="25" uuid="4dafd61b-ce2b-4690-b029-2a1382113099"/>
<reportElement uuid="4dafd61b-ce2b-4690-b029-2a1382113099" stretchType="RelativeToTallestObject" x="679" y="0" width="19" height="12"/>
<textElement textAlignment="Left">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{NUMASIENTO}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="true">
<reportElement x="511" y="0" width="27" height="25" uuid="8ad565b3-b12c-4fef-a1c7-836e7415436d"/>
<reportElement uuid="8ad565b3-b12c-4fef-a1c7-836e7415436d" stretchType="RelativeToTallestObject" x="698" y="0" width="27" height="12"/>
<textElement textAlignment="Left">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{CATEGORIA}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="true">
<reportElement x="538" y="0" width="36" height="25" uuid="b0200cfc-1b6b-4636-9f4b-5fe5d87c2687"/>
<reportElement uuid="b0200cfc-1b6b-4636-9f4b-5fe5d87c2687" stretchType="RelativeToTallestObject" x="725" y="0" width="36" height="12"/>
<textElement textAlignment="Left">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{SENTIDO} == 0 ? "I" : "V"]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="true">
<reportElement x="645" y="0" width="30" height="25" uuid="27ec5d64-d949-4b02-a4a7-d6c5db93b3bd"/>
<reportElement uuid="27ec5d64-d949-4b02-a4a7-d6c5db93b3bd" stretchType="RelativeToTallestObject" x="832" y="0" width="30" height="12"/>
<textElement textAlignment="Left">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{STATUS_PASSAGEM}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="true">
<reportElement x="600" y="0" width="45" height="25" uuid="f5f01da5-4ea3-41ba-8b58-b1f7e8e70601"/>
<reportElement uuid="f5f01da5-4ea3-41ba-8b58-b1f7e8e70601" stretchType="RelativeToTallestObject" x="787" y="0" width="45" height="12"/>
<textElement textAlignment="Left">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{DESC_LINHA}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="true">
<reportElement x="675" y="0" width="24" height="25" uuid="5c87326c-e72c-47fb-95d0-0cb47c42d16f"/>
<reportElement uuid="5c87326c-e72c-47fb-95d0-0cb47c42d16f" stretchType="RelativeToTallestObject" x="862" y="0" width="24" height="12"/>
<textElement textAlignment="Right">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{TARIFA}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="true">
<reportElement x="699" y="0" width="22" height="25" uuid="1ffff7a9-956e-489d-bdd4-61e0f8ce6a13"/>
<reportElement uuid="1ffff7a9-956e-489d-bdd4-61e0f8ce6a13" stretchType="RelativeToTallestObject" x="886" y="0" width="22" height="12"/>
<textElement textAlignment="Right">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{TX_EMBARQUE}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="true">
<reportElement x="721" y="0" width="22" height="25" uuid="4ee7ead3-26af-4d0d-b3aa-cf07e24b0594"/>
<reportElement uuid="4ee7ead3-26af-4d0d-b3aa-cf07e24b0594" stretchType="RelativeToTallestObject" x="908" y="0" width="22" height="12"/>
<textElement textAlignment="Right">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{PEDAGIO}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="true">
<reportElement x="743" y="0" width="22" height="25" uuid="07367eac-338d-4ba8-b718-fa416fa3f012"/>
<reportElement uuid="07367eac-338d-4ba8-b718-fa416fa3f012" stretchType="RelativeToTallestObject" x="930" y="0" width="22" height="12"/>
<textElement textAlignment="Right">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{SEGURO}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="true">
<reportElement x="270" y="0" width="18" height="25" uuid="d605e0d8-31b2-45d6-9e05-c200cfd49896"/>
<textElement textAlignment="Left">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{COD_AGENCIA}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="true">
<reportElement x="574" y="0" width="26" height="25" uuid="6095d523-240a-4ba2-bd94-73ce9f851c9a"/>
<reportElement uuid="6095d523-240a-4ba2-bd94-73ce9f851c9a" stretchType="RelativeToTallestObject" x="761" y="0" width="26" height="12"/>
<textElement textAlignment="Left">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{COD_LINHA}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="true">
<reportElement x="765" y="0" width="35" height="25" uuid="e5abc4be-54af-4252-acc0-a6181c085023"/>
<reportElement uuid="e5abc4be-54af-4252-acc0-a6181c085023" stretchType="RelativeToTallestObject" x="952" y="0" width="35" height="12"/>
<textElement textAlignment="Center">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{IMPRESSAO_POSTERIOR}.equals("E") ? "S" : "N"]]></textFieldExpression>
<textFieldExpression><![CDATA[$F{IMPRESSAO_POSTERIOR}.equals("E") ? "Sim" : "Não"]]></textFieldExpression>
</textField>
<textField pattern="dd/MM/yyyy" isBlankWhenNull="true">
<reportElement x="353" y="0" width="34" height="25" uuid="eff5dfcb-b060-42dd-b910-2fe23e58cb9e"/>
<reportElement uuid="eff5dfcb-b060-42dd-b910-2fe23e58cb9e" stretchType="RelativeToTallestObject" x="548" y="0" width="34" height="12"/>
<textElement textAlignment="Left">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{DATA_EMISSAO}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="true">
<reportElement x="108" y="0" width="30" height="25" uuid="119f5dce-b02a-4d33-b74a-03eda5cef5a9"/>
<reportElement uuid="119f5dce-b02a-4d33-b74a-03eda5cef5a9" stretchType="RelativeToTallestObject" x="114" y="0" width="55" height="12"/>
<textElement textAlignment="Left">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{BILHETEIRO}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="true">
<reportElement x="165" y="0" width="36" height="25" uuid="a5b1e7fa-5c06-4a24-b7de-fca396b264e1"/>
<reportElement uuid="a5b1e7fa-5c06-4a24-b7de-fca396b264e1" stretchType="RelativeToTallestObject" x="224" y="0" width="55" height="12"/>
<textElement textAlignment="Left">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{CVEBILHETEIRO_CANCELADO}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="true">
<reportElement x="138" y="0" width="27" height="25" uuid="0f5856f2-2cdf-4178-9beb-33742b4fb83a"/>
<reportElement uuid="0f5856f2-2cdf-4178-9beb-33742b4fb83a" stretchType="RelativeToTallestObject" x="169" y="0" width="55" height="12"/>
<textElement textAlignment="Left">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{CVEBILHETEIRO}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="true">
<reportElement uuid="69a097fd-d502-4fe9-a830-77b5e81c0192" stretchType="RelativeToTallestObject" x="987" y="0" width="103" height="12"/>
<textElement textAlignment="Left">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{PASSAGEIRO}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="true">
<reportElement uuid="bcb6534a-8109-4565-884b-c9cc806ad787" stretchType="RelativeToTallestObject" x="1090" y="0" width="35" height="12"/>
<textElement textAlignment="Left">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{DOC}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="true">
<reportElement uuid="6396e623-432c-452e-a316-14cc92bd37bf" stretchType="RelativeToBandHeight" x="1125" y="0" width="35" height="12"/>
<textElement textAlignment="Left">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{LOCALIZADOR}]]></textFieldExpression>
</textField>
</band>
</detail>
<noData>
<band height="50">
<textField>
<reportElement x="0" y="15" width="800" height="20" uuid="995c4c61-6291-4e5f-8d92-b75502a10466"/>
<reportElement uuid="995c4c61-6291-4e5f-8d92-b75502a10466" x="0" y="0" width="1160" height="50"/>
<textElement textAlignment="Center" markup="none">
<font size="11" isBold="true"/>
</textElement>

View File

@ -46,9 +46,6 @@ import com.rjconsultores.ventaboletos.web.utilerias.render.RenderRelatorioVendas
@Scope("prototype")
public class RelatorioBilhetesVendidosController extends MyGenericForwardComposer {
/**
*
*/
private static final long serialVersionUID = 1L;
@Autowired
@ -108,7 +105,7 @@ public class RelatorioBilhetesVendidosController extends MyGenericForwardCompose
}
private void executarPesquisaAgencia() {
HibernateSearchObject<PuntoVenta> puntoVentaBusqueda = new HibernateSearchObject<PuntoVenta>(PuntoVenta.class, pagingPuntoVenta.getPageSize());
HibernateSearchObject<PuntoVenta> puntoVentaBusqueda = new HibernateSearchObject<>(PuntoVenta.class, pagingPuntoVenta.getPageSize());
puntoVentaBusqueda.addFilterILike("nombpuntoventa", "%" + txtNombrePuntoVenta.getValue() + "%");
puntoVentaBusqueda.addFilterEqual("activo", Boolean.TRUE);
@ -202,7 +199,7 @@ public class RelatorioBilhetesVendidosController extends MyGenericForwardCompose
parametros.put("DATA_INICIAL", (java.util.Date) this.datInicial.getValue());
parametros.put("DATA_FINAL", (java.util.Date) this.datFinal.getValue());
parametros.put("NOME_RELATORIO", Labels.getLabel("relatorioBilhetesVendidosController.window.title"));
parametros.put("USUARIO", UsuarioLogado.getUsuarioLogado().getUsuarioId().toString());
parametros.put("USUARIO", UsuarioLogado.getUsuarioLogado().getNombusuario());
String status = "";
if (chkCancelado.isChecked()) {