0019879: Melhoria: Relatório Acompanhamento Equivalência

bug#19879
dev:wilian
qua:junia

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@104975 d1611594-4594-4d17-8e1d-87c2c4800839
master
valdir 2021-01-08 19:52:01 +00:00
parent b518936467
commit ce16dbd825
5 changed files with 122 additions and 110 deletions

View File

@ -137,6 +137,7 @@ public class RelatorioAcompanhamentoEquivalentes extends Relatorio {
row.put("HORARIO", this.resultSet.getString("HORARIO"));
row.put("INTERESTADUAL", this.resultSet.getString("INTERESTADUAL"));
row.put("GRUPO_LINHA", this.resultSet.getString("GRUPO_LINHA"));
row.put("PREFIXO", this.resultSet.getString("PREFIXO"));
row.put(String.valueOf(cal.get(Calendar.DATE)), valor);
}
@ -655,7 +656,7 @@ public class RelatorioAcompanhamentoEquivalentes extends Relatorio {
StringBuilder sql = new StringBuilder();
sql.append(" SELECT DISTINCT RT.RUTA_ID, ");
sql.append(" SELECT DISTINCT RT.RUTA_ID, RT.PREFIXO, ");
sql.append(" DA.DIAGRAMAAUTOBUS_ID, ");
sql.append(" CR.CORRIDA_ID, ");
sql.append(" RT.DESCRUTA, ");
@ -709,7 +710,7 @@ public class RelatorioAcompanhamentoEquivalentes extends Relatorio {
sql.append(" AND TR.DESTINO_ID = CR.DESTINO_ID ");
sql.append(" AND CR.TIPOSERVICIO_ID = NVL(:TIPOSERVICIO_ID, CR.TIPOSERVICIO_ID) ");
sql.append(" AND TO_CHAR(CR.FECCORRIDA, 'MMYYYY') = TO_CHAR(:DATA_MES, 'MMYYYY') ");
sql.append(" ORDER BY INTERESTADUAL, GRUPO_LINHA, SIGLA, CR.CORRIDA_ID, TO_CHAR(CR.FECHORSALIDA, 'HH24:MI') ");
sql.append(" ORDER BY INTERESTADUAL, GRUPO_LINHA, COALESCE(TO_NUMBER(REGEXP_SUBSTR(prefixo, '^\\d+')), 0), SIGLA, CR.CORRIDA_ID, TO_CHAR(CR.FECHORSALIDA, 'HH24:MI') ");
return sql.toString();
}

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="RelatorioAcompanhamentoEquivalentes" pageWidth="842" pageHeight="595" orientation="Landscape" whenNoDataType="NoDataSection" columnWidth="822" leftMargin="10" rightMargin="10" topMargin="20" bottomMargin="20" isFloatColumnFooter="true" uuid="efbc89d4-6f08-4ea5-802f-d4f48ed208e2">
<property name="ireport.zoom" value="3.0"/>
<property name="ireport.x" value="1872"/>
<property name="ireport.y" value="98"/>
<property name="ireport.zoom" value="2.727272727272727"/>
<property name="ireport.x" value="38"/>
<property name="ireport.y" value="23"/>
<property name="net.sf.jasperreports.export.xls.exclude.origin.band.2" value="pageHeader"/>
<property name="net.sf.jasperreports.export.xls.exclude.origin.keep.first.band.2" value="columnHeader"/>
<property name="net.sf.jasperreports.export.xls.remove.empty.space.between.rows" value="true"/>
@ -107,6 +107,7 @@
<field name="CODIGO" class="java.lang.Integer"/>
<field name="HORARIO" class="java.lang.String"/>
<field name="TOTAL" class="java.math.BigDecimal"/>
<field name="PREFIXO" class="java.lang.String"/>
<group name="groupInterestaduak">
<groupExpression><![CDATA[$F{INTERESTADUAL}]]></groupExpression>
<groupHeader>
@ -225,531 +226,536 @@
<text><![CDATA[Ser.]]></text>
</staticText>
<staticText>
<reportElement uuid="db4d2cdf-6182-4ed4-88fb-793f2df5f819" x="67" y="19" width="34" height="9"/>
<reportElement uuid="db4d2cdf-6182-4ed4-88fb-793f2df5f819" x="89" y="19" width="22" height="9"/>
<textElement textAlignment="Right"/>
<text><![CDATA[Código]]></text>
</staticText>
<staticText>
<reportElement uuid="a7595967-d511-40ac-9944-2005d7b81f82" x="101" y="19" width="26" height="9"/>
<reportElement uuid="a7595967-d511-40ac-9944-2005d7b81f82" x="111" y="19" width="26" height="9"/>
<textElement textAlignment="Center"/>
<text><![CDATA[Horário]]></text>
</staticText>
<textField>
<reportElement uuid="2107e748-575e-48ea-bf9c-2537d4f5ddd6" x="0" y="10" width="148" height="9"/>
<reportElement uuid="2107e748-575e-48ea-bf9c-2537d4f5ddd6" x="0" y="10" width="157" height="9"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$P{DATA_MES_1}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="dc0c4d88-d505-4fd5-abeb-f701d9c0b302" x="148" y="10" width="21" height="9"/>
<reportElement uuid="dc0c4d88-d505-4fd5-abeb-f701d9c0b302" x="158" y="10" width="21" height="9"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$P{DATA_MES_2}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="acca6f71-0cd6-44d3-b011-f2f888f65d53" x="169" y="10" width="21" height="9"/>
<reportElement uuid="acca6f71-0cd6-44d3-b011-f2f888f65d53" x="179" y="10" width="21" height="9"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$P{DATA_MES_3}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="6be4fcb6-6dd1-450e-8a63-9191dae7d114" x="190" y="10" width="21" height="9"/>
<reportElement uuid="6be4fcb6-6dd1-450e-8a63-9191dae7d114" x="200" y="10" width="21" height="9"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$P{DATA_MES_4}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="56631e55-ec6b-45ad-b473-374e7d50aeab" x="211" y="10" width="21" height="9"/>
<reportElement uuid="56631e55-ec6b-45ad-b473-374e7d50aeab" x="221" y="10" width="21" height="9"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$P{DATA_MES_5}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="b0aa3d67-927b-4869-b207-b066109e93eb" x="232" y="10" width="21" height="9"/>
<reportElement uuid="b0aa3d67-927b-4869-b207-b066109e93eb" x="242" y="10" width="21" height="9"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$P{DATA_MES_6}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="9776b0ae-011f-4c80-826e-8ef9d9d82c53" x="253" y="10" width="21" height="9"/>
<reportElement uuid="9776b0ae-011f-4c80-826e-8ef9d9d82c53" x="263" y="10" width="21" height="9"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$P{DATA_MES_7}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="6e2004a6-ca3c-4304-ac25-bcac39e59b52" x="274" y="10" width="21" height="9"/>
<reportElement uuid="6e2004a6-ca3c-4304-ac25-bcac39e59b52" x="284" y="10" width="21" height="9"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$P{DATA_MES_8}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="35a9267c-bc50-4007-ab8e-d09da4c11377" x="295" y="10" width="21" height="9"/>
<reportElement uuid="35a9267c-bc50-4007-ab8e-d09da4c11377" x="305" y="10" width="21" height="9"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$P{DATA_MES_9}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="02fc4075-effa-435e-abb8-8ffd6e2a808a" x="316" y="10" width="21" height="9"/>
<reportElement uuid="02fc4075-effa-435e-abb8-8ffd6e2a808a" x="326" y="10" width="21" height="9"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$P{DATA_MES_10}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="f9d60367-2060-4861-80df-da648c5d9061" x="337" y="10" width="21" height="9"/>
<reportElement uuid="f9d60367-2060-4861-80df-da648c5d9061" x="347" y="10" width="21" height="9"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$P{DATA_MES_11}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="e26fc1c7-80e7-41e2-81cf-cc0c9d0923b1" x="358" y="10" width="21" height="9"/>
<reportElement uuid="e26fc1c7-80e7-41e2-81cf-cc0c9d0923b1" x="368" y="10" width="21" height="9"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$P{DATA_MES_12}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="05fa9c87-9245-4906-8e08-15a6fe4ba87d" x="379" y="10" width="21" height="9"/>
<reportElement uuid="05fa9c87-9245-4906-8e08-15a6fe4ba87d" x="389" y="10" width="21" height="9"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$P{DATA_MES_13}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="505a83c1-9621-4b57-a98e-4fd4f31fc6a7" x="400" y="10" width="21" height="9"/>
<reportElement uuid="505a83c1-9621-4b57-a98e-4fd4f31fc6a7" x="410" y="10" width="21" height="9"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$P{DATA_MES_14}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="786ef12e-991f-48fb-84e7-4a538d268464" x="421" y="10" width="21" height="9"/>
<reportElement uuid="786ef12e-991f-48fb-84e7-4a538d268464" x="431" y="10" width="21" height="9"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$P{DATA_MES_15}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="3ca9d652-8763-4ba6-9eca-02503a479dd6" x="442" y="10" width="21" height="9"/>
<reportElement uuid="3ca9d652-8763-4ba6-9eca-02503a479dd6" x="452" y="10" width="21" height="9"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$P{DATA_MES_16}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="7272cac1-e6d0-4f7c-bdc7-a7ce2cc5df28" x="463" y="10" width="21" height="9"/>
<reportElement uuid="7272cac1-e6d0-4f7c-bdc7-a7ce2cc5df28" x="473" y="10" width="21" height="9"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$P{DATA_MES_17}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="3f56639e-dce9-4b6d-ba50-006457bad975" x="484" y="10" width="21" height="9"/>
<reportElement uuid="3f56639e-dce9-4b6d-ba50-006457bad975" x="494" y="10" width="21" height="9"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$P{DATA_MES_18}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="dee9cad7-6045-4253-8adf-86abc07111b8" x="505" y="10" width="21" height="9"/>
<reportElement uuid="dee9cad7-6045-4253-8adf-86abc07111b8" x="515" y="10" width="21" height="9"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$P{DATA_MES_19}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="d1f80bab-05c7-4e63-ad02-288d3e95fc1d" x="526" y="10" width="21" height="9"/>
<reportElement uuid="d1f80bab-05c7-4e63-ad02-288d3e95fc1d" x="536" y="10" width="21" height="9"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$P{DATA_MES_20}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="76d4dc6b-7a53-4a19-b11c-679376c567f5" x="547" y="10" width="21" height="9"/>
<reportElement uuid="76d4dc6b-7a53-4a19-b11c-679376c567f5" x="557" y="10" width="21" height="9"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$P{DATA_MES_21}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="d017d649-a4fd-40a8-883c-9256f486a2c9" x="568" y="10" width="21" height="9"/>
<reportElement uuid="d017d649-a4fd-40a8-883c-9256f486a2c9" x="578" y="10" width="21" height="9"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$P{DATA_MES_22}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="82519047-4a31-49f6-9543-1af1aae0f345" x="589" y="10" width="21" height="9"/>
<reportElement uuid="82519047-4a31-49f6-9543-1af1aae0f345" x="599" y="10" width="21" height="9"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$P{DATA_MES_23}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="81992545-46b5-419e-bcff-a0a538614ef9" x="610" y="10" width="21" height="9"/>
<reportElement uuid="81992545-46b5-419e-bcff-a0a538614ef9" x="620" y="10" width="21" height="9"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$P{DATA_MES_24}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="1a67c216-1114-4f75-acdd-f86c00e507ac" x="631" y="10" width="21" height="9"/>
<reportElement uuid="1a67c216-1114-4f75-acdd-f86c00e507ac" x="641" y="10" width="21" height="9"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$P{DATA_MES_25}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="f19274ea-e6ff-42bd-bb48-93fc5af9bb81" x="652" y="10" width="21" height="9"/>
<reportElement uuid="f19274ea-e6ff-42bd-bb48-93fc5af9bb81" x="662" y="10" width="21" height="9"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$P{DATA_MES_26}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="c00ca3df-c20c-42b9-bdeb-8c929f394710" x="673" y="10" width="21" height="9"/>
<reportElement uuid="c00ca3df-c20c-42b9-bdeb-8c929f394710" x="683" y="10" width="21" height="9"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$P{DATA_MES_27}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="6b23d108-a7c3-4260-8727-38ca8a8830ca" x="694" y="10" width="21" height="9"/>
<reportElement uuid="6b23d108-a7c3-4260-8727-38ca8a8830ca" x="704" y="10" width="21" height="9"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$P{DATA_MES_28}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="947ae0f2-9bfe-410e-948f-299f4ddaa529" x="715" y="10" width="21" height="9">
<reportElement uuid="947ae0f2-9bfe-410e-948f-299f4ddaa529" x="725" y="10" width="21" height="9">
<printWhenExpression><![CDATA[new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()).getActualMaximum(Calendar.DAY_OF_MONTH) > 28]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$P{DATA_MES_29}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="3444e15e-4ecd-4be2-8150-8d8a17fc5ee3" x="736" y="10" width="21" height="9">
<reportElement uuid="3444e15e-4ecd-4be2-8150-8d8a17fc5ee3" x="746" y="10" width="21" height="9">
<printWhenExpression><![CDATA[new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()).getActualMaximum(Calendar.DAY_OF_MONTH) > 29]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$P{DATA_MES_30}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="83819626-2df2-4c0d-a8a5-7aa76c2cf0be" x="757" y="10" width="21" height="9">
<reportElement uuid="83819626-2df2-4c0d-a8a5-7aa76c2cf0be" x="767" y="10" width="21" height="9">
<printWhenExpression><![CDATA[new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()).getActualMaximum(Calendar.DAY_OF_MONTH) > 30]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$P{DATA_MES_31}]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="1b584b49-a18c-4fec-9db0-a49c883f77bc" x="127" y="19" width="21" height="9"/>
<reportElement uuid="1b584b49-a18c-4fec-9db0-a49c883f77bc" x="137" y="19" width="21" height="9"/>
<textElement textAlignment="Right"/>
<text><![CDATA[1]]></text>
</staticText>
<staticText>
<reportElement uuid="0416fb40-f83d-4a6f-a7b2-414707c9b460" x="148" y="19" width="21" height="9"/>
<reportElement uuid="0416fb40-f83d-4a6f-a7b2-414707c9b460" x="158" y="19" width="21" height="9"/>
<textElement textAlignment="Right"/>
<text><![CDATA[2]]></text>
</staticText>
<staticText>
<reportElement uuid="ca416842-04f3-44da-9ec8-24cb8103ec84" x="169" y="19" width="21" height="9"/>
<reportElement uuid="ca416842-04f3-44da-9ec8-24cb8103ec84" x="179" y="19" width="21" height="9"/>
<textElement textAlignment="Right"/>
<text><![CDATA[3]]></text>
</staticText>
<staticText>
<reportElement uuid="a0cb4604-b560-4c46-ad36-3811db526c6e" x="190" y="19" width="21" height="9"/>
<reportElement uuid="a0cb4604-b560-4c46-ad36-3811db526c6e" x="200" y="19" width="21" height="9"/>
<textElement textAlignment="Right"/>
<text><![CDATA[4]]></text>
</staticText>
<staticText>
<reportElement uuid="d193b9ca-d636-4ea2-a9f4-5021e2f4a07d" x="211" y="19" width="21" height="9"/>
<reportElement uuid="d193b9ca-d636-4ea2-a9f4-5021e2f4a07d" x="221" y="19" width="21" height="9"/>
<textElement textAlignment="Right"/>
<text><![CDATA[5]]></text>
</staticText>
<staticText>
<reportElement uuid="aebcee91-87b4-4c3a-96ac-5edd44fee038" x="232" y="19" width="21" height="9"/>
<reportElement uuid="aebcee91-87b4-4c3a-96ac-5edd44fee038" x="242" y="19" width="21" height="9"/>
<textElement textAlignment="Right"/>
<text><![CDATA[6]]></text>
</staticText>
<staticText>
<reportElement uuid="69064ecf-e231-43a8-a799-05d3cf314376" x="253" y="19" width="21" height="9"/>
<reportElement uuid="69064ecf-e231-43a8-a799-05d3cf314376" x="263" y="19" width="21" height="9"/>
<textElement textAlignment="Right"/>
<text><![CDATA[7]]></text>
</staticText>
<staticText>
<reportElement uuid="7114e5f0-3f09-4149-9f0f-c98732a45775" x="274" y="19" width="21" height="9"/>
<reportElement uuid="7114e5f0-3f09-4149-9f0f-c98732a45775" x="284" y="19" width="21" height="9"/>
<textElement textAlignment="Right"/>
<text><![CDATA[8]]></text>
</staticText>
<staticText>
<reportElement uuid="2f0a2ba4-6244-4474-b2e7-62183aa8d3e1" x="295" y="19" width="21" height="9"/>
<reportElement uuid="2f0a2ba4-6244-4474-b2e7-62183aa8d3e1" x="305" y="19" width="21" height="9"/>
<textElement textAlignment="Right"/>
<text><![CDATA[9]]></text>
</staticText>
<staticText>
<reportElement uuid="557e9344-6ba9-4a6a-aee5-3dd26f97b0d7" x="316" y="19" width="21" height="9"/>
<reportElement uuid="557e9344-6ba9-4a6a-aee5-3dd26f97b0d7" x="326" y="19" width="21" height="9"/>
<textElement textAlignment="Right"/>
<text><![CDATA[10]]></text>
</staticText>
<staticText>
<reportElement uuid="835a2917-5687-4f28-aa47-0076edcb36c9" x="337" y="19" width="21" height="9"/>
<reportElement uuid="835a2917-5687-4f28-aa47-0076edcb36c9" x="347" y="19" width="21" height="9"/>
<textElement textAlignment="Right"/>
<text><![CDATA[11]]></text>
</staticText>
<staticText>
<reportElement uuid="c234f547-39fb-4b61-980c-dcb9b38a6375" x="358" y="19" width="21" height="9"/>
<reportElement uuid="c234f547-39fb-4b61-980c-dcb9b38a6375" x="368" y="19" width="21" height="9"/>
<textElement textAlignment="Right"/>
<text><![CDATA[12]]></text>
</staticText>
<staticText>
<reportElement uuid="6670ac05-94de-4ee7-8dd8-2925c98fc1bc" x="379" y="19" width="21" height="9"/>
<reportElement uuid="6670ac05-94de-4ee7-8dd8-2925c98fc1bc" x="389" y="19" width="21" height="9"/>
<textElement textAlignment="Right"/>
<text><![CDATA[13]]></text>
</staticText>
<staticText>
<reportElement uuid="f693af00-a15a-492d-ae53-ccf053350748" x="400" y="19" width="21" height="9"/>
<reportElement uuid="f693af00-a15a-492d-ae53-ccf053350748" x="410" y="19" width="21" height="9"/>
<textElement textAlignment="Right"/>
<text><![CDATA[14]]></text>
</staticText>
<staticText>
<reportElement uuid="2743d415-a9cd-4e39-91df-62a496fe65e5" x="421" y="19" width="21" height="9"/>
<reportElement uuid="2743d415-a9cd-4e39-91df-62a496fe65e5" x="431" y="19" width="21" height="9"/>
<textElement textAlignment="Right"/>
<text><![CDATA[15]]></text>
</staticText>
<staticText>
<reportElement uuid="a64e2134-19cd-4f09-a01f-625256d5ce26" x="442" y="19" width="21" height="9"/>
<reportElement uuid="a64e2134-19cd-4f09-a01f-625256d5ce26" x="452" y="19" width="21" height="9"/>
<textElement textAlignment="Right"/>
<text><![CDATA[16]]></text>
</staticText>
<staticText>
<reportElement uuid="5588d382-0a32-41bf-b29c-998858793836" x="463" y="19" width="21" height="9"/>
<reportElement uuid="5588d382-0a32-41bf-b29c-998858793836" x="473" y="19" width="21" height="9"/>
<textElement textAlignment="Right"/>
<text><![CDATA[17]]></text>
</staticText>
<staticText>
<reportElement uuid="02469f3a-db27-4848-8c83-d033339ae7fc" x="484" y="19" width="21" height="9"/>
<reportElement uuid="02469f3a-db27-4848-8c83-d033339ae7fc" x="494" y="19" width="21" height="9"/>
<textElement textAlignment="Right"/>
<text><![CDATA[18]]></text>
</staticText>
<staticText>
<reportElement uuid="b7f45013-d4da-41af-b3be-eedf28aebed9" x="505" y="19" width="21" height="9"/>
<reportElement uuid="b7f45013-d4da-41af-b3be-eedf28aebed9" x="515" y="19" width="21" height="9"/>
<textElement textAlignment="Right"/>
<text><![CDATA[19]]></text>
</staticText>
<staticText>
<reportElement uuid="b24ab443-8611-49d1-957a-e0e9a269b4d8" x="526" y="19" width="21" height="9"/>
<reportElement uuid="b24ab443-8611-49d1-957a-e0e9a269b4d8" x="536" y="19" width="21" height="9"/>
<textElement textAlignment="Right"/>
<text><![CDATA[20]]></text>
</staticText>
<staticText>
<reportElement uuid="18b91423-47ce-4cd8-96c9-ccd1cb7f50d0" x="547" y="19" width="21" height="9"/>
<reportElement uuid="18b91423-47ce-4cd8-96c9-ccd1cb7f50d0" x="557" y="19" width="21" height="9"/>
<textElement textAlignment="Right"/>
<text><![CDATA[21]]></text>
</staticText>
<staticText>
<reportElement uuid="bb38cd6b-b309-4b95-abf5-8541143c3842" x="568" y="19" width="21" height="9"/>
<reportElement uuid="bb38cd6b-b309-4b95-abf5-8541143c3842" x="578" y="19" width="21" height="9"/>
<textElement textAlignment="Right"/>
<text><![CDATA[22]]></text>
</staticText>
<staticText>
<reportElement uuid="d745fc7b-0b8f-452f-9f99-db793d1bb3c8" x="589" y="19" width="21" height="9"/>
<reportElement uuid="d745fc7b-0b8f-452f-9f99-db793d1bb3c8" x="599" y="19" width="21" height="9"/>
<textElement textAlignment="Right"/>
<text><![CDATA[23]]></text>
</staticText>
<staticText>
<reportElement uuid="06232108-6a9c-4026-96bb-d6ee33b6ffdc" x="610" y="19" width="21" height="9"/>
<reportElement uuid="06232108-6a9c-4026-96bb-d6ee33b6ffdc" x="620" y="19" width="21" height="9"/>
<textElement textAlignment="Right"/>
<text><![CDATA[24]]></text>
</staticText>
<staticText>
<reportElement uuid="37f5a219-9138-4a83-887f-b7152f623fba" x="631" y="19" width="21" height="9"/>
<reportElement uuid="37f5a219-9138-4a83-887f-b7152f623fba" x="641" y="19" width="21" height="9"/>
<textElement textAlignment="Right"/>
<text><![CDATA[25]]></text>
</staticText>
<staticText>
<reportElement uuid="1f5d2da5-9aaa-4b9d-8370-a82251aaeb61" x="673" y="19" width="21" height="9"/>
<reportElement uuid="1f5d2da5-9aaa-4b9d-8370-a82251aaeb61" x="683" y="19" width="21" height="9"/>
<textElement textAlignment="Right"/>
<text><![CDATA[27]]></text>
</staticText>
<staticText>
<reportElement uuid="876cf09a-12c7-4abf-86b5-b8ce1218d270" x="694" y="19" width="21" height="9"/>
<reportElement uuid="876cf09a-12c7-4abf-86b5-b8ce1218d270" x="704" y="19" width="21" height="9"/>
<textElement textAlignment="Right"/>
<text><![CDATA[28]]></text>
</staticText>
<staticText>
<reportElement uuid="06427360-d078-4b27-928a-87fba309b8c7" x="652" y="19" width="21" height="9"/>
<reportElement uuid="06427360-d078-4b27-928a-87fba309b8c7" x="662" y="19" width="21" height="9"/>
<textElement textAlignment="Right"/>
<text><![CDATA[26]]></text>
</staticText>
<staticText>
<reportElement uuid="2bae6074-292b-43d3-9b6c-24ad69ddf4f6" x="778" y="19" width="23" height="9"/>
<reportElement uuid="2bae6074-292b-43d3-9b6c-24ad69ddf4f6" x="788" y="19" width="17" height="9"/>
<textElement textAlignment="Right"/>
<text><![CDATA[Média]]></text>
</staticText>
<textField>
<reportElement uuid="c50bd256-0da8-46a0-bdcd-4602e06d7748" x="715" y="19" width="21" height="9">
<reportElement uuid="c50bd256-0da8-46a0-bdcd-4602e06d7748" x="725" y="19" width="21" height="9">
<printWhenExpression><![CDATA[new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()).getActualMaximum(Calendar.DAY_OF_MONTH) > 28]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$P{DATA_MES_29} != null ? "29" : ""]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="5ff87864-04aa-47d8-b11b-3b1b31dee01a" x="736" y="19" width="21" height="9">
<reportElement uuid="5ff87864-04aa-47d8-b11b-3b1b31dee01a" x="746" y="19" width="21" height="9">
<printWhenExpression><![CDATA[new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()).getActualMaximum(Calendar.DAY_OF_MONTH) > 29]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$P{DATA_MES_30} != null ? "30" : ""]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="f66dedbd-befa-42c1-bc68-b4a3875ab0cf" x="757" y="19" width="21" height="9">
<reportElement uuid="f66dedbd-befa-42c1-bc68-b4a3875ab0cf" x="767" y="19" width="21" height="9">
<printWhenExpression><![CDATA[new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()).getActualMaximum(Calendar.DAY_OF_MONTH) > 30]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$P{DATA_MES_31} != null ? "31" : ""]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="dca3f721-6126-4f4c-8f30-0051952842b2" x="801" y="19" width="21" height="9"/>
<reportElement uuid="dca3f721-6126-4f4c-8f30-0051952842b2" x="805" y="19" width="17" height="9"/>
<textElement textAlignment="Center"/>
<text><![CDATA[Total]]></text>
</staticText>
<staticText>
<reportElement uuid="1044636e-4509-4245-be37-88cc4849b582" x="778" y="10" width="23" height="9"/>
<reportElement uuid="1044636e-4509-4245-be37-88cc4849b582" x="788" y="10" width="17" height="9"/>
<textElement textAlignment="Right"/>
<text><![CDATA[]]></text>
</staticText>
<staticText>
<reportElement uuid="4a6c2baa-39c5-4205-9b53-20632c72f4ca" x="801" y="10" width="21" height="9"/>
<reportElement uuid="4a6c2baa-39c5-4205-9b53-20632c72f4ca" x="805" y="10" width="17" height="9"/>
<textElement textAlignment="Center"/>
<text><![CDATA[]]></text>
</staticText>
<staticText>
<reportElement uuid="a35e210c-d895-494f-9d94-886a1acc7850" x="67" y="19" width="22" height="9"/>
<textElement textAlignment="Right"/>
<text><![CDATA[Prefixo]]></text>
</staticText>
</band>
</columnHeader>
<detail>
<band height="9" splitType="Stretch">
<textField pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="6c7fe634-f8ff-4561-b406-f3a7d81a59d7" x="127" y="0" width="21" height="9"/>
<reportElement uuid="6c7fe634-f8ff-4561-b406-f3a7d81a59d7" x="137" y="0" width="21" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{1}]]></textFieldExpression>
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
</textField>
<textField pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="70a617b8-14c8-4db1-b0f4-92afcc689dec" x="148" y="0" width="21" height="9"/>
<reportElement uuid="70a617b8-14c8-4db1-b0f4-92afcc689dec" x="158" y="0" width="21" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{2}]]></textFieldExpression>
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
</textField>
<textField pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="e5da3ff4-37bd-4cd8-b6a6-200e61eab949" x="169" y="0" width="21" height="9"/>
<reportElement uuid="e5da3ff4-37bd-4cd8-b6a6-200e61eab949" x="179" y="0" width="21" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{3}]]></textFieldExpression>
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
</textField>
<textField pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="ca916bdf-73a3-47b3-9448-38015b20873d" x="190" y="0" width="21" height="9"/>
<reportElement uuid="ca916bdf-73a3-47b3-9448-38015b20873d" x="200" y="0" width="21" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{4}]]></textFieldExpression>
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
</textField>
<textField pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="31aa5754-01ef-49f0-b3bf-6bdcf5800f62" x="211" y="0" width="21" height="9"/>
<reportElement uuid="31aa5754-01ef-49f0-b3bf-6bdcf5800f62" x="221" y="0" width="21" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{5}]]></textFieldExpression>
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
</textField>
<textField pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="31bd6daf-d363-4a85-8e48-1013a9ebf4a3" x="232" y="0" width="21" height="9"/>
<reportElement uuid="31bd6daf-d363-4a85-8e48-1013a9ebf4a3" x="242" y="0" width="21" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{6}]]></textFieldExpression>
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
</textField>
<textField pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="640c25da-45cc-4704-b897-84a51814a9a0" x="253" y="0" width="21" height="9"/>
<reportElement uuid="640c25da-45cc-4704-b897-84a51814a9a0" x="263" y="0" width="21" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{7}]]></textFieldExpression>
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
</textField>
<textField pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="6661dd44-288a-4005-92c9-37c87da4cc3d" x="274" y="0" width="21" height="9"/>
<reportElement uuid="6661dd44-288a-4005-92c9-37c87da4cc3d" x="284" y="0" width="21" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{8}]]></textFieldExpression>
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
</textField>
<textField pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="63c1e741-80ed-4395-80c7-3407fb1ce029" x="295" y="0" width="21" height="9"/>
<reportElement uuid="63c1e741-80ed-4395-80c7-3407fb1ce029" x="305" y="0" width="21" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{9}]]></textFieldExpression>
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
</textField>
<textField pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="7d9cc1fd-10f3-46b9-bfd9-1dfe69bcdcd3" x="316" y="0" width="21" height="9"/>
<reportElement uuid="7d9cc1fd-10f3-46b9-bfd9-1dfe69bcdcd3" x="326" y="0" width="21" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{10}]]></textFieldExpression>
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
</textField>
<textField pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="dbfa0125-c957-43b2-abd3-b70653a30be0" x="337" y="0" width="21" height="9"/>
<reportElement uuid="dbfa0125-c957-43b2-abd3-b70653a30be0" x="347" y="0" width="21" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{11}]]></textFieldExpression>
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
</textField>
<textField pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="60962cc3-9904-4b26-a4d1-7414fa1a4d95" x="358" y="0" width="21" height="9"/>
<reportElement uuid="60962cc3-9904-4b26-a4d1-7414fa1a4d95" x="368" y="0" width="21" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{12}]]></textFieldExpression>
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
</textField>
<textField pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="fb6abc28-60a8-42c1-b289-1efc4cf85d4e" x="379" y="0" width="21" height="9"/>
<reportElement uuid="fb6abc28-60a8-42c1-b289-1efc4cf85d4e" x="389" y="0" width="21" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{13}]]></textFieldExpression>
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
</textField>
<textField pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="72af959f-1bac-4244-80b9-bf1373e36d04" x="400" y="0" width="21" height="9"/>
<reportElement uuid="72af959f-1bac-4244-80b9-bf1373e36d04" x="410" y="0" width="21" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{14}]]></textFieldExpression>
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
</textField>
<textField pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="97d8fdd9-4e7a-465a-b6bb-8f5e3214c7fe" x="421" y="0" width="21" height="9"/>
<reportElement uuid="97d8fdd9-4e7a-465a-b6bb-8f5e3214c7fe" x="431" y="0" width="21" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{15}]]></textFieldExpression>
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
</textField>
<textField pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="4fec3db5-f241-48f2-924f-0483059e94f6" x="442" y="0" width="21" height="9"/>
<reportElement uuid="4fec3db5-f241-48f2-924f-0483059e94f6" x="452" y="0" width="21" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{16}]]></textFieldExpression>
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
</textField>
<textField pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="6f3c3fad-ab53-4193-b26e-aec8a5dab372" x="463" y="0" width="21" height="9"/>
<reportElement uuid="6f3c3fad-ab53-4193-b26e-aec8a5dab372" x="473" y="0" width="21" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{17}]]></textFieldExpression>
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
</textField>
<textField pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="46c22891-8102-42d4-be0f-f74f2382c282" x="484" y="0" width="21" height="9"/>
<reportElement uuid="46c22891-8102-42d4-be0f-f74f2382c282" x="494" y="0" width="21" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{18}]]></textFieldExpression>
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
</textField>
<textField pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="dc59236b-f51c-4a51-a780-02859bd402fb" x="505" y="0" width="21" height="9"/>
<reportElement uuid="dc59236b-f51c-4a51-a780-02859bd402fb" x="515" y="0" width="21" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{19}]]></textFieldExpression>
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
</textField>
<textField pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="279d0025-ffc2-40eb-899e-00a39763b1c1" x="526" y="0" width="21" height="9"/>
<reportElement uuid="279d0025-ffc2-40eb-899e-00a39763b1c1" x="536" y="0" width="21" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{20}]]></textFieldExpression>
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
</textField>
<textField pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="20956cdc-d62d-4bbd-8e87-9f0e92b5a57e" x="547" y="0" width="21" height="9"/>
<reportElement uuid="20956cdc-d62d-4bbd-8e87-9f0e92b5a57e" x="557" y="0" width="21" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{21}]]></textFieldExpression>
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
</textField>
<textField pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="33369dc3-5414-43a2-877e-e550bcc01079" x="568" y="0" width="21" height="9"/>
<reportElement uuid="33369dc3-5414-43a2-877e-e550bcc01079" x="578" y="0" width="21" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{22}]]></textFieldExpression>
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
</textField>
<textField pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="9dae419c-5094-40d8-bfb2-1bb6c0890c18" x="589" y="0" width="21" height="9"/>
<reportElement uuid="9dae419c-5094-40d8-bfb2-1bb6c0890c18" x="599" y="0" width="21" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{23}]]></textFieldExpression>
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
</textField>
<textField pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="39c215a1-877e-4fc7-8382-7f28a10c1f10" x="610" y="0" width="21" height="9"/>
<reportElement uuid="39c215a1-877e-4fc7-8382-7f28a10c1f10" x="620" y="0" width="21" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{24}]]></textFieldExpression>
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
</textField>
<textField pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="710e4e5e-0df1-4699-b72e-ec66b04735f6" x="631" y="0" width="21" height="9"/>
<reportElement uuid="710e4e5e-0df1-4699-b72e-ec66b04735f6" x="641" y="0" width="21" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{25}]]></textFieldExpression>
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
</textField>
<textField pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="aa499faf-02c5-4cc9-9bc2-955a1a2f89b9" x="652" y="0" width="21" height="9"/>
<reportElement uuid="aa499faf-02c5-4cc9-9bc2-955a1a2f89b9" x="662" y="0" width="21" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{26}]]></textFieldExpression>
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
</textField>
<textField pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="53018545-5ca9-440e-8ef8-24a8ff44e63c" x="673" y="0" width="21" height="9"/>
<reportElement uuid="53018545-5ca9-440e-8ef8-24a8ff44e63c" x="683" y="0" width="21" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{27}]]></textFieldExpression>
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
</textField>
<textField pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="2c1a0573-4046-4cb8-a65b-dbe37a0b25de" x="694" y="0" width="21" height="9"/>
<reportElement uuid="2c1a0573-4046-4cb8-a65b-dbe37a0b25de" x="704" y="0" width="21" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{28}]]></textFieldExpression>
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
</textField>
<textField pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="ff7126b7-4a2c-4c9f-8b6a-6154ad797d27" x="715" y="0" width="21" height="9">
<reportElement uuid="ff7126b7-4a2c-4c9f-8b6a-6154ad797d27" x="725" y="0" width="21" height="9">
<printWhenExpression><![CDATA[new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()).getActualMaximum(Calendar.DAY_OF_MONTH) > 28]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
@ -757,7 +763,7 @@
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
</textField>
<textField pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="e376102a-1726-4351-a94a-98f7a3df367f" x="736" y="0" width="21" height="9">
<reportElement uuid="e376102a-1726-4351-a94a-98f7a3df367f" x="746" y="0" width="21" height="9">
<printWhenExpression><![CDATA[new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()).getActualMaximum(Calendar.DAY_OF_MONTH) > 29]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
@ -765,7 +771,7 @@
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
</textField>
<textField pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="38d94d51-460f-4dfe-9b88-c627f3593b0c" x="757" y="0" width="21" height="9">
<reportElement uuid="38d94d51-460f-4dfe-9b88-c627f3593b0c" x="767" y="0" width="21" height="9">
<printWhenExpression><![CDATA[new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()).getActualMaximum(Calendar.DAY_OF_MONTH) > 30]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
@ -773,7 +779,7 @@
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
</textField>
<textField pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="6cbe547b-fd61-4a67-a3c5-96e9b9742eb1" x="778" y="0" width="23" height="9"/>
<reportElement uuid="6cbe547b-fd61-4a67-a3c5-96e9b9742eb1" x="788" y="0" width="17" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{MEDIA}]]></textFieldExpression>
</textField>
@ -793,20 +799,25 @@
<textFieldExpression><![CDATA[$F{SERVICO}.substring(0,1)]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="true">
<reportElement uuid="e77668a8-4828-4581-a0d6-6a8301d07573" x="67" y="0" width="34" height="9"/>
<reportElement uuid="e77668a8-4828-4581-a0d6-6a8301d07573" x="89" y="0" width="22" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{CODIGO}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="true">
<reportElement uuid="cf1b2f4e-3187-4262-86a2-2fe1c0eee0e9" x="101" y="0" width="26" height="9"/>
<reportElement uuid="cf1b2f4e-3187-4262-86a2-2fe1c0eee0e9" x="111" y="0" width="26" height="9"/>
<textElement textAlignment="Center" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{HORARIO}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="69ac4f91-f2bb-413c-be7f-81506f3cc2d4" x="801" y="0" width="21" height="9"/>
<reportElement uuid="69ac4f91-f2bb-413c-be7f-81506f3cc2d4" x="805" y="0" width="17" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{TOTAL}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="true">
<reportElement uuid="12f056a3-86a9-4877-ab72-155860f550f1" x="67" y="0" width="22" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{PREFIXO}]]></textFieldExpression>
</textField>
</band>
</detail>
<noData>

