fixes bug#AL-3005

master
wallace.henrique 2023-08-03 11:35:34 -03:00
parent 12aa083bae
commit 067d978d73
4 changed files with 39 additions and 40 deletions

View File

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

View File

@ -207,8 +207,8 @@ public class RelatorioAproveitamentoFinanceiroTrecho extends Relatorio {
sql.append(" r.DESCRUTA as linha, "); sql.append(" r.DESCRUTA as linha, ");
sql.append(" r.NUMRUTA as numLinha, "); sql.append(" r.NUMRUTA as numLinha, ");
sql.append(" r.ruta_id as rutaid, "); sql.append(" r.ruta_id as rutaid, ");
sql.append(" count( c.boleto_id) as passageiros, "); sql.append(" count(DISTINCT c.boleto_id) as passageiros, ");
sql.append(" sum( coalesce(c.preciopagado, 0) )as valor, "); sql.append(" sum(coalesce(c.preciopagado, 0) )as valor, ");
sql.append(" to_char( co.FECCORRIDA, 'D') as dia, "); sql.append(" to_char( co.FECCORRIDA, 'D') as dia, ");
// Quantidade de dias da semana diferente vendidas // Quantidade de dias da semana diferente vendidas
// "WW" Esse parâmetro para o to_char tras o dia da semana da data // "WW" Esse parâmetro para o to_char tras o dia da semana da data
@ -234,8 +234,6 @@ public class RelatorioAproveitamentoFinanceiroTrecho extends Relatorio {
sql.append(" on ro.roloperativo_id = co.roloperativo_id "); sql.append(" on ro.roloperativo_id = co.roloperativo_id ");
sql.append(" left join diagrama_autobus da "); sql.append(" left join diagrama_autobus da ");
sql.append(" on ro.diagramaautobus_id = da.diagramaautobus_id "); sql.append(" on ro.diagramaautobus_id = da.diagramaautobus_id ");
sql.append(" left join corrida_tramo ct ON ct.corrida_id = co.corrida_id and ct.FECCORRIDA = co.FECCORRIDA and ct.ACTIVO = 1 ");
sql.append(" left join tramo t ON t.TRAMO_ID = ct.TRAMO_ID and t.ACTIVO = 1 ");
sql.append(" left join parada ORI ON ORI.parada_id = c.origen_id "); sql.append(" left join parada ORI ON ORI.parada_id = c.origen_id ");
sql.append(" left join parada DES ON DES.parada_id = c.destino_id "); sql.append(" left join parada DES ON DES.parada_id = c.destino_id ");
sql.append(" WHERE co.activo = 1 "); sql.append(" WHERE co.activo = 1 ");
@ -265,6 +263,7 @@ public class RelatorioAproveitamentoFinanceiroTrecho extends Relatorio {
sql.append(" for dia in ('1', '2', '3', '4', '5', '6', '7') "); sql.append(" for dia in ('1', '2', '3', '4', '5', '6', '7') ");
sql.append(") "); sql.append(") ");
sql.append(") TB"); sql.append(") TB");
System.out.println(sql);
return sql; return sql;
} }
}); });

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-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="RelatorioAproveitamentoFinanceiro" pageWidth="873" pageHeight="842" whenNoDataType="NoDataSection" columnWidth="833" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="b92fb063-a827-4619-8a69-5c78e3afbb8c"> <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="RelatorioAproveitamentoFinanceiro" pageWidth="873" pageHeight="842" whenNoDataType="NoDataSection" columnWidth="833" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="b92fb063-a827-4619-8a69-5c78e3afbb8c">
<property name="ireport.zoom" value="2.1435888100000042"/> <property name="ireport.zoom" value="2.0"/>
<property name="net.sf.jasperreports.export.xls.exclude.origin.band.1" value="pageHeader"/> <property name="net.sf.jasperreports.export.xls.exclude.origin.band.1" value="pageHeader"/>
<property name="ireport.x" value="0"/> <property name="ireport.x" value="0"/>
<property name="ireport.y" value="0"/> <property name="ireport.y" value="0"/>
@ -74,7 +74,7 @@
<field name="DOM_FIN" class="java.math.BigDecimal"/> <field name="DOM_FIN" class="java.math.BigDecimal"/>
<field name="ORIGEM" class="java.lang.String"/> <field name="ORIGEM" class="java.lang.String"/>
<field name="DESTINO" class="java.lang.String"/> <field name="DESTINO" class="java.lang.String"/>
<variable name="totViagemLinha" class="java.math.BigDecimal" resetType="Group" resetGroup="LINHA" calculation="Sum"> <variable name="totViagemLinha" class="java.math.BigDecimal" resetType="Group" resetGroup="LINHA" incrementType="Group" incrementGroup="LINHA" calculation="Sum">
<variableExpression><![CDATA[$F{VIAGENS}]]></variableExpression> <variableExpression><![CDATA[$F{VIAGENS}]]></variableExpression>
<initialValueExpression><![CDATA[BigDecimal.ZERO]]></initialValueExpression> <initialValueExpression><![CDATA[BigDecimal.ZERO]]></initialValueExpression>
</variable> </variable>
@ -448,12 +448,12 @@
<variableExpression><![CDATA[$F{ASSENTOS}]]></variableExpression> <variableExpression><![CDATA[$F{ASSENTOS}]]></variableExpression>
<initialValueExpression><![CDATA[BigDecimal.ZERO]]></initialValueExpression> <initialValueExpression><![CDATA[BigDecimal.ZERO]]></initialValueExpression>
</variable> </variable>
<variable name="totAssentos" class="java.math.BigDecimal" resetType="Group" resetGroup="LINHA" calculation="Sum"> <variable name="totAssentos" class="java.math.BigDecimal" resetType="Group" resetGroup="LINHA" incrementType="Group" incrementGroup="LINHA" calculation="Sum">
<variableExpression><![CDATA[$F{ASSENTOS}]]></variableExpression> <variableExpression><![CDATA[$F{ASSENTOS}]]></variableExpression>
<initialValueExpression><![CDATA[BigDecimal.ZERO]]></initialValueExpression> <initialValueExpression><![CDATA[BigDecimal.ZERO]]></initialValueExpression>
</variable> </variable>
<group name="LINHA"> <group name="LINHA">
<groupExpression><![CDATA[$F{LINHA}]]></groupExpression> <groupExpression><![CDATA[$F{LINHA} + $F{SENTIDO}]]></groupExpression>
<groupHeader> <groupHeader>
<band height="14"> <band height="14">
<textField pattern="" isBlankWhenNull="false"> <textField pattern="" isBlankWhenNull="false">
@ -480,7 +480,7 @@
<textFieldExpression><![CDATA[$F{LINHA}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{LINHA}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="false"> <textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="false">
<reportElement stretchType="RelativeToBandHeight" mode="Transparent" x="642" y="0" width="162" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="1d5de6b7-886b-482d-9a5a-2008d9e6109f"/> <reportElement stretchType="RelativeToBandHeight" mode="Transparent" x="634" y="0" width="170" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="1d5de6b7-886b-482d-9a5a-2008d9e6109f"/>
<box> <box>
<topPen lineWidth="1.25"/> <topPen lineWidth="1.25"/>
</box> </box>
@ -501,7 +501,7 @@
</textElement> </textElement>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="###0.00" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" pattern="###0.00" isBlankWhenNull="true">
<reportElement stretchType="RelativeToBandHeight" mode="Transparent" x="804" y="0" width="28" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="3389b306-a4a8-465a-a227-8f9ece4baa3c"/> <reportElement stretchType="RelativeToBandHeight" mode="Transparent" x="796" y="0" width="36" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="3389b306-a4a8-465a-a227-8f9ece4baa3c"/>
<box> <box>
<topPen lineWidth="0.25"/> <topPen lineWidth="0.25"/>
<rightPen lineWidth="0.25"/> <rightPen lineWidth="0.25"/>
@ -533,7 +533,7 @@
<textFieldExpression><![CDATA[$V{totViagemLinha}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{totViagemLinha}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="602" y="0" width="29" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="8d82e76c-f2c4-41db-b416-94aae8599b8f"/> <reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="602" y="0" width="25" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="8d82e76c-f2c4-41db-b416-94aae8599b8f"/>
<box> <box>
<topPen lineWidth="0.0"/> <topPen lineWidth="0.0"/>
<bottomPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/>
@ -545,7 +545,7 @@
<textFieldExpression><![CDATA[$V{totQuaQtdeServico}+"/"+$V{totQuaTotLinha}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{totQuaQtdeServico}+"/"+$V{totQuaTotLinha}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="###0.00" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" pattern="###0.00" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="631" y="0" width="29" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="4c9dbc16-1daf-4077-97a6-951ce1a0807a"/> <reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="627" y="0" width="25" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="4c9dbc16-1daf-4077-97a6-951ce1a0807a"/>
<box> <box>
<topPen lineWidth="0.0"/> <topPen lineWidth="0.0"/>
<bottomPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/>
@ -571,7 +571,7 @@
<textFieldExpression><![CDATA[$V{totTerFinLinha}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{totTerFinLinha}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="709" y="0" width="23" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="c0596899-e184-49a8-a2aa-40bb09f62001"/> <reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="701" y="0" width="23" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="c0596899-e184-49a8-a2aa-40bb09f62001"/>
<box> <box>
<topPen lineWidth="0.0"/> <topPen lineWidth="0.0"/>
<bottomPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/>
@ -583,7 +583,7 @@
<textFieldExpression><![CDATA[$V{totSexQtdeServico}+"/"+$V{totSexTotLinha}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{totSexQtdeServico}+"/"+$V{totSexTotLinha}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="###0.00" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" pattern="###0.00" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="787" y="0" width="17" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="e7449824-474e-44de-823b-7940c3bd7df3"/> <reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="779" y="0" width="25" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="e7449824-474e-44de-823b-7940c3bd7df3"/>
<box> <box>
<topPen lineWidth="0.0"/> <topPen lineWidth="0.0"/>
<bottomPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/>
@ -621,7 +621,7 @@
<textFieldExpression><![CDATA[$V{totSegFinLinha}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{totSegFinLinha}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="660" y="0" width="30" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="6f96cc36-c8e2-4f75-b557-cfd68bcb6612"/> <reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="652" y="0" width="30" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="6f96cc36-c8e2-4f75-b557-cfd68bcb6612"/>
<box> <box>
<topPen lineWidth="0.0"/> <topPen lineWidth="0.0"/>
<bottomPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/>
@ -633,7 +633,7 @@
<textFieldExpression><![CDATA[$V{totQuiQtdeServico}+"/"+$V{totQuiTotLinha}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{totQuiQtdeServico}+"/"+$V{totQuiTotLinha}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="###0.00" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" pattern="###0.00" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="690" y="0" width="19" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="6fa898d8-a03c-449e-b31a-4955944a2e52"/> <reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="682" y="0" width="19" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="6fa898d8-a03c-449e-b31a-4955944a2e52"/>
<box> <box>
<topPen lineWidth="0.0"/> <topPen lineWidth="0.0"/>
<bottomPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/>
@ -646,7 +646,7 @@
<textFieldExpression><![CDATA[$V{totQuiFinLinha}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{totQuiFinLinha}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="###0.00" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" pattern="###0.00" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="732" y="0" width="27" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="08356c95-4909-4382-9bfe-3e580a34b8ca"/> <reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="724" y="0" width="27" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="08356c95-4909-4382-9bfe-3e580a34b8ca"/>
<box> <box>
<topPen lineWidth="0.0"/> <topPen lineWidth="0.0"/>
<bottomPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/>
@ -659,7 +659,7 @@
<textFieldExpression><![CDATA[$V{totSexFinLinha}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{totSexFinLinha}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="759" y="0" width="28" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="ec86e129-a917-4360-bf8a-6af223fa4dce"/> <reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="751" y="0" width="28" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="ec86e129-a917-4360-bf8a-6af223fa4dce"/>
<box> <box>
<topPen lineWidth="0.0"/> <topPen lineWidth="0.0"/>
<bottomPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/>
@ -867,7 +867,7 @@
<textFieldExpression><![CDATA[$R{cabecalho.periodoA}]]></textFieldExpression> <textFieldExpression><![CDATA[$R{cabecalho.periodoA}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement mode="Opaque" x="45" y="40" width="788" height="14" backcolor="#CDCDCD" uuid="c486add3-94d7-419f-9f37-04f6a6da879e"/> <reportElement mode="Opaque" x="37" y="40" width="795" height="14" backcolor="#CDCDCD" uuid="c486add3-94d7-419f-9f37-04f6a6da879e"/>
<box> <box>
<topPen lineWidth="1.25"/> <topPen lineWidth="1.25"/>
<bottomPen lineWidth="1.25"/> <bottomPen lineWidth="1.25"/>
@ -1061,7 +1061,7 @@
<textFieldExpression><![CDATA["Fin%"]]></textFieldExpression> <textFieldExpression><![CDATA["Fin%"]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="602" y="14" width="29" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="a9f72f66-7403-4fe4-9544-b21006711ae6"/> <reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="602" y="14" width="25" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="a9f72f66-7403-4fe4-9544-b21006711ae6"/>
<box> <box>
<topPen lineWidth="0.0"/> <topPen lineWidth="0.0"/>
<bottomPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/>
@ -1073,7 +1073,7 @@
<textFieldExpression><![CDATA["Qte"]]></textFieldExpression> <textFieldExpression><![CDATA["Qte"]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="602" y="0" width="58" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="c2613b74-a63d-4a4c-8480-b04aa8c8ea30"/> <reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="602" y="0" width="50" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="c2613b74-a63d-4a4c-8480-b04aa8c8ea30"/>
<box> <box>
<topPen lineWidth="0.0"/> <topPen lineWidth="0.0"/>
<bottomPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/>
@ -1086,7 +1086,7 @@
<textFieldExpression><![CDATA["Quarta"]]></textFieldExpression> <textFieldExpression><![CDATA["Quarta"]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="631" y="14" width="29" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="36263c71-f9bb-4155-bacb-9ad0e5b27364"/> <reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="627" y="14" width="25" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="36263c71-f9bb-4155-bacb-9ad0e5b27364"/>
<box> <box>
<topPen lineWidth="0.0"/> <topPen lineWidth="0.0"/>
<bottomPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/>
@ -1099,7 +1099,7 @@
<textFieldExpression><![CDATA["Fin%"]]></textFieldExpression> <textFieldExpression><![CDATA["Fin%"]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="660" y="14" width="30" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="27f9340f-e948-42ae-bbc4-04329a1323ac"/> <reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="652" y="14" width="30" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="27f9340f-e948-42ae-bbc4-04329a1323ac"/>
<box> <box>
<topPen lineWidth="0.0"/> <topPen lineWidth="0.0"/>
<bottomPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/>
@ -1111,7 +1111,7 @@
<textFieldExpression><![CDATA["Qte"]]></textFieldExpression> <textFieldExpression><![CDATA["Qte"]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="660" y="0" width="49" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="ca510ca3-2586-43d7-bb9c-39902b2d4a95"/> <reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="652" y="0" width="49" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="ca510ca3-2586-43d7-bb9c-39902b2d4a95"/>
<box> <box>
<topPen lineWidth="0.0"/> <topPen lineWidth="0.0"/>
<bottomPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/>
@ -1124,7 +1124,7 @@
<textFieldExpression><![CDATA["Quinta"]]></textFieldExpression> <textFieldExpression><![CDATA["Quinta"]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="690" y="14" width="19" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="3237381f-e625-457e-8110-70d9f6de80d5"/> <reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="682" y="14" width="19" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="3237381f-e625-457e-8110-70d9f6de80d5"/>
<box> <box>
<topPen lineWidth="0.0"/> <topPen lineWidth="0.0"/>
<bottomPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/>
@ -1137,7 +1137,7 @@
<textFieldExpression><![CDATA["Fin%"]]></textFieldExpression> <textFieldExpression><![CDATA["Fin%"]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="709" y="14" width="23" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="6a1f8a46-66d6-4d2c-b61f-79c52f037c32"/> <reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="701" y="14" width="23" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="6a1f8a46-66d6-4d2c-b61f-79c52f037c32"/>
<box> <box>
<topPen lineWidth="0.0"/> <topPen lineWidth="0.0"/>
<bottomPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/>
@ -1149,7 +1149,7 @@
<textFieldExpression><![CDATA["Qte"]]></textFieldExpression> <textFieldExpression><![CDATA["Qte"]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="709" y="0" width="50" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="bbf0d948-f0a3-4cb6-bdf4-a912415d7acf"/> <reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="701" y="0" width="50" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="bbf0d948-f0a3-4cb6-bdf4-a912415d7acf"/>
<box> <box>
<topPen lineWidth="0.0"/> <topPen lineWidth="0.0"/>
<bottomPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/>
@ -1162,7 +1162,7 @@
<textFieldExpression><![CDATA["Sexta"]]></textFieldExpression> <textFieldExpression><![CDATA["Sexta"]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="732" y="14" width="27" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="4b703af3-f42a-4c9f-8391-ef863ce8bc24"/> <reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="724" y="14" width="27" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="4b703af3-f42a-4c9f-8391-ef863ce8bc24"/>
<box> <box>
<topPen lineWidth="0.0"/> <topPen lineWidth="0.0"/>
<bottomPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/>
@ -1175,7 +1175,7 @@
<textFieldExpression><![CDATA["Fin%"]]></textFieldExpression> <textFieldExpression><![CDATA["Fin%"]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="787" y="14" width="17" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="2ae0ff64-e230-431d-896f-c4480057ed7c"/> <reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="779" y="14" width="25" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="2ae0ff64-e230-431d-896f-c4480057ed7c"/>
<box> <box>
<topPen lineWidth="0.0"/> <topPen lineWidth="0.0"/>
<bottomPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/>
@ -1188,7 +1188,7 @@
<textFieldExpression><![CDATA["Fin%"]]></textFieldExpression> <textFieldExpression><![CDATA["Fin%"]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="759" y="14" width="28" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="69042f11-e1df-4727-814d-6825b8af042a"/> <reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="751" y="14" width="28" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="69042f11-e1df-4727-814d-6825b8af042a"/>
<box> <box>
<topPen lineWidth="0.0"/> <topPen lineWidth="0.0"/>
<bottomPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/>
@ -1200,7 +1200,7 @@
<textFieldExpression><![CDATA["Qte"]]></textFieldExpression> <textFieldExpression><![CDATA["Qte"]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="759" y="0" width="45" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="bb4dd80f-2904-406a-8fa1-875b117f8b4b"/> <reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="751" y="0" width="53" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="bb4dd80f-2904-406a-8fa1-875b117f8b4b"/>
<box> <box>
<topPen lineWidth="0.0"/> <topPen lineWidth="0.0"/>
<bottomPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/>
@ -1362,7 +1362,7 @@
<textFieldExpression><![CDATA[$F{TER_FIN}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{TER_FIN}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="602" y="0" width="29" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="40537dda-f21b-482c-ac59-089ac07d84e3"/> <reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="602" y="0" width="25" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="40537dda-f21b-482c-ac59-089ac07d84e3"/>
<box> <box>
<topPen lineWidth="0.0"/> <topPen lineWidth="0.0"/>
<bottomPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/>
@ -1374,7 +1374,7 @@
<textFieldExpression><![CDATA[$F{QUA_QTDE}+"/"+$F{QUA_TOT}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{QUA_QTDE}+"/"+$F{QUA_TOT}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="###0.00" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" pattern="###0.00" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="631" y="0" width="29" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="cc1110d3-85f4-4435-b6ca-db36b13c5b4b"/> <reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="627" y="0" width="25" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="cc1110d3-85f4-4435-b6ca-db36b13c5b4b"/>
<box> <box>
<topPen lineWidth="0.0"/> <topPen lineWidth="0.0"/>
<bottomPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/>
@ -1387,7 +1387,7 @@
<textFieldExpression><![CDATA[$F{QUA_FIN}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{QUA_FIN}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="660" y="0" width="30" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="860a6605-fd85-4077-9886-b8c8d6afc137"/> <reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="652" y="0" width="30" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="860a6605-fd85-4077-9886-b8c8d6afc137"/>
<box> <box>
<topPen lineWidth="0.0"/> <topPen lineWidth="0.0"/>
<bottomPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/>
@ -1399,7 +1399,7 @@
<textFieldExpression><![CDATA[$F{QUI_QTDE}+"/"+$F{QUI_TOT}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{QUI_QTDE}+"/"+$F{QUI_TOT}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="###0.00" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" pattern="###0.00" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="690" y="0" width="19" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="3362ebe9-2d11-4e08-867e-f2e74315914f"/> <reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="682" y="0" width="19" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="3362ebe9-2d11-4e08-867e-f2e74315914f"/>
<box> <box>
<topPen lineWidth="0.0"/> <topPen lineWidth="0.0"/>
<bottomPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/>
@ -1412,7 +1412,7 @@
<textFieldExpression><![CDATA[$F{QUI_FIN}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{QUI_FIN}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="709" y="0" width="23" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="3002b366-c323-439a-a4df-6e1d3d41d678"/> <reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="701" y="0" width="23" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="3002b366-c323-439a-a4df-6e1d3d41d678"/>
<box> <box>
<topPen lineWidth="0.0"/> <topPen lineWidth="0.0"/>
<bottomPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/>
@ -1424,7 +1424,7 @@
<textFieldExpression><![CDATA[$F{SEX_QTDE}+"/"+$F{SEX_TOT}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{SEX_QTDE}+"/"+$F{SEX_TOT}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="###0.00" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" pattern="###0.00" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="732" y="0" width="27" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="c852fc1e-0ee5-4887-9632-515116db0a34"/> <reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="724" y="0" width="27" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="c852fc1e-0ee5-4887-9632-515116db0a34"/>
<box> <box>
<topPen lineWidth="0.0"/> <topPen lineWidth="0.0"/>
<bottomPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/>
@ -1437,7 +1437,7 @@
<textFieldExpression><![CDATA[$F{SEX_FIN}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{SEX_FIN}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="759" y="0" width="28" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="4285d70c-071e-407e-aa05-53c2bcf44fa2"/> <reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="751" y="0" width="28" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="4285d70c-071e-407e-aa05-53c2bcf44fa2"/>
<box> <box>
<topPen lineWidth="0.0"/> <topPen lineWidth="0.0"/>
<bottomPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/>
@ -1449,7 +1449,7 @@
<textFieldExpression><![CDATA[$F{SAB_QTDE}+"/"+$F{SAB_TOT}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{SAB_QTDE}+"/"+$F{SAB_TOT}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" pattern="###0.00" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" pattern="###0.00" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="787" y="0" width="17" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="e7edfa0c-5b02-470d-8674-246afcfeddff"/> <reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="779" y="0" width="25" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF" uuid="e7edfa0c-5b02-470d-8674-246afcfeddff"/>
<box> <box>
<topPen lineWidth="0.0"/> <topPen lineWidth="0.0"/>
<bottomPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/>