bug#16981
dev: qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@98977 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
c3eacaea23
commit
d98515bd22
|
@ -127,7 +127,7 @@ public class RelatorioMovimentacaoBilhete extends Relatorio {
|
|||
}
|
||||
|
||||
RelatorioMovimentacaoBilheteBean bean = new RelatorioMovimentacaoBilheteBean();
|
||||
bean.setTarifa(rset.getBigDecimal("precio"));
|
||||
bean.setTarifa(rset.getBigDecimal("preciopagado"));
|
||||
bean.setCcf(rset.getString("ccf"));
|
||||
bean.setCorridaId(rset.getString("corrida_id"));
|
||||
bean.setCveusuario(rset.getString("cveusuario"));
|
||||
|
@ -173,16 +173,37 @@ public class RelatorioMovimentacaoBilhete extends Relatorio {
|
|||
bean.setProtocolobpe(rset.getString("nprot"));
|
||||
bean.setHoraMD(rset.getTimestamp("feccreacion") != null ? hora.format(rset.getTimestamp("feccreacion")) : "");
|
||||
bean.setHoraEmissao(rset.getTimestamp("fechorventa") != null ? hora.format(rset.getTimestamp("fechorventa")) : "");
|
||||
bean.setNumPuntoVenta(rset.getString("numpuntoventa"));
|
||||
|
||||
if (isPossuiElemento(RelatorioMovimentacaoBilheteStatusEnum.TROCA.getStatusRelatorioAnterior(), indstatusboleto)
|
||||
|| isPossuiElemento(RelatorioMovimentacaoBilheteStatusEnum.TRANSFERENCIA.getStatusRelatorioAnterior(), indstatusboleto)
|
||||
|| isPossuiElemento(RelatorioMovimentacaoBilheteStatusEnum.REATIVACAO.getStatusRelatorioAnterior(), indstatusboleto)
|
||||
|| isPossuiElemento(RelatorioMovimentacaoBilheteStatusEnum.TROCA_TITULARIDADE.getStatusRelatorioAnterior(), indstatusboleto)
|
||||
|| isPossuiElemento(RelatorioMovimentacaoBilheteStatusEnum.TROCA_POLTRONA.getStatusRelatorioAnterior(), indstatusboleto)) {
|
||||
bean.setChavebpe(rset.getString("chbpe_ori"));
|
||||
bean.setProtocolobpe(rset.getString("nprot_ori"));
|
||||
}
|
||||
|
||||
if (isPossuiElemento(RelatorioMovimentacaoBilheteStatusEnum.TRANSFERENCIA.getStatusRelatorioAnterior(), indstatusboleto)) {
|
||||
bean.setSerienovo(rset.getString("serienovo_ant"));
|
||||
bean.setSubserienovo(rset.getString("subserienovo_ant"));
|
||||
bean.setCcfnovo(rset.getString("ccfnovo_ant"));
|
||||
bean.setBpenovo(rset.getString("bpenovo_ant"));
|
||||
bean.setNumfoliosistemanovo(rset.getString("numfoliosistema_ant"));
|
||||
} else if (isPossuiElemento(RelatorioMovimentacaoBilheteStatusEnum.TROCA.getStatusRelatorioAnterior(), indstatusboleto)
|
||||
|| isPossuiElemento(RelatorioMovimentacaoBilheteStatusEnum.REATIVACAO.getStatusRelatorioAnterior(), indstatusboleto)) {
|
||||
bean.setSerienovo(rset.getString("serienovo_prox"));
|
||||
bean.setSubserienovo(rset.getString("subserienovo_prox"));
|
||||
bean.setCcfnovo(rset.getString("ccfnovo_prox"));
|
||||
bean.setBpenovo(rset.getString("bpenovo_prox"));
|
||||
bean.setNumfoliosistemanovo(rset.getString("numfoliosistema_prox"));
|
||||
} else if (isPossuiElemento(RelatorioMovimentacaoBilheteStatusEnum.TROCA_TITULARIDADE.getStatusRelatorioAnterior(), indstatusboleto)
|
||||
|| isPossuiElemento(RelatorioMovimentacaoBilheteStatusEnum.TROCA_POLTRONA.getStatusRelatorioAnterior(), indstatusboleto)) {
|
||||
bean.setSerienovo(rset.getString("serienovo"));
|
||||
bean.setSubserienovo(rset.getString("subserienovo"));
|
||||
bean.setCcfnovo(rset.getString("ccfnovo"));
|
||||
bean.setBpenovo(rset.getString("bpenovo"));
|
||||
bean.setNumfoliosistemanovo(rset.getString("numfoliosistemanovo"));
|
||||
}
|
||||
|
||||
lsDadosRelatorio.add(bean);
|
||||
|
@ -248,7 +269,7 @@ public class RelatorioMovimentacaoBilhete extends Relatorio {
|
|||
StringBuilder sb = new StringBuilder();
|
||||
sb.append("SELECT * ");
|
||||
sb.append("FROM ");
|
||||
sb.append(" (SELECT b.boletooriginal_id, b.boleto_id,");
|
||||
sb.append(" (SELECT distinct b.boletooriginal_id, b.boleto_id,");
|
||||
sb.append(" b.ccf,");
|
||||
sb.append(" og.descorgao,");
|
||||
sb.append(" b.feccreacion,");
|
||||
|
@ -268,7 +289,6 @@ public class RelatorioMovimentacaoBilhete extends Relatorio {
|
|||
sb.append(" tar.preciooriginal,");
|
||||
sb.append(" tar.precio,");
|
||||
sb.append(" case when b.PRECIOBASE > 0 then TRUNC(((100 - (b.PRECIOPAGADO * 100) / b.PRECIOBASE)),2) else 0 end as porccategoria, ");
|
||||
sb.append(" (select sum(bfpv.importe) from boleto_formapago bfpv where bfpv.boleto_id = b.boleto_id and bfpv.activo = 1) as preciopagado, ");;
|
||||
sb.append(" u.cveusuario,");
|
||||
sb.append(" ag.nombpuntoventa,");
|
||||
sb.append(" ag.direccionnumero,");
|
||||
|
@ -303,9 +323,24 @@ public class RelatorioMovimentacaoBilhete extends Relatorio {
|
|||
sb.append(" 'N/A' as subserienovo , ");
|
||||
sb.append(" 'N/A' as ccfnovo , ");
|
||||
sb.append(" 'N/A' as bpenovo, ");
|
||||
sb.append(" 'N/A' as numfoliosistemanovo, ");
|
||||
sb.append(" b.importetpp, ");
|
||||
sb.append(" 0 as checkin, ");
|
||||
sb.append(" 0 as titularidade_trocada ");
|
||||
sb.append(" 0 as titularidade_trocada, ");
|
||||
sb.append(" ag.numpuntoventa, ");
|
||||
sb.append(" b.preciopagado, ");
|
||||
sb.append(" null chbpe_ori, ");
|
||||
sb.append(" null nprot_ori, ");
|
||||
sb.append(" 'N/A' as serienovo_ant, ");
|
||||
sb.append(" 'N/A' as subserienovo_ant, ");
|
||||
sb.append(" 'N/A' as ccfnovo_ant , ");
|
||||
sb.append(" 'N/A' as bpenovo_ant, ");
|
||||
sb.append(" 'N/A' as numfoliosistema_ant, ");
|
||||
sb.append(" 'N/A' as serienovo_prox , ");
|
||||
sb.append(" 'N/A' as subserienovo_prox , ");
|
||||
sb.append(" 'N/A' as ccfnovo_prox , ");
|
||||
sb.append(" 'N/A' as bpenovo_prox, ");
|
||||
sb.append(" 'N/A' as numfoliosistema_prox ");
|
||||
sb.append(" FROM boleto b");
|
||||
sb.append(" JOIN categoria ca ON b.categoria_id = ca.categoria_id");
|
||||
sb.append(" JOIN parada ori ON ori.parada_id = b.origen_id");
|
||||
|
@ -368,7 +403,7 @@ public class RelatorioMovimentacaoBilhete extends Relatorio {
|
|||
sb.append(" ");
|
||||
sb.append(" UNION ALL ");
|
||||
sb.append(" ");
|
||||
sb.append(" SELECT c.transacaooriginal_id, c.transacao_id,");
|
||||
sb.append(" SELECT distinct c.transacaooriginal_id, c.transacao_id,");
|
||||
sb.append(" c.ccf,");
|
||||
sb.append(" og.descorgao,");
|
||||
sb.append(" c.feccreacion,");
|
||||
|
@ -388,7 +423,6 @@ public class RelatorioMovimentacaoBilhete extends Relatorio {
|
|||
sb.append(" tar.preciooriginal,");
|
||||
sb.append(" tar.precio,");
|
||||
sb.append(" case when c.PRECIOBASE > 0 then TRUNC(((100 - (c.PRECIOPAGADO * 100) / c.PRECIOBASE)),2) else 0 end as porccategoria, ");
|
||||
sb.append(" (select sum(cfpv.importe) from caja_formapago cfpv where cfpv.caja_id = c.caja_id and cfpv.activo = 1) as preciopagado, ");
|
||||
sb.append(" u.cveusuario,");
|
||||
sb.append(" ag.nombpuntoventa,");
|
||||
sb.append(" ag.direccionnumero,");
|
||||
|
@ -447,13 +481,28 @@ public class RelatorioMovimentacaoBilhete extends Relatorio {
|
|||
sb.append(" c.num_bpe num_bpe, ");
|
||||
sb.append(" bpe.chbpe chbpe, ");
|
||||
sb.append(" bpe.nprot nprot, ");
|
||||
sb.append(" cori.ccf as ccfnovo, ");
|
||||
sb.append(" c_ori.ccf as ccfnovo, ");
|
||||
sb.append(" aidf_ori.serie serienovo, ");
|
||||
sb.append(" aidf_ori.subserie subserienovo, ");
|
||||
sb.append(" cori.num_bpe bpenovo, ");
|
||||
sb.append(" c_ori.num_bpe bpenovo, ");
|
||||
sb.append(" c_ori.numfoliosistema numfoliosistemanovo, ");
|
||||
sb.append(" c.importetpp, ");
|
||||
sb.append(" case when c.indstatusboleto = 'V' and (select count(*) from boleto_checkin bc1 where bc1.activo=1 and bc1.boletooriginal_id=c.transacao_id)=0 and c.fechorviaje > c.fechorventa then 1 else 0 end as checkin, ");
|
||||
sb.append(" case when c.indstatusboleto = 'V' and (select count(*) from caja c1 join cambio_titularidad ct1 on ct1.boleto_id = c1.transacao_id where c1.activo=1 and c1.transacaooriginal_id=c.transacao_id)>0 then 1 else 0 end as titularidade_trocada ");
|
||||
sb.append(" case when c.indstatusboleto = 'V' and (select count(*) from caja c1 join cambio_titularidad ct1 on ct1.boleto_id = c1.transacao_id where c1.activo=1 and c1.transacaooriginal_id=c.transacao_id)>0 then 1 else 0 end as titularidade_trocada, ");
|
||||
sb.append(" ag.numpuntoventa, ");
|
||||
sb.append(" c.preciopagado, ");
|
||||
sb.append(" bpe_ori.chbpe chbpe_ori, ");
|
||||
sb.append(" bpe_ori.nprot nprot_ori, ");
|
||||
sb.append(" c_ant.ccf as ccfnovo_ant, ");
|
||||
sb.append(" aidf_ant.serie serienovo_ant, ");
|
||||
sb.append(" aidf_ant.subserie subserienovo_ant, ");
|
||||
sb.append(" c_ant.num_bpe bpenovo_ant, ");
|
||||
sb.append(" c_ant.numfoliosistema numfoliosistema_ant, ");
|
||||
sb.append(" c_prox.ccf as ccfnovo_prox, ");
|
||||
sb.append(" aidf_prox.serie serienovo_prox, ");
|
||||
sb.append(" aidf_prox.subserie subserienovo_prox, ");
|
||||
sb.append(" c_prox.num_bpe bpenovo_prox, ");
|
||||
sb.append(" c_prox.numfoliosistema numfoliosistema_prox ");
|
||||
sb.append(" FROM caja c");
|
||||
sb.append(" JOIN categoria ca ON c.categoria_id = ca.categoria_id");
|
||||
sb.append(" JOIN parada ori ON ori.parada_id = c.origen_id");
|
||||
|
@ -476,9 +525,16 @@ public class RelatorioMovimentacaoBilhete extends Relatorio {
|
|||
sb.append(" LEFT JOIN cambio_titularidad ct on ct.boleto_id = c.transacao_id ");
|
||||
sb.append(" LEFT JOIN AIDF AIDF ON AIDF.AIDF_ID = c.AIDF_ID ");
|
||||
sb.append(" left join bpe bpe on bpe.boleto_id = c.transacao_id ");
|
||||
sb.append(" left join caja cori on cori.transacao_id = c.transacaooriginal_id ");
|
||||
sb.append(" LEFT JOIN AIDF aidf_ori ON aidf_ori.AIDF_ID = cori.AIDF_ID ");
|
||||
sb.append(" left join bpe bpe_ori on bpe_ori.boleto_id = cori.transacao_id ");
|
||||
|
||||
sb.append(" left join caja c_ori on c_ori.transacao_id = c.transacaooriginal_id ");
|
||||
sb.append(" left join caja c_ant on c_ant.transacao_id = c.transacaoanterior_id ");
|
||||
sb.append(" left join caja c_prox on c_prox.transacaoanterior_id = c.transacao_id ");
|
||||
|
||||
sb.append(" left join aidf aidf_ori ON aidf_ori.AIDF_ID = c_ori.AIDF_ID ");
|
||||
sb.append(" left join aidf aidf_ant ON aidf_ant.AIDF_ID = c_ant.AIDF_ID ");
|
||||
sb.append(" left join aidf aidf_prox ON aidf_prox.AIDF_ID = c_prox.AIDF_ID ");
|
||||
|
||||
sb.append(" left join bpe bpe_ori on bpe_ori.boleto_id = c_ori.transacao_id ");
|
||||
sb.append(" WHERE 1=1 ");
|
||||
sb.append(" and c.motivoreimpresion_id is null ");
|
||||
sb.append(" and (c.motivocancelacion_id IN (");
|
||||
|
|
Binary file not shown.
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="RelatorioMovimentacaoBilhete" pageWidth="1152" pageHeight="595" orientation="Landscape" whenNoDataType="NoDataSection" columnWidth="1132" leftMargin="10" rightMargin="10" topMargin="20" bottomMargin="20" resourceBundle="RelatorioMovimentacaoBilhete" whenResourceMissingType="Empty" uuid="94834362-0ecc-46da-b0a2-5cdee355da3e">
|
||||
<property name="ireport.zoom" value="0.9575681974766582"/>
|
||||
<property name="ireport.zoom" value="1.542173157718129"/>
|
||||
<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"/>
|
||||
|
@ -69,6 +69,8 @@
|
|||
<field name="bpenovo" class="java.lang.String"/>
|
||||
<field name="horaMD" class="java.lang.String"/>
|
||||
<field name="horaEmissao" class="java.lang.String"/>
|
||||
<field name="numPuntoVenta" class="java.lang.String"/>
|
||||
<field name="numfoliosistemanovo" class="java.lang.String"/>
|
||||
<variable name="qtde" class="java.lang.Integer" calculation="Count">
|
||||
<variableExpression><![CDATA[$F{km}]]></variableExpression>
|
||||
</variable>
|
||||
|
@ -82,394 +84,401 @@
|
|||
<band splitType="Stretch"/>
|
||||
</background>
|
||||
<title>
|
||||
<band/>
|
||||
</title>
|
||||
<pageHeader>
|
||||
<band height="128">
|
||||
<band height="119">
|
||||
<textField evaluationTime="Report">
|
||||
<reportElement uuid="6f969808-21c8-43ae-a204-0caf311f65c7" x="1101" y="16" width="29" height="10"/>
|
||||
<reportElement uuid="abf3351c-b593-4a40-b3d2-48704d026027" x="1102" y="16" width="29" height="10"/>
|
||||
<textElement>
|
||||
<font size="7"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[" de " + $V{PAGE_NUMBER}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="cc834009-ae90-46d4-8bbb-37578b69f621" x="475" y="118" width="25" height="7"/>
|
||||
<reportElement uuid="22bc8340-592f-4b86-958f-e86cd7da3307" x="475" y="95" width="25" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.bilhete}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="658e74a9-91d3-45b7-8214-be6ce1086506" x="900" y="118" width="25" height="7"/>
|
||||
<reportElement uuid="034add32-8638-4423-bc45-e87c9e07c186" x="900" y="95" width="25" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.utr}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="b68a4e34-b6e9-4006-8373-707c4e37eb31" x="700" y="118" width="25" height="7"/>
|
||||
<reportElement uuid="2dd1f74e-8477-47e8-9e8b-d23e5654e182" x="700" y="95" width="25" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.tipo.passagem}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="e18edb89-17f4-417e-8041-664f11245cbd" x="300" y="118" width="25" height="7"/>
|
||||
<reportElement uuid="f3d09507-a983-4806-ba82-4110bb537fef" x="300" y="95" width="25" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.linha}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="a79c03e0-bbe4-4b1c-8297-533a0d137b27" x="0" y="48" width="109" height="21"/>
|
||||
<reportElement uuid="95619a12-c0f0-4e90-9e9c-b2cfa240ff2a" x="1" y="48" width="109" height="21"/>
|
||||
<textElement/>
|
||||
<textFieldExpression><![CDATA[$R{header.periodo.venda}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="6e067b2f-b639-4822-b94f-4f0acb2dc6ca" x="1100" y="118" width="25" height="7"/>
|
||||
<reportElement uuid="93c5026e-fed1-402c-97e5-a7c047bf7e04" x="1088" y="95" width="21" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.bpe}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="952c3d60-ade1-4f57-8801-3ef6bc7f2333" x="550" y="118" width="25" height="7"/>
|
||||
<reportElement uuid="0fb93be4-47ff-42ba-a0f7-533c903bb1a8" x="550" y="95" width="25" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.ccf}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="2c09f3ff-c554-4ce2-886e-eaab93fa15eb" x="250" y="118" width="25" height="7"/>
|
||||
<reportElement uuid="1775483b-31de-4eae-bcea-cf4e698869aa" x="250" y="95" width="25" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.hora}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="069eab80-7d6d-4dae-a598-c5014deb81f4" x="425" y="118" width="25" height="7"/>
|
||||
<reportElement uuid="5064b3fa-f41c-487f-8a3e-d4bb2c0c088b" x="425" y="95" width="25" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.destino}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField pattern="dd/MM/yyyy HH:mm">
|
||||
<reportElement uuid="48307eb2-3652-4059-a479-84c4faa891fd" x="1074" y="2" width="56" height="10"/>
|
||||
<reportElement uuid="09fb2aa1-4e08-4e08-98f6-bb78a18b8927" x="1075" y="2" width="56" height="10"/>
|
||||
<textElement textAlignment="Right">
|
||||
<font size="7"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[new java.util.Date()]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="bb3d2388-6bda-4727-ba30-0a5f4612f1a8" x="75" y="118" width="25" height="7"/>
|
||||
<reportElement uuid="d9791f19-5bf9-4bb8-add7-91041c5e92c9" x="75" y="95" width="25" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.bilheteiro}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="fbb64c97-db89-4d47-8908-f3a330ea7f2c" x="937" y="118" width="38" height="7"/>
|
||||
<reportElement uuid="63e05741-da52-4c61-8f0c-a0f152fd2dfa" x="937" y="95" width="38" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.status}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="727fa0d5-2f10-4ab1-b547-59c425be1a71" x="925" y="118" width="12" height="7"/>
|
||||
<reportElement uuid="174b9399-f820-4b18-a17b-2226ebb7912a" x="925" y="95" width="12" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.tpp}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="c4b5d11d-79a1-4850-8294-8ccaa0898bca" x="350" y="118" width="25" height="7"/>
|
||||
<reportElement uuid="e6fec1f5-2d46-4c6f-be42-aa6e1c297d2f" x="350" y="95" width="25" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.codigo.origem}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="02464d08-2223-458e-909f-4292292df196" x="800" y="118" width="25" height="7"/>
|
||||
<reportElement uuid="4bb027f2-1c28-429f-bee1-e513d73efee2" x="800" y="95" width="25" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.valor.cobrado}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="652312bd-292a-424d-a234-5f157e3699c6" x="0" y="0" width="314" height="20"/>
|
||||
<reportElement uuid="5190aea9-c8f9-429f-8523-1c1b2e885e60" x="1" y="0" width="314" height="20"/>
|
||||
<textElement>
|
||||
<font size="14" isBold="true"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$P{TITULO}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="a4173145-a18f-4693-beff-416547ea596d" x="1075" y="118" width="25" height="7"/>
|
||||
<reportElement uuid="242e7918-841d-4f00-8216-a31c06554d82" x="1067" y="95" width="21" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.ccf}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="a1932a1e-2640-4ee2-a914-623ef8053cf4" x="825" y="118" width="25" height="7"/>
|
||||
<reportElement uuid="8911d619-a6a8-416b-8aa3-22d40efd6565" x="825" y="95" width="25" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.tarifa}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="02881959-f862-4a2d-bcd4-ca90edd0b786" x="775" y="118" width="25" height="7"/>
|
||||
<reportElement uuid="d4fe6980-3b0a-4edc-abc1-d56b9780c72c" x="775" y="95" width="25" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.desconto}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="0719243e-e3fe-46d3-bad3-b51726856fb2" x="1057" y="16" width="44" height="10"/>
|
||||
<reportElement uuid="6a48d951-1b78-4ad3-bebf-154f0f8d5016" x="1058" y="16" width="44" height="10"/>
|
||||
<textElement textAlignment="Right">
|
||||
<font size="7"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{header.pagina} + "" + $V{PAGE_NUMBER}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="f3655778-94dd-4fb6-8c84-cf32416201e0" x="650" y="118" width="25" height="7"/>
|
||||
<reportElement uuid="0268bdca-4a9e-432a-b244-147808438740" x="650" y="95" width="25" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.documento}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="d0ce8879-24a6-4672-9648-8fb6e03b39b3" x="1029" y="2" width="44" height="10"/>
|
||||
<reportElement uuid="ebdaacef-71c8-417f-b4e6-371a9c54d675" x="1030" y="2" width="44" height="10"/>
|
||||
<textElement textAlignment="Right">
|
||||
<font size="7"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{header.data.hora}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="6abad66f-3399-4962-b3e2-a587694afde8" x="1025" y="118" width="25" height="7"/>
|
||||
<reportElement uuid="b2a9a28f-137d-4d23-b06e-1d260f805c49" x="1025" y="95" width="21" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.serie}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="1395a506-7c42-4860-90ca-95ff0b844d0d" x="850" y="118" width="25" height="7"/>
|
||||
<reportElement uuid="5ae912da-a7b3-4876-8977-93c5b9f8b1e0" x="850" y="95" width="25" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.seguro}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="7eac2d13-083c-4765-ba9c-bf61ea645a90" x="50" y="118" width="25" height="7"/>
|
||||
<reportElement uuid="28528069-a1a1-45ed-aa21-3c99a04bda1d" x="50" y="95" width="25" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.agencia}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="4914d9e7-6ce8-4512-b1f8-13f3b572ac50" x="109" y="25" width="205" height="23"/>
|
||||
<reportElement uuid="e80ef8f8-c08a-4e66-86c2-fdbc5b73b208" x="110" y="25" width="205" height="23"/>
|
||||
<textElement/>
|
||||
<textFieldExpression><![CDATA[( $P{fecInicioViagem} != null ? ($P{fecInicioViagem} + " à " + $P{fecFinalViagem}) : "" )]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="8fb67bb3-6ff2-40d1-b338-714f199ea7f0" x="0" y="69" width="109" height="20"/>
|
||||
<reportElement uuid="95cc0c29-1c8a-4117-86f4-099805402523" x="1" y="69" width="109" height="20"/>
|
||||
<textElement/>
|
||||
<textFieldExpression><![CDATA[$R{header.empresa}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="3541e1b0-8dfe-404e-9461-64d10d85531a" x="109" y="69" width="205" height="20"/>
|
||||
<reportElement uuid="9f7118d4-f63f-4788-8fad-6bc4274e0b18" x="110" y="69" width="205" height="20"/>
|
||||
<textElement/>
|
||||
<textFieldExpression><![CDATA[$P{nomb_empresa}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="9e0176f6-a8ff-4246-8038-34155064d017" x="375" y="118" width="25" height="7"/>
|
||||
<reportElement uuid="43fbab90-b565-4f7c-aa8f-42103f5b54ea" x="375" y="95" width="25" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.origem}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="5105aee2-c3ec-4571-a14c-06b69218decc" x="725" y="118" width="25" height="7"/>
|
||||
<reportElement uuid="073e81b8-3ad8-432e-8b88-dd7951118c62" x="725" y="95" width="25" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.tipo}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="17200d3a-6195-42d1-bc36-ff2baffb56ce" x="125" y="118" width="25" height="7"/>
|
||||
<reportElement uuid="a524ecf8-4947-4bc3-81fd-bd86a45ec1e9" x="125" y="95" width="25" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.horaMD}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="2af7bea7-e8bf-424a-9813-c9d2be7c0459" x="100" y="118" width="25" height="7"/>
|
||||
<reportElement uuid="97c82063-0818-41e7-99bb-8df83a686e99" x="100" y="95" width="25" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.dataMD}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="b31b00a3-1ced-4f9c-acb7-470646f7b335" x="109" y="48" width="205" height="21"/>
|
||||
<reportElement uuid="22a2c321-8ce5-44d0-a728-7947c0d834d1" x="110" y="48" width="205" height="21"/>
|
||||
<textElement/>
|
||||
<textFieldExpression><![CDATA[( $P{fecInicioVenda} != null ? ($P{fecInicioVenda} + " à " + $P{fecFinalVenda}) : "" )]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="6b1fac8d-c098-4893-b1dd-7b64573f0173" x="500" y="118" width="25" height="7"/>
|
||||
<reportElement uuid="fd7e9775-fc57-447a-97be-5d0afe5e1cbc" x="500" y="95" width="25" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.serie}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="b34ce751-6969-47b0-aeb7-fff00a5de1e3" x="600" y="118" width="25" height="7"/>
|
||||
<reportElement uuid="322424d0-23ae-43b4-95d7-7f11e74b7139" x="600" y="95" width="25" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.passageiro}]]></textFieldExpression>
|
||||
</textField>
|
||||
<line>
|
||||
<reportElement uuid="8e2d6686-e4d7-43d5-b3a9-46adc3e58350" x="0" y="127" width="1132" height="1"/>
|
||||
<reportElement uuid="9a9618f2-9c18-410f-838b-5760397812ba" x="0" y="111" width="1132" height="1"/>
|
||||
</line>
|
||||
<textField>
|
||||
<reportElement uuid="94fe9e9b-e231-43b8-aeb8-7bc3eb2d61af" x="450" y="118" width="25" height="7"/>
|
||||
<reportElement uuid="221ac5ad-b88c-43a9-a938-578648610bb8" x="450" y="95" width="25" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.poltrona}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="aed6f61a-6566-451b-ba78-6964fb2c9f4e" x="225" y="118" width="25" height="7"/>
|
||||
<reportElement uuid="6f9c2490-5ae2-4b47-a8e8-d869ea207e0c" x="225" y="95" width="25" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.servico}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="93fedb4f-18e2-4d95-82e8-2108d3eb135c" x="150" y="118" width="25" height="7"/>
|
||||
<reportElement uuid="45d606d2-1023-429f-8b0d-5794c50a4f6f" x="150" y="95" width="25" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.data.emissao}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="3de0b54a-0b10-4556-9b0a-ba8f19989716" x="200" y="118" width="25" height="7"/>
|
||||
<reportElement uuid="93db7d1c-b088-44d4-8a08-dc1e162119a1" x="200" y="95" width="25" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.data.servico}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="2f7626c2-fbea-4cb7-808c-2d7dbbd18ee2" x="275" y="118" width="25" height="7"/>
|
||||
<reportElement uuid="3bb1e9ce-27a9-4010-aff6-e824a9e10222" x="275" y="95" width="25" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.codigo.linha}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="7b62e459-04bc-4227-be76-24bf5938d552" x="525" y="118" width="25" height="7"/>
|
||||
<reportElement uuid="4c916506-8608-4208-8ddc-81f0660f89ec" x="525" y="95" width="25" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.subserie}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="842c2e2b-0a9e-4a28-9010-9b0c814c5bcb" x="400" y="118" width="25" height="7"/>
|
||||
<reportElement uuid="26bb5487-00bd-43e8-a106-f96c582e16cb" x="400" y="95" width="25" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.codigo.destino}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="e5d4714c-07cc-42ff-a7a8-76d6f6d3e716" x="0" y="25" width="109" height="23"/>
|
||||
<reportElement uuid="06004690-f47f-49fd-826f-8a62e1955ead" x="1" y="25" width="109" height="23"/>
|
||||
<textElement/>
|
||||
<textFieldExpression><![CDATA[$R{header.periodo.viagem}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="421120df-7852-4311-95a8-93478f8c4a5e" x="0" y="118" width="25" height="7"/>
|
||||
<reportElement uuid="67836164-0005-4d70-bade-1c7215cf8a16" x="0" y="95" width="25" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.empresa}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="24ef9240-77fe-4c43-b065-4aa214805b3e" x="25" y="118" width="25" height="7"/>
|
||||
<reportElement uuid="1a39b7a6-a409-418a-a150-cae258696467" x="25" y="95" width="25" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.codigo.agencia}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="346a2cf5-d4d0-4905-8e4a-b7b94f0cc2e2" x="1050" y="118" width="25" height="7"/>
|
||||
<reportElement uuid="1185fb63-e91d-4a5f-8795-de4bd00d1722" x="1046" y="95" width="21" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.subserie}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="0948a2fc-fc39-4f2d-ab06-d7c97a66df39" x="325" y="118" width="25" height="7"/>
|
||||
<reportElement uuid="462e764d-586e-4eec-93c0-0d5aca5ef753" x="325" y="95" width="25" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.prefixo}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="c0322d2b-02d0-42ae-b49f-f1d54e154c6b" x="875" y="118" width="25" height="7"/>
|
||||
<reportElement uuid="7feb7413-2822-4ddd-9666-508e99bd98fc" x="875" y="95" width="25" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.pedagio}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="e14732be-42a0-4f54-9eb2-52f10ece154b" x="575" y="118" width="25" height="7"/>
|
||||
<reportElement uuid="c286dcff-9298-4647-ab21-9d7cd9c8c339" x="575" y="95" width="25" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.bpe}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="1fe1fad6-d193-4dc1-9696-5614ff9a10d0" x="750" y="118" width="25" height="7"/>
|
||||
<reportElement uuid="1bf5dff4-1d31-4cc2-baca-2f4179f6317d" x="750" y="95" width="25" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.preco}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="4c49f3ac-3bdc-48dc-83b8-dc070495746a" x="975" y="118" width="25" height="7"/>
|
||||
<reportElement uuid="ecb445a0-0614-4cbe-8df6-352e2f2130ca" x="975" y="95" width="25" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.chave}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="97583aa4-45de-402c-8ce9-978c974d6e0c" x="625" y="118" width="25" height="7"/>
|
||||
<reportElement uuid="3dbf4cfb-137f-48a8-901a-95e3ea3375aa" x="625" y="95" width="25" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.tipo.doc}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="f9999f21-38b4-401d-be1c-b18908237e6a" x="1000" y="118" width="25" height="7"/>
|
||||
<reportElement uuid="4bc61278-4ca7-4b17-a5fd-9add4af5598c" x="1000" y="95" width="25" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.protocolo}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="c74391a0-cc07-44f7-90af-3036910e6bb3" x="675" y="118" width="25" height="7"/>
|
||||
<reportElement uuid="4e4b2f84-505a-40ac-a421-d15ba9c88391" x="675" y="95" width="25" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.tipo.venda}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="67851ba5-cc9c-4f37-8857-9e3c5be9b362" x="175" y="118" width="25" height="7"/>
|
||||
<reportElement uuid="4252aaba-0e45-4fb9-9a0e-4297b7e29579" x="175" y="95" width="25" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.hora.emissao}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="88c27307-5316-4bf5-9b92-00c423504757" x="1109" y="95" width="21" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.bilhete}]]></textFieldExpression>
|
||||
</textField>
|
||||
</band>
|
||||
</title>
|
||||
<pageHeader>
|
||||
<band/>
|
||||
</pageHeader>
|
||||
<detail>
|
||||
<band height="27" splitType="Prevent">
|
||||
|
@ -625,7 +634,7 @@
|
|||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$F{direccionnumero}]]></textFieldExpression>
|
||||
<textFieldExpression><![CDATA[$F{numPuntoVenta}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
||||
<reportElement uuid="1f3bab43-ae23-41b1-b5a6-a6c4c09fd359" stretchType="RelativeToBandHeight" x="75" y="0" width="25" height="23"/>
|
||||
|
@ -761,33 +770,40 @@
|
|||
<textFieldExpression><![CDATA[$F{protocolobpe}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
||||
<reportElement uuid="148f2d2e-1d88-4aa7-984b-90af1e3ebd35" stretchType="RelativeToBandHeight" x="1025" y="0" width="25" height="23"/>
|
||||
<reportElement uuid="148f2d2e-1d88-4aa7-984b-90af1e3ebd35" stretchType="RelativeToBandHeight" x="1025" y="0" width="21" height="23"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$F{serienovo}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
||||
<reportElement uuid="8038cca2-7197-46c9-bd22-c3e96e212174" stretchType="RelativeToBandHeight" x="1050" y="0" width="25" height="23"/>
|
||||
<reportElement uuid="8038cca2-7197-46c9-bd22-c3e96e212174" stretchType="RelativeToBandHeight" x="1046" y="0" width="21" height="23"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$F{subserienovo}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
||||
<reportElement uuid="7154ab12-0d84-468c-acbf-fda424dd5ecf" stretchType="RelativeToBandHeight" x="1075" y="0" width="25" height="23"/>
|
||||
<reportElement uuid="7154ab12-0d84-468c-acbf-fda424dd5ecf" stretchType="RelativeToBandHeight" x="1067" y="0" width="21" height="23"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$F{ccfnovo}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
||||
<reportElement uuid="61b0d8af-f9b6-40f5-8dd0-f838323c0b6b" stretchType="RelativeToBandHeight" x="1100" y="0" width="25" height="23"/>
|
||||
<reportElement uuid="61b0d8af-f9b6-40f5-8dd0-f838323c0b6b" stretchType="RelativeToBandHeight" x="1088" y="0" width="21" height="23"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$F{bpenovo}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
||||
<reportElement uuid="1c09bff3-5a26-4bcd-a742-19bf0c91c7a6" stretchType="RelativeToBandHeight" x="1109" y="0" width="21" height="23"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$F{numfoliosistemanovo}]]></textFieldExpression>
|
||||
</textField>
|
||||
</band>
|
||||
</detail>
|
||||
<summary>
|
||||
|
|
|
@ -56,6 +56,8 @@ public class RelatorioMovimentacaoBilheteBean implements Cloneable {
|
|||
private String bpenovo = "N/A";
|
||||
private String horaMD;
|
||||
private String horaEmissao;
|
||||
private String numPuntoVenta;
|
||||
private String numfoliosistemanovo = "N/A";
|
||||
|
||||
public String getFecdatviaje() {
|
||||
return fecdatviaje;
|
||||
|
@ -389,4 +391,20 @@ public class RelatorioMovimentacaoBilheteBean implements Cloneable {
|
|||
public RelatorioMovimentacaoBilheteBean getClone() throws CloneNotSupportedException {
|
||||
return (RelatorioMovimentacaoBilheteBean) super.clone();
|
||||
}
|
||||
|
||||
public String getNumPuntoVenta() {
|
||||
return numPuntoVenta;
|
||||
}
|
||||
|
||||
public void setNumPuntoVenta(String numPuntoVenta) {
|
||||
this.numPuntoVenta = numPuntoVenta;
|
||||
}
|
||||
|
||||
public String getNumfoliosistemanovo() {
|
||||
return numfoliosistemanovo;
|
||||
}
|
||||
|
||||
public void setNumfoliosistemanovo(String numfoliosistemanovo) {
|
||||
this.numfoliosistemanovo = numfoliosistemanovo;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue