maia/.svn/pristine/d8/d81d1122156f082c4633e3371db...

454 lines
22 KiB
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<!-- Created with Jaspersoft Studio version 6.5.1.final using JasperReports Library version 6.5.1 -->
<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="reporteCompaniaInscrita" pageWidth="860" pageHeight="595" orientation="Landscape" whenNoDataType="AllSectionsNoDetail" columnWidth="820" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="80331279-9be4-4003-ad3d-d3b8bfdf2084">
<property name="com.jaspersoft.studio.data.defaultdataadapter" value="comaco"/>
<property name="ireport.zoom" value="1.0"/>
<property name="ireport.x" value="0"/>
<property name="ireport.y" value="0"/>
<property name="com.jaspersoft.studio.unit." value="pixel"/>
<property name="com.jaspersoft.studio.data.sql.tables" value=""/>
<property name="com.jaspersoft.studio.data.sql.SQLQueryDesigner.sash.w1" value="0"/>
<property name="com.jaspersoft.studio.data.sql.SQLQueryDesigner.sash.w2" value="1000"/>
<property name="com.jaspersoft.studio.unit.pageHeight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.pageWidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.topMargin" value="pixel"/>
<property name="com.jaspersoft.studio.unit.bottomMargin" value="pixel"/>
<property name="com.jaspersoft.studio.unit.leftMargin" value="pixel"/>
<property name="com.jaspersoft.studio.unit.rightMargin" value="pixel"/>
<property name="com.jaspersoft.studio.unit.columnWidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.columnSpacing" value="pixel"/>
<template><![CDATA[$P{pathstyle}]]></template>
<parameter name="pathstyle" class="java.lang.String" isForPrompting="false">
<defaultValueExpression><![CDATA["repo:/maia/1/style/style"]]></defaultValueExpression>
</parameter>
<parameter name="pathLogoIzquierda" class="java.lang.String">
<defaultValueExpression><![CDATA["repo:/maia/1/image/comandoconjunto"]]></defaultValueExpression>
</parameter>
<parameter name="pathLogoDerecha" class="java.lang.String">
<defaultValueExpression><![CDATA["repo:/maia/1/image/selloarmas"]]></defaultValueExpression>
</parameter>
<parameter name="usuario" class="java.lang.String">
<parameterDescription><![CDATA[]]></parameterDescription>
</parameter>
<parameter name="fecActual" class="java.lang.String"/>
<queryString language="SQL">
<![CDATA[--TRAMITE PRIMERA VEZ
select rownum, to_char(solicitud.FREAL, 'dd/MM/yyyy hh24:mi:ss')as freal,
(select p.IDENTIFICATION from TCUSTPERSONDETAIL p where p.PERSONCODE=solicitud.PERSONCODE and TO_CHAR(p.DATETO,'yyyy/MM')='2999/12') identificacion,
(select p.NAME from TCUSTPERSONDETAIL p where p.PERSONCODE=solicitud.PERSONCODE and TO_CHAR(p.DATETO,'yyyy/MM')='2999/12') razonSocial,
(select pro.description from tgeneprovince pro where
pro.COUNTRYCODE=(select p.COUNTRYCODE from TCUSTPERSONADDRESS p where p.PERSONCODE=solicitud.PERSONCODE and TO_CHAR(p.DATETO,'yyyy/MM')='2999/12' and p.ADDRESSTYPECATALOG=1)
and pro.provincecode=(select p.provincecode from TCUSTPERSONADDRESS p where p.PERSONCODE=solicitud.PERSONCODE and TO_CHAR(p.DATETO,'yyyy/MM')='2999/12' and p.ADDRESSTYPECATALOG=1)) provincia,
ea.DESCRIPTION AS estado , tipotramite.DESCRIPTION, autorizacion.DESCRIPTION AS autorizacion, categoria.DESCRIPTION AS categoria, uso.DESCRIPTION AS actividad
from tarmsolicitud solicitud
INNER JOIN TGENECATALOGDETAIL EA ON EA.CATALOGCODE=solicitud.ESTADOCODIGO AND EA.CATALOG=solicitud.ESTADO
left join tarmtramite tramite on tramite.ctramite = solicitud.ctramite
--TIPO DE TRAMITE
left join tgenecatalogdetail tipotramite on tipotramite.catalog=tramite.tipotramite and tipotramite.catalogcode=tramite.tipotramitecodigo
--TIPO DE AUTORIZACION
left join tgenecatalogdetail autorizacion on autorizacion.catalog=tramite.TIPOAUTORIZACION and autorizacion.catalogcode=tramite.TIPOAUTORIZACIONCODIGO
--TIPO DE CATEGORIA
left join tgenecatalogdetail categoria on categoria.catalog=tramite.CATEGORIA and categoria.catalogcode=tramite.CATEGORIACODIGO
--USO ACTIVIDAD
left join tgenecatalogdetail uso on uso.catalog=tramite.USOACTIVIDAD and uso.catalogcode=tramite.USOACTIVIDADCODIGO
WHERE NOT exists(
SELECT dh.CSOLICITUD FROM TARMDOCUMENTOHABILITANTE dh WHERE dh.CSOLICITUD=solicitud.csolicitud
)
AND solicitud.ESTADO='REG'
AND solicitud.CTRAMITE=58]]>
</queryString>
<field name="ROWNUM" class="java.math.BigDecimal">
<property name="com.jaspersoft.studio.field.label" value="ROWNUM"/>
</field>
<field name="FREAL" class="java.lang.String">
<property name="com.jaspersoft.studio.field.label" value="FREAL"/>
</field>
<field name="IDENTIFICACION" class="java.lang.String">
<property name="com.jaspersoft.studio.field.label" value="IDENTIFICACION"/>
</field>
<field name="RAZONSOCIAL" class="java.lang.String">
<property name="com.jaspersoft.studio.field.label" value="RAZONSOCIAL"/>
</field>
<field name="PROVINCIA" class="java.lang.String">
<property name="com.jaspersoft.studio.field.label" value="PROVINCIA"/>
</field>
<field name="ESTADO" class="java.lang.String">
<property name="com.jaspersoft.studio.field.label" value="ESTADO"/>
</field>
<field name="DESCRIPTION" class="java.lang.String">
<property name="com.jaspersoft.studio.field.label" value="DESCRIPTION"/>
</field>
<field name="AUTORIZACION" class="java.lang.String">
<property name="com.jaspersoft.studio.field.label" value="AUTORIZACION"/>
</field>
<field name="CATEGORIA" class="java.lang.String">
<property name="com.jaspersoft.studio.field.label" value="CATEGORIA"/>
</field>
<field name="ACTIVIDAD" class="java.lang.String">
<property name="com.jaspersoft.studio.field.label" value="ACTIVIDAD"/>
</field>
<background>
<band splitType="Stretch"/>
</background>
<title>
<band height="119" splitType="Stretch">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<staticText>
<reportElement style="title1" x="113" y="0" width="587" height="20" forecolor="#000000" uuid="a5555ed3-8bce-44fd-afbb-28084239a1a1"/>
<textElement textAlignment="Center"/>
<text><![CDATA[COMANDO CONJUNTO DE LAS FUERZAS ARMADAS]]></text>
</staticText>
<staticText>
<reportElement key="" style="title1" x="113" y="20" width="587" height="20" forecolor="#000000" uuid="98c268e9-4cb8-4184-9c02-537b79b6957c"/>
<textElement textAlignment="Center"/>
<text><![CDATA[DEPARTAMENTO DE CONTROL DE ARMAS]]></text>
</staticText>
<image>
<reportElement x="23" y="0" width="90" height="80" uuid="5c1c706c-0485-4d8f-be4c-9ad18ad76225">
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<imageExpression><![CDATA[$P{pathLogoIzquierda}]]></imageExpression>
</image>
<image>
<reportElement x="701" y="0" width="90" height="80" uuid="560083e4-2ae5-4b08-9886-6b1c828f2fe1">
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<imageExpression><![CDATA[$P{pathLogoDerecha}]]></imageExpression>
</image>
<staticText>
<reportElement key="" style="title1" x="24" y="80" width="767" height="24" forecolor="#000000" uuid="e1bc5026-43c0-483c-869e-7ea6c5921cdb"/>
<textElement textAlignment="Center"/>
<text><![CDATA[REPORTE NÚMERO DE COMPANIAS INSCRITAS]]></text>
</staticText>
</band>
</title>
<pageHeader>
<band height="15" splitType="Stretch">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</band>
</pageHeader>
<columnHeader>
<band height="40" splitType="Stretch">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<staticText>
<reportElement style="title2" x="105" y="10" width="100" height="30" forecolor="#000000" uuid="2855d5a8-74a4-4103-a919-ee42294f8267">
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center"/>
<text><![CDATA[IDENTIFICACIÓN]]></text>
</staticText>
<staticText>
<reportElement style="title2" x="205" y="10" width="250" height="30" forecolor="#000000" uuid="dda257b1-0179-4c0a-9f16-44fdd240a2d6">
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center"/>
<text><![CDATA[NOMBRE COMPANIA]]></text>
</staticText>
<staticText>
<reportElement style="title2" x="605" y="10" width="75" height="30" forecolor="#000000" uuid="fa938e82-63a8-4120-b4a3-7d35660c5ba2">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="local_mesure_unity" value="pixel"/>
<property name="com.jaspersoft.studio.unit.y" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center"/>
<text><![CDATA[TIPO]]></text>
</staticText>
<staticText>
<reportElement style="title2" x="30" y="10" width="75" height="30" forecolor="#000000" uuid="66211d58-7cc4-4dbd-853d-52c72a320162">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="local_mesure_unity" value="pixel"/>
<property name="com.jaspersoft.studio.unit.y" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center"/>
<text><![CDATA[FECHA SOLICITUD]]></text>
</staticText>
<staticText>
<reportElement style="title2" x="455" y="10" width="75" height="30" forecolor="#000000" uuid="5366b44c-c132-43d2-8910-c2021457c3e2">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="local_mesure_unity" value="pixel"/>
<property name="com.jaspersoft.studio.unit.y" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center"/>
<text><![CDATA[PROVINCIA]]></text>
</staticText>
<staticText>
<reportElement style="title2" x="530" y="10" width="75" height="30" forecolor="#000000" uuid="e6a1dad9-b8c4-4911-9efd-fcaf24f22536">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="local_mesure_unity" value="pixel"/>
<property name="com.jaspersoft.studio.unit.y" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center"/>
<text><![CDATA[ESTADO]]></text>
</staticText>
<staticText>
<reportElement style="title2" x="0" y="10" width="30" height="30" forecolor="#000000" uuid="0c1e7664-a230-472a-904a-0a581b5eb5b5">
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center"/>
<text><![CDATA[ORD.]]></text>
</staticText>
<staticText>
<reportElement style="title2" x="680" y="10" width="140" height="30" forecolor="#000000" uuid="f52e569d-3abe-4774-a30d-5c3fd63b80fe">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="local_mesure_unity" value="pixel"/>
<property name="com.jaspersoft.studio.unit.y" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center"/>
<text><![CDATA[ACTIVIDAD]]></text>
</staticText>
</band>
</columnHeader>
<detail>
<band height="30" splitType="Stretch">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<textField isBlankWhenNull="true">
<reportElement x="205" y="0" width="250" height="30" uuid="0726ee18-ce78-4330-8148-d30aee5b15fa"/>
<box leftPadding="5">
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{RAZONSOCIAL}]]></textFieldExpression>
</textField>
<textField isBlankWhenNull="true">
<reportElement x="105" y="0" width="100" height="30" uuid="89d8f90b-483c-44d6-8ca5-1356173ae311"/>
<box leftPadding="5">
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{IDENTIFICACION}]]></textFieldExpression>
</textField>
<textField isBlankWhenNull="true">
<reportElement x="30" y="0" width="75" height="30" uuid="68dad647-1507-412f-83c5-ae1f8016e486"/>
<box leftPadding="5">
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{FREAL}]]></textFieldExpression>
</textField>
<textField isBlankWhenNull="true">
<reportElement x="455" y="0" width="75" height="30" uuid="ed8ad0e3-615a-4bcd-a89c-3767632379c2"/>
<box leftPadding="5">
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{PROVINCIA}]]></textFieldExpression>
</textField>
<textField isBlankWhenNull="true">
<reportElement x="530" y="0" width="75" height="30" uuid="e89fcc4f-33d0-4b0d-b9d2-50d95fcde54e"/>
<box leftPadding="5">
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{ESTADO}]]></textFieldExpression>
</textField>
<textField isBlankWhenNull="true">
<reportElement x="0" y="0" width="30" height="30" uuid="457c9fde-dedc-4840-b183-8fc11286a1f1"/>
<box leftPadding="5">
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{ROWNUM}]]></textFieldExpression>
</textField>
<textField isBlankWhenNull="true">
<reportElement x="605" y="0" width="75" height="30" uuid="829a4941-7076-4466-8bc8-5888f4d5c6c0"/>
<box leftPadding="5">
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{AUTORIZACION}]]></textFieldExpression>
</textField>
<textField isBlankWhenNull="true">
<reportElement x="680" y="0" width="140" height="30" uuid="728e0a5f-8679-421c-883d-5cd0f3780e5d"/>
<box leftPadding="5">
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{ACTIVIDAD}]]></textFieldExpression>
</textField>
</band>
</detail>
<pageFooter>
<band height="31">
<staticText>
<reportElement style="title1" x="91" y="2" width="75" height="15" forecolor="#000000" uuid="28269f67-c57f-4ffd-b2d4-c8967a99a79d">
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unity" value="pixel"/>
<property name="com.jaspersoft.studio.unit.y" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
<leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
<bottomPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
</box>
<textElement textAlignment="Center"/>
<text><![CDATA[Usuario:]]></text>
</staticText>
<staticText>
<reportElement style="title1" x="370" y="3" width="126" height="15" forecolor="#000000" uuid="b179a9ce-90fc-4f0b-b940-0f511cce9457">
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unity" value="pixel"/>
<property name="com.jaspersoft.studio.unit.y" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
<leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
<bottomPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
</box>
<textElement textAlignment="Center"/>
<text><![CDATA[Fecha emisión / Hora:]]></text>
</staticText>
<textField>
<reportElement style="normal" x="166" y="0" width="135" height="15" uuid="985dd29b-bb0f-4313-ae86-6cf843c98e27">
<property name="local_mesure_unity" value="pixel"/>
<property name="com.jaspersoft.studio.unit.y" value="px"/>
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box topPadding="2"/>
<textElement verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$P{usuario}]]></textFieldExpression>
</textField>
<textField>
<reportElement style="normal" x="497" y="1" width="155" height="15" uuid="4d6b7677-4142-4ad4-af37-58dc8d76aab9">
<property name="local_mesure_unity" value="pixel"/>
<property name="com.jaspersoft.studio.unit.y" value="px"/>
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box topPadding="2"/>
<textElement verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$P{fecActual}]]></textFieldExpression>
</textField>
</band>
</pageFooter>
</jasperReport>