fixes bug#21838
qua: dev: Valdevir git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@106294 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
e8ea3f8ee1
commit
bf85e5495d
|
@ -20,6 +20,7 @@ import java.util.Set;
|
|||
|
||||
import com.rjconsultores.ventaboletos.entidad.Estado;
|
||||
import com.rjconsultores.ventaboletos.entidad.PuntoVenta;
|
||||
import com.rjconsultores.ventaboletos.enums.EnumTipoVenda;
|
||||
import com.rjconsultores.ventaboletos.relatorios.negocio.CalculoImposto;
|
||||
import com.rjconsultores.ventaboletos.relatorios.utilitarios.ArrayDataSource;
|
||||
import com.rjconsultores.ventaboletos.relatorios.utilitarios.ExceptionConfiguracao;
|
||||
|
@ -37,7 +38,12 @@ public class RelatorioReceitaDiariaAgencia extends Relatorio {
|
|||
//Mantis 16390
|
||||
//As vendas com impressão posterior não estavam sendo exibidas como prévenda pois só estavam sendo validados os tipoVendaId 18 e 39.
|
||||
//Verifiquei a classe RelatorioImpressaoPosterior e adicionei os tipoVendaId faltantes de acordo com sua regra de negócio.
|
||||
private List<Integer> listaTipoVentaIdPreVenda = Arrays.asList(5, 12, 18, 41, 49, 39);
|
||||
private List<Integer> listaTipoVentaIdPreVenda = Arrays.asList(EnumTipoVenda.TPV_CENTRAL_TELEFONICA.getId(),
|
||||
EnumTipoVenda.TPV_POR_INTERNET.getId(),
|
||||
EnumTipoVenda.TPV_BOLETO_REMOTO.getId(),
|
||||
EnumTipoVenda.TPV_CHECKIN_VIAGEM.getId(),
|
||||
EnumTipoVenda.TPV_BOLETO_ABERTO_PREPAGADO.getId(),
|
||||
EnumTipoVenda.TPV_VENDA_BOLETO_ABERTO_MANUAL.getId());
|
||||
private Set<PuntoVenta> pontoVendaConfiguracao;
|
||||
|
||||
|
||||
|
@ -368,16 +374,18 @@ public class RelatorioReceitaDiariaAgencia extends Relatorio {
|
|||
|
||||
this.mapDados.put(row.get("PUNTOVENTA_ID") + "-" + empresaId.toString(), (LinkedHashMap<String, Object>) row);
|
||||
|
||||
boolean preVenda = isTipoVentaIdPreVenda(tipoVentaId);
|
||||
|
||||
if ((Boolean) getParametros().get("TRANSFERENCIA_PASSAGENS")) {
|
||||
// Utiliza o -1 para retirar as transferências
|
||||
row.put("TOTAL_BILHETES", ((BigDecimal) row.get("TOTAL_BILHETES")).add(motivoCancelacionId == 23 ? new BigDecimal(-1) : motivoCancelacionId == 0 && !tipoVentaId.equals(18) ? BigDecimal.ONE : BigDecimal.ZERO));
|
||||
row.put("TOTAL_BILHETES", ((BigDecimal) row.get("TOTAL_BILHETES")).add(motivoCancelacionId == 23 ? new BigDecimal(-1) : motivoCancelacionId == 0 && !preVenda ? BigDecimal.ONE : BigDecimal.ZERO));
|
||||
} else {
|
||||
row.put("TOTAL_BILHETES", ((BigDecimal) row.get("TOTAL_BILHETES")).add(motivoCancelacionId == 0 && !tipoVentaId.equals(18) ? BigDecimal.ONE : BigDecimal.ZERO));
|
||||
row.put("TOTAL_BILHETES", ((BigDecimal) row.get("TOTAL_BILHETES")).add(motivoCancelacionId == 0 && !preVenda ? BigDecimal.ONE : BigDecimal.ZERO));
|
||||
}
|
||||
row.put("TOTAL_BILHETES_GAP", ((BigDecimal) row.get("TOTAL_BILHETES_GAP")).add(motivoCancelacionId == 0 && tipoVentaId.equals(18) && this.resultSet.getInt("INDREIMPRESION") == 0 ? BigDecimal.ONE : BigDecimal.ZERO));
|
||||
row.put("TOTAL_BILHETES_GAP", ((BigDecimal) row.get("TOTAL_BILHETES_GAP")).add(motivoCancelacionId == 0 && preVenda && this.resultSet.getInt("INDREIMPRESION") == 0 ? BigDecimal.ONE : BigDecimal.ZERO));
|
||||
row.put("TOTAL_BILHETES_CANC", ((BigDecimal) row.get("TOTAL_BILHETES_CANC")).add(motivoCancelacionId == 31 ? BigDecimal.ONE : BigDecimal.ZERO));
|
||||
|
||||
boolean preVenda = isTipoVentaIdPreVenda(tipoVentaId);
|
||||
|
||||
|
||||
// Aumenta receita
|
||||
// Não se trate de cancelamento e não seja uma impressão de pré venda
|
||||
|
|
Binary file not shown.
|
@ -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="RelatorioReceitaDiariaAgencia" pageWidth="842" pageHeight="595" orientation="Landscape" whenNoDataType="NoDataSection" columnWidth="822" leftMargin="10" rightMargin="10" topMargin="20" bottomMargin="20" uuid="c5fca8ba-9c4b-4e17-9986-a053943688db">
|
||||
<property name="ireport.zoom" value="2.420000000000005"/>
|
||||
<property name="ireport.x" value="555"/>
|
||||
<property name="ireport.y" value="243"/>
|
||||
<property name="ireport.x" value="587"/>
|
||||
<property name="ireport.y" value="101"/>
|
||||
<style name="Title" fontName="Times New Roman" fontSize="50" isBold="true" pdfFontName="Times-Bold"/>
|
||||
<style name="SubTitle" forecolor="#736343" fontName="SansSerif" fontSize="18"/>
|
||||
<style name="Column header" forecolor="#666666" fontName="SansSerif" fontSize="12" isBold="true"/>
|
||||
|
@ -373,22 +373,22 @@
|
|||
<group name="GRUPO_EMPRESA">
|
||||
<groupExpression><![CDATA[$F{EMPRESA}]]></groupExpression>
|
||||
<groupHeader>
|
||||
<band height="35">
|
||||
<band height="34">
|
||||
<textField>
|
||||
<reportElement x="0" y="2" width="271" height="15" uuid="ce32cedc-08d0-41e4-9d67-a0e21c9362d2"/>
|
||||
<reportElement uuid="ce32cedc-08d0-41e4-9d67-a0e21c9362d2" x="0" y="2" width="271" height="15"/>
|
||||
<textElement>
|
||||
<font size="10" isBold="true"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA["Empresa: "+$F{EMPRESA}]]></textFieldExpression>
|
||||
</textField>
|
||||
<line>
|
||||
<reportElement positionType="FixRelativeToBottom" x="0" y="0" width="821" height="1" uuid="6ac83c9a-cd2d-497e-a878-cec410883321"/>
|
||||
<reportElement uuid="6ac83c9a-cd2d-497e-a878-cec410883321" positionType="FixRelativeToBottom" x="0" y="0" width="821" height="1"/>
|
||||
<graphicElement>
|
||||
<pen lineWidth="0.5" lineColor="#999999"/>
|
||||
</graphicElement>
|
||||
</line>
|
||||
<textField>
|
||||
<reportElement x="0" y="19" width="271" height="15" uuid="fc89eefd-0a2e-4ed1-b40a-22356eb86aed"/>
|
||||
<reportElement uuid="fc89eefd-0a2e-4ed1-b40a-22356eb86aed" x="0" y="19" width="271" height="15"/>
|
||||
<textElement>
|
||||
<font size="10" isBold="true"/>
|
||||
</textElement>
|
||||
|
@ -399,7 +399,7 @@
|
|||
<groupFooter>
|
||||
<band height="22">
|
||||
<staticText>
|
||||
<reportElement mode="Transparent" x="0" y="2" width="121" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="d59bddbe-eb57-4898-8f31-1db2a1720740"/>
|
||||
<reportElement uuid="d59bddbe-eb57-4898-8f31-1db2a1720740" mode="Transparent" x="0" y="2" width="121" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<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"/>
|
||||
|
@ -407,7 +407,7 @@
|
|||
<text><![CDATA[Total Geral UF's]]></text>
|
||||
</staticText>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="186" y="2" width="35" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="c0a42795-9f8a-4c86-9713-58b532f5deed"/>
|
||||
<reportElement uuid="c0a42795-9f8a-4c86-9713-58b532f5deed" stretchType="RelativeToTallestObject" mode="Transparent" x="186" y="2" width="35" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
|
||||
<font fontName="SansSerif" size="5" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||
<paragraph lineSpacing="Single"/>
|
||||
|
@ -415,7 +415,7 @@
|
|||
<textFieldExpression><![CDATA[$V{RECEITA_SEGURO_SUM_GERAL_UFS}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="546" y="2" width="53" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="cbcab9be-b204-4361-ac1f-5c0271bf655e"/>
|
||||
<reportElement uuid="cbcab9be-b204-4361-ac1f-5c0271bf655e" stretchType="RelativeToTallestObject" mode="Transparent" x="546" y="2" width="53" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
|
||||
<font fontName="SansSerif" size="5" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||
<paragraph lineSpacing="Single"/>
|
||||
|
@ -423,7 +423,7 @@
|
|||
<textFieldExpression><![CDATA[$V{RECEITA_TOTAL_SUM_GERAL_UFS}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="false">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="121" y="2" width="25" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="10b74333-4819-47b2-9e69-4b35149f1485"/>
|
||||
<reportElement uuid="10b74333-4819-47b2-9e69-4b35149f1485" stretchType="RelativeToTallestObject" mode="Transparent" x="121" y="2" width="25" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Center" verticalAlignment="Top" rotation="None" markup="none">
|
||||
<font fontName="SansSerif" size="5" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||
<paragraph lineSpacing="Single"/>
|
||||
|
@ -431,7 +431,7 @@
|
|||
<textFieldExpression><![CDATA[$V{TOTAL_BILHETES_SUM_GERAL_UFS}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="389" y="2" width="28" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="8f7e1d79-5ed4-49ad-942c-9f16a10ef1e3"/>
|
||||
<reportElement uuid="8f7e1d79-5ed4-49ad-942c-9f16a10ef1e3" stretchType="RelativeToTallestObject" mode="Transparent" x="389" y="2" width="28" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
|
||||
<font fontName="SansSerif" size="5" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||
<paragraph lineSpacing="Single"/>
|
||||
|
@ -439,7 +439,7 @@
|
|||
<textFieldExpression><![CDATA[$V{RECEITA_TARIFA_GAP_GERAL_UFS}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="636" y="2" width="52" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="fa245648-ba39-490f-8295-b22655ddacc3"/>
|
||||
<reportElement uuid="fa245648-ba39-490f-8295-b22655ddacc3" stretchType="RelativeToTallestObject" mode="Transparent" x="636" y="2" width="52" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
|
||||
<font fontName="SansSerif" size="5" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||
<paragraph lineSpacing="Single"/>
|
||||
|
@ -447,7 +447,7 @@
|
|||
<textFieldExpression><![CDATA[$V{RECEITA_LIQUIDA_SUM_GERAL_UFS}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="719" y="2" width="25" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="097f99de-cc39-4d4d-83ca-b26850c4657f"/>
|
||||
<reportElement uuid="097f99de-cc39-4d4d-83ca-b26850c4657f" stretchType="RelativeToTallestObject" mode="Transparent" x="719" y="2" width="25" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
|
||||
<font fontName="SansSerif" size="5" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||
<paragraph lineSpacing="Single"/>
|
||||
|
@ -455,7 +455,7 @@
|
|||
<textFieldExpression><![CDATA[$V{ANTECIPACAO_1_GERAL_UFS}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="260" y="2" width="35" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="ac8991e6-87a4-4edb-9e90-1d487178cf0a"/>
|
||||
<reportElement uuid="ac8991e6-87a4-4edb-9e90-1d487178cf0a" stretchType="RelativeToTallestObject" mode="Transparent" x="260" y="2" width="35" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
|
||||
<font fontName="SansSerif" size="5" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||
<paragraph lineSpacing="Single"/>
|
||||
|
@ -463,7 +463,7 @@
|
|||
<textFieldExpression><![CDATA[$V{RECEITA_BAGAGEM_SUM_GERAL_UFS}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="599" y="2" width="37" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="adc882fa-8d9f-4166-a65d-46c1479858aa"/>
|
||||
<reportElement uuid="adc882fa-8d9f-4166-a65d-46c1479858aa" stretchType="RelativeToTallestObject" mode="Transparent" x="599" y="2" width="37" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
|
||||
<font fontName="SansSerif" size="5" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||
<paragraph lineSpacing="Single"/>
|
||||
|
@ -471,7 +471,7 @@
|
|||
<textFieldExpression><![CDATA[$V{IMPOSTOS_SUM_GERAL_UFS}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="221" y="2" width="39" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="f571bf7a-979d-4057-a6ca-60fa8175df07"/>
|
||||
<reportElement uuid="f571bf7a-979d-4057-a6ca-60fa8175df07" stretchType="RelativeToTallestObject" mode="Transparent" x="221" y="2" width="39" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
|
||||
<font fontName="SansSerif" size="5" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||
<paragraph lineSpacing="Single"/>
|
||||
|
@ -479,7 +479,7 @@
|
|||
<textFieldExpression><![CDATA[$V{RECEITA_PEDAGIO_SUM_GERAL_UFS}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="474" y="2" width="35" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="4e4e1789-7790-4d28-90dd-62f3766e42fd"/>
|
||||
<reportElement uuid="4e4e1789-7790-4d28-90dd-62f3766e42fd" stretchType="RelativeToTallestObject" mode="Transparent" x="474" y="2" width="35" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
|
||||
<font fontName="SansSerif" size="5" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||
<paragraph lineSpacing="Single"/>
|
||||
|
@ -487,7 +487,7 @@
|
|||
<textFieldExpression><![CDATA[$V{RECEITA_EMBARQUE_GAP_GERAL_UFS}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="688" y="2" width="31" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="c7e4e755-6de9-46a3-874e-a071169d6430"/>
|
||||
<reportElement uuid="c7e4e755-6de9-46a3-874e-a071169d6430" stretchType="RelativeToTallestObject" mode="Transparent" x="688" y="2" width="31" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
|
||||
<font fontName="SansSerif" size="5" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||
<paragraph lineSpacing="Single"/>
|
||||
|
@ -495,7 +495,7 @@
|
|||
<textFieldExpression><![CDATA[$V{VALOR_COMISSAO_SUM_GERAL_UFS}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="744" y="2" width="23" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="b005ca8a-0683-4c28-9175-2dc23987cc7c"/>
|
||||
<reportElement uuid="b005ca8a-0683-4c28-9175-2dc23987cc7c" stretchType="RelativeToTallestObject" mode="Transparent" x="744" y="2" width="23" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
|
||||
<font fontName="SansSerif" size="5" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||
<paragraph lineSpacing="Single"/>
|
||||
|
@ -503,7 +503,7 @@
|
|||
<textFieldExpression><![CDATA[$V{DIFERENCA_COMISSAO_1_GERAL_UFS}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="146" y="2" width="40" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="5854b641-a5cd-44ff-8f77-58b76b1a1b9d"/>
|
||||
<reportElement uuid="5854b641-a5cd-44ff-8f77-58b76b1a1b9d" stretchType="RelativeToTallestObject" mode="Transparent" x="146" y="2" width="40" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
|
||||
<font fontName="SansSerif" size="5" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||
<paragraph lineSpacing="Single"/>
|
||||
|
@ -511,7 +511,7 @@
|
|||
<textFieldExpression><![CDATA[$V{RECEITA_TARIFA_SUM_GERAL_UFS}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="509" y="2" width="37" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="661f3034-582b-4dfc-a7bc-6ec703a22bf5"/>
|
||||
<reportElement uuid="661f3034-582b-4dfc-a7bc-6ec703a22bf5" stretchType="RelativeToTallestObject" mode="Transparent" x="509" y="2" width="37" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
|
||||
<font fontName="SansSerif" size="5" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||
<paragraph lineSpacing="Single"/>
|
||||
|
@ -519,7 +519,7 @@
|
|||
<textFieldExpression><![CDATA[$V{TOTAL_DEVOL_GAP_GERAL_UFS}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="295" y="2" width="35" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="ae6162f4-3c34-40f8-b31d-65f166f9183e"/>
|
||||
<reportElement uuid="ae6162f4-3c34-40f8-b31d-65f166f9183e" stretchType="RelativeToTallestObject" mode="Transparent" x="295" y="2" width="35" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
|
||||
<font fontName="SansSerif" size="5" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||
<paragraph lineSpacing="Single"/>
|
||||
|
@ -527,7 +527,7 @@
|
|||
<textFieldExpression><![CDATA[$V{RECEITA_EMBARQUE_SUM_GERAL_UFS}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="417" y="2" width="22" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="ab32599b-adbe-4c84-bacd-3c4564090592"/>
|
||||
<reportElement uuid="ab32599b-adbe-4c84-bacd-3c4564090592" stretchType="RelativeToTallestObject" mode="Transparent" x="417" y="2" width="22" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
|
||||
<font fontName="SansSerif" size="5" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||
<paragraph lineSpacing="Single"/>
|
||||
|
@ -535,7 +535,7 @@
|
|||
<textFieldExpression><![CDATA[$V{RECEITA_SEGURO_GAP_GERAL_UFS}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="false">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="785" y="2" width="36" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="8c5ab8e9-ac09-4013-9147-decb4bf33911"/>
|
||||
<reportElement uuid="8c5ab8e9-ac09-4013-9147-decb4bf33911" stretchType="RelativeToTallestObject" mode="Transparent" x="785" y="2" width="36" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Center" verticalAlignment="Top" rotation="None" markup="none">
|
||||
<font fontName="SansSerif" size="5" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||
<paragraph lineSpacing="Single"/>
|
||||
|
@ -543,7 +543,7 @@
|
|||
<textFieldExpression><![CDATA[$V{TOTAL_BILHETES_CANC_SUM_GERAL_UFS}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="330" y="2" width="25" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="98cbba3e-8e61-47fc-ba39-1a6d22f1346d"/>
|
||||
<reportElement uuid="98cbba3e-8e61-47fc-ba39-1a6d22f1346d" stretchType="RelativeToTallestObject" mode="Transparent" x="330" y="2" width="25" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
|
||||
<font fontName="SansSerif" size="5" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||
<paragraph lineSpacing="Single"/>
|
||||
|
@ -551,7 +551,7 @@
|
|||
<textFieldExpression><![CDATA[$V{TOTAL_DEVOL_SUM_GERAL_UFS}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="439" y="2" width="35" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="cc34632c-58dd-4955-882f-80d8b840e1fd"/>
|
||||
<reportElement uuid="cc34632c-58dd-4955-882f-80d8b840e1fd" stretchType="RelativeToTallestObject" mode="Transparent" x="439" y="2" width="35" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
|
||||
<font fontName="SansSerif" size="5" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||
<paragraph lineSpacing="Single"/>
|
||||
|
@ -559,7 +559,7 @@
|
|||
<textFieldExpression><![CDATA[$V{RECEITA_PEDAGIO_GAP_GERAL_UFS}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="###0" isBlankWhenNull="false">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="355" y="2" width="34" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="b02c9f24-a355-4de5-8ecf-7c6e8d7d5c2e"/>
|
||||
<reportElement uuid="b02c9f24-a355-4de5-8ecf-7c6e8d7d5c2e" stretchType="RelativeToTallestObject" mode="Transparent" x="355" y="2" width="34" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
|
||||
<font fontName="SansSerif" size="5" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||
<paragraph lineSpacing="Single"/>
|
||||
|
@ -574,139 +574,143 @@
|
|||
<groupHeader>
|
||||
<band height="28">
|
||||
<line>
|
||||
<reportElement positionType="FixRelativeToBottom" x="0" y="27" width="821" height="1" uuid="b32b158e-fceb-4b79-babf-ce30e1ff68f5"/>
|
||||
<reportElement uuid="b32b158e-fceb-4b79-babf-ce30e1ff68f5" positionType="FixRelativeToBottom" x="0" y="27" width="821" height="1"/>
|
||||
<graphicElement>
|
||||
<pen lineWidth="0.5" lineColor="#999999"/>
|
||||
</graphicElement>
|
||||
</line>
|
||||
<staticText>
|
||||
<reportElement style="Column header" x="0" y="12" width="12" height="14" forecolor="#000000" uuid="7dfb828f-11e6-471f-bec2-2896f3c78754"/>
|
||||
<reportElement uuid="7dfb828f-11e6-471f-bec2-2896f3c78754" style="Column header" x="0" y="12" width="12" height="14" forecolor="#000000"/>
|
||||
<textElement>
|
||||
<font size="6" isBold="false"/>
|
||||
</textElement>
|
||||
<text><![CDATA[UF]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement style="Column header" x="12" y="12" width="32" height="14" forecolor="#000000" uuid="dbb355a5-7623-415d-b5a6-ca3088476a1b"/>
|
||||
<reportElement uuid="dbb355a5-7623-415d-b5a6-ca3088476a1b" style="Column header" x="12" y="12" width="32" height="14" forecolor="#000000"/>
|
||||
<textElement>
|
||||
<font size="6" isBold="false"/>
|
||||
</textElement>
|
||||
<text><![CDATA[Código]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement style="Column header" x="121" y="12" width="25" height="14" forecolor="#000000" uuid="8bda6327-7d57-4282-98b6-260c3690462d"/>
|
||||
<reportElement uuid="8bda6327-7d57-4282-98b6-260c3690462d" style="Column header" x="121" y="12" width="25" height="14" forecolor="#000000"/>
|
||||
<textElement textAlignment="Center">
|
||||
<font size="6" isBold="false"/>
|
||||
</textElement>
|
||||
<text><![CDATA[Qtd. Bil.]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement style="Column header" x="146" y="12" width="40" height="14" forecolor="#000000" uuid="20565d90-4d41-4660-97cb-84b3bf6b20df"/>
|
||||
<reportElement uuid="20565d90-4d41-4660-97cb-84b3bf6b20df" style="Column header" x="146" y="12" width="40" height="14" forecolor="#000000"/>
|
||||
<textElement textAlignment="Right">
|
||||
<font size="6" isBold="false"/>
|
||||
</textElement>
|
||||
<text><![CDATA[Tarifa]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement style="Column header" x="186" y="12" width="35" height="14" forecolor="#000000" uuid="fe25ddfb-9cc2-4637-a6bf-844d94acc4c6"/>
|
||||
<reportElement uuid="fe25ddfb-9cc2-4637-a6bf-844d94acc4c6" style="Column header" x="186" y="12" width="35" height="14" forecolor="#000000"/>
|
||||
<textElement textAlignment="Right">
|
||||
<font size="6" isBold="false"/>
|
||||
</textElement>
|
||||
<text><![CDATA[Seguro]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement style="Column header" x="260" y="12" width="35" height="14" forecolor="#000000" uuid="260ab79c-f2fd-48da-b122-478eacd64e7b"/>
|
||||
<reportElement uuid="260ab79c-f2fd-48da-b122-478eacd64e7b" style="Column header" x="260" y="12" width="35" height="14" forecolor="#000000"/>
|
||||
<textElement textAlignment="Right">
|
||||
<font size="6" isBold="false"/>
|
||||
</textElement>
|
||||
<text><![CDATA[Bagagem]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement style="Column header" x="330" y="12" width="25" height="14" forecolor="#000000" uuid="a5d9689b-2dae-47dc-a1fc-1322b7d3be62"/>
|
||||
<textElement textAlignment="Right">
|
||||
<reportElement uuid="a5d9689b-2dae-47dc-a1fc-1322b7d3be62" style="Column header" x="330" y="12" width="25" height="14" forecolor="#000000"/>
|
||||
<textElement textAlignment="Center">
|
||||
<font size="6" isBold="false"/>
|
||||
</textElement>
|
||||
<text><![CDATA[Devolução]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement style="Column header" x="389" y="12" width="28" height="14" forecolor="#000000" uuid="2e7b778f-576e-48f8-b604-7ce99bf0ca02"/>
|
||||
<reportElement uuid="2e7b778f-576e-48f8-b604-7ce99bf0ca02" style="Column header" x="389" y="12" width="28" height="14" forecolor="#000000"/>
|
||||
<textElement textAlignment="Right">
|
||||
<font size="6" isBold="false"/>
|
||||
</textElement>
|
||||
<text><![CDATA[Tarifa]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement style="Column header" x="417" y="12" width="22" height="14" forecolor="#000000" uuid="67366340-f568-4e19-8cb5-8158579ce1d3"/>
|
||||
<reportElement uuid="67366340-f568-4e19-8cb5-8158579ce1d3" style="Column header" x="417" y="12" width="22" height="14" forecolor="#000000"/>
|
||||
<textElement textAlignment="Right">
|
||||
<font size="6" isBold="false"/>
|
||||
</textElement>
|
||||
<text><![CDATA[Seguro]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement style="Column header" x="509" y="12" width="37" height="14" forecolor="#000000" uuid="13a209ef-dbaa-4aae-b44a-f48605728428"/>
|
||||
<textElement textAlignment="Right">
|
||||
<reportElement uuid="13a209ef-dbaa-4aae-b44a-f48605728428" style="Column header" x="509" y="12" width="37" height="14" forecolor="#000000"/>
|
||||
<box>
|
||||
<leftPen lineWidth="0.0" lineColor="#000000"/>
|
||||
<rightPen lineWidth="0.45" lineColor="#000000"/>
|
||||
</box>
|
||||
<textElement textAlignment="Center">
|
||||
<font size="6" isBold="false"/>
|
||||
</textElement>
|
||||
<text><![CDATA[Devolução]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement style="Column header" x="546" y="12" width="53" height="14" forecolor="#000000" uuid="4dfb088e-37f6-4006-808f-2eeb3109e285"/>
|
||||
<reportElement uuid="4dfb088e-37f6-4006-808f-2eeb3109e285" style="Column header" x="546" y="12" width="53" height="14" forecolor="#000000"/>
|
||||
<textElement textAlignment="Right">
|
||||
<font size="6" isBold="false"/>
|
||||
</textElement>
|
||||
<text><![CDATA[Rec. Total]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement style="Column header" x="599" y="12" width="37" height="14" forecolor="#000000" uuid="33fdb9ef-4cdf-4e3e-8e61-1b231a3fdb8d"/>
|
||||
<reportElement uuid="33fdb9ef-4cdf-4e3e-8e61-1b231a3fdb8d" style="Column header" x="599" y="12" width="37" height="14" forecolor="#000000"/>
|
||||
<textElement textAlignment="Right">
|
||||
<font size="6" isBold="false"/>
|
||||
</textElement>
|
||||
<text><![CDATA[Impostos]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement style="Column header" x="636" y="12" width="52" height="14" forecolor="#000000" uuid="668b5067-56e3-48c8-a3b6-2e705074eb18"/>
|
||||
<reportElement uuid="668b5067-56e3-48c8-a3b6-2e705074eb18" style="Column header" x="636" y="12" width="52" height="14" forecolor="#000000"/>
|
||||
<textElement textAlignment="Right">
|
||||
<font size="6" isBold="false"/>
|
||||
</textElement>
|
||||
<text><![CDATA[Rec. Liquida]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement style="Column header" x="688" y="12" width="31" height="14" forecolor="#000000" uuid="a80716f2-4ff4-4d5f-b86e-df35f9200f56"/>
|
||||
<reportElement uuid="a80716f2-4ff4-4d5f-b86e-df35f9200f56" style="Column header" x="688" y="12" width="31" height="14" forecolor="#000000"/>
|
||||
<textElement textAlignment="Right">
|
||||
<font size="6" isBold="false"/>
|
||||
</textElement>
|
||||
<text><![CDATA[Comissão]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement style="Column header" x="719" y="12" width="25" height="14" forecolor="#000000" uuid="d05ba943-6f1e-47d6-b4a7-acebc2e7d259"/>
|
||||
<reportElement uuid="d05ba943-6f1e-47d6-b4a7-acebc2e7d259" style="Column header" x="719" y="12" width="25" height="14" forecolor="#000000"/>
|
||||
<textElement textAlignment="Right">
|
||||
<font size="6" isBold="false"/>
|
||||
</textElement>
|
||||
<text><![CDATA[Adiant.]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement style="Column header" x="744" y="12" width="23" height="14" forecolor="#000000" uuid="812bc4ba-ef33-4a8f-8a14-0a3061752682"/>
|
||||
<reportElement uuid="812bc4ba-ef33-4a8f-8a14-0a3061752682" style="Column header" x="744" y="12" width="23" height="14" forecolor="#000000"/>
|
||||
<textElement textAlignment="Right">
|
||||
<font size="6" isBold="false"/>
|
||||
</textElement>
|
||||
<text><![CDATA[Dif.]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement style="Column header" x="767" y="12" width="18" height="14" forecolor="#000000" uuid="904fc08d-24fe-4f4c-b152-dfa79e60bcb0"/>
|
||||
<reportElement uuid="904fc08d-24fe-4f4c-b152-dfa79e60bcb0" style="Column header" x="767" y="12" width="18" height="14" forecolor="#000000"/>
|
||||
<textElement textAlignment="Center">
|
||||
<font size="6" isBold="false"/>
|
||||
</textElement>
|
||||
<text><![CDATA[Tipo]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement style="Column header" x="785" y="12" width="36" height="14" forecolor="#000000" uuid="ebb42cb2-3e61-4b7e-8c24-bb9fa0b6b4a0"/>
|
||||
<reportElement uuid="ebb42cb2-3e61-4b7e-8c24-bb9fa0b6b4a0" style="Column header" x="785" y="12" width="36" height="14" forecolor="#000000"/>
|
||||
<textElement textAlignment="Center">
|
||||
<font size="6" isBold="false"/>
|
||||
</textElement>
|
||||
<text><![CDATA[Qtd. Canc.]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement style="Column header" mode="Transparent" x="46" y="12" width="75" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="6c5a8e4b-6426-49c1-b6cd-25034cbb73c0"/>
|
||||
<reportElement uuid="6c5a8e4b-6426-49c1-b6cd-25034cbb73c0" style="Column header" mode="Transparent" x="46" y="12" width="75" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Center" 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"/>
|
||||
|
@ -714,81 +718,105 @@
|
|||
<text><![CDATA[Agência]]></text>
|
||||
</staticText>
|
||||
<line>
|
||||
<reportElement positionType="FixRelativeToBottom" x="0" y="9" width="821" height="1" uuid="f8ef0c72-64d6-4623-9874-c6c3781eccd4"/>
|
||||
<reportElement uuid="f8ef0c72-64d6-4623-9874-c6c3781eccd4" positionType="FixRelativeToBottom" x="0" y="9" width="821" height="1"/>
|
||||
<graphicElement>
|
||||
<pen lineWidth="0.5" lineColor="#999999"/>
|
||||
</graphicElement>
|
||||
</line>
|
||||
<staticText>
|
||||
<reportElement style="Column header" x="439" y="12" width="35" height="14" forecolor="#000000" uuid="83e75496-d9dc-4254-b523-e1d993400086"/>
|
||||
<reportElement uuid="83e75496-d9dc-4254-b523-e1d993400086" style="Column header" x="439" y="12" width="35" height="14" forecolor="#000000"/>
|
||||
<textElement textAlignment="Right">
|
||||
<font size="6" isBold="false"/>
|
||||
</textElement>
|
||||
<text><![CDATA[Pedagio]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement style="Column header" x="221" y="12" width="39" height="14" forecolor="#000000" uuid="29a2782d-6d15-4c55-8747-de54f2bdc2da"/>
|
||||
<reportElement uuid="29a2782d-6d15-4c55-8747-de54f2bdc2da" style="Column header" x="221" y="12" width="39" height="14" forecolor="#000000"/>
|
||||
<textElement textAlignment="Right">
|
||||
<font size="6" isBold="false"/>
|
||||
</textElement>
|
||||
<text><![CDATA[Pedagio]]></text>
|
||||
</staticText>
|
||||
<line>
|
||||
<reportElement x="0" y="9" width="821" height="1" uuid="7b9be18f-0a9d-4305-a952-fda5221c66e1"/>
|
||||
<reportElement uuid="7b9be18f-0a9d-4305-a952-fda5221c66e1" x="0" y="9" width="821" height="1"/>
|
||||
</line>
|
||||
<staticText>
|
||||
<reportElement x="209" y="0" width="44" height="9" uuid="405ec457-71ee-49f3-860a-bce717c7e196"/>
|
||||
<textElement>
|
||||
<reportElement uuid="405ec457-71ee-49f3-860a-bce717c7e196" x="121" y="0" width="234" height="9"/>
|
||||
<textElement textAlignment="Center">
|
||||
<font size="6" isBold="true"/>
|
||||
</textElement>
|
||||
<text><![CDATA[Venda Normal]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement x="432" y="0" width="44" height="9" uuid="8236e987-d739-4dfa-af40-e7972ba07db2"/>
|
||||
<textElement>
|
||||
<reportElement uuid="8236e987-d739-4dfa-af40-e7972ba07db2" x="355" y="0" width="191" height="9" backcolor="#FFFFFF"/>
|
||||
<box>
|
||||
<leftPen lineWidth="1.45"/>
|
||||
<rightPen lineWidth="1.45"/>
|
||||
</box>
|
||||
<textElement textAlignment="Center">
|
||||
<font size="6" isBold="true"/>
|
||||
</textElement>
|
||||
<text><![CDATA[Pré-venda GAP]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement style="Column header" x="474" y="12" width="35" height="14" forecolor="#000000" uuid="03836a53-0392-4d69-8df1-8348177a8c5d"/>
|
||||
<reportElement uuid="03836a53-0392-4d69-8df1-8348177a8c5d" style="Column header" x="474" y="12" width="35" height="14" forecolor="#000000"/>
|
||||
<textElement textAlignment="Right">
|
||||
<font size="6" isBold="false"/>
|
||||
</textElement>
|
||||
<text><![CDATA[Embarque]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement style="Column header" x="295" y="12" width="35" height="14" forecolor="#000000" uuid="eb09ede8-028e-440e-b3be-c0aae921bb67"/>
|
||||
<reportElement uuid="eb09ede8-028e-440e-b3be-c0aae921bb67" style="Column header" x="295" y="12" width="35" height="14" forecolor="#000000"/>
|
||||
<textElement textAlignment="Right">
|
||||
<font size="6" isBold="false"/>
|
||||
</textElement>
|
||||
<text><![CDATA[Embarque]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement style="Column header" x="355" y="12" width="34" height="14" forecolor="#000000" uuid="b6830f63-8d3f-4903-a8c7-8b49763db128"/>
|
||||
<textElement textAlignment="Right">
|
||||
<reportElement uuid="b6830f63-8d3f-4903-a8c7-8b49763db128" style="Column header" x="355" y="12" width="34" height="14" forecolor="#000000"/>
|
||||
<box>
|
||||
<pen lineWidth="1.25"/>
|
||||
<topPen lineWidth="0.0" lineColor="#000000"/>
|
||||
<leftPen lineWidth="0.45" lineColor="#000000"/>
|
||||
<bottomPen lineWidth="0.0"/>
|
||||
<rightPen lineWidth="0.0"/>
|
||||
</box>
|
||||
<textElement textAlignment="Center" verticalAlignment="Top">
|
||||
<font size="6" isBold="false"/>
|
||||
</textElement>
|
||||
<text><![CDATA[Qtd. GAP]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement uuid="4810e4a2-c542-42ef-900e-1983f50bfc86" x="546" y="0" width="275" height="9"/>
|
||||
<textElement textAlignment="Center">
|
||||
<font size="6" isBold="true"/>
|
||||
</textElement>
|
||||
<text><![CDATA[Totalizadores]]></text>
|
||||
</staticText>
|
||||
<line>
|
||||
<reportElement uuid="14193230-a380-4ca6-9174-1dc6cbe2e155" positionType="FixRelativeToBottom" x="10" y="19" width="821" height="1"/>
|
||||
<graphicElement>
|
||||
<pen lineWidth="0.5" lineColor="#999999"/>
|
||||
</graphicElement>
|
||||
</line>
|
||||
</band>
|
||||
</groupHeader>
|
||||
<groupFooter>
|
||||
<band height="17">
|
||||
<line>
|
||||
<reportElement positionType="FixRelativeToBottom" x="0" y="0" width="821" height="1" uuid="479bbc53-bfef-4007-a5f5-94b6eff14400"/>
|
||||
<reportElement uuid="479bbc53-bfef-4007-a5f5-94b6eff14400" positionType="FixRelativeToBottom" x="0" y="0" width="821" height="1"/>
|
||||
<graphicElement>
|
||||
<pen lineWidth="0.5" lineColor="#999999"/>
|
||||
</graphicElement>
|
||||
</line>
|
||||
<line>
|
||||
<reportElement positionType="FixRelativeToBottom" x="0" y="14" width="821" height="1" uuid="8e892f70-7671-4f8b-ba54-a1308c2bbf70"/>
|
||||
<reportElement uuid="8e892f70-7671-4f8b-ba54-a1308c2bbf70" positionType="FixRelativeToBottom" x="0" y="14" width="821" height="1"/>
|
||||
<graphicElement>
|
||||
<pen lineWidth="0.5" lineColor="#999999"/>
|
||||
</graphicElement>
|
||||
</line>
|
||||
<staticText>
|
||||
<reportElement mode="Transparent" x="0" y="0" width="121" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="62260c71-5c44-400d-8048-b5076630da1b"/>
|
||||
<reportElement uuid="62260c71-5c44-400d-8048-b5076630da1b" mode="Transparent" x="0" y="0" width="121" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<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"/>
|
||||
|
@ -796,7 +824,7 @@
|
|||
<text><![CDATA[Total da UF]]></text>
|
||||
</staticText>
|
||||
<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="false">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="121" y="0" width="25" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="1822c753-da5f-4143-820b-5eeb890867ab"/>
|
||||
<reportElement uuid="1822c753-da5f-4143-820b-5eeb890867ab" stretchType="RelativeToTallestObject" mode="Transparent" x="121" y="0" width="25" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Center" verticalAlignment="Top" rotation="None" markup="none">
|
||||
<font fontName="SansSerif" size="5" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||
<paragraph lineSpacing="Single"/>
|
||||
|
@ -804,7 +832,7 @@
|
|||
<textFieldExpression><![CDATA[$V{TOTAL_BILHETES_SUM}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="146" y="0" width="40" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="5b9a67a1-30db-4fd6-9636-3871e514dd4a"/>
|
||||
<reportElement uuid="5b9a67a1-30db-4fd6-9636-3871e514dd4a" stretchType="RelativeToTallestObject" mode="Transparent" x="146" y="0" width="40" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
|
||||
<font fontName="SansSerif" size="5" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||
<paragraph lineSpacing="Single"/>
|
||||
|
@ -812,7 +840,7 @@
|
|||
<textFieldExpression><![CDATA[$V{RECEITA_TARIFA_SUM}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="186" y="0" width="35" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="87542156-d9ea-472e-b425-308a8fa66ca1"/>
|
||||
<reportElement uuid="87542156-d9ea-472e-b425-308a8fa66ca1" stretchType="RelativeToTallestObject" mode="Transparent" x="186" y="0" width="35" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
|
||||
<font fontName="SansSerif" size="5" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||
<paragraph lineSpacing="Single"/>
|
||||
|
@ -820,7 +848,7 @@
|
|||
<textFieldExpression><![CDATA[$V{RECEITA_SEGURO_SUM}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="260" y="0" width="35" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="5967aa4f-f97a-4647-99fb-37ae2709a068"/>
|
||||
<reportElement uuid="5967aa4f-f97a-4647-99fb-37ae2709a068" stretchType="RelativeToTallestObject" mode="Transparent" x="260" y="0" width="35" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
|
||||
<font fontName="SansSerif" size="5" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||
<paragraph lineSpacing="Single"/>
|
||||
|
@ -828,7 +856,7 @@
|
|||
<textFieldExpression><![CDATA[$V{RECEITA_BAGAGEM_SUM}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="389" y="0" width="28" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="e509cc8c-a4ea-4928-bbce-1a80ea7524f1"/>
|
||||
<reportElement uuid="e509cc8c-a4ea-4928-bbce-1a80ea7524f1" stretchType="RelativeToTallestObject" mode="Transparent" x="389" y="0" width="28" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
|
||||
<font fontName="SansSerif" size="5" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||
<paragraph lineSpacing="Single"/>
|
||||
|
@ -836,7 +864,7 @@
|
|||
<textFieldExpression><![CDATA[$V{RECEITA_TARIFA_GAP}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="330" y="0" width="25" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="d1dfd492-5eb5-405f-b92d-da78c30127f7"/>
|
||||
<reportElement uuid="d1dfd492-5eb5-405f-b92d-da78c30127f7" stretchType="RelativeToTallestObject" mode="Transparent" x="330" y="0" width="25" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
|
||||
<font fontName="SansSerif" size="5" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||
<paragraph lineSpacing="Single"/>
|
||||
|
@ -844,7 +872,7 @@
|
|||
<textFieldExpression><![CDATA[$V{TOTAL_DEVOL_SUM}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="509" y="0" width="37" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="70efadc9-0551-41d1-8a54-512615ddf0db"/>
|
||||
<reportElement uuid="70efadc9-0551-41d1-8a54-512615ddf0db" stretchType="RelativeToTallestObject" mode="Transparent" x="509" y="0" width="37" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
|
||||
<font fontName="SansSerif" size="5" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||
<paragraph lineSpacing="Single"/>
|
||||
|
@ -852,7 +880,7 @@
|
|||
<textFieldExpression><![CDATA[$V{TOTAL_DEVOL_GAP}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="417" y="0" width="22" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="fdac474f-3490-4639-831f-7168be228ca3"/>
|
||||
<reportElement uuid="fdac474f-3490-4639-831f-7168be228ca3" stretchType="RelativeToTallestObject" mode="Transparent" x="417" y="0" width="22" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
|
||||
<font fontName="SansSerif" size="5" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||
<paragraph lineSpacing="Single"/>
|
||||
|
@ -860,7 +888,7 @@
|
|||
<textFieldExpression><![CDATA[$V{RECEITA_SEGURO_GAP}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="546" y="0" width="53" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="a359bde7-b7fe-4b71-bf27-4675f9b3f5b2"/>
|
||||
<reportElement uuid="a359bde7-b7fe-4b71-bf27-4675f9b3f5b2" stretchType="RelativeToTallestObject" mode="Transparent" x="546" y="0" width="53" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
|
||||
<font fontName="SansSerif" size="5" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||
<paragraph lineSpacing="Single"/>
|
||||
|
@ -868,7 +896,7 @@
|
|||
<textFieldExpression><![CDATA[$V{RECEITA_TOTAL_SUM}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="599" y="0" width="37" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="8649a7fe-2b8b-4aaf-9b47-53721663e978"/>
|
||||
<reportElement uuid="8649a7fe-2b8b-4aaf-9b47-53721663e978" stretchType="RelativeToTallestObject" mode="Transparent" x="599" y="0" width="37" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
|
||||
<font fontName="SansSerif" size="5" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||
<paragraph lineSpacing="Single"/>
|
||||
|
@ -876,7 +904,7 @@
|
|||
<textFieldExpression><![CDATA[$V{IMPOSTOS_SUM}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="636" y="0" width="52" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="fa48c687-c1cb-4166-b96d-24955cb277ee"/>
|
||||
<reportElement uuid="fa48c687-c1cb-4166-b96d-24955cb277ee" stretchType="RelativeToTallestObject" mode="Transparent" x="636" y="0" width="52" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
|
||||
<font fontName="SansSerif" size="5" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||
<paragraph lineSpacing="Single"/>
|
||||
|
@ -884,7 +912,7 @@
|
|||
<textFieldExpression><![CDATA[$V{RECEITA_LIQUIDA_SUM}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="688" y="0" width="31" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="1c62672c-7ff7-4c84-8048-b776a6d621c6"/>
|
||||
<reportElement uuid="1c62672c-7ff7-4c84-8048-b776a6d621c6" stretchType="RelativeToTallestObject" mode="Transparent" x="688" y="0" width="31" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
|
||||
<font fontName="SansSerif" size="5" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||
<paragraph lineSpacing="Single"/>
|
||||
|
@ -892,7 +920,7 @@
|
|||
<textFieldExpression><![CDATA[$V{VALOR_COMISSAO_SUM}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="false">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="785" y="0" width="36" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="d380f48c-42b4-4b8e-824e-9c38eb71c5c9"/>
|
||||
<reportElement uuid="d380f48c-42b4-4b8e-824e-9c38eb71c5c9" stretchType="RelativeToTallestObject" mode="Transparent" x="785" y="0" width="36" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Center" verticalAlignment="Top" rotation="None" markup="none">
|
||||
<font fontName="SansSerif" size="5" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||
<paragraph lineSpacing="Single"/>
|
||||
|
@ -900,7 +928,7 @@
|
|||
<textFieldExpression><![CDATA[$V{TOTAL_BILHETES_CANC_SUM}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="744" y="0" width="23" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="58bd07c1-a411-453b-896e-3bac89c3dee7"/>
|
||||
<reportElement uuid="58bd07c1-a411-453b-896e-3bac89c3dee7" stretchType="RelativeToTallestObject" mode="Transparent" x="744" y="0" width="23" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
|
||||
<font fontName="SansSerif" size="5" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||
<paragraph lineSpacing="Single"/>
|
||||
|
@ -908,7 +936,7 @@
|
|||
<textFieldExpression><![CDATA[$V{DIFERENCA_COMISSAO_1}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="719" y="0" width="25" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="16fd71bc-b3db-4b42-9a4a-36645439b82e"/>
|
||||
<reportElement uuid="16fd71bc-b3db-4b42-9a4a-36645439b82e" stretchType="RelativeToTallestObject" mode="Transparent" x="719" y="0" width="25" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
|
||||
<font fontName="SansSerif" size="5" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||
<paragraph lineSpacing="Single"/>
|
||||
|
@ -916,7 +944,7 @@
|
|||
<textFieldExpression><![CDATA[$V{ANTECIPACAO_1}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="221" y="0" width="39" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="d15f0fbf-dc37-48ca-a772-c16145547df1"/>
|
||||
<reportElement uuid="d15f0fbf-dc37-48ca-a772-c16145547df1" stretchType="RelativeToTallestObject" mode="Transparent" x="221" y="0" width="39" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
|
||||
<font fontName="SansSerif" size="5" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||
<paragraph lineSpacing="Single"/>
|
||||
|
@ -924,7 +952,7 @@
|
|||
<textFieldExpression><![CDATA[$V{RECEITA_PEDAGIO_SUM}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="439" y="0" width="35" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="239de9e9-a3cb-488b-9ebd-41cbb9327c9f"/>
|
||||
<reportElement uuid="239de9e9-a3cb-488b-9ebd-41cbb9327c9f" stretchType="RelativeToTallestObject" mode="Transparent" x="439" y="0" width="35" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
|
||||
<font fontName="SansSerif" size="5" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||
<paragraph lineSpacing="Single"/>
|
||||
|
@ -932,7 +960,7 @@
|
|||
<textFieldExpression><![CDATA[$V{RECEITA_PEDAGIO_GAP}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="474" y="0" width="35" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="65263782-8402-4e3b-84ce-c6e9035c3a15"/>
|
||||
<reportElement uuid="65263782-8402-4e3b-84ce-c6e9035c3a15" stretchType="RelativeToTallestObject" mode="Transparent" x="474" y="0" width="35" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
|
||||
<font fontName="SansSerif" size="5" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||
<paragraph lineSpacing="Single"/>
|
||||
|
@ -940,7 +968,7 @@
|
|||
<textFieldExpression><![CDATA[$V{RECEITA_EMBARQUE_GAP}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="295" y="0" width="35" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="af8ef052-2dda-442c-8242-51460fc766d7"/>
|
||||
<reportElement uuid="af8ef052-2dda-442c-8242-51460fc766d7" stretchType="RelativeToTallestObject" mode="Transparent" x="295" y="0" width="35" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
|
||||
<font fontName="SansSerif" size="5" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||
<paragraph lineSpacing="Single"/>
|
||||
|
@ -948,7 +976,7 @@
|
|||
<textFieldExpression><![CDATA[$V{RECEITA_EMBARQUE_SUM}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="###0" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="355" y="1" width="34" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="2e00dc39-22fb-4459-8fbf-55362f587b74"/>
|
||||
<reportElement uuid="2e00dc39-22fb-4459-8fbf-55362f587b74" stretchType="RelativeToTallestObject" mode="Transparent" x="355" y="1" width="34" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
|
||||
<font fontName="SansSerif" size="5" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||
<paragraph lineSpacing="Single"/>
|
||||
|
@ -964,7 +992,7 @@
|
|||
<pageHeader>
|
||||
<band height="68" splitType="Stretch">
|
||||
<textField pattern="" isBlankWhenNull="false">
|
||||
<reportElement mode="Transparent" x="0" y="2" width="257" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="d21432b0-fce0-450d-9b7b-cdea77833d38"/>
|
||||
<reportElement uuid="d21432b0-fce0-450d-9b7b-cdea77833d38" mode="Transparent" x="0" y="2" width="257" 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"/>
|
||||
|
@ -972,7 +1000,7 @@
|
|||
<textFieldExpression><![CDATA[$P{NOME_RELATORIO}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField pattern="" isBlankWhenNull="false">
|
||||
<reportElement mode="Transparent" x="0" y="17" width="44" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="02d24cc7-5f1d-47f7-a2e9-2ef879e77e4c"/>
|
||||
<reportElement uuid="02d24cc7-5f1d-47f7-a2e9-2ef879e77e4c" mode="Transparent" x="0" y="17" width="44" 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"/>
|
||||
|
@ -980,7 +1008,7 @@
|
|||
<textFieldExpression><![CDATA[$R{cabecalho.periodo}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField pattern="dd/MM/yyyy" isBlankWhenNull="false">
|
||||
<reportElement mode="Transparent" x="45" y="17" width="63" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="301c617e-56e5-490d-bd3f-75802c30eca2"/>
|
||||
<reportElement uuid="301c617e-56e5-490d-bd3f-75802c30eca2" mode="Transparent" x="45" y="17" width="63" 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"/>
|
||||
|
@ -988,7 +1016,7 @@
|
|||
<textFieldExpression><![CDATA[$P{DATA_INICIO}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField pattern="dd/MM/yyyy" isBlankWhenNull="false">
|
||||
<reportElement mode="Transparent" x="118" y="17" width="63" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="a9a25cd6-d853-4d96-a32f-e7add83bc119"/>
|
||||
<reportElement uuid="a9a25cd6-d853-4d96-a32f-e7add83bc119" mode="Transparent" x="118" y="17" width="63" 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"/>
|
||||
|
@ -996,7 +1024,7 @@
|
|||
<textFieldExpression><![CDATA[$P{DATA_FINAL}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField pattern="" isBlankWhenNull="false">
|
||||
<reportElement mode="Transparent" x="108" y="17" width="10" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="596e008c-0f33-4c36-9ef5-0d20eb9a5329"/>
|
||||
<reportElement uuid="596e008c-0f33-4c36-9ef5-0d20eb9a5329" mode="Transparent" x="108" y="17" width="10" 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"/>
|
||||
|
@ -1004,7 +1032,7 @@
|
|||
<textFieldExpression><![CDATA[$R{cabecalho.periodoA}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField pattern="dd/MM/yyyy HH:mm" isBlankWhenNull="false">
|
||||
<reportElement mode="Transparent" x="732" y="2" width="89" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="f3e39ff9-c583-4ecc-91c1-b7a567c89a69"/>
|
||||
<reportElement uuid="f3e39ff9-c583-4ecc-91c1-b7a567c89a69" mode="Transparent" x="732" y="2" width="89" 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"/>
|
||||
|
@ -1012,17 +1040,17 @@
|
|||
<textFieldExpression><![CDATA[new java.util.Date()]]></textFieldExpression>
|
||||
</textField>
|
||||
<line>
|
||||
<reportElement x="0" y="50" width="821" height="1" uuid="784343bf-ecf0-432b-af7c-58287bd3845e"/>
|
||||
<reportElement uuid="784343bf-ecf0-432b-af7c-58287bd3845e" x="0" y="50" width="821" height="1"/>
|
||||
</line>
|
||||
<textField>
|
||||
<reportElement x="650" y="2" width="80" height="15" uuid="b68ae40a-dbf1-4aca-8df9-48eb18c8589d"/>
|
||||
<reportElement uuid="b68ae40a-dbf1-4aca-8df9-48eb18c8589d" x="650" y="2" width="80" 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="721" y="34" width="100" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="c34699cb-6a28-4ba6-83e1-d455d2a7c1d8"/>
|
||||
<reportElement uuid="c34699cb-6a28-4ba6-83e1-d455d2a7c1d8" mode="Transparent" x="721" y="34" width="100" height="15" 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"/>
|
||||
|
@ -1030,7 +1058,7 @@
|
|||
<textFieldExpression><![CDATA[$R{cabecalho.impressorPor}+" "+$P{USUARIO}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField pattern="" isBlankWhenNull="false">
|
||||
<reportElement mode="Transparent" x="0" y="52" width="45" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="3def105e-361f-4161-a44e-717cfcd1c464"/>
|
||||
<reportElement uuid="3def105e-361f-4161-a44e-717cfcd1c464" mode="Transparent" x="0" y="52" width="45" 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"/>
|
||||
|
@ -1038,14 +1066,14 @@
|
|||
<textFieldExpression><![CDATA[$R{cabecalho.filtros}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement x="46" y="52" width="770" height="14" uuid="75824227-df57-48bc-950f-788e1bf6e304"/>
|
||||
<reportElement uuid="75824227-df57-48bc-950f-788e1bf6e304" x="46" y="52" width="770" height="14"/>
|
||||
<textElement>
|
||||
<font size="8"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$P{FILTROS}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField pattern="" isBlankWhenNull="false">
|
||||
<reportElement mode="Transparent" x="704" y="18" width="105" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="5708d196-eaa0-4e83-a7f7-a3449fed130c"/>
|
||||
<reportElement uuid="5708d196-eaa0-4e83-a7f7-a3449fed130c" mode="Transparent" x="704" y="18" width="105" 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"/>
|
||||
|
@ -1053,7 +1081,7 @@
|
|||
<textFieldExpression><![CDATA[$R{cabecalho.pagina}+" "+$V{PAGE_NUMBER}+" "+$R{cabecalho.de}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField evaluationTime="Report" pattern="" isBlankWhenNull="false">
|
||||
<reportElement mode="Transparent" x="811" y="18" width="10" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="73324e34-ebb9-4015-bda0-d525119556c7"/>
|
||||
<reportElement uuid="73324e34-ebb9-4015-bda0-d525119556c7" mode="Transparent" x="811" y="18" width="10" 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"/>
|
||||
|
@ -1065,147 +1093,151 @@
|
|||
<detail>
|
||||
<band height="12" splitType="Stretch">
|
||||
<textField>
|
||||
<reportElement style="Detail" x="0" y="0" width="12" height="12" uuid="27124f1a-ca93-43bd-9a8e-448ed64b4241"/>
|
||||
<reportElement uuid="27124f1a-ca93-43bd-9a8e-448ed64b4241" style="Detail" x="0" y="0" width="12" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$F{CVEESTADO}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement style="Detail" x="12" y="0" width="32" height="12" uuid="973aff15-d389-4027-b370-6dc8a38ae793"/>
|
||||
<reportElement uuid="973aff15-d389-4027-b370-6dc8a38ae793" style="Detail" x="12" y="0" width="32" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$F{NUMPUNTOVENTA}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement style="Detail" x="46" y="0" width="75" height="12" uuid="186064f7-7476-4ff7-b159-0e96361a94f0"/>
|
||||
<reportElement uuid="186064f7-7476-4ff7-b159-0e96361a94f0" style="Detail" x="46" y="0" width="75" height="12"/>
|
||||
<textElement>
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$F{NOMBPUNTOVENTA}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true">
|
||||
<reportElement style="Detail" stretchType="RelativeToTallestObject" x="121" y="0" width="25" height="12" uuid="b435d52f-a973-4e4f-81cc-86721ad26065"/>
|
||||
<reportElement uuid="b435d52f-a973-4e4f-81cc-86721ad26065" style="Detail" stretchType="RelativeToTallestObject" x="121" y="0" width="25" height="12"/>
|
||||
<textElement textAlignment="Center">
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$F{TOTAL_BILHETES}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00">
|
||||
<reportElement style="Detail" stretchType="RelativeToTallestObject" x="146" y="0" width="40" height="12" uuid="8a842131-2b16-4d73-af3d-add23f0f4669"/>
|
||||
<reportElement uuid="8a842131-2b16-4d73-af3d-add23f0f4669" style="Detail" stretchType="RelativeToTallestObject" x="146" y="0" width="40" height="12"/>
|
||||
<textElement textAlignment="Right">
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$F{RECEITA_TARIFA}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00">
|
||||
<reportElement style="Detail" stretchType="RelativeToTallestObject" x="186" y="0" width="35" height="12" uuid="7968d320-7f6a-433e-ac7a-7593d1ca2e52"/>
|
||||
<reportElement uuid="7968d320-7f6a-433e-ac7a-7593d1ca2e52" style="Detail" stretchType="RelativeToTallestObject" x="186" y="0" width="35" height="12"/>
|
||||
<textElement textAlignment="Right">
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$F{RECEITA_SEGURO}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00">
|
||||
<reportElement style="Detail" stretchType="RelativeToTallestObject" x="260" y="0" width="35" height="12" uuid="15e58feb-7f79-4a61-b111-fe7561e4d939"/>
|
||||
<reportElement uuid="15e58feb-7f79-4a61-b111-fe7561e4d939" style="Detail" stretchType="RelativeToTallestObject" x="260" y="0" width="35" height="12"/>
|
||||
<textElement textAlignment="Right">
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$F{RECEITA_BAGAGEM}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00">
|
||||
<reportElement style="Detail" stretchType="RelativeToTallestObject" x="330" y="0" width="25" height="12" uuid="7680fb2a-85e4-4bdd-82b0-cf49ac8d0052"/>
|
||||
<reportElement uuid="7680fb2a-85e4-4bdd-82b0-cf49ac8d0052" style="Detail" stretchType="RelativeToTallestObject" x="330" y="0" width="25" height="12"/>
|
||||
<box rightPadding="1"/>
|
||||
<textElement textAlignment="Right">
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$F{TOTAL_DEVOL}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00">
|
||||
<reportElement style="Detail" stretchType="RelativeToTallestObject" x="439" y="0" width="35" height="12" uuid="482fc126-8d41-41d0-8140-b5c7b3b7ebb7"/>
|
||||
<reportElement uuid="482fc126-8d41-41d0-8140-b5c7b3b7ebb7" style="Detail" stretchType="RelativeToTallestObject" x="439" y="0" width="35" height="12"/>
|
||||
<textElement textAlignment="Right">
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$F{RECEITA_PEDAGIO_GAP}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00">
|
||||
<reportElement style="Detail" stretchType="RelativeToTallestObject" x="509" y="0" width="37" height="12" uuid="b225f72a-e727-4ce4-a1e3-40a3a4b48a35"/>
|
||||
<reportElement uuid="b225f72a-e727-4ce4-a1e3-40a3a4b48a35" style="Detail" stretchType="RelativeToTallestObject" x="509" y="0" width="37" height="12"/>
|
||||
<box rightPadding="1">
|
||||
<rightPen lineWidth="0.45"/>
|
||||
</box>
|
||||
<textElement textAlignment="Right">
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$F{TOTAL_DEVOL_GAP}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00">
|
||||
<reportElement style="Detail" stretchType="RelativeToTallestObject" x="474" y="0" width="35" height="12" uuid="c7adf349-2710-4998-9675-4ed1e2bb3bb7"/>
|
||||
<reportElement uuid="c7adf349-2710-4998-9675-4ed1e2bb3bb7" style="Detail" stretchType="RelativeToTallestObject" x="474" y="0" width="35" height="12"/>
|
||||
<textElement textAlignment="Right">
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$F{RECEITA_EMBARQUE_GAP}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00">
|
||||
<reportElement style="Detail" stretchType="RelativeToTallestObject" x="417" y="0" width="22" height="12" uuid="22aa78a8-8324-46e4-8f82-296d7798b6d7"/>
|
||||
<reportElement uuid="22aa78a8-8324-46e4-8f82-296d7798b6d7" style="Detail" stretchType="RelativeToTallestObject" x="417" y="0" width="22" height="12"/>
|
||||
<textElement textAlignment="Right">
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$F{RECEITA_SEGURO_GAP}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00">
|
||||
<reportElement style="Detail" stretchType="RelativeToTallestObject" x="546" y="0" width="53" height="12" uuid="d1ea5b17-efef-48aa-9464-38f800297476"/>
|
||||
<reportElement uuid="d1ea5b17-efef-48aa-9464-38f800297476" style="Detail" stretchType="RelativeToTallestObject" x="546" y="0" width="53" height="12"/>
|
||||
<textElement textAlignment="Right">
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$F{RECEITA_TOTAL}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00">
|
||||
<reportElement style="Detail" stretchType="RelativeToTallestObject" x="599" y="0" width="37" height="12" uuid="b9dbe642-525c-463e-9e91-c9de2c9e7f18"/>
|
||||
<reportElement uuid="b9dbe642-525c-463e-9e91-c9de2c9e7f18" style="Detail" stretchType="RelativeToTallestObject" x="599" y="0" width="37" height="12"/>
|
||||
<textElement textAlignment="Right">
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$F{IMPOSTOS}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00">
|
||||
<reportElement style="Detail" stretchType="RelativeToTallestObject" x="389" y="0" width="28" height="12" uuid="31e7809b-4d70-4afb-a89f-9bb4190f15cd"/>
|
||||
<reportElement uuid="31e7809b-4d70-4afb-a89f-9bb4190f15cd" style="Detail" stretchType="RelativeToTallestObject" x="389" y="0" width="28" height="12"/>
|
||||
<textElement textAlignment="Right">
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$F{RECEITA_TARIFA_GAP}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00">
|
||||
<reportElement style="Detail" stretchType="RelativeToTallestObject" x="636" y="0" width="52" height="12" uuid="ad32ef2c-9328-413c-9ee7-c18c4dcd3ae1"/>
|
||||
<reportElement uuid="ad32ef2c-9328-413c-9ee7-c18c4dcd3ae1" style="Detail" stretchType="RelativeToTallestObject" x="636" y="0" width="52" height="12"/>
|
||||
<textElement textAlignment="Right">
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$F{RECEITA_LIQUIDA}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00">
|
||||
<reportElement style="Detail" stretchType="RelativeToTallestObject" x="688" y="0" width="31" height="12" uuid="f74e30d5-1737-4a51-b516-cf1cbaa1a1a1"/>
|
||||
<reportElement uuid="f74e30d5-1737-4a51-b516-cf1cbaa1a1a1" style="Detail" stretchType="RelativeToTallestObject" x="688" y="0" width="31" height="12"/>
|
||||
<textElement textAlignment="Right">
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$F{VALOR_COMISSAO}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00">
|
||||
<reportElement style="Detail" stretchType="RelativeToTallestObject" x="744" y="0" width="23" height="12" uuid="82a6de6e-b2b6-4f2d-b1f3-01eeca119640"/>
|
||||
<reportElement uuid="82a6de6e-b2b6-4f2d-b1f3-01eeca119640" style="Detail" stretchType="RelativeToTallestObject" x="744" y="0" width="23" height="12"/>
|
||||
<textElement textAlignment="Right">
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$F{DIFERENCA_COMISSAO}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
||||
<reportElement style="Detail" stretchType="RelativeToTallestObject" x="767" y="0" width="18" height="12" uuid="b8a07c84-cbe2-42aa-8b89-6ae548390e82"/>
|
||||
<reportElement uuid="b8a07c84-cbe2-42aa-8b89-6ae548390e82" style="Detail" stretchType="RelativeToTallestObject" x="767" y="0" width="18" height="12"/>
|
||||
<textElement textAlignment="Center">
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$F{TIPO_AGENCIA}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true">
|
||||
<reportElement style="Detail" stretchType="RelativeToTallestObject" x="785" y="0" width="36" height="12" uuid="4bfa82cd-4346-47b6-916a-c500cac81bb3"/>
|
||||
<reportElement uuid="4bfa82cd-4346-47b6-916a-c500cac81bb3" style="Detail" stretchType="RelativeToTallestObject" x="785" y="0" width="36" height="12"/>
|
||||
<textElement textAlignment="Center">
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$F{TOTAL_BILHETES_CANC}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="719" y="0" width="25" height="12" forecolor="#000000" backcolor="#FFFFFF" uuid="1de75b11-c03e-4e01-a85e-2a941ae5905a"/>
|
||||
<reportElement uuid="1de75b11-c03e-4e01-a85e-2a941ae5905a" stretchType="RelativeToTallestObject" mode="Transparent" x="719" y="0" width="25" height="12" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
|
||||
<font fontName="SansSerif" size="5" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||
<paragraph lineSpacing="Single"/>
|
||||
|
@ -1213,21 +1245,24 @@
|
|||
<textFieldExpression><![CDATA[$F{ANTECIPACAO}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00">
|
||||
<reportElement style="Detail" stretchType="RelativeToTallestObject" x="221" y="0" width="39" height="12" uuid="c8b5696e-e04d-4ce6-91cf-91882681d711"/>
|
||||
<reportElement uuid="c8b5696e-e04d-4ce6-91cf-91882681d711" style="Detail" stretchType="RelativeToTallestObject" x="221" y="0" width="39" height="12"/>
|
||||
<textElement textAlignment="Right">
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$F{RECEITA_PEDAGIO}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00">
|
||||
<reportElement style="Detail" stretchType="RelativeToTallestObject" x="295" y="0" width="35" height="12" uuid="d2b33b1a-e069-4650-bd79-9ae1d15f2a0c"/>
|
||||
<reportElement uuid="d2b33b1a-e069-4650-bd79-9ae1d15f2a0c" style="Detail" stretchType="RelativeToTallestObject" x="295" y="0" width="35" height="12"/>
|
||||
<textElement textAlignment="Right">
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$F{RECEITA_EMBARQUE}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="">
|
||||
<reportElement style="Detail" stretchType="RelativeToTallestObject" x="355" y="0" width="34" height="12" uuid="d49e3d1f-6035-4ba7-b614-182c4b8538c6"/>
|
||||
<reportElement uuid="d49e3d1f-6035-4ba7-b614-182c4b8538c6" style="Detail" stretchType="RelativeToTallestObject" x="355" y="0" width="34" height="12"/>
|
||||
<box>
|
||||
<leftPen lineWidth="0.45"/>
|
||||
</box>
|
||||
<textElement textAlignment="Right">
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
|
@ -1244,7 +1279,7 @@
|
|||
<noData>
|
||||
<band height="50">
|
||||
<textField>
|
||||
<reportElement x="137" y="20" width="530" height="20" uuid="7ccffb4a-33f7-4829-8ee5-ea548c7b9e76"/>
|
||||
<reportElement uuid="7ccffb4a-33f7-4829-8ee5-ea548c7b9e76" x="137" y="20" width="530" height="20"/>
|
||||
<textElement markup="none">
|
||||
<font size="11" isBold="true"/>
|
||||
</textElement>
|
||||
|
|
Loading…
Reference in New Issue