458 lines
22 KiB
XML
Executable File
458 lines
22 KiB
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Created with Jaspersoft Studio version 5.6.1.final using JasperReports Library version 5.6.1 -->
|
|
<!-- 2014-12-30T11:52:33 -->
|
|
<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="estadisticastramites" pageWidth="800" pageHeight="842" whenNoDataType="AllSectionsNoDetail" columnWidth="760" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" isIgnorePagination="true" uuid="1c2b25b3-8062-4632-af06-e55b456c990d">
|
|
<property name="com.jaspersoft.studio.data.defaultdataadapter" value="One Empty Record"/>
|
|
<property name="com.jaspersoft.studio.unit." value="pixel"/>
|
|
<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="pathimage" class="java.lang.String" isForPrompting="false">
|
|
<parameterDescription><![CDATA[]]></parameterDescription>
|
|
<defaultValueExpression><![CDATA["repo:/maia/1/image/logo"]]></defaultValueExpression>
|
|
</parameter>
|
|
<parameter name="pathstyle" class="java.lang.String" isForPrompting="false">
|
|
<defaultValueExpression><![CDATA["repo:/maia/1/style/style"]]></defaultValueExpression>
|
|
</parameter>
|
|
<parameter name="workingdate" class="java.lang.String" isForPrompting="false">
|
|
<defaultValueExpression><![CDATA["2014-09-20"]]></defaultValueExpression>
|
|
</parameter>
|
|
<parameter name="company" class="java.lang.Integer" isForPrompting="false">
|
|
<parameterDescription><![CDATA[compania de trabajo]]></parameterDescription>
|
|
<defaultValueExpression><![CDATA[1]]></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="unidadmilitar" class="java.lang.String"/>
|
|
<parameter name="lugarFecha" class="java.lang.String"/>
|
|
<parameter name="usuario" class="java.lang.String"/>
|
|
<parameter name="fechaInicio" class="java.lang.String"/>
|
|
<parameter name="fechaFin" class="java.lang.String"/>
|
|
<parameter name="idCentroControl" class="java.lang.String"/>
|
|
<parameter name="idAutorizacion" class="java.lang.String"/>
|
|
<queryString language="SQL">
|
|
<![CDATA[select rownum, documentos, centro, tipotramite, tipoautorizacion, categoria, usoactividad from (select
|
|
count(h.ctramite) as documentos,
|
|
y.description as centro, b.description as tipotramite, c.description as tipoautorizacion, d.description as categoria,
|
|
e.description as usoactividad
|
|
from tarmdocumentohabilitante h
|
|
LEFT JOIN tarmtramite a on h.ctramite = a.ctramite
|
|
LEFT JOIN tgenecatalogdetail b on a.tipotramite = b.catalog and a.tipotramitecodigo = b.catalogcode
|
|
LEFT JOIN tgenecatalogdetail c on a.tipoautorizacion = c.catalog and a.tipoautorizacioncodigo = c.catalogcode
|
|
LEFT JOIN tgenecatalogdetail d on a.categoria = d.catalog and a.categoriacodigo = d.catalogcode
|
|
LEFT JOIN tgenecatalogdetail e on a.usoactividad = e.catalog and a.usoactividadcodigo = e.catalogcode
|
|
LEFT JOIN tarmcentrocontrol z on z.ccentrocontrol = h.ccentrocontrol
|
|
LEFT JOIN tgenecatalogdetail y on z.nombreinstitucion = y.catalog and z.nombreinstitucioncodigo = y.catalogcode
|
|
where y.description is not null
|
|
and trunc(h.fechaemision) >= to_date(NVL($P{fechaInicio},h.fechaemision),'dd-mm-yyyy')
|
|
and trunc(h.fechaemision) <= to_date(NVL($P{fechaFin},h.fechaemision),'dd-mm-yyyy')
|
|
and h.ccentrocontrol = NVL($P{idCentroControl}, h.ccentrocontrol)
|
|
and a.tipoautorizacion = NVL($P{idAutorizacion}, a.tipoautorizacion)
|
|
group by y.description, b.description, c.description, d.description, e.description
|
|
having count(h.ctramite) > 0
|
|
order by
|
|
centro, tipotramite, categoria, usoactividad)]]>
|
|
</queryString>
|
|
<field name="documentos" class="java.lang.String"/>
|
|
<field name="centro" class="java.lang.String"/>
|
|
<field name="tipotramite" class="java.lang.String"/>
|
|
<field name="tipoautorizacion" class="java.lang.String"/>
|
|
<field name="categoria" class="java.lang.String"/>
|
|
<field name="usoactividad" class="java.lang.String"/>
|
|
<field name="rownum" class="java.lang.String"/>
|
|
<background>
|
|
<band height="79" splitType="Stretch"/>
|
|
</background>
|
|
<title>
|
|
<band height="122" splitType="Stretch">
|
|
<staticText>
|
|
<reportElement key="" style="title1" x="185" y="20" width="476" height="23" forecolor="#000000" uuid="489d521e-da6b-4a44-8c0e-1a72cf774f67"/>
|
|
<textElement textAlignment="Center"/>
|
|
<text><![CDATA[COMANDO CONJUNTO DE LAS FUERZAS ARMADAS]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement key="" style="title1" x="185" y="43" width="476" height="18" forecolor="#000000" uuid="60eb3be8-b42f-4ad9-854d-39cc7c50bc50"/>
|
|
<textElement textAlignment="Center"/>
|
|
<text><![CDATA[DEPARTAMENTO DE CONTROL DE ARMAS]]></text>
|
|
</staticText>
|
|
<image>
|
|
<reportElement x="-10" y="4" width="195" height="70" uuid="126e75c0-cb31-4459-b13c-87c20647e74d">
|
|
<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_unitx" value="pixel"/>
|
|
</reportElement>
|
|
<imageExpression><![CDATA[$P{pathLogoIzquierda}]]></imageExpression>
|
|
</image>
|
|
<image>
|
|
<reportElement x="661" y="-6" width="116" height="80" uuid="98590519-14fc-419f-a25c-781611dfe4a9">
|
|
<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>
|
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
|
<reportElement style="title3" stretchType="RelativeToTallestObject" x="185" y="100" width="477" height="22" forecolor="#000000" uuid="c9f9c8f3-2b28-4087-977b-88a87cb1d83e">
|
|
<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_unitwidth" value="pixel"/>
|
|
</reportElement>
|
|
<box leftPadding="2" rightPadding="2">
|
|
<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" verticalAlignment="Top">
|
|
<font size="7"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[(($P{fechaInicio}==null || $P{fechaInicio}.isEmpty())?"":"Del:" + $P{fechaInicio}) + (($P{fechaFin}==null || $P{fechaFin}.isEmpty())?"":" Al: " + $P{fechaFin})]]></textFieldExpression>
|
|
</textField>
|
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
|
<reportElement style="title3" stretchType="RelativeToTallestObject" x="185" y="61" width="476" height="13" forecolor="#000000" uuid="f579bbd8-8ded-47b6-b6ce-114d4d5e268b">
|
|
<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_unitwidth" value="pixel"/>
|
|
</reportElement>
|
|
<box leftPadding="2" rightPadding="2">
|
|
<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" verticalAlignment="Top">
|
|
<font size="7"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$P{unidadmilitar}]]></textFieldExpression>
|
|
</textField>
|
|
<staticText>
|
|
<reportElement key="" style="title1" x="185" y="74" width="476" height="26" forecolor="#000000" uuid="4bce9f96-4cd2-409c-9e1d-51b8f460ea06"/>
|
|
<textElement textAlignment="Center"/>
|
|
<text><![CDATA[ESTADÍSTICAS DE TRÁMITES EMITIDOS POR CENTRO DE CONTROL]]></text>
|
|
</staticText>
|
|
</band>
|
|
</title>
|
|
<pageHeader>
|
|
<band height="48" splitType="Stretch"/>
|
|
</pageHeader>
|
|
<columnHeader>
|
|
<band height="26" splitType="Stretch">
|
|
<staticText>
|
|
<reportElement style="title2" x="20" y="9" width="165" height="13" forecolor="#000000" uuid="b18d79a2-973a-4168-aa51-b430b1d8006b">
|
|
<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"/>
|
|
</reportElement>
|
|
<box>
|
|
<topPen lineWidth="0.5"/>
|
|
<leftPen lineWidth="0.5"/>
|
|
<bottomPen lineWidth="0.5"/>
|
|
<rightPen lineWidth="0.5"/>
|
|
</box>
|
|
<textElement textAlignment="Center">
|
|
<font fontName="SansSerif" size="7" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[CENTRO]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="185" y="9" width="96" height="13" forecolor="#000000" uuid="21497d99-bec2-4abd-9dc9-45fe2506548e">
|
|
<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"/>
|
|
</reportElement>
|
|
<box>
|
|
<topPen lineWidth="0.5"/>
|
|
<leftPen lineWidth="0.5"/>
|
|
<bottomPen lineWidth="0.5"/>
|
|
<rightPen lineWidth="0.5"/>
|
|
</box>
|
|
<textElement textAlignment="Center">
|
|
<font fontName="SansSerif" size="7" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[TIPO TRÁMITE]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="281" y="9" width="126" height="13" forecolor="#000000" uuid="232c358a-ea28-4bd9-88e7-16b84ec3d385">
|
|
<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"/>
|
|
</reportElement>
|
|
<box>
|
|
<topPen lineWidth="0.5"/>
|
|
<leftPen lineWidth="0.5"/>
|
|
<bottomPen lineWidth="0.5"/>
|
|
<rightPen lineWidth="0.5"/>
|
|
</box>
|
|
<textElement textAlignment="Center">
|
|
<font fontName="SansSerif" size="7" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[TIPO AUTORIZACIÓN]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="408" y="9" width="126" height="13" forecolor="#000000" uuid="c0275d63-2414-4c74-b634-b67c6e92c248">
|
|
<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"/>
|
|
</reportElement>
|
|
<box>
|
|
<topPen lineWidth="0.5"/>
|
|
<leftPen lineWidth="0.5"/>
|
|
<bottomPen lineWidth="0.5"/>
|
|
<rightPen lineWidth="0.5"/>
|
|
</box>
|
|
<textElement textAlignment="Center">
|
|
<font fontName="SansSerif" size="7" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[CATEGORÍA]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="662" y="9" width="115" height="13" forecolor="#000000" uuid="97d383a8-5a57-4304-947d-cc7e50e633b0">
|
|
<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"/>
|
|
</reportElement>
|
|
<box>
|
|
<topPen lineWidth="0.5"/>
|
|
<leftPen lineWidth="0.5"/>
|
|
<bottomPen lineWidth="0.5"/>
|
|
<rightPen lineWidth="0.5"/>
|
|
</box>
|
|
<textElement textAlignment="Center">
|
|
<font fontName="SansSerif" size="7" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[TOTAL]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="535" y="9" width="126" height="13" forecolor="#000000" uuid="ae37f1e8-080a-48c6-893c-e6511fd4a1b4">
|
|
<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"/>
|
|
</reportElement>
|
|
<box>
|
|
<topPen lineWidth="0.5"/>
|
|
<leftPen lineWidth="0.5"/>
|
|
<bottomPen lineWidth="0.5"/>
|
|
<rightPen lineWidth="0.5"/>
|
|
</box>
|
|
<textElement textAlignment="Center">
|
|
<font fontName="SansSerif" size="7" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[USO/ACTIVIDAD]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="-10" y="9" width="30" height="13" forecolor="#000000" uuid="32dbbbec-907f-4b1e-bdf6-1a491a38b8ad">
|
|
<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"/>
|
|
</reportElement>
|
|
<box>
|
|
<topPen lineWidth="0.5"/>
|
|
<leftPen lineWidth="0.5"/>
|
|
<bottomPen lineWidth="0.5"/>
|
|
<rightPen lineWidth="0.5"/>
|
|
</box>
|
|
<textElement textAlignment="Center">
|
|
<font fontName="SansSerif" size="7" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[No.]]></text>
|
|
</staticText>
|
|
</band>
|
|
</columnHeader>
|
|
<detail>
|
|
<band height="24" splitType="Stretch">
|
|
<textField isStretchWithOverflow="true">
|
|
<reportElement style="detail" stretchType="RelativeToBandHeight" x="185" y="0" width="96" height="24" forecolor="#000000" uuid="6da7340c-0d0d-4b74-aa26-735fd59323d7">
|
|
<property name="local_mesure_unitheight" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
|
</reportElement>
|
|
<box leftPadding="2" rightPadding="2">
|
|
<topPen lineWidth="0.5"/>
|
|
<leftPen lineWidth="0.5"/>
|
|
<bottomPen lineWidth="0.5"/>
|
|
<rightPen lineWidth="0.5"/>
|
|
</box>
|
|
<textElement textAlignment="Center" verticalAlignment="Middle">
|
|
<font fontName="SansSerif" size="10"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{tipotramite}]]></textFieldExpression>
|
|
</textField>
|
|
<textField isStretchWithOverflow="true">
|
|
<reportElement style="detail" stretchType="RelativeToBandHeight" x="281" y="0" width="126" height="24" forecolor="#000000" uuid="36876a61-2227-4fb7-a624-2ad4801edd66">
|
|
<property name="local_mesure_unitheight" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
|
<property name="local_mesure_unitwidth" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
|
</reportElement>
|
|
<box leftPadding="2" rightPadding="2">
|
|
<topPen lineWidth="0.5"/>
|
|
<leftPen lineWidth="0.5"/>
|
|
<bottomPen lineWidth="0.5"/>
|
|
<rightPen lineWidth="0.5"/>
|
|
</box>
|
|
<textElement textAlignment="Center" verticalAlignment="Middle">
|
|
<font fontName="SansSerif" size="10"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{tipoautorizacion}]]></textFieldExpression>
|
|
</textField>
|
|
<textField isStretchWithOverflow="true">
|
|
<reportElement style="detail" stretchType="RelativeToBandHeight" x="408" y="0" width="126" height="24" forecolor="#000000" uuid="ab4f115b-aef8-43e9-b260-986a57ce2b2f">
|
|
<property name="local_mesure_unitheight" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
|
<property name="local_mesure_unitwidth" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
|
</reportElement>
|
|
<box leftPadding="2" rightPadding="2">
|
|
<topPen lineWidth="0.5"/>
|
|
<leftPen lineWidth="0.5"/>
|
|
<bottomPen lineWidth="0.5"/>
|
|
<rightPen lineWidth="0.5"/>
|
|
</box>
|
|
<textElement textAlignment="Center" verticalAlignment="Middle">
|
|
<font fontName="SansSerif" size="10"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{categoria}]]></textFieldExpression>
|
|
</textField>
|
|
<textField isStretchWithOverflow="true">
|
|
<reportElement style="detail" stretchType="RelativeToBandHeight" x="534" y="0" width="128" height="24" forecolor="#000000" uuid="e1008e0a-8c52-48ef-94bd-ad1b94f3959a">
|
|
<property name="local_mesure_unitheight" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
|
</reportElement>
|
|
<box leftPadding="2" rightPadding="2">
|
|
<topPen lineWidth="0.5"/>
|
|
<leftPen lineWidth="0.5"/>
|
|
<bottomPen lineWidth="0.5"/>
|
|
<rightPen lineWidth="0.5"/>
|
|
</box>
|
|
<textElement textAlignment="Center" verticalAlignment="Middle">
|
|
<font fontName="SansSerif" size="10"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{usoactividad}]]></textFieldExpression>
|
|
</textField>
|
|
<textField isStretchWithOverflow="true">
|
|
<reportElement style="detail" stretchType="RelativeToBandHeight" x="662" y="0" width="115" height="24" forecolor="#000000" uuid="e07d857c-c0a5-4875-a88c-09a0bab24a93">
|
|
<property name="local_mesure_unitheight" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
|
<property name="local_mesure_unitwidth" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
|
</reportElement>
|
|
<box leftPadding="2" rightPadding="2">
|
|
<topPen lineWidth="0.5"/>
|
|
<leftPen lineWidth="0.5"/>
|
|
<bottomPen lineWidth="0.5"/>
|
|
<rightPen lineWidth="0.5"/>
|
|
</box>
|
|
<textElement textAlignment="Center" verticalAlignment="Middle">
|
|
<font fontName="SansSerif" size="10"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{documentos}]]></textFieldExpression>
|
|
</textField>
|
|
<textField isStretchWithOverflow="true">
|
|
<reportElement style="detail" stretchType="RelativeToBandHeight" x="-10" y="0" width="30" height="24" forecolor="#000000" uuid="96e401af-a1ed-44b8-808a-12acec929b54">
|
|
<property name="local_mesure_unitheight" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
|
</reportElement>
|
|
<box leftPadding="2" rightPadding="2">
|
|
<topPen lineWidth="0.5"/>
|
|
<leftPen lineWidth="0.5"/>
|
|
<bottomPen lineWidth="0.5"/>
|
|
<rightPen lineWidth="0.5"/>
|
|
</box>
|
|
<textElement textAlignment="Center" verticalAlignment="Middle">
|
|
<font fontName="SansSerif" size="7"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{rownum}]]></textFieldExpression>
|
|
</textField>
|
|
<textField isStretchWithOverflow="true">
|
|
<reportElement style="detail" stretchType="RelativeToBandHeight" x="20" y="0" width="165" height="24" forecolor="#000000" uuid="3df98495-c786-4052-a4e0-a5963e585057">
|
|
<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="local_mesure_unitwidth" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
|
</reportElement>
|
|
<box leftPadding="2" rightPadding="2">
|
|
<topPen lineWidth="0.5"/>
|
|
<leftPen lineWidth="0.5"/>
|
|
<bottomPen lineWidth="0.5"/>
|
|
<rightPen lineWidth="0.5"/>
|
|
</box>
|
|
<textElement textAlignment="Center" verticalAlignment="Middle">
|
|
<font fontName="SansSerif" size="10"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{centro}]]></textFieldExpression>
|
|
</textField>
|
|
</band>
|
|
</detail>
|
|
<columnFooter>
|
|
<band height="45" splitType="Stretch"/>
|
|
</columnFooter>
|
|
<pageFooter>
|
|
<band height="37" splitType="Stretch">
|
|
<staticText>
|
|
<reportElement style="normal" x="185" y="11" width="96" height="13" uuid="1cb12857-6be1-4850-8ce1-06c8d9365d19">
|
|
<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"/>
|
|
</reportElement>
|
|
<text><![CDATA[Fecha emisión / hora:]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement key="" style="normal" x="20" y="9" width="55" height="13" uuid="29d99543-4b8a-4a0e-b937-d690e9faa46d">
|
|
<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"/>
|
|
</reportElement>
|
|
<text><![CDATA[Usuario:]]></text>
|
|
</staticText>
|
|
<textField>
|
|
<reportElement style="normal" x="281" y="11" width="126" height="13" uuid="5945aacd-aeed-4599-b961-64a33c7efbae">
|
|
<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"/>
|
|
</reportElement>
|
|
<textFieldExpression><![CDATA[$P{lugarFecha}]]></textFieldExpression>
|
|
</textField>
|
|
<textField>
|
|
<reportElement style="normal" x="75" y="10" width="110" height="13" uuid="b412412e-f26c-4784-8580-af00e33ff47a">
|
|
<property name="local_mesure_unitwidth" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
|
</reportElement>
|
|
<textFieldExpression><![CDATA[$P{usuario}]]></textFieldExpression>
|
|
</textField>
|
|
</band>
|
|
</pageFooter>
|
|
<summary>
|
|
<band height="42" splitType="Stretch"/>
|
|
</summary>
|
|
</jasperReport>
|