View File

@ -290,7 +290,7 @@ indexController.mniRelatorioTrechoVendido.label = Tramo por punto de venta
indexController.mniRelatorioOrigemDestino.label = Desempeño de servicio
indexController.mniRelatorioPassageirosViajar.label = Pasajeros a viajar
indexController.mniRelatorioResumoLinhas.label = Reporte resumen de rutas
indexController.mniRelatorioAcompanhamentoEquivalentes.label = Indicadores
indexController.mniRelatorioAcompanhamentoEquivalentes.label = Indicadores (Acompanhamento de Equivalentes)
indexController.mniRelatorioLinhasHorario.label = Rutas por horário
indexController.mniRelatorioTaxasLinha.label = Tasas
indexController.mniRelatorioSisdap.label=SISDAP

View File

@ -298,7 +298,7 @@ indexController.mniRelatorioOrigemDestino.label = Desempenho Por Serviço
indexController.mniRelatorioPassageirosViajar.label = Passageiros a Viajar
indexController.mniRelatorioResumoLinhas.label = Resumo de Linhas
indexController.mniRelatorioKmProgramada.label = Km Programada
indexController.mniRelatorioAcompanhamentoEquivalentes.label = Indicadores
indexController.mniRelatorioAcompanhamentoEquivalentes.label = Indicadores (Acompanhamento de Equivalentes)
indexController.mniRelatorioLinhasHorario.label = Linhas por Horário
indexController.mniRelatorioTaxasLinha.label = Taxas
indexController.mniRelatorioDevolucaoBilhetes.label = Bilhetes Devolvidos