bug#22751

dev: Valdevir
qua:

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@108197 d1611594-4594-4d17-8e1d-87c2c4800839
master
fabio 2021-08-05 14:25:15 +00:00
parent 3646ccc3e2
commit 4ef093ba24
4 changed files with 89 additions and 74 deletions

View File

@ -150,7 +150,7 @@ public class RelatorioLinhasHorarioSimplificado extends Relatorio {
horarioBean.setLot((BigDecimal) rset.getObject("LOT"));
horarioBean.setCla((String) rset.getObject("CLA"));
horarioBean.setExtensao((BigDecimal) rset.getObject("EXTENSAO"));
horarioBean.setTarifa((BigDecimal) rset.getObject("TARIFA"));
// horarioBean.setTarifa((BigDecimal) rset.getObject("TARIFA"));
horarioBean.setPassagens((BigDecimal) rset.getObject("PASSAGENS"));
horarioBean.setSeguro((BigDecimal) rset.getObject("SEGURO"));
horarioBean.setBagagens((BigDecimal) rset.getObject("BAGAGENS"));
@ -362,6 +362,7 @@ public class RelatorioLinhasHorarioSimplificado extends Relatorio {
BigDecimal eq = null;
try {
eq = horarioBean.getMediaReceitaViagem().divide(horarioBean.getTarifa(), 2, 4);
eq = BigDecimal.ZERO;
} catch (ArithmeticException e) {
eq = BigDecimal.ZERO;
} catch (NullPointerException nex) {
@ -432,7 +433,6 @@ public class RelatorioLinhasHorarioSimplificado extends Relatorio {
sql.append(" SENTIDO , ");
sql.append(" LOT, ");
sql.append(" CLA, ");
sql.append(" TARIFA, ");
sql.append(" ORIGEM, ");
sql.append(" DESTINO, ");
sql.append(" EXTENSAO, ");
@ -648,7 +648,7 @@ public class RelatorioLinhasHorarioSimplificado extends Relatorio {
sql.append(" CO.ESTADO_ID, CD.ESTADO_ID, ORIGEM.CVEPARADA, DESTINO.CVEPARADA, CJ.PRECIOPAGADO, ");
sql.append(" CJ.IMPORTESEGURO, CJ.IMPORTETAXAEMBARQUE, CJ.IMPORTEPEDAGIO, ");
sql.append(" CJ.EQUIVALENTE, CJ.KM_REAL , CJ.BOLETO_ID ) ");
sql.append("GROUP BY GRUPO_RUTA, HORA, DESCRUTA, SERVICO, SENTIDO, LOT, CLA, TARIFA, ORIGEM, DESTINO, ");
sql.append("GROUP BY GRUPO_RUTA, HORA, DESCRUTA, SERVICO, SENTIDO, LOT, CLA, ORIGEM, DESTINO, ");
sql.append(" EXTENSAO, BAGAGENS, ORD, EXTRA, TIPO_LINHA, ABSOL ");
sql.append("ORDER BY TIPO_LINHA, GRUPO_RUTA, DESCRUTA, SERVICO, ORIGEM, DESTINO ");

View File

@ -18,7 +18,7 @@ cabecalho.impressorPor=Impresso por
detail.receita=RECEITA
detail.viagens=VIAGENS
detail.passageiros=PASSAGEIROS
detail.parametrosOperacionais=PARÂMETROS OPERACIONAIS
detail.parametrosOperacionais=PARÂM. OPERACIONAIS
detail.hora=Hora
detail.servico=Serviço
detail.trecho=Trecho

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="RelatorioLinhasHorario" pageWidth="842" pageHeight="595" orientation="Landscape" whenNoDataType="NoDataSection" columnWidth="812" leftMargin="20" rightMargin="10" topMargin="20" bottomMargin="20" uuid="ae2cbb01-bc79-4d18-8206-3b59273fe793">
<property name="ireport.zoom" value="2.4157650000000013"/>
<property name="ireport.x" value="1010"/>
<property name="ireport.y" value="240"/>
<property name="ireport.x" value="801"/>
<property name="ireport.y" value="105"/>
<parameter name="NOMBEMPRESA" class="java.lang.String"/>
<parameter name="DATA_INICIO" class="java.util.Date">
<defaultValueExpression><![CDATA[]]></defaultValueExpression>
@ -57,6 +57,7 @@
<field name="extra" class="java.math.BigDecimal"/>
<field name="absol" class="java.math.BigDecimal"/>
<field name="servico" class="java.math.BigDecimal"/>
<field name="lot" class="java.math.BigDecimal"/>
<variable name="passagens_group" class="java.math.BigDecimal" resetType="Group" resetGroup="groupRuta" calculation="Sum">
<variableExpression><![CDATA[$F{passagens}]]></variableExpression>
</variable>
@ -199,7 +200,7 @@
<textFieldExpression><![CDATA[$R{linhas}]]></textFieldExpression>
</textField>
<line>
<reportElement uuid="5d89bbb4-1324-4ab5-8779-340eecf810d9" positionType="Float" x="0" y="10" width="810" height="1"/>
<reportElement uuid="5d89bbb4-1324-4ab5-8779-340eecf810d9" positionType="Float" x="2" y="10" width="810" height="1"/>
</line>
<textField isBlankWhenNull="true">
<reportElement uuid="e75e3f46-1173-42d0-9830-e40b067c2135" x="22" y="0" width="47" height="10"/>
@ -223,63 +224,63 @@
<reportElement uuid="25517b93-4d63-44cc-b309-a8f40ab2e960" positionType="Float" x="1" y="13" width="811" height="1"/>
</line>
<textField isStretchWithOverflow="true" pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="d5b91df5-2453-4baa-94f1-06a052273bc7" stretchType="RelativeToTallestObject" x="324" y="0" width="65" height="13" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="d5b91df5-2453-4baa-94f1-06a052273bc7" stretchType="RelativeToTallestObject" x="343" y="0" width="65" height="13" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Right">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$V{linha_passagens_group}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="09708c24-ac71-4328-a5ad-bdf2e3234e9e" stretchType="RelativeToTallestObject" x="444" y="0" width="60" height="13" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="09708c24-ac71-4328-a5ad-bdf2e3234e9e" stretchType="RelativeToTallestObject" x="463" y="0" width="60" height="13" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Right">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$V{linha_total_group}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="69d35909-758e-4b93-8a1a-8a2e7e664dec" stretchType="RelativeToTallestObject" x="569" y="0" width="40" height="13" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="69d35909-758e-4b93-8a1a-8a2e7e664dec" stretchType="RelativeToTallestObject" x="588" y="0" width="40" height="13" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Right">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$V{linha_kmRodado_group}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="ea1384dd-eabe-4bc8-a3fb-6b539e7fdc4f" stretchType="RelativeToTallestObject" x="693" y="0" width="119" height="13" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="ea1384dd-eabe-4bc8-a3fb-6b539e7fdc4f" stretchType="RelativeToTallestObject" x="712" y="0" width="100" height="13" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$V{linha_media_group_rsKm}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="62c891ff-266c-4dc8-afeb-0b17afa4e391" stretchType="RelativeToTallestObject" x="389" y="0" width="55" height="13" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="62c891ff-266c-4dc8-afeb-0b17afa4e391" stretchType="RelativeToTallestObject" x="408" y="0" width="55" height="13" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Right">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$V{linhas_seguro_group}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="6eaa4060-daa7-45b1-be13-9adc9f61b315" stretchType="RelativeToTallestObject" x="505" y="0" width="21" height="13" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="6eaa4060-daa7-45b1-be13-9adc9f61b315" stretchType="RelativeToTallestObject" x="524" y="0" width="21" height="13" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Right">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$V{linha_ord_group}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="3c72dcad-ce68-49ab-96cb-cde745066400" stretchType="RelativeToTallestObject" x="526" y="0" width="19" height="13" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="3c72dcad-ce68-49ab-96cb-cde745066400" stretchType="RelativeToTallestObject" x="545" y="0" width="19" height="13" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Right">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$V{linha_extra_group}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="79f8053c-7ef8-4b11-8f97-2f44339edd1a" stretchType="RelativeToTallestObject" x="543" y="0" width="22" height="13" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="79f8053c-7ef8-4b11-8f97-2f44339edd1a" stretchType="RelativeToTallestObject" x="562" y="0" width="22" height="13" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Right">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$V{linhas_totalViagem_group}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="0673ec04-c56b-44aa-bd37-aabefea66d0b" stretchType="RelativeToTallestObject" x="609" y="0" width="80" height="13" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="0673ec04-c56b-44aa-bd37-aabefea66d0b" stretchType="RelativeToTallestObject" x="628" y="0" width="80" height="13" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center">
<font size="6" isBold="true"/>
</textElement>
@ -317,28 +318,28 @@
<textFieldExpression><![CDATA[$R{group.total}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="2b63a56a-7ac3-4799-8e6e-5c2b7d8a3e8d" stretchType="RelativeToTallestObject" x="324" y="1" width="65" height="12" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="2b63a56a-7ac3-4799-8e6e-5c2b7d8a3e8d" stretchType="RelativeToTallestObject" x="343" y="1" width="65" height="12" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Right">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$V{passagens_group}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="27802809-5617-44e5-a89b-cc64e8bde961" stretchType="RelativeToTallestObject" x="444" y="1" width="60" height="12" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="27802809-5617-44e5-a89b-cc64e8bde961" stretchType="RelativeToTallestObject" x="463" y="1" width="60" height="12" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Right">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$V{total_group}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="25f0464f-b216-44bd-aad1-d1b4f4dbe0ea" stretchType="RelativeToTallestObject" x="569" y="1" width="40" height="12" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="25f0464f-b216-44bd-aad1-d1b4f4dbe0ea" stretchType="RelativeToTallestObject" x="588" y="1" width="40" height="12" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Right">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$V{kmRodado_group}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="d6bdd9c3-6810-4f3b-8b0a-6d90a8abbb2c" stretchType="RelativeToTallestObject" x="693" y="1" width="119" height="12" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="d6bdd9c3-6810-4f3b-8b0a-6d90a8abbb2c" stretchType="RelativeToTallestObject" x="712" y="1" width="100" height="12" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center">
<font size="6" isBold="true"/>
</textElement>
@ -348,35 +349,35 @@
<reportElement uuid="736a47e0-7471-44d8-98df-c61d122bf3ac" positionType="Float" x="1" y="13" width="811" height="1"/>
</line>
<textField isStretchWithOverflow="true" pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="5b39be34-6310-483a-bba3-22711e925447" stretchType="RelativeToTallestObject" x="389" y="1" width="55" height="12" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="5b39be34-6310-483a-bba3-22711e925447" stretchType="RelativeToTallestObject" x="408" y="1" width="55" height="12" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Right">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$V{seguro_group}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="3e059d4f-b901-4ef2-b319-a046b5fd1ad2" stretchType="RelativeToTallestObject" x="505" y="1" width="21" height="12" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="3e059d4f-b901-4ef2-b319-a046b5fd1ad2" stretchType="RelativeToTallestObject" x="524" y="1" width="21" height="12" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Right">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$V{ord_group}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="260b69b9-2baa-4d58-9e8b-bf6cd1ea7dc9" stretchType="RelativeToTallestObject" x="526" y="1" width="19" height="12" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="260b69b9-2baa-4d58-9e8b-bf6cd1ea7dc9" stretchType="RelativeToTallestObject" x="545" y="1" width="19" height="12" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Right">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$V{extra_group}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="04e07f25-0557-4747-84ee-d2b7a8599a35" stretchType="RelativeToTallestObject" x="543" y="1" width="22" height="12" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="04e07f25-0557-4747-84ee-d2b7a8599a35" stretchType="RelativeToTallestObject" x="562" y="1" width="22" height="12" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Right">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$V{totalViagem_group}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="c3d522d1-a1f6-4926-866d-ba85a0e91497" stretchType="RelativeToTallestObject" x="609" y="1" width="80" height="12" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="c3d522d1-a1f6-4926-866d-ba85a0e91497" stretchType="RelativeToTallestObject" x="628" y="1" width="80" height="12" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center">
<font size="6" isBold="true"/>
</textElement>
@ -411,63 +412,63 @@
<textFieldExpression><![CDATA[$R{ruta.total}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="8d5bc08e-8c89-4658-9410-e016957154cb" stretchType="RelativeToTallestObject" x="324" y="2" width="65" height="9" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="8d5bc08e-8c89-4658-9410-e016957154cb" stretchType="RelativeToTallestObject" x="343" y="2" width="65" height="9" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Right">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$V{passagens_ruta}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="b5b1a192-a775-434e-8cbd-3a6577c05e48" stretchType="RelativeToTallestObject" x="389" y="2" width="55" height="9" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="b5b1a192-a775-434e-8cbd-3a6577c05e48" stretchType="RelativeToTallestObject" x="408" y="2" width="55" height="9" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Right">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$V{seguro_group}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="47bdfe76-1b48-45e6-8cb1-53feb9e40340" stretchType="RelativeToTallestObject" x="444" y="2" width="60" height="9" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="47bdfe76-1b48-45e6-8cb1-53feb9e40340" stretchType="RelativeToTallestObject" x="463" y="2" width="60" height="9" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Right">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$V{total_ruta}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="cf98d15f-de31-419d-814b-1185b434cbd0" stretchType="RelativeToTallestObject" x="505" y="1" width="21" height="10" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="cf98d15f-de31-419d-814b-1185b434cbd0" stretchType="RelativeToTallestObject" x="524" y="1" width="21" height="10" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Right">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$V{ord_ruta}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="f841e4c7-f78f-4dfe-badc-263fb4df5a27" stretchType="RelativeToTallestObject" x="526" y="2" width="19" height="9" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="f841e4c7-f78f-4dfe-badc-263fb4df5a27" stretchType="RelativeToTallestObject" x="545" y="2" width="19" height="9" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Right">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$V{extra_ruta}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="8ec4ba62-187a-4048-b1c3-0598ef412475" stretchType="RelativeToTallestObject" x="543" y="2" width="22" height="9" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="8ec4ba62-187a-4048-b1c3-0598ef412475" stretchType="RelativeToTallestObject" x="562" y="2" width="22" height="9" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Right">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$V{totalViagem_ruta}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="005958bd-8753-49f7-83ed-995568c33644" stretchType="RelativeToTallestObject" x="569" y="2" width="40" height="9" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="005958bd-8753-49f7-83ed-995568c33644" stretchType="RelativeToTallestObject" x="588" y="2" width="40" height="9" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Right">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$V{kmRodado_ruta}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="3140905a-a51a-4227-bc64-4ee1b1fa33eb" stretchType="RelativeToTallestObject" x="609" y="2" width="80" height="9" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="3140905a-a51a-4227-bc64-4ee1b1fa33eb" stretchType="RelativeToTallestObject" x="628" y="2" width="80" height="9" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$V{absol_ruta}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="abae3006-9685-42e5-952b-15321d7f0063" stretchType="RelativeToTallestObject" x="693" y="2" width="119" height="9" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="abae3006-9685-42e5-952b-15321d7f0063" stretchType="RelativeToTallestObject" x="712" y="2" width="100" height="9" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center">
<font size="6" isBold="true"/>
</textElement>
@ -533,34 +534,34 @@
<textFieldExpression><![CDATA[$R{header.filtro} + $R{header.filtro.linha} + " ( " + $P{LINHA_FILTRO} + " ) " + $R{header.filtro.servico} + " ( " + $P{SERVICO_FILTRO} + " ) " + $R{header.filtro.grupo} + " ( " + $P{DESCGRUPO} + " ) "]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="c11155fe-5b61-44d7-8ad6-f9a3181f6c0a" x="693" y="67" width="119" height="10"/>
<reportElement uuid="c11155fe-5b61-44d7-8ad6-f9a3181f6c0a" x="712" y="67" width="100" height="10"/>
<textElement textAlignment="Center">
<font size="7"/>
</textElement>
<textFieldExpression><![CDATA[$R{detail.parametrosOperacionais}]]></textFieldExpression>
</textField>
<line>
<reportElement uuid="9c896277-f8e2-41ce-bf13-95499b7d3da7" x="693" y="77" width="119" height="1"/>
<reportElement uuid="9c896277-f8e2-41ce-bf13-95499b7d3da7" x="712" y="77" width="100" height="1"/>
</line>
<textField>
<reportElement uuid="169274ca-49ff-4136-9eb3-3f3384ebcdb8" x="505" y="67" width="103" height="10"/>
<reportElement uuid="169274ca-49ff-4136-9eb3-3f3384ebcdb8" x="524" y="67" width="103" height="10"/>
<textElement textAlignment="Center">
<font size="7"/>
</textElement>
<textFieldExpression><![CDATA[$R{detail.viagens}]]></textFieldExpression>
</textField>
<line>
<reportElement uuid="5e64ae31-94b7-4b72-872c-d68ac8262db5" x="513" y="77" width="95" height="1"/>
<reportElement uuid="5e64ae31-94b7-4b72-872c-d68ac8262db5" x="532" y="77" width="95" height="1"/>
</line>
<textField>
<reportElement uuid="b350299e-c005-4896-b5b3-2a20af2166ce" x="325" y="67" width="179" height="10"/>
<reportElement uuid="b350299e-c005-4896-b5b3-2a20af2166ce" x="344" y="67" width="179" height="10"/>
<textElement textAlignment="Center">
<font size="7"/>
</textElement>
<textFieldExpression><![CDATA[$R{detail.receita}]]></textFieldExpression>
</textField>
<line>
<reportElement uuid="c4e021a7-182e-4edc-a927-b3fbba87f5cc" x="325" y="77" width="179" height="1"/>
<reportElement uuid="c4e021a7-182e-4edc-a927-b3fbba87f5cc" x="344" y="77" width="179" height="1"/>
</line>
<textField>
<reportElement uuid="c0f124b2-3691-4f49-9b86-69d76f249584" x="0" y="80" width="22" height="10"/>
@ -570,42 +571,42 @@
<textFieldExpression><![CDATA[$R{detail.hora}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="30b30f3d-c4f3-40a2-825a-812ae5475414" x="253" y="80" width="38" height="11"/>
<reportElement uuid="30b30f3d-c4f3-40a2-825a-812ae5475414" x="272" y="80" width="38" height="11"/>
<textElement markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{detail.setido}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="b4d0878e-61e8-436c-a83b-8f95548e52be" x="291" y="80" width="33" height="11"/>
<reportElement uuid="b4d0878e-61e8-436c-a83b-8f95548e52be" x="310" y="80" width="33" height="11"/>
<textElement textAlignment="Right" markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{detail.extensao}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="7cf8f759-fbec-487c-af73-6d5d3c10137d" x="324" y="80" width="65" height="10"/>
<reportElement uuid="7cf8f759-fbec-487c-af73-6d5d3c10137d" x="343" y="80" width="65" height="10"/>
<textElement textAlignment="Right" markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{detail.passagens}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="723b5317-9cfc-4722-900f-5d94c2050b39" x="444" y="80" width="60" height="10"/>
<reportElement uuid="723b5317-9cfc-4722-900f-5d94c2050b39" x="463" y="80" width="60" height="10"/>
<textElement textAlignment="Right" markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{detail.total}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="b97305e9-580b-4cdb-a5f2-eae59e567ec7" x="569" y="80" width="40" height="10"/>
<reportElement uuid="b97305e9-580b-4cdb-a5f2-eae59e567ec7" x="588" y="80" width="40" height="10"/>
<textElement textAlignment="Center">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{detail.km.rodad}]]></textFieldExpression>
</textField>
<textField evaluationTime="Report">
<reportElement uuid="f9fd6d4e-46da-4f69-a9bd-6e4183f317b4" x="693" y="80" width="119" height="10"/>
<reportElement uuid="f9fd6d4e-46da-4f69-a9bd-6e4183f317b4" x="712" y="80" width="100" height="10"/>
<textElement textAlignment="Center">
<font size="6" isBold="true"/>
</textElement>
@ -633,7 +634,7 @@
</textField>
<textField>
<reportElement uuid="da09a6c8-d710-4967-8595-5b5111cc3b4c" mode="Opaque" x="733" y="30" width="79" height="15" backcolor="#CDCDCD"/>
<textElement/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$P{USUARIO_ID}+"-"+$P{NOME_USUARIO}]]></textFieldExpression>
</textField>
<textField>
@ -644,45 +645,45 @@
<textFieldExpression><![CDATA[$R{detail.cal}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="6e8b4cc0-6dd6-4c44-89ba-57a70eea9468" x="389" y="80" width="55" height="10"/>
<reportElement uuid="6e8b4cc0-6dd6-4c44-89ba-57a70eea9468" x="408" y="80" width="55" height="10"/>
<textElement textAlignment="Right" markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{detail.seguro}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="41e03951-57b4-4bb8-b8f0-d52ecfffcc34" x="505" y="80" width="21" height="10"/>
<reportElement uuid="41e03951-57b4-4bb8-b8f0-d52ecfffcc34" x="524" y="80" width="21" height="10"/>
<textElement textAlignment="Right" markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{detail.ord}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="cf169b96-05d4-4874-a4e3-77d332e007d7" x="526" y="80" width="19" height="10"/>
<reportElement uuid="cf169b96-05d4-4874-a4e3-77d332e007d7" x="545" y="80" width="19" height="10"/>
<textElement textAlignment="Right" markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{detail.extra}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="fec8e223-0aac-493b-af61-c7e024a96494" x="543" y="80" width="22" height="10"/>
<reportElement uuid="fec8e223-0aac-493b-af61-c7e024a96494" x="562" y="80" width="22" height="10"/>
<textElement textAlignment="Center">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{detail.totalViagem}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="a788082c-5a44-4738-a552-dc38a7a66b49" x="609" y="67" width="80" height="10"/>
<reportElement uuid="a788082c-5a44-4738-a552-dc38a7a66b49" x="628" y="67" width="80" height="10"/>
<textElement textAlignment="Center">
<font size="7"/>
</textElement>
<textFieldExpression><![CDATA[$R{detail.passageiros}]]></textFieldExpression>
</textField>
<line>
<reportElement uuid="9bbfb219-95fa-48a0-88d2-435825ce9b7e" x="609" y="77" width="80" height="1"/>
<reportElement uuid="9bbfb219-95fa-48a0-88d2-435825ce9b7e" x="628" y="77" width="80" height="1"/>
</line>
<textField>
<reportElement uuid="1388a7bf-eeb9-47cc-afa3-719119777282" x="609" y="80" width="80" height="10"/>
<reportElement uuid="1388a7bf-eeb9-47cc-afa3-719119777282" x="628" y="80" width="80" height="10"/>
<textElement textAlignment="Center">
<font size="6" isBold="true"/>
</textElement>
@ -695,6 +696,13 @@
</textElement>
<textFieldExpression><![CDATA[$R{detail.servico}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="87858b4f-fd45-4fad-972d-a119bb115fee" x="254" y="80" width="17" height="9"/>
<textElement textAlignment="Center" markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{detail.lot}]]></textFieldExpression>
</textField>
</band>
</pageHeader>
<columnHeader>
@ -703,14 +711,14 @@
<detail>
<band height="10" splitType="Stretch">
<textField isStretchWithOverflow="true" pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="f75ac988-7ec6-4d13-a51e-3a9f933eee66" stretchType="RelativeToTallestObject" x="444" y="0" width="60" height="10" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="f75ac988-7ec6-4d13-a51e-3a9f933eee66" stretchType="RelativeToTallestObject" x="463" y="0" width="60" height="10" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Right">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{total}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="e1bac278-5cfb-4732-8e2d-2973b3e847e4" stretchType="RelativeToTallestObject" x="569" y="0" width="40" height="10" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="e1bac278-5cfb-4732-8e2d-2973b3e847e4" stretchType="RelativeToTallestObject" x="588" y="0" width="40" height="10" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Right">
<font size="6"/>
</textElement>
@ -724,28 +732,28 @@
<textFieldExpression><![CDATA[$F{hora}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="34173f78-c597-498a-9277-929b9458ec25" stretchType="RelativeToTallestObject" x="324" y="0" width="65" height="10" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="34173f78-c597-498a-9277-929b9458ec25" stretchType="RelativeToTallestObject" x="343" y="0" width="65" height="10" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Right">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{passagens}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="afdc1c7a-72f8-4992-b747-97e4744034a1" stretchType="RelativeToTallestObject" x="291" y="0" width="33" height="10"/>
<reportElement uuid="afdc1c7a-72f8-4992-b747-97e4744034a1" stretchType="RelativeToTallestObject" x="310" y="0" width="33" height="10"/>
<textElement textAlignment="Right">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{extensao}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="8c3fd018-651e-4cb3-96da-7c33a0c8db83" stretchType="RelativeToTallestObject" x="693" y="0" width="119" height="10" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="8c3fd018-651e-4cb3-96da-7c33a0c8db83" stretchType="RelativeToTallestObject" x="712" y="0" width="100" height="10" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{rsKm}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="d5b5f4cf-5f24-4f8c-8a81-b86bc0420d08" stretchType="RelativeToTallestObject" x="253" y="0" width="38" height="10"/>
<reportElement uuid="d5b5f4cf-5f24-4f8c-8a81-b86bc0420d08" stretchType="RelativeToTallestObject" x="272" y="0" width="38" height="10"/>
<textElement textAlignment="Center">
<font size="6"/>
</textElement>
@ -759,35 +767,35 @@
<textFieldExpression><![CDATA[$F{descRuta}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="61175025-a52f-415c-88a2-796af6166518" stretchType="RelativeToTallestObject" x="389" y="0" width="55" height="10" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="61175025-a52f-415c-88a2-796af6166518" stretchType="RelativeToTallestObject" x="408" y="0" width="55" height="10" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Right">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{seguro}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="ece8b154-3438-4c0d-9939-82304cef7c2f" stretchType="RelativeToTallestObject" x="505" y="0" width="21" height="10" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="ece8b154-3438-4c0d-9939-82304cef7c2f" stretchType="RelativeToTallestObject" x="524" y="0" width="21" height="10" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Right">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{ord}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="3fe7734b-b331-4362-9fd0-ce6023369998" stretchType="RelativeToTallestObject" x="526" y="0" width="19" height="10" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="3fe7734b-b331-4362-9fd0-ce6023369998" stretchType="RelativeToTallestObject" x="545" y="0" width="19" height="10" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Right">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{extra}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="d3fdffeb-17af-4475-8748-af52d72abeed" stretchType="RelativeToTallestObject" x="543" y="0" width="22" height="10" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="d3fdffeb-17af-4475-8748-af52d72abeed" stretchType="RelativeToTallestObject" x="562" y="0" width="22" height="10" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Right">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{totalViagem}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="64d39f6a-972c-43f2-adea-0e4ea6e43c4e" stretchType="RelativeToTallestObject" x="609" y="0" width="80" height="10" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="64d39f6a-972c-43f2-adea-0e4ea6e43c4e" stretchType="RelativeToTallestObject" x="628" y="0" width="80" height="10" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center">
<font size="6"/>
</textElement>
@ -807,6 +815,13 @@
</textElement>
<textFieldExpression><![CDATA[$F{cla}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="ce6727a7-18f0-4b36-811f-db883788ded9" stretchType="RelativeToTallestObject" x="254" y="0" width="17" height="10" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{lot}]]></textFieldExpression>
</textField>
</band>
</detail>
<columnFooter>
@ -821,21 +836,21 @@
<summary>
<band height="14" splitType="Stretch">
<textField isStretchWithOverflow="true" pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="fb2fa43e-b87b-4b4d-9e15-dd60bfe81787" positionType="Float" stretchType="RelativeToTallestObject" x="324" y="0" width="65" height="14" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="fb2fa43e-b87b-4b4d-9e15-dd60bfe81787" positionType="Float" stretchType="RelativeToTallestObject" x="343" y="0" width="65" height="14" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Right">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$P{TOTAL_PASSAGENS}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="7bbb0c46-57d5-449b-ac94-15eba31bae5b" positionType="Float" stretchType="RelativeToTallestObject" x="444" y="0" width="60" height="14" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="7bbb0c46-57d5-449b-ac94-15eba31bae5b" positionType="Float" stretchType="RelativeToTallestObject" x="463" y="0" width="60" height="14" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Right">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$P{TOTAL_TOTAL}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="0497b315-b7d5-436d-9e66-144db5dec2c1" positionType="Float" stretchType="RelativeToTallestObject" x="569" y="0" width="40" height="14" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="0497b315-b7d5-436d-9e66-144db5dec2c1" positionType="Float" stretchType="RelativeToTallestObject" x="588" y="0" width="40" height="14" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Right">
<font size="6" isBold="true"/>
</textElement>
@ -849,42 +864,42 @@
<textFieldExpression><![CDATA[$R{total.geral}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="c89eabd5-2f70-4834-a49a-a44efa77b8c8" positionType="Float" stretchType="RelativeToTallestObject" x="693" y="0" width="119" height="14" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="c89eabd5-2f70-4834-a49a-a44efa77b8c8" positionType="Float" stretchType="RelativeToTallestObject" x="712" y="0" width="100" height="14" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center">
<font size="6" isBold="true" isStrikeThrough="false"/>
</textElement>
<textFieldExpression><![CDATA[$V{TOTAL_RSKM}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
<reportElement uuid="4a3fbf16-96fa-4520-b6a1-1a2ad4ee887f" positionType="Float" stretchType="RelativeToTallestObject" x="389" y="0" width="55" height="14" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="4a3fbf16-96fa-4520-b6a1-1a2ad4ee887f" positionType="Float" stretchType="RelativeToTallestObject" x="408" y="0" width="55" height="14" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Right">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$P{TOTAL_SEGURO}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="947632c6-0c10-4eeb-b1fc-eceef4fcd2e1" positionType="Float" stretchType="RelativeToTallestObject" x="505" y="0" width="21" height="14" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="947632c6-0c10-4eeb-b1fc-eceef4fcd2e1" positionType="Float" stretchType="RelativeToTallestObject" x="524" y="0" width="21" height="14" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Right">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$P{TOTAL_ORDINARIO}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="09bf1f07-5a6a-420d-966a-d321ee6f099e" positionType="Float" stretchType="RelativeToTallestObject" x="526" y="0" width="17" height="14" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="09bf1f07-5a6a-420d-966a-d321ee6f099e" positionType="Float" stretchType="RelativeToTallestObject" x="545" y="0" width="17" height="14" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Right">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$P{TOTAL_EXTRA}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="3eea7c3e-a144-4fc9-84b0-f8624986842f" positionType="Float" stretchType="RelativeToTallestObject" x="543" y="0" width="22" height="14" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="3eea7c3e-a144-4fc9-84b0-f8624986842f" positionType="Float" stretchType="RelativeToTallestObject" x="562" y="0" width="22" height="14" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Right">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$P{TOTAL_VIAGEM}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="b1634908-58ed-490e-98d6-b192e72df5c7" positionType="Float" stretchType="RelativeToTallestObject" x="609" y="0" width="80" height="14" isPrintWhenDetailOverflows="true"/>
<reportElement uuid="b1634908-58ed-490e-98d6-b192e72df5c7" positionType="Float" stretchType="RelativeToTallestObject" x="628" y="0" width="80" height="14" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Center">
<font size="6" isBold="true"/>
</textElement>