bug #10773
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@80060 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
d9dad9161c
commit
87c37a9c5c
|
@ -116,7 +116,10 @@ public class RelatorioFinanceiroSintetico extends Relatorio {
|
|||
cartaoDebito = cartaoDebito.add(getBigDecimal(rset, "cartao_debito_ee"));
|
||||
fs.setCartaoDebito(cartaoDebito);
|
||||
|
||||
fs.setBoletoBancario(getBigDecimal(rset, "boleto_bnc"));
|
||||
BigDecimal boleto = getBigDecimal(rset, "boleto_bnc");
|
||||
boleto = boleto.add(getBigDecimal(rset, "boleto_bnc_ee"));
|
||||
fs.setBoletoBancario(boleto);
|
||||
|
||||
fs.setDeposito(getBigDecimal(rset, "deposito"));
|
||||
|
||||
BigDecimal totalDetalhamento = fs.getDespesas().add(fs.getPgOCD()).add(fs.getDifTarifaMenor())
|
||||
|
@ -169,8 +172,9 @@ public class RelatorioFinanceiroSintetico extends Relatorio {
|
|||
sql.append(" SUM( CASE WHEN (cdv.indreimpresion = 0 AND cdv.indstatusoperacion = 'F' AND cdv.motivocancelacion_id IS NULL) THEN cdv.valorpago ELSE 0 END) AS receita_bpr, ");
|
||||
sql.append(" SUM( CASE WHEN (cdv.indreimpresion = 0 AND cdv.indstatusboleto IN ('V', 'T') AND cdv.tipoventa_id IN (5,12,18,49)) THEN cdv.valorpago ELSE 0 END) AS receita_gap, ");
|
||||
sql.append(" SUM( CASE WHEN (cdv.indreimpresion = 1 AND cdv.indstatusboleto = 'E' AND cdv.tipoventa_id IN (5,12,18,49)) THEN cdv.valorpago ELSE 0 END) AS entrega_gap, ");
|
||||
sql.append(" SUM( (SELECT SUM(cfp.importe) FROM caja_formapago cfp WHERE cfp.caja_id = cdv.cajaid AND cfp.activo = 1 AND cfp.FORMAPAGO_ID IN (2,25) AND (cdv.motivocancelacion_id IS NULL AND cdv.indreimpresion = 0 AND cdv.indstatusoperacion = 'F') ) ) AS cartao_credito, ");
|
||||
sql.append(" SUM( (SELECT SUM(cfp.importe) FROM caja_formapago cfp WHERE cfp.caja_id = cdv.cajaid AND cfp.activo = 1 AND cfp.FORMAPAGO_ID IN (3,26) AND (cdv.motivocancelacion_id IS NULL AND cdv.indreimpresion = 0 AND cdv.indstatusoperacion = 'F') ) ) AS cartao_debito ");
|
||||
sql.append(" SUM( (SELECT sum(CASE WHEN cdv.MOTIVOCANCELACION_ID IS NULL THEN 1 ELSE -1 END * cfp.importe) FROM caja_formapago cfp WHERE cfp.caja_id = cdv.cajaid AND cfp.activo = 1 AND cfp.FORMAPAGO_ID IN (2) AND cdv.indreimpresion = 0 AND cdv.indstatusoperacion = 'F' AND cdv.tipoventa_id <> 6) ) AS cartao_credito, ");
|
||||
sql.append(" SUM( (SELECT sum(CASE WHEN cdv.MOTIVOCANCELACION_ID IS NULL THEN 1 ELSE -1 END * cfp.importe) FROM caja_formapago cfp WHERE cfp.caja_id = cdv.cajaid AND cfp.activo = 1 AND cfp.FORMAPAGO_ID IN (3) AND cdv.indreimpresion = 0 AND cdv.indstatusoperacion = 'F' AND cdv.tipoventa_id <> 6) ) AS cartao_debito, ");
|
||||
sql.append(" SUM( (SELECT sum(CASE WHEN cdv.MOTIVOCANCELACION_ID IS NULL THEN 1 ELSE -1 END * cfp.importe) FROM caja_formapago cfp WHERE cfp.caja_id = cdv.cajaid AND cfp.activo = 1 AND cfp.FORMAPAGO_ID IN (1) AND cdv.indreimpresion = 0 AND cdv.indstatusoperacion = 'F' AND cdv.tipoventa_id <> 6) ) AS boleto_bnc ");
|
||||
sql.append(" FROM ");
|
||||
sql.append(" ( SELECT DISTINCT c.caja_id AS cajaid, ");
|
||||
sql.append(" e.empresa_id AS empresaId, ");
|
||||
|
@ -216,7 +220,6 @@ public class RelatorioFinanceiroSintetico extends Relatorio {
|
|||
sql.append(" AND po.activo = 1 ");
|
||||
sql.append(" AND co.activo = 1 ");
|
||||
sql.append(" AND eo.activo = 1 ");
|
||||
sql.append(" AND c.motivocancelacion_id IS NULL ");
|
||||
sql.append(" AND ccp.feccorte >= :DATE_INICIO ");
|
||||
sql.append(" AND ccp.feccorte <= :DATE_FIM ");
|
||||
sql.append(" AND ccp.empresa_id = :EMPRESA_ID ");
|
||||
|
@ -225,64 +228,6 @@ public class RelatorioFinanceiroSintetico extends Relatorio {
|
|||
sql.append(pdvs == null ? "" : "and ccp.puntoventa_id in ( " + pdvs + " ) ");
|
||||
sql.append(tipoptovtaId == -1 ? "" : "and pv.tipoptovta_id = " + tipoptovtaId);
|
||||
|
||||
sql.append(" UNION ALL ");
|
||||
sql.append(" SELECT DISTINCT c.caja_id AS cajaid, ");
|
||||
sql.append(" e.empresa_id AS empresaId, ");
|
||||
sql.append(" pv.puntoventa_id AS puntoventaId, ");
|
||||
sql.append(" pv.numpuntoventa AS codigo, ");
|
||||
sql.append(" eo.estado_id AS estadoId, ");
|
||||
sql.append(" eo.cveestado AS estadoOrigem, ");
|
||||
sql.append(" c.indstatusboleto, ");
|
||||
sql.append(" c.indreimpresion, ");
|
||||
sql.append(" c.indcancelacion, ");
|
||||
sql.append(" c.numfoliosistema, ");
|
||||
sql.append(" COALESCE(cfp.importe, 0) AS valorpago, ");
|
||||
sql.append(" COALESCE(c.preciobase, 0) AS precobase, ");
|
||||
sql.append(" COALESCE(c.preciopagado, 0) AS tarifa, ");
|
||||
sql.append(" COALESCE(c.importetaxaembarque, 0) AS taxaEmbarque, ");
|
||||
sql.append(" COALESCE(c.importepedagio, 0) AS pedagio, ");
|
||||
sql.append(" COALESCE(c.importeseguro, 0) AS seguro, ");
|
||||
sql.append(" COALESCE(c.importeoutros, 0) AS outros, ");
|
||||
sql.append(" cfp.formapago_id, ");
|
||||
sql.append(" c.motivocancelacion_id AS motivocancelacion_id, ");
|
||||
sql.append(" c.tipoventa_id AS tipoventa_id, ");
|
||||
sql.append(" c.indstatusoperacion ");
|
||||
sql.append(" FROM caja c ");
|
||||
sql.append(" INNER JOIN caja_formapago cfp ");
|
||||
sql.append(" ON cfp.caja_id = c.caja_id ");
|
||||
sql.append(" INNER JOIN forma_pago fp ");
|
||||
sql.append(" ON cfp.formapago_id = fp.formapago_id ");
|
||||
sql.append(" JOIN marca m ");
|
||||
sql.append(" ON c.marca_id = m.marca_id ");
|
||||
sql.append(" JOIN empresa e ");
|
||||
sql.append(" ON e.empresa_id = m.empresa_id ");
|
||||
sql.append(" JOIN punto_venta pv ");
|
||||
sql.append(" ON pv.puntoventa_id = c.puntoventa_id ");
|
||||
sql.append(" JOIN parada po ");
|
||||
sql.append(" ON po.parada_id = pv.parada_id ");
|
||||
sql.append(" JOIN ciudad co ");
|
||||
sql.append(" ON co.ciudad_id = po.ciudad_id ");
|
||||
sql.append(" JOIN estado eo ");
|
||||
sql.append(" ON eo.estado_id = co.estado_id ");
|
||||
sql.append(" WHERE ((c.tipoventa_id = 3 ");
|
||||
sql.append(" AND c.indstatusboleto = 'V' ");
|
||||
sql.append(" AND c.indreimpresion = 0) ");
|
||||
sql.append(" OR (c.tipoventa_id IN (12,18) ");
|
||||
sql.append(" AND c.indstatusboleto = 'E' ");
|
||||
sql.append(" AND c.numfoliosistema = c.numfoliopreimpreso)) ");
|
||||
sql.append(" AND (c.motivocancelacion_id IS NULL ");
|
||||
sql.append(" OR c.motivocancelacion_id <> 35) ");
|
||||
sql.append(" AND c.indcancelacion = 0 ");
|
||||
sql.append(" AND c.indstatusboleto = 'V' ");
|
||||
sql.append(" AND c.indreimpresion = 0 ");
|
||||
sql.append(" AND c.feccreacion >= :DATE_INICIO ");
|
||||
sql.append(" AND c.feccreacion <= :DATE_FIM ");
|
||||
sql.append(" AND c.empresacorrida_id = :EMPRESA_ID ");
|
||||
|
||||
sql.append(ufs == null ? "" : " and eo.estado_id in ( " + ufs + " ) ");
|
||||
sql.append(pdvs == null ? "" : "and pv.puntoventa_id in ( " + pdvs + " ) ");
|
||||
sql.append(tipoptovtaId == -1 ? "" : "and pv.tipoptovta_id = " + tipoptovtaId);
|
||||
|
||||
sql.append(" ) cdv ");
|
||||
sql.append(" GROUP BY cdv.estadoOrigem, ");
|
||||
sql.append(" cdv.estadoId, ");
|
||||
|
@ -348,8 +293,8 @@ public class RelatorioFinanceiroSintetico extends Relatorio {
|
|||
sql.append(" AND c.empresacorrida_id = :EMPRESA_ID ");
|
||||
|
||||
sql.append(ufs == null ? "" : " and eo.estado_id in ( " + ufs + " ) ");
|
||||
sql.append(pdvs == null ? "" : "and ptv.puntoventa_id in ( " + pdvs + " ) ");
|
||||
sql.append(tipoptovtaId == -1 ? "" : "and ptv.tipoptovta_id = " + tipoptovtaId);
|
||||
sql.append(pdvs == null ? "" : "and pv.puntoventa_id in ( " + pdvs + " ) ");
|
||||
sql.append(tipoptovtaId == -1 ? "" : "and pv.tipoptovta_id = " + tipoptovtaId);
|
||||
|
||||
sql.append(" AND c.categoria_id NOT IN ");
|
||||
sql.append(" (SELECT valorconstante FROM constante WHERE nombconstante = 'GRATUIDADE_CRIANCA' ) ");
|
||||
|
@ -366,29 +311,32 @@ public class RelatorioFinanceiroSintetico extends Relatorio {
|
|||
sql.append(" (SELECT ee.empresa_id AS empresaId, ");
|
||||
sql.append(" cd.puntoventa_id AS puntoventaId, ");
|
||||
sql.append(" eo.estado_id AS estadoId, ");
|
||||
sql.append(" SUM( CASE WHEN tee.tipoeventoextra_id = 2 AND indtipo = 1 THEN cdp.importe ELSE 0 END) AS taxaembarque, ");
|
||||
sql.append(" SUM( CASE WHEN tee.tipoeventoextra_id = 25 AND indtipo = 1 THEN cdp.importe ELSE 0 END) AS segurofac, ");
|
||||
sql.append(" SUM( CASE WHEN tee.tipoeventoextra_id = 82 AND indtipo = 1 THEN cdp.importe ELSE 0 END) AS receita_eb, ");
|
||||
sql.append(" SUM( CASE WHEN tee.tipoeventoextra_id IN (41) AND indtipo = 1 THEN cdp.importe ELSE 0 END) AS receita_multa, ");
|
||||
sql.append(" SUM( CASE WHEN tee.tipoeventoextra_id IN (103,99978,99999) AND indtipo = 1 THEN cdp.importe ELSE 0 END) AS receita_dif_troca_ocd, ");
|
||||
sql.append(" SUM( CASE WHEN tee.tipoeventoextra_id IN (43) AND indtipo = 1 THEN cdp.importe ELSE 0 END) AS receita_dif_dif_tarifa_maior, ");
|
||||
sql.append(" SUM( CASE WHEN tee.tipoeventoextra_id IN (44) AND indtipo = 0 THEN cdp.importe ELSE 0 END) AS receita_dif_dif_tarifa_menor, ");
|
||||
sql.append(" SUM( CASE WHEN tee.tipoeventoextra_id NOT IN (44) AND indtipo = 0 THEN cdp.importe ELSE 0 END) AS despesas, ");
|
||||
sql.append(" SUM( CASE WHEN (cdp.formapago_id IN (2,25) AND tee.tipoeventoextra_id IN (2,25,82,41,43,103,99978,99999) AND indtipo = 1) THEN cdp.importe ELSE 0 END) AS cartao_credito_ee, ");
|
||||
sql.append(" SUM( CASE WHEN (cdp.formapago_id IN (3,26) AND tee.tipoeventoextra_id IN (2,25,82,41,43,103,99978,99999) AND indtipo = 1) THEN cdp.importe ELSE 0 END) AS cartao_debito_ee ");
|
||||
sql.append(" FROM caja_diversos cd ");
|
||||
sql.append(" JOIN evento_extra ee ");
|
||||
sql.append(" ON ee.eventoextra_id = cd.eventoextra_id ");
|
||||
sql.append(" JOIN tipo_evento_extra tee ");
|
||||
sql.append(" ON tee.tipoeventoextra_id = ee.tipoeventoextra_id ");
|
||||
sql.append(" JOIN caja_diversos_pago cdp ");
|
||||
sql.append(" ON cdp.cajadiversos_id = cd.cajadiversos_id ");
|
||||
sql.append(" JOIN conta_corrente_ptovta ccp ");
|
||||
sql.append(" ON ccp.empresa_id = ee.empresa_id ");
|
||||
sql.append(" AND ccp.puntoventa_id = cd.puntoventa_id ");
|
||||
sql.append(" AND ccp.turno_id = cd.turno_id ");
|
||||
sql.append(" AND ccp.usuario_id = cd.usuario_id ");
|
||||
sql.append(" AND cd.feccorte = ccp.feccorte ");
|
||||
sql.append(" SUM( CASE WHEN ee.tipoeventoextra_id = 2 AND indtipo = 1 THEN cdp.importe ELSE 0 END) AS taxaembarque, ");
|
||||
sql.append(" SUM( CASE WHEN ee.tipoeventoextra_id = 25 AND indtipo = 1 THEN cdp.importe ELSE 0 END) AS segurofac, ");
|
||||
sql.append(" SUM( CASE WHEN ee.tipoeventoextra_id = 82 AND indtipo = 1 THEN cdp.importe ELSE 0 END) AS receita_eb, ");
|
||||
sql.append(" SUM( CASE WHEN ee.tipoeventoextra_id IN (41) AND indtipo = 1 THEN cdp.importe ELSE 0 END) AS receita_multa, ");
|
||||
sql.append(" SUM( CASE WHEN ee.tipoeventoextra_id IN (103,99978,99999) AND indtipo = 1 THEN cdp.importe ELSE 0 END) AS receita_dif_troca_ocd, ");
|
||||
sql.append(" SUM( CASE WHEN ee.tipoeventoextra_id IN (43) AND indtipo = 1 THEN cdp.importe ELSE 0 END) AS receita_dif_dif_tarifa_maior, ");
|
||||
sql.append(" SUM( CASE WHEN ee.tipoeventoextra_id IN (44) AND indtipo = 0 THEN cdp.importe ELSE 0 END) AS receita_dif_dif_tarifa_menor, ");
|
||||
sql.append(" SUM( CASE WHEN ee.tipoeventoextra_id NOT IN (44) AND indtipo = 0 THEN cdp.importe ELSE 0 END) AS despesas, ");
|
||||
sql.append(" SUM( CASE WHEN (cdp.formapago_id IN (2) AND indtipo = 1) THEN cdp.importe ELSE 0 END) AS cartao_credito_ee, ");
|
||||
sql.append(" SUM( CASE WHEN (cdp.formapago_id IN (3) AND indtipo = 1) THEN cdp.importe ELSE 0 END) AS cartao_debito_ee, ");
|
||||
sql.append(" SUM( CASE WHEN (cdp.formapago_id IN (1) AND indtipo = 1) THEN cdp.importe ELSE 0 END) AS boleto_bnc_ee ");
|
||||
sql.append(" FROM CAJA_DIVERSOS cd ");
|
||||
sql.append(" JOIN CAJA_DIVERSOS_PAGO cdp ");
|
||||
sql.append(" ON cdp.CAJADIVERSOS_ID = cd.CAJADIVERSOS_ID ");
|
||||
sql.append(" INNER JOIN forma_pago fp ");
|
||||
sql.append(" ON fp.formapago_id = cdp.formapago_id ");
|
||||
sql.append(" INNER JOIN EVENTO_EXTRA EE ");
|
||||
sql.append(" ON EE.EVENTOEXTRA_ID = cd.EVENTOEXTRA_ID ");
|
||||
sql.append(" LEFT OUTER JOIN empresa e ");
|
||||
sql.append(" ON ee.empresa_id = e.empresa_id ");
|
||||
sql.append(" INNER JOIN CONTA_CORRENTE_PTOVTA ccp ");
|
||||
sql.append(" ON e.EMPRESA_ID = ccp.EMPRESA_ID ");
|
||||
sql.append(" AND ccp.PUNTOVENTA_ID = cd.PUNTOVENTA_ID ");
|
||||
sql.append(" AND ccp.FECCORTE = cd.FECCORTE ");
|
||||
sql.append(" AND ccp.TURNO_ID = cd.turno_id ");
|
||||
sql.append(" AND cd.USUARIO_ID = ccp.USUARIO_ID ");
|
||||
sql.append(" JOIN punto_venta pv ");
|
||||
sql.append(" ON pv.puntoventa_id = ee.puntoventa_id ");
|
||||
sql.append(" LEFT JOIN parada po ");
|
||||
|
@ -400,12 +348,12 @@ public class RelatorioFinanceiroSintetico extends Relatorio {
|
|||
sql.append(" WHERE ( cd.indreimpresion = 0 ");
|
||||
sql.append(" OR cd.indreimpresion IS NULL ) ");
|
||||
sql.append(" AND ee.empresa_id = :EMPRESA_ID ");
|
||||
sql.append(" AND ccp.FECCORTE BETWEEN :DATE_INICIO AND :DATE_FIM ");
|
||||
|
||||
sql.append(ufs == null ? "" : " and eo.estado_id in ( " + ufs + " ) ");
|
||||
sql.append(pdvs == null ? "" : "and ccp.puntoventa_id in ( " + pdvs + " ) ");
|
||||
sql.append(tipoptovtaId == -1 ? "" : "and pv.tipoptovta_id = " + tipoptovtaId);
|
||||
|
||||
sql.append(" AND ccp.FECCORTE BETWEEN :DATE_INICIO AND :DATE_FIM ");
|
||||
sql.append(" GROUP BY ee.empresa_id, ");
|
||||
sql.append(" cd.puntoventa_id, ");
|
||||
sql.append(" eo.estado_id ");
|
||||
|
@ -432,51 +380,18 @@ public class RelatorioFinanceiroSintetico extends Relatorio {
|
|||
sql.append(" ON eo.estado_id = co.estado_id ");
|
||||
sql.append(" WHERE fcc.activo = 1 ");
|
||||
sql.append(" AND fcc.empresa_id = :EMPRESA_ID ");
|
||||
|
||||
sql.append(" AND fd.feccreacion BETWEEN :DATE_INICIO AND :DATE_FIM ");
|
||||
|
||||
sql.append(ufs == null ? "" : " and eo.estado_id in ( " + ufs + " ) ");
|
||||
sql.append(pdvs == null ? "" : "and pv.puntoventa_id in ( " + pdvs + " ) ");
|
||||
sql.append(tipoptovtaId == -1 ? "" : "and pv.tipoptovta_id = " + tipoptovtaId);
|
||||
|
||||
sql.append(" AND fd.feccreacion BETWEEN :DATE_INICIO AND :DATE_FIM ");
|
||||
sql.append(" GROUP BY pv.puntoventa_id, ");
|
||||
sql.append(" fcc.empresa_id, ");
|
||||
sql.append(" eo.estado_id ");
|
||||
sql.append(" ) depd ON agrc.empresaId = depd.empresaId ");
|
||||
sql.append(" AND agrc.puntoventaId = depd.puntoventaId ");
|
||||
sql.append(" AND agrc.estadoId = depd.estadoId ");
|
||||
|
||||
sql.append(" LEFT JOIN ");
|
||||
sql.append(" (SELECT COALESCE(SUM(fb.valordocumento), 0) AS boleto_bnc , ");
|
||||
sql.append(" pv.puntoventa_id AS puntoventaId, ");
|
||||
sql.append(" fcc.empresa_id AS empresaId, ");
|
||||
sql.append(" eo.estado_id AS estadoId ");
|
||||
sql.append(" FROM fechamento_cntcorrente fcc ");
|
||||
sql.append(" JOIN fechamento_boleto fb ");
|
||||
sql.append(" ON fb.fechamentocntcorrente_id = fcc.fechamentocntcorrente_id ");
|
||||
sql.append(" JOIN punto_venta pv ");
|
||||
sql.append(" ON pv.puntoventa_id = fcc.puntoventa_id ");
|
||||
sql.append(" JOIN parada po ");
|
||||
sql.append(" ON po.parada_id = pv.parada_id ");
|
||||
sql.append(" JOIN ciudad co ");
|
||||
sql.append(" ON co.ciudad_id = po.ciudad_id ");
|
||||
sql.append(" JOIN estado eo ");
|
||||
sql.append(" ON eo.estado_id = co.estado_id ");
|
||||
sql.append(" WHERE fcc.activo = 1 ");
|
||||
sql.append(" AND fcc.empresa_id = :EMPRESA_ID ");
|
||||
|
||||
sql.append(ufs == null ? "" : " and eo.estado_id in ( " + ufs + " ) ");
|
||||
sql.append(pdvs == null ? "" : "and pv.puntoventa_id in ( " + pdvs + " ) ");
|
||||
sql.append(tipoptovtaId == -1 ? "" : "and pv.tipoptovta_id = " + tipoptovtaId);
|
||||
|
||||
sql.append(" AND fcc.fecinifechamento >= :DATE_INICIO ");
|
||||
sql.append(" AND fcc.fecfinfechamento <= :DATE_FIM ");
|
||||
sql.append(" GROUP BY pv.puntoventa_id, ");
|
||||
sql.append(" fcc.empresa_id, ");
|
||||
sql.append(" eo.estado_id ");
|
||||
sql.append(" ) bold ON agrc.empresaId = bold.empresaId ");
|
||||
sql.append(" AND agrc.puntoventaId = bold.puntoventaId ");
|
||||
sql.append(" AND agrc.estadoId = bold.estadoId ");
|
||||
|
||||
|
||||
return sql.toString();
|
||||
}
|
||||
|
|
Binary file not shown.
|
@ -1,7 +1,7 @@
|
|||
<?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="RelatorioFinanceiroSintetico" pageWidth="1590" pageHeight="595" orientation="Landscape" columnWidth="1590" leftMargin="0" rightMargin="0" topMargin="20" bottomMargin="20" isFloatColumnFooter="true" uuid="1a307341-ad36-4306-8e8d-c8b55fb6bcc6">
|
||||
<property name="ireport.zoom" value="0.8264462809917433"/>
|
||||
<property name="ireport.x" value="333"/>
|
||||
<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="RelatorioFinanceiroSintetico" pageWidth="2230" pageHeight="595" orientation="Landscape" columnWidth="2230" leftMargin="0" rightMargin="0" topMargin="20" bottomMargin="20" isFloatColumnFooter="true" uuid="1a307341-ad36-4306-8e8d-c8b55fb6bcc6">
|
||||
<property name="ireport.zoom" value="1.2100000000000126"/>
|
||||
<property name="ireport.x" value="1709"/>
|
||||
<property name="ireport.y" value="0"/>
|
||||
<parameter name="nombempresa" class="java.lang.String"/>
|
||||
<parameter name="inicio" class="java.util.Date"/>
|
||||
|
@ -167,7 +167,7 @@
|
|||
<text><![CDATA[UF]]></text>
|
||||
</staticText>
|
||||
<textField isStretchWithOverflow="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="198" y="84" width="56" height="25" backcolor="#FFFF00" uuid="042fd8eb-212d-443f-86d9-88dafb50af93"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="250" y="84" width="82" height="25" backcolor="#FFFF00" uuid="042fd8eb-212d-443f-86d9-88dafb50af93"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
<bottomPen lineWidth="0.0" lineStyle="Dashed"/>
|
||||
|
@ -178,7 +178,7 @@
|
|||
<textFieldExpression><![CDATA["GAP Impresa (-)"]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="254" y="84" width="60" height="25" backcolor="#FFFF00" uuid="e59e6ec2-b5fc-436e-96ab-8e74d33dd568"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="332" y="84" width="82" height="25" backcolor="#FFFF00" uuid="e59e6ec2-b5fc-436e-96ab-8e74d33dd568"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
<rightPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
|
@ -189,7 +189,7 @@
|
|||
<textFieldExpression><![CDATA["Tot.Venda Passagem"]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="314" y="84" width="56" height="25" backcolor="#FFFF00" uuid="07c8fd49-a84f-4681-a015-2f5223e9ec40"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="414" y="84" width="82" height="25" backcolor="#FFFF00" uuid="07c8fd49-a84f-4681-a015-2f5223e9ec40"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
<leftPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
|
@ -201,7 +201,7 @@
|
|||
<textFieldExpression><![CDATA["Receita EB (+)"]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="370" y="84" width="56" height="25" backcolor="#FFFF00" uuid="bb9002db-6596-4b85-b309-b8fe90777a29"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="496" y="84" width="82" height="25" backcolor="#FFFF00" uuid="bb9002db-6596-4b85-b309-b8fe90777a29"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
<bottomPen lineWidth="0.0" lineStyle="Dashed"/>
|
||||
|
@ -212,7 +212,7 @@
|
|||
<textFieldExpression><![CDATA["Multa Comp (+)"]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="426" y="84" width="56" height="25" backcolor="#FFFF00" uuid="69480127-f659-48ce-834d-663b421af2d2"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="578" y="84" width="82" height="25" backcolor="#FFFF00" uuid="69480127-f659-48ce-834d-663b421af2d2"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
<bottomPen lineWidth="0.0" lineStyle="Dashed"/>
|
||||
|
@ -223,7 +223,7 @@
|
|||
<textFieldExpression><![CDATA["Dif. Troca OCD (+)"]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="482" y="84" width="56" height="25" backcolor="#FFFF00" uuid="c32cc0d9-5a3a-4bdf-9730-b9ce4fec8074"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="660" y="84" width="82" height="25" backcolor="#FFFF00" uuid="c32cc0d9-5a3a-4bdf-9730-b9ce4fec8074"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
<bottomPen lineWidth="0.0" lineStyle="Dashed"/>
|
||||
|
@ -234,7 +234,7 @@
|
|||
<textFieldExpression><![CDATA["Dif.Tarifa maior (+)"]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="538" y="84" width="54" height="25" backcolor="#FFFF00" uuid="cb9cba88-040b-401b-9e71-20b358e3c016"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="742" y="84" width="82" height="25" backcolor="#FFFF00" uuid="cb9cba88-040b-401b-9e71-20b358e3c016"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
<rightPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
|
@ -245,7 +245,7 @@
|
|||
<textFieldExpression><![CDATA["Total de outras receitas"]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="592" y="84" width="56" height="25" backcolor="#FFFF00" uuid="acef366c-3807-4ce8-9a10-7490821d51cd"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="824" y="84" width="82" height="25" backcolor="#FFFF00" uuid="acef366c-3807-4ce8-9a10-7490821d51cd"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
<bottomPen lineWidth="0.0" lineStyle="Dashed"/>
|
||||
|
@ -256,7 +256,7 @@
|
|||
<textFieldExpression><![CDATA["Tx. Emb (+)"]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="648" y="84" width="56" height="25" backcolor="#FFFF00" uuid="4ed4ed77-88a6-4ee2-9cc6-b1fd8c744f4a"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="906" y="84" width="82" height="25" backcolor="#FFFF00" uuid="4ed4ed77-88a6-4ee2-9cc6-b1fd8c744f4a"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
<bottomPen lineWidth="0.0" lineStyle="Dashed"/>
|
||||
|
@ -267,7 +267,7 @@
|
|||
<textFieldExpression><![CDATA["Pedágio (+)"]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="704" y="84" width="56" height="25" backcolor="#FFFF00" uuid="08b7af94-859a-4acd-9e9c-03b9edff8280"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="988" y="84" width="82" height="25" backcolor="#FFFF00" uuid="08b7af94-859a-4acd-9e9c-03b9edff8280"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
<bottomPen lineWidth="0.0" lineStyle="Dashed"/>
|
||||
|
@ -278,7 +278,7 @@
|
|||
<textFieldExpression><![CDATA["Seg.Facult. (+)"]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="760" y="84" width="46" height="25" backcolor="#FFFF00" uuid="2031f635-d825-43d5-abef-9239bf8a4c05"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="1070" y="84" width="82" height="25" backcolor="#FFFF00" uuid="2031f635-d825-43d5-abef-9239bf8a4c05"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
<rightPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
|
@ -289,7 +289,7 @@
|
|||
<textFieldExpression><![CDATA["Total Terceiros"]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="806" y="84" width="74" height="25" backcolor="#FFCCFF" uuid="ed58cc6b-450c-4830-bebd-19785a19db03"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="1152" y="84" width="82" height="25" backcolor="#FFCCFF" uuid="ed58cc6b-450c-4830-bebd-19785a19db03"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
<rightPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
|
@ -300,7 +300,7 @@
|
|||
<textFieldExpression><![CDATA["Receita Bruta"]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="880" y="84" width="56" height="25" backcolor="#FFFF00" uuid="6f4fd17a-543f-4e55-8816-5e326d108b1b"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="1234" y="84" width="82" height="25" backcolor="#FFFF00" uuid="6f4fd17a-543f-4e55-8816-5e326d108b1b"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
<bottomPen lineWidth="0.0" lineStyle="Dashed"/>
|
||||
|
@ -311,7 +311,7 @@
|
|||
<textFieldExpression><![CDATA["Devol.BPR (-)"]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="936" y="84" width="56" height="25" backcolor="#FFFF00" uuid="bd2f1ca2-86cd-4bfa-96d9-bc3c900d10c4"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="1316" y="84" width="82" height="25" backcolor="#FFFF00" uuid="bd2f1ca2-86cd-4bfa-96d9-bc3c900d10c4"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
<rightPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
|
@ -322,7 +322,7 @@
|
|||
<textFieldExpression><![CDATA["Devol. GAP (-)"]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="992" y="84" width="76" height="25" backcolor="#FFFF00" uuid="d0ea4167-8e14-4e43-bb02-0907b16b432f"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="1398" y="84" width="82" height="25" backcolor="#FFFF00" uuid="d0ea4167-8e14-4e43-bb02-0907b16b432f"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
<rightPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
|
@ -333,7 +333,7 @@
|
|||
<textFieldExpression><![CDATA["Receita Liquida"]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="1068" y="84" width="58" height="25" backcolor="#FFFF00" uuid="ca60cf6f-d4c0-4608-b99e-a5892db0ce6a"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="1480" y="84" width="82" height="25" backcolor="#FFFF00" uuid="ca60cf6f-d4c0-4608-b99e-a5892db0ce6a"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
<bottomPen lineWidth="0.0" lineStyle="Dashed"/>
|
||||
|
@ -344,7 +344,7 @@
|
|||
<textFieldExpression><![CDATA["Despesas (-)"]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="1126" y="84" width="56" height="25" backcolor="#FFFF00" uuid="e00b1c6b-5ef0-4b3a-97b9-8477010b00df"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="1562" y="84" width="82" height="25" backcolor="#FFFF00" uuid="e00b1c6b-5ef0-4b3a-97b9-8477010b00df"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
<bottomPen lineWidth="0.0" lineStyle="Dashed"/>
|
||||
|
@ -355,7 +355,7 @@
|
|||
<textFieldExpression><![CDATA["Pg. OCD (-)"]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="1182" y="84" width="56" height="25" backcolor="#FFFF00" uuid="9fb9a26b-8d27-40ae-910e-ae62743ace29"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="1644" y="84" width="82" height="25" backcolor="#FFFF00" uuid="9fb9a26b-8d27-40ae-910e-ae62743ace29"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
<bottomPen lineWidth="0.0" lineStyle="Dashed"/>
|
||||
|
@ -366,7 +366,7 @@
|
|||
<textFieldExpression><![CDATA["Dif.Tarifa Menor (-)"]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="1238" y="84" width="56" height="25" backcolor="#FFFF00" uuid="8c3da71d-0ff8-4ba4-9fd2-b7f2e59ae891"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="1726" y="84" width="82" height="25" backcolor="#FFFF00" uuid="8c3da71d-0ff8-4ba4-9fd2-b7f2e59ae891"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
<bottomPen lineWidth="0.0" lineStyle="Dashed"/>
|
||||
|
@ -377,7 +377,7 @@
|
|||
<textFieldExpression><![CDATA["Cartão Créd. (-)"]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="1294" y="84" width="56" height="25" backcolor="#FFFF00" uuid="5552a5d9-a92e-43e8-a381-c17002701c37"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="1808" y="84" width="82" height="25" backcolor="#FFFF00" uuid="5552a5d9-a92e-43e8-a381-c17002701c37"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
<bottomPen lineWidth="0.0" lineStyle="Dashed"/>
|
||||
|
@ -388,7 +388,7 @@
|
|||
<textFieldExpression><![CDATA["Cartão Débito (-)"]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="1350" y="84" width="56" height="25" backcolor="#FFFF00" uuid="88c99bfb-ea13-41ff-962b-6dd97af41b16"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="1890" y="84" width="82" height="25" backcolor="#FFFF00" uuid="88c99bfb-ea13-41ff-962b-6dd97af41b16"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
<bottomPen lineWidth="0.0" lineStyle="Dashed"/>
|
||||
|
@ -399,7 +399,7 @@
|
|||
<textFieldExpression><![CDATA["Boleto (-)"]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="1406" y="84" width="56" height="25" backcolor="#FFFF00" uuid="a37d6775-aaa5-44ca-965c-21011debdb63"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="1972" y="84" width="82" height="25" backcolor="#FFFF00" uuid="a37d6775-aaa5-44ca-965c-21011debdb63"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
<bottomPen lineWidth="0.0" lineStyle="Dashed"/>
|
||||
|
@ -410,7 +410,7 @@
|
|||
<textFieldExpression><![CDATA["Depósito (-)"]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="1462" y="84" width="70" height="25" backcolor="#FFFF00" uuid="fc2efc7c-e18e-4309-b0d1-a586e1255b4f"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="2054" y="84" width="82" height="25" backcolor="#FFFF00" uuid="fc2efc7c-e18e-4309-b0d1-a586e1255b4f"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
<rightPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
|
@ -421,7 +421,7 @@
|
|||
<textFieldExpression><![CDATA["Total Detalhamento"]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="1532" y="84" width="56" height="25" backcolor="#FFFF00" uuid="a7589c35-a661-44af-86f2-f299015ab6ee"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="2136" y="84" width="82" height="25" backcolor="#FFFF00" uuid="a7589c35-a661-44af-86f2-f299015ab6ee"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
<bottomPen lineWidth="0.0" lineStyle="Dashed"/>
|
||||
|
@ -432,7 +432,7 @@
|
|||
<textFieldExpression><![CDATA["Saldo"]]></textFieldExpression>
|
||||
</textField>
|
||||
<staticText>
|
||||
<reportElement x="86" y="63" width="228" height="20" uuid="75726801-8433-4d31-8712-1cd6364e6c68"/>
|
||||
<reportElement x="86" y="63" width="328" height="20" uuid="75726801-8433-4d31-8712-1cd6364e6c68"/>
|
||||
<box>
|
||||
<topPen lineWidth="1.0"/>
|
||||
<rightPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
|
@ -443,7 +443,7 @@
|
|||
<text><![CDATA[Receitas BPR]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement x="314" y="63" width="278" height="20" uuid="13b344e7-9eab-4f7c-a391-b7c303d46380"/>
|
||||
<reportElement x="414" y="63" width="410" height="20" uuid="13b344e7-9eab-4f7c-a391-b7c303d46380"/>
|
||||
<box>
|
||||
<topPen lineWidth="1.0"/>
|
||||
<rightPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
|
@ -455,7 +455,7 @@
|
|||
]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement x="592" y="63" width="214" height="20" uuid="75371ada-e71f-4345-86ab-05feb01f06a5"/>
|
||||
<reportElement x="824" y="63" width="328" height="20" uuid="75371ada-e71f-4345-86ab-05feb01f06a5"/>
|
||||
<box>
|
||||
<topPen lineWidth="1.0"/>
|
||||
<rightPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
|
@ -466,7 +466,7 @@
|
|||
<text><![CDATA[Receita de Terceiros]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement mode="Opaque" x="806" y="63" width="74" height="20" backcolor="#FFCCFF" uuid="bce00659-e3f4-42e8-82cf-f596bfa515af"/>
|
||||
<reportElement mode="Opaque" x="1152" y="63" width="82" height="20" backcolor="#FFCCFF" uuid="bce00659-e3f4-42e8-82cf-f596bfa515af"/>
|
||||
<box>
|
||||
<topPen lineWidth="1.0"/>
|
||||
<leftPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
|
@ -478,7 +478,7 @@
|
|||
<text><![CDATA[Receita Bruta]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement x="880" y="63" width="112" height="20" uuid="ab4ce332-f86d-4a62-9c84-cecd2aae502d"/>
|
||||
<reportElement x="1234" y="63" width="164" height="20" uuid="ab4ce332-f86d-4a62-9c84-cecd2aae502d"/>
|
||||
<box>
|
||||
<topPen lineWidth="1.0"/>
|
||||
<rightPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
|
@ -489,7 +489,7 @@
|
|||
<text><![CDATA[Devoluções]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement x="992" y="63" width="76" height="20" uuid="05c949bb-dc08-432f-8144-32bd89a12a9f"/>
|
||||
<reportElement x="1398" y="63" width="82" height="20" uuid="05c949bb-dc08-432f-8144-32bd89a12a9f"/>
|
||||
<box>
|
||||
<topPen lineWidth="1.0"/>
|
||||
<rightPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
|
@ -500,7 +500,7 @@
|
|||
<text><![CDATA[Receita Liquida]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement x="1068" y="63" width="520" height="20" uuid="fd4acb36-3047-4fbf-b292-4cd5048ddbad"/>
|
||||
<reportElement x="1480" y="63" width="656" height="20" uuid="fd4acb36-3047-4fbf-b292-4cd5048ddbad"/>
|
||||
<box>
|
||||
<topPen lineWidth="1.0"/>
|
||||
</box>
|
||||
|
@ -510,7 +510,7 @@
|
|||
<text><![CDATA[Detalhamento]]></text>
|
||||
</staticText>
|
||||
<textField isStretchWithOverflow="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="86" y="84" width="56" height="25" isPrintWhenDetailOverflows="true" backcolor="#FFFF00" uuid="36e08439-d260-4fa1-a471-b3eeab1d1c50"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="86" y="84" width="82" height="25" isPrintWhenDetailOverflows="true" backcolor="#FFFF00" uuid="36e08439-d260-4fa1-a471-b3eeab1d1c50"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
<bottomPen lineWidth="0.0" lineStyle="Dashed"/>
|
||||
|
@ -532,7 +532,7 @@
|
|||
<text><![CDATA[Código]]></text>
|
||||
</staticText>
|
||||
<textField isStretchWithOverflow="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="142" y="84" width="56" height="25" backcolor="#FFFF00" uuid="8e52fe3f-bc61-451a-8ff3-b8633aebe4e5"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="168" y="84" width="82" height="25" backcolor="#FFFF00" uuid="8e52fe3f-bc61-451a-8ff3-b8633aebe4e5"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
<bottomPen lineWidth="0.0" lineStyle="Dashed"/>
|
||||
|
@ -559,6 +559,29 @@
|
|||
</textElement>
|
||||
<textFieldExpression><![CDATA[$P{FILTROS}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" evaluationTime="Report">
|
||||
<reportElement x="2192" y="20" width="22" height="20" uuid="1fac34da-fee2-40c5-a373-ba0e09ffaf2d"/>
|
||||
<textElement textAlignment="Right"/>
|
||||
<textFieldExpression><![CDATA[" " + $V{PAGE_NUMBER}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true">
|
||||
<reportElement x="2116" y="20" width="42" height="20" uuid="4540849f-7bb1-42d6-aa8b-f0024986f3d7"/>
|
||||
<textFieldExpression><![CDATA["Página"]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true">
|
||||
<reportElement x="2160" y="20" width="32" height="20" uuid="b847ea58-a801-4106-9f23-597ff9c0169d"/>
|
||||
<textElement textAlignment="Right"/>
|
||||
<textFieldExpression><![CDATA[$V{PAGE_NUMBER}+" de"]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true">
|
||||
<reportElement x="2060" y="0" width="56" height="20" uuid="3b59c734-1e23-48c1-831c-ffb0f5f6c8de"/>
|
||||
<textFieldExpression><![CDATA["Data/Hora"]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="dd/MM/yyyy HH:mm">
|
||||
<reportElement x="2116" y="0" width="98" height="20" uuid="916bc4cb-73e2-4c18-8d80-ab88380ecde5"/>
|
||||
<textElement textAlignment="Left"/>
|
||||
<textFieldExpression><![CDATA[new java.util.Date()]]></textFieldExpression>
|
||||
</textField>
|
||||
</band>
|
||||
</pageHeader>
|
||||
<detail>
|
||||
|
@ -585,7 +608,7 @@
|
|||
<textFieldExpression><![CDATA[$F{codigoAgencia}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" x="86" y="0" width="56" height="15" uuid="ff462c88-2038-41b7-8058-aaec05c3d47b"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" x="86" y="0" width="82" height="15" uuid="ff462c88-2038-41b7-8058-aaec05c3d47b"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
@ -595,7 +618,7 @@
|
|||
<textFieldExpression><![CDATA[$F{receitaBPR}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" x="198" y="0" width="56" height="15" uuid="41651a0b-2369-4dbe-94e9-3d3204c34b09"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" x="250" y="0" width="82" height="15" uuid="41651a0b-2369-4dbe-94e9-3d3204c34b09"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
@ -605,7 +628,7 @@
|
|||
<textFieldExpression><![CDATA[$F{gapImpressa}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="254" y="0" width="60" height="15" backcolor="#FFFF00" uuid="831594cd-b7d3-4a74-8f50-dd2b23886b65"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="332" y="0" width="82" height="15" backcolor="#FFFF00" uuid="831594cd-b7d3-4a74-8f50-dd2b23886b65"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
<rightPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
|
@ -616,7 +639,7 @@
|
|||
<textFieldExpression><![CDATA[$F{totalVendaPassagens}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" x="314" y="0" width="56" height="15" uuid="93466d98-b5c0-420f-ac3b-0d7db828a725"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" x="414" y="0" width="82" height="15" uuid="93466d98-b5c0-420f-ac3b-0d7db828a725"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
@ -626,7 +649,7 @@
|
|||
<textFieldExpression><![CDATA[$F{receitaEb}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" x="370" y="0" width="56" height="15" uuid="400a96ea-07c5-4758-b2e3-f0688be71d1d"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" x="496" y="0" width="82" height="15" uuid="400a96ea-07c5-4758-b2e3-f0688be71d1d"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
@ -636,7 +659,7 @@
|
|||
<textFieldExpression><![CDATA[$F{multaComp}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" x="426" y="0" width="56" height="15" uuid="8844d9af-78ca-4e20-8e84-9b9b1b1ec8b0"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" x="578" y="0" width="82" height="15" uuid="8844d9af-78ca-4e20-8e84-9b9b1b1ec8b0"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
@ -646,7 +669,7 @@
|
|||
<textFieldExpression><![CDATA[$F{difTrocaOCD}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" x="482" y="0" width="56" height="15" uuid="9e50f90e-ca03-4e8c-95ab-22d616f45615"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" x="660" y="0" width="82" height="15" uuid="9e50f90e-ca03-4e8c-95ab-22d616f45615"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
@ -656,7 +679,7 @@
|
|||
<textFieldExpression><![CDATA[$F{difTarifaMaior}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="538" y="0" width="54" height="15" backcolor="#FFFF00" uuid="e509fbb7-f777-4107-bb5c-43864b752d0b"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="742" y="0" width="82" height="15" backcolor="#FFFF00" uuid="e509fbb7-f777-4107-bb5c-43864b752d0b"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
<rightPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
|
@ -667,7 +690,7 @@
|
|||
<textFieldExpression><![CDATA[$F{totalOutrasReceitas}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" x="592" y="0" width="56" height="15" uuid="0f052d2d-5844-4998-add9-e3304688209a"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" x="824" y="0" width="82" height="15" uuid="0f052d2d-5844-4998-add9-e3304688209a"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
@ -677,7 +700,7 @@
|
|||
<textFieldExpression><![CDATA[$F{txEmb}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" x="648" y="0" width="56" height="15" uuid="3246d9dd-8024-46be-b46c-34200f1e0ec1"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" x="906" y="0" width="82" height="15" uuid="3246d9dd-8024-46be-b46c-34200f1e0ec1"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
@ -687,7 +710,7 @@
|
|||
<textFieldExpression><![CDATA[$F{pedagio}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" x="704" y="0" width="56" height="15" uuid="c75eb131-785a-4a2e-97f8-0ba9a39b6991"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" x="988" y="0" width="82" height="15" uuid="c75eb131-785a-4a2e-97f8-0ba9a39b6991"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
@ -697,7 +720,7 @@
|
|||
<textFieldExpression><![CDATA[$F{segFacult}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="760" y="0" width="46" height="15" backcolor="#FFFF00" uuid="1f364902-b455-4082-891f-d90271cb7d79"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="1070" y="0" width="82" height="15" backcolor="#FFFF00" uuid="1f364902-b455-4082-891f-d90271cb7d79"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
<rightPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
|
@ -708,7 +731,7 @@
|
|||
<textFieldExpression><![CDATA[$F{totalTerceiros}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="806" y="0" width="74" height="15" backcolor="#FFCCFF" uuid="97a10e1d-f51e-42e8-9ce3-7ed6b8e592db"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="1152" y="0" width="82" height="15" backcolor="#FFCCFF" uuid="97a10e1d-f51e-42e8-9ce3-7ed6b8e592db"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
<rightPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
|
@ -719,7 +742,7 @@
|
|||
<textFieldExpression><![CDATA[$F{receitaBruta}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" x="880" y="0" width="56" height="15" uuid="e9a2e27f-ea1c-44d5-8476-726df0cacce5"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" x="1234" y="0" width="82" height="15" uuid="e9a2e27f-ea1c-44d5-8476-726df0cacce5"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
@ -729,7 +752,7 @@
|
|||
<textFieldExpression><![CDATA[$F{devolBPR}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" x="936" y="0" width="56" height="15" uuid="d6df43c5-0b3e-46a5-bae2-9c718ed6a95b"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" x="1316" y="0" width="82" height="15" uuid="d6df43c5-0b3e-46a5-bae2-9c718ed6a95b"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
<rightPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
|
@ -740,7 +763,7 @@
|
|||
<textFieldExpression><![CDATA[$F{devolGAP}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="992" y="0" width="76" height="15" backcolor="#FFFF00" uuid="e2e7db09-8606-4d9d-9feb-0987e29b0eb5"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="1398" y="0" width="82" height="15" backcolor="#FFFF00" uuid="e2e7db09-8606-4d9d-9feb-0987e29b0eb5"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
<rightPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
|
@ -751,7 +774,7 @@
|
|||
<textFieldExpression><![CDATA[$F{receitaLiquida}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" x="1068" y="0" width="58" height="15" uuid="6af29431-bbae-4bfe-89d6-df54b17adc47"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" x="1480" y="0" width="82" height="15" uuid="6af29431-bbae-4bfe-89d6-df54b17adc47"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
@ -761,7 +784,7 @@
|
|||
<textFieldExpression><![CDATA[$F{despesas}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" x="1126" y="0" width="56" height="15" uuid="590fc622-ada2-4950-aba6-253d9176a69a"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" x="1562" y="0" width="82" height="15" uuid="590fc622-ada2-4950-aba6-253d9176a69a"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
@ -771,7 +794,7 @@
|
|||
<textFieldExpression><![CDATA[$F{pgOCD}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" x="1182" y="0" width="56" height="15" uuid="925cc56f-7c1b-42ff-bada-4c1d96107f11"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" x="1644" y="0" width="82" height="15" uuid="925cc56f-7c1b-42ff-bada-4c1d96107f11"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
@ -781,7 +804,7 @@
|
|||
<textFieldExpression><![CDATA[$F{difTarifaMenor}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" x="1238" y="0" width="56" height="15" uuid="255bc8ed-c770-4ceb-9f29-7d0157a0819b"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" x="1726" y="0" width="82" height="15" uuid="255bc8ed-c770-4ceb-9f29-7d0157a0819b"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
@ -791,7 +814,7 @@
|
|||
<textFieldExpression><![CDATA[$F{cartaoCredito}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" x="1294" y="0" width="56" height="15" uuid="1f6695fb-3354-48cd-8194-67ebba651015"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" x="1808" y="0" width="82" height="15" uuid="1f6695fb-3354-48cd-8194-67ebba651015"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
@ -801,7 +824,7 @@
|
|||
<textFieldExpression><![CDATA[$F{cartaoDebito}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" x="1350" y="0" width="56" height="15" uuid="4b5fc7bc-a2bc-47ae-8baa-3f5a1e4f45f2"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" x="1890" y="0" width="82" height="15" uuid="4b5fc7bc-a2bc-47ae-8baa-3f5a1e4f45f2"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
@ -811,7 +834,7 @@
|
|||
<textFieldExpression><![CDATA[$F{boletoBancario}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" x="1406" y="0" width="56" height="15" uuid="7817640d-d4cf-49ac-ade5-a6a77b1d0cde"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" x="1972" y="0" width="82" height="15" uuid="7817640d-d4cf-49ac-ade5-a6a77b1d0cde"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
@ -821,7 +844,7 @@
|
|||
<textFieldExpression><![CDATA[$F{deposito}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="1462" y="0" width="70" height="15" backcolor="#FFFF00" uuid="cf19637a-d07d-46a4-8510-b4e7fd6b5e23"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="2054" y="0" width="82" height="15" backcolor="#FFFF00" uuid="cf19637a-d07d-46a4-8510-b4e7fd6b5e23"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
<rightPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
|
@ -832,7 +855,7 @@
|
|||
<textFieldExpression><![CDATA[$F{totalDetalhamento}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" x="1532" y="0" width="56" height="15" uuid="51a512ea-0eda-4ecf-964c-28bebabe974f"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" x="2136" y="0" width="82" height="15" uuid="51a512ea-0eda-4ecf-964c-28bebabe974f"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
@ -842,7 +865,7 @@
|
|||
<textFieldExpression><![CDATA[$F{saldo}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" x="142" y="0" width="56" height="15" uuid="6bd836cc-534f-4d65-8bff-ffc318adbc2f"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" x="168" y="0" width="82" height="15" uuid="6bd836cc-534f-4d65-8bff-ffc318adbc2f"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
@ -856,7 +879,7 @@
|
|||
<columnFooter>
|
||||
<band height="15" splitType="Stretch">
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" x="1350" y="0" width="56" height="15" uuid="3bb307d1-503a-41b4-96a6-9185c16534fb"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" x="1890" y="0" width="82" height="15" isPrintWhenDetailOverflows="true" uuid="3bb307d1-503a-41b4-96a6-9185c16534fb"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
@ -866,7 +889,7 @@
|
|||
<textFieldExpression><![CDATA[$V{somaBoletoBancario}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" x="704" y="0" width="56" height="15" uuid="df7f5926-0229-4c31-ba27-a9036295daee"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" x="988" y="0" width="82" height="15" isPrintWhenDetailOverflows="true" uuid="df7f5926-0229-4c31-ba27-a9036295daee"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
@ -876,7 +899,7 @@
|
|||
<textFieldExpression><![CDATA[$V{somaSegFacult}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" x="370" y="0" width="56" height="15" uuid="78051f51-c549-461d-882c-e0f3ab3c6fb8"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" x="496" y="0" width="82" height="15" isPrintWhenDetailOverflows="true" uuid="78051f51-c549-461d-882c-e0f3ab3c6fb8"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
@ -886,7 +909,7 @@
|
|||
<textFieldExpression><![CDATA[$V{somaMultaComp}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" x="1294" y="0" width="56" height="15" uuid="34af58b3-3aa9-48e3-ac46-1db92477c5bf"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" x="1808" y="0" width="82" height="15" isPrintWhenDetailOverflows="true" uuid="34af58b3-3aa9-48e3-ac46-1db92477c5bf"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
@ -896,7 +919,7 @@
|
|||
<textFieldExpression><![CDATA[$V{somaCartaoDebito}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="760" y="0" width="46" height="15" backcolor="#FFFF00" uuid="0509388f-d69e-4260-a23b-746d42668a9d"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="1070" y="0" width="82" height="15" isPrintWhenDetailOverflows="true" backcolor="#FFFF00" uuid="0509388f-d69e-4260-a23b-746d42668a9d"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
@ -906,7 +929,7 @@
|
|||
<textFieldExpression><![CDATA[$V{somaTotalTerceiros}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" x="426" y="0" width="56" height="15" uuid="8977a2ff-3e52-4552-a93a-10d72a7b2cb7"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" x="578" y="0" width="82" height="15" isPrintWhenDetailOverflows="true" uuid="8977a2ff-3e52-4552-a93a-10d72a7b2cb7"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
@ -916,7 +939,7 @@
|
|||
<textFieldExpression><![CDATA[$V{somaDifTrocaOCD}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" x="1126" y="0" width="56" height="15" uuid="a3b2c994-cc3f-45b1-b130-5d5ee11a345b"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" x="1562" y="0" width="82" height="15" isPrintWhenDetailOverflows="true" uuid="a3b2c994-cc3f-45b1-b130-5d5ee11a345b"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
@ -926,7 +949,7 @@
|
|||
<textFieldExpression><![CDATA[$V{somaPgOCD}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" x="880" y="0" width="56" height="15" uuid="565e4f58-d35e-4e3e-aef8-687e06caab65"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" x="1234" y="0" width="82" height="15" isPrintWhenDetailOverflows="true" uuid="565e4f58-d35e-4e3e-aef8-687e06caab65"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
@ -936,7 +959,7 @@
|
|||
<textFieldExpression><![CDATA[$V{somaDevolBPR}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" x="1182" y="0" width="56" height="15" uuid="4acffe71-3e19-4bd4-b08a-0d083d06703e"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" x="1644" y="0" width="82" height="15" isPrintWhenDetailOverflows="true" uuid="4acffe71-3e19-4bd4-b08a-0d083d06703e"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
@ -946,7 +969,7 @@
|
|||
<textFieldExpression><![CDATA[$V{somaDifTarifaMenor}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="992" y="0" width="76" height="15" backcolor="#FFFF00" uuid="f0fff871-c093-4aa2-8493-fb15dc4fce4c"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="1398" y="0" width="82" height="15" isPrintWhenDetailOverflows="true" backcolor="#FFFF00" uuid="f0fff871-c093-4aa2-8493-fb15dc4fce4c"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
@ -956,7 +979,7 @@
|
|||
<textFieldExpression><![CDATA[$V{somaReceitaLiquida}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" x="1532" y="0" width="56" height="15" uuid="471e76a9-5c4b-4b45-9f4d-aea49c4c6dca"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" x="2136" y="0" width="82" height="15" isPrintWhenDetailOverflows="true" uuid="471e76a9-5c4b-4b45-9f4d-aea49c4c6dca"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
@ -966,7 +989,7 @@
|
|||
<textFieldExpression><![CDATA[$V{somaSaldo}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" x="1238" y="0" width="56" height="15" uuid="8ff21686-9678-4d8d-a5a1-83fdb9d7371d"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" x="1726" y="0" width="82" height="15" isPrintWhenDetailOverflows="true" uuid="8ff21686-9678-4d8d-a5a1-83fdb9d7371d"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
@ -976,7 +999,7 @@
|
|||
<textFieldExpression><![CDATA[$V{somaCartaoCredito}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" x="592" y="0" width="56" height="15" uuid="75c080e7-cb5e-490b-a4ec-976e922f3f05"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" x="824" y="0" width="82" height="15" isPrintWhenDetailOverflows="true" uuid="75c080e7-cb5e-490b-a4ec-976e922f3f05"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
@ -986,7 +1009,7 @@
|
|||
<textFieldExpression><![CDATA[$V{somaTxEmb}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" x="1068" y="0" width="58" height="15" uuid="bc5a39d9-f669-464d-9af9-1460cc132088"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" x="1480" y="0" width="82" height="15" isPrintWhenDetailOverflows="true" uuid="bc5a39d9-f669-464d-9af9-1460cc132088"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
@ -996,7 +1019,7 @@
|
|||
<textFieldExpression><![CDATA[$V{somaDespesas}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" x="86" y="0" width="56" height="15" uuid="1cd0c607-f6e3-4379-8429-28d4d3ab44f3"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" x="86" y="0" width="82" height="15" isPrintWhenDetailOverflows="true" uuid="1cd0c607-f6e3-4379-8429-28d4d3ab44f3"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
@ -1006,7 +1029,7 @@
|
|||
<textFieldExpression><![CDATA[$V{somaReceitaBPR}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" x="648" y="0" width="56" height="15" uuid="c8408169-8514-478a-a2ee-74228a287c1b"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" x="906" y="0" width="82" height="15" isPrintWhenDetailOverflows="true" uuid="c8408169-8514-478a-a2ee-74228a287c1b"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
@ -1016,7 +1039,7 @@
|
|||
<textFieldExpression><![CDATA[$V{somaPedagio}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" x="936" y="0" width="56" height="15" uuid="73e641ea-d232-414c-a154-ae699c8320d9"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" x="1316" y="0" width="82" height="15" isPrintWhenDetailOverflows="true" uuid="73e641ea-d232-414c-a154-ae699c8320d9"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
@ -1026,7 +1049,7 @@
|
|||
<textFieldExpression><![CDATA[$V{somaDevolGAP}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" x="314" y="0" width="56" height="15" uuid="0b968319-2cab-4d6e-8a84-fab85cfeec6c"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" x="414" y="0" width="82" height="15" isPrintWhenDetailOverflows="true" uuid="0b968319-2cab-4d6e-8a84-fab85cfeec6c"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
@ -1036,7 +1059,7 @@
|
|||
<textFieldExpression><![CDATA[$V{somaReceitaEb}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="254" y="0" width="60" height="15" backcolor="#FFFF00" uuid="b0da6ae7-d21d-4abf-929b-107c1eea8f72"/>
|
||||
<reportElement stretchType="RelativeToBandHeight" mode="Opaque" x="332" y="0" width="82" height="15" isPrintWhenDetailOverflows="true" backcolor="#FFFF00" uuid="b0da6ae7-d21d-4abf-929b-107c1eea8f72"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
<rightPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
|
@ -1047,7 +1070,7 @@
|
|||
<textFieldExpression><![CDATA[$V{somaTotalVendaPassagens}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" x="142" y="0" width="56" height="15" uuid="512223c6-1cc0-416c-a54d-67dcc673f33f"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" x="168" y="0" width="82" height="15" isPrintWhenDetailOverflows="true" uuid="512223c6-1cc0-416c-a54d-67dcc673f33f"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
@ -1057,7 +1080,7 @@
|
|||
<textFieldExpression><![CDATA[$V{somaGapVenda}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="1462" y="0" width="70" height="15" backcolor="#FFFF00" uuid="8e8a8960-6e08-4ebb-a1fc-61af0f98b916"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="2054" y="0" width="82" height="15" isPrintWhenDetailOverflows="true" backcolor="#FFFF00" uuid="8e8a8960-6e08-4ebb-a1fc-61af0f98b916"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
@ -1067,7 +1090,7 @@
|
|||
<textFieldExpression><![CDATA[$V{somaTotalDetalhamento}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="538" y="0" width="54" height="15" backcolor="#FFFF00" uuid="869f51ff-5a72-4ef9-9add-bca1e85b02e4"/>
|
||||
<reportElement stretchType="RelativeToBandHeight" mode="Opaque" x="742" y="0" width="82" height="15" isPrintWhenDetailOverflows="true" backcolor="#FFFF00" uuid="869f51ff-5a72-4ef9-9add-bca1e85b02e4"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
@ -1077,7 +1100,7 @@
|
|||
<textFieldExpression><![CDATA[$V{somaTotalOutrasReceitas}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" x="482" y="0" width="56" height="15" uuid="b4609c03-9811-4d17-b9d7-3e99f0ae34ec"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" x="660" y="0" width="82" height="15" isPrintWhenDetailOverflows="true" uuid="b4609c03-9811-4d17-b9d7-3e99f0ae34ec"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
@ -1087,7 +1110,7 @@
|
|||
<textFieldExpression><![CDATA[$V{somaDifTarifaMaior}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" x="198" y="0" width="56" height="15" uuid="e4e3afe9-e83b-4e56-99aa-7af91ae2548d"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" x="250" y="0" width="82" height="15" isPrintWhenDetailOverflows="true" uuid="e4e3afe9-e83b-4e56-99aa-7af91ae2548d"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
@ -1097,7 +1120,7 @@
|
|||
<textFieldExpression><![CDATA[$V{somaGapImpressa}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" x="1406" y="0" width="56" height="15" uuid="684daa7c-ba34-4923-8143-6241e2d242b2"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" x="1972" y="0" width="82" height="15" isPrintWhenDetailOverflows="true" uuid="684daa7c-ba34-4923-8143-6241e2d242b2"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
@ -1107,7 +1130,7 @@
|
|||
<textFieldExpression><![CDATA[$V{somaDeposito}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="806" y="-1" width="74" height="16" backcolor="#FFCCFF" uuid="b361c91d-04b9-4e19-90b9-600eb787453f"/>
|
||||
<reportElement stretchType="RelativeToTallestObject" mode="Opaque" x="1152" y="0" width="82" height="15" isPrintWhenDetailOverflows="true" backcolor="#FFCCFF" uuid="b361c91d-04b9-4e19-90b9-600eb787453f"/>
|
||||
<box>
|
||||
<topPen lineWidth="0.25" lineStyle="Dashed"/>
|
||||
</box>
|
||||
|
|
Loading…
Reference in New Issue