689 lines
35 KiB
XML
Executable File
689 lines
35 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 -->
|
|
<!-- 2015-06-02T09:36:56 -->
|
|
<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="registrosBalisticos" pageWidth="1030" pageHeight="842" columnWidth="990" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="80331279-9be4-4003-ad3d-d3b8bfdf2084">
|
|
<property name="ireport.zoom" value="1.0"/>
|
|
<property name="ireport.x" value="0"/>
|
|
<property name="ireport.y" value="0"/>
|
|
<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="pathstyle" class="java.lang.String" isForPrompting="false">
|
|
<defaultValueExpression><![CDATA["repo:/maia/1/style/style"]]></defaultValueExpression>
|
|
</parameter>
|
|
<parameter name="SUBREPORT_DIR" class="java.lang.String">
|
|
<defaultValueExpression><![CDATA["repo:/maia/1/modules/armas/subreports/"]]></defaultValueExpression>
|
|
</parameter>
|
|
<parameter name="fechaActual" class="java.lang.String">
|
|
<parameterDescription><![CDATA[]]></parameterDescription>
|
|
</parameter>
|
|
<parameter name="personCode" class="java.lang.String"/>
|
|
<parameter name="pathLogoIzquierda" class="java.lang.String">
|
|
<parameterDescription><![CDATA[]]></parameterDescription>
|
|
<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="centroControl" class="java.lang.String"/>
|
|
<parameter name="gradoUsuario" class="java.lang.String"/>
|
|
<parameter name="usuario" class="java.lang.String">
|
|
<parameterDescription><![CDATA[]]></parameterDescription>
|
|
</parameter>
|
|
<parameter name="fechaSolicitud" class="java.lang.String"/>
|
|
<parameter name="tipoTramite" class="java.lang.String"/>
|
|
<parameter name="categoria" class="java.lang.String"/>
|
|
<parameter name="noTramite" class="java.lang.String"/>
|
|
<parameter name="usoActividad" class="java.lang.String"/>
|
|
<parameter name="tipoAutorizacion" class="java.lang.String"/>
|
|
<parameter name="csolicitud" class="java.lang.String"/>
|
|
<queryString language="SQL">
|
|
<![CDATA[select rownum,clase.description as clase, tipo.description as tipo, marca.description as marca,
|
|
arma.modelo as modelo, calibre.description as calibre, arma.lote as serie,
|
|
longitud.description as longitud, color.description as color, estado.description as estado,
|
|
arma.fecharegistro as fecharegistro, pd.identification as nodocumento,pd.name as nombre
|
|
from tarmarmas arma
|
|
left join tarmtipoarmaexplosivo tae on arma.ctipoarmaexplosivo=tae.ctipoarmaexplosivo
|
|
left JOIN tgenecatalogdetail clase on clase.catalog=tae.clase and clase.catalogcode=tae.clasecodigo
|
|
left JOIN tgenecatalogdetail tipo on tipo.catalog=tae.tipoarmaexplosivo and tipo.catalogcode=tae.tipoarmaexplosivocodigo
|
|
left JOIN tgenecatalogdetail marca on marca.catalog=arma.marca and marca.catalogcode=arma.marcacodigo
|
|
left JOIN tgenecatalogdetail calibre on calibre.catalog=tae.calibre and calibre.catalogcode=tae.calibrecodigo
|
|
left JOIN tgenecatalogdetail longitud on longitud.catalog=tae.longitud and longitud.catalogcode=tae.longitudcodigo
|
|
left JOIN tgenecatalogdetail color on color.catalog=arma.color and color.catalogcode=arma.colorcodigo
|
|
left JOIN tgenecatalogdetail estado on estado.catalog=arma.estado and estado.catalogcode=arma.estadocodigo
|
|
left join tarmsolicitudarmas sa on sa.carma=arma.carma
|
|
left join tarmarmapruebas pa on pa.carma=arma.carma and pa.personcode = sa.personcode and pa.csolicitud = sa.csolicitud
|
|
left join tcustpersondetail pd on pd.personcode=sa.personcode and pd.personcode = pa.personcode and pd.dateto = TO_DATE (TO_CHAR (pd.dateto, 'YYYY-MON-DD HH24:MI:SS'),'YYYY-MON-DD HH24:MI:SS')
|
|
where sa.csolicitud=$P{csolicitud}]]>
|
|
</queryString>
|
|
<field name="CLASE" class="java.lang.String"/>
|
|
<field name="TIPO" class="java.lang.String"/>
|
|
<field name="MARCA" class="java.lang.String"/>
|
|
<field name="MODELO" class="java.lang.String"/>
|
|
<field name="CALIBRE" class="java.lang.String"/>
|
|
<field name="LONGITUD" class="java.lang.String"/>
|
|
<field name="COLOR" class="java.lang.String"/>
|
|
<field name="ESTADO" class="java.lang.String"/>
|
|
<field name="NODOCUMENTO" class="java.lang.String"/>
|
|
<field name="NOMBRE" class="java.lang.String"/>
|
|
<field name="FECHAREGISTRO" class="java.sql.Date"/>
|
|
<field name="ROWNUM" class="java.lang.String"/>
|
|
<field name="SERIE" class="java.lang.String"/>
|
|
<group name="GRUPO1" isReprintHeaderOnEachPage="true"/>
|
|
<background>
|
|
<band splitType="Stretch"/>
|
|
</background>
|
|
<title>
|
|
<band height="114" splitType="Stretch">
|
|
<property name="local_mesure_unitheight" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
|
<staticText>
|
|
<reportElement key="" style="title1" x="146" y="20" width="704" height="20" uuid="a5555ed3-8bce-44fd-afbb-28084239a1a1">
|
|
<property name="local_mesure_unitwidth" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
|
</reportElement>
|
|
<textElement textAlignment="Center"/>
|
|
<text><![CDATA[COMANDO CONJUNTO DE LAS FUERZAS ARMADAS]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement key="" style="title2" x="146" y="46" width="704" height="14" uuid="98c268e9-4cb8-4184-9c02-537b79b6957c">
|
|
<property name="local_mesure_unitwidth" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
|
</reportElement>
|
|
<textElement textAlignment="Center"/>
|
|
<text><![CDATA[DEPARTAMENTO DE CONTROL DE ARMAS]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement key="" style="title3" x="379" y="85" width="193" height="20" uuid="319b53e8-7c95-4c3f-abfb-d7125ec1eb2b"/>
|
|
<textElement textAlignment="Center"/>
|
|
<text><![CDATA[REPORTE DE REGISTROS BALÍSTICOS]]></text>
|
|
</staticText>
|
|
<textField>
|
|
<reportElement key="" style="title3" x="572" y="85" width="78" height="20" uuid="41c5ad71-13d4-4bfe-a2ac-e18dc81e86be"/>
|
|
<textFieldExpression><![CDATA[$P{fechaActual}]]></textFieldExpression>
|
|
</textField>
|
|
<image>
|
|
<reportElement x="20" y="23" width="80" height="80" uuid="2c44de86-c89e-4450-afd2-8e8c2f8be1c8">
|
|
<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="890" y="20" width="80" height="80" uuid="71b4d2ac-db4e-486a-b1d1-989592f7d768">
|
|
<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>
|
|
<reportElement key="" style="title3" x="146" y="60" width="704" height="14" uuid="019a699f-20de-428e-a9e5-36314ecb8c4c"/>
|
|
<textElement textAlignment="Center"/>
|
|
<textFieldExpression><![CDATA[$P{centroControl}]]></textFieldExpression>
|
|
</textField>
|
|
</band>
|
|
</title>
|
|
<pageHeader>
|
|
<band height="62">
|
|
<staticText>
|
|
<reportElement key="" style="normalNegrita" x="20" y="10" width="134" height="13" uuid="12845f06-2861-469d-9212-bc863db3a451">
|
|
<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>
|
|
<text><![CDATA[FECHA DE SOLICITUD]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="normalNegrita" x="20" y="23" width="134" height="13" uuid="0ea89795-909a-4ccb-9bec-c1996d27566e">
|
|
<property name="local_mesure_unitheight" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
|
<property name="com.jaspersoft.studio.unit.x" value="px"/>
|
|
</reportElement>
|
|
<text><![CDATA[TIPO DE TRÁMITE]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement key="" style="normalNegrita" x="20" y="36" width="134" height="13" uuid="f3ad7998-ab92-4995-8035-7a27f48c4005">
|
|
<property name="local_mesure_unitheight" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
|
<property name="com.jaspersoft.studio.unit.x" value="px"/>
|
|
</reportElement>
|
|
<text><![CDATA[CATEGORÍA]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement key="" style="normalNegrita" x="420" y="10" width="134" height="13" uuid="92d05290-08bb-4685-b638-c78741cd7e2d">
|
|
<property name="local_mesure_unitheight" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
|
</reportElement>
|
|
<text><![CDATA[No. TRÁMITE]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement key="" style="normalNegrita" x="420" y="23" width="134" height="13" uuid="7060b916-6f6d-4e02-8a42-d413a98bd952">
|
|
<property name="local_mesure_unitheight" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
|
</reportElement>
|
|
<text><![CDATA[TRÁMITE]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="normalNegrita" x="420" y="36" width="134" height="13" uuid="cab9290c-a7c3-4f76-9f26-d3b6586b1aee">
|
|
<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>
|
|
<text><![CDATA[USO / ACTIVIDAD]]></text>
|
|
</staticText>
|
|
<textField>
|
|
<reportElement style="normal" x="154" y="10" width="266" height="13" uuid="b566a053-c11b-4d65-997f-1be606947c1f"/>
|
|
<textFieldExpression><![CDATA[$P{fechaSolicitud}]]></textFieldExpression>
|
|
</textField>
|
|
<textField>
|
|
<reportElement style="normal" x="154" y="23" width="266" height="13" uuid="a83a7129-dc53-4f44-8f98-ddb1fdfe2de3"/>
|
|
<textFieldExpression><![CDATA[$P{tipoTramite}]]></textFieldExpression>
|
|
</textField>
|
|
<textField>
|
|
<reportElement style="normal" x="154" y="36" width="266" height="13" uuid="92a51f21-2ba6-4712-9f77-31f08b96e886"/>
|
|
<textFieldExpression><![CDATA[$P{categoria}]]></textFieldExpression>
|
|
</textField>
|
|
<textField>
|
|
<reportElement style="normal" x="554" y="10" width="296" height="13" uuid="93fe7626-e90e-4e32-8693-f9e626327528"/>
|
|
<textFieldExpression><![CDATA[$P{noTramite}]]></textFieldExpression>
|
|
</textField>
|
|
<textField>
|
|
<reportElement style="normal" x="554" y="23" width="296" height="13" uuid="c5cd9e79-69bb-47f1-8a21-4c0c44ab623c"/>
|
|
<textFieldExpression><![CDATA[$P{tipoAutorizacion}]]></textFieldExpression>
|
|
</textField>
|
|
<textField>
|
|
<reportElement style="normal" x="554" y="36" width="296" height="13" uuid="92fe56f5-8ddf-49e7-ae30-0f07c78efa1a"/>
|
|
<textFieldExpression><![CDATA[$P{usoActividad}]]></textFieldExpression>
|
|
</textField>
|
|
</band>
|
|
</pageHeader>
|
|
<columnHeader>
|
|
<band height="13">
|
|
<property name="local_mesure_unitheight" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
|
<staticText>
|
|
<reportElement key="" style="title3" x="0" y="0" width="30" height="13" uuid="5f9231a2-187b-4fc6-a65a-48305b5ac7f7">
|
|
<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[No.]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement key="" style="normalNegrita" x="30" y="0" width="100" height="13" uuid="4b230a8c-06ee-4eaf-89bd-1ac59704b5eb">
|
|
<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[CLASE]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement key="" style="normalNegrita" x="130" y="0" width="100" height="13" uuid="484c8eae-5323-4423-baae-1bbf2af823b5">
|
|
<property name="local_mesure_unitwidth" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
|
</reportElement>
|
|
<box>
|
|
<topPen lineWidth="0.5"/>
|
|
<bottomPen lineWidth="0.5"/>
|
|
<rightPen lineWidth="0.5"/>
|
|
</box>
|
|
<textElement textAlignment="Center"/>
|
|
<text><![CDATA[LONGITUD]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement key="" style="normalNegrita" x="330" y="0" width="70" height="13" uuid="124d539f-d3fb-410e-910d-1aac66a81935">
|
|
<property name="local_mesure_unitwidth" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.width" 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[CALIBRE]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement key="" style="normalNegrita" x="230" y="0" width="100" height="13" uuid="43244834-dc3a-4a56-a1b8-71530da1f95f">
|
|
<property name="local_mesure_unitwidth" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.width" 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 key="" style="normalNegrita" x="400" y="0" width="100" height="13" uuid="c3bf7e99-1452-45fb-b0d6-b50cc25d9c3a">
|
|
<property name="local_mesure_unitwidth" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.width" 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[SERIE / LOTE]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement key="" style="normalNegrita" x="750" y="0" width="130" height="13" uuid="1775b3e1-0f97-4ee0-9abe-b5b1c87c1b2d"/>
|
|
<box>
|
|
<topPen lineWidth="0.5"/>
|
|
<leftPen lineWidth="0.5"/>
|
|
<bottomPen lineWidth="0.5"/>
|
|
<rightPen lineWidth="0.5"/>
|
|
</box>
|
|
<textElement textAlignment="Center"/>
|
|
<text><![CDATA[NOMBRE / RAZÓN SOCIAL]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement key="" style="normalNegrita" x="880" y="0" width="110" height="13" isRemoveLineWhenBlank="true" uuid="8f35e39d-a925-446b-ab8b-248069f20198"/>
|
|
<box>
|
|
<topPen lineWidth="0.5"/>
|
|
<leftPen lineWidth="0.5"/>
|
|
<bottomPen lineWidth="0.5"/>
|
|
<rightPen lineWidth="0.5"/>
|
|
</box>
|
|
<textElement textAlignment="Center"/>
|
|
<text><![CDATA[FECHA DE REGISTRO]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement key="" style="normalNegrita" x="500" y="0" width="50" height="13" uuid="004e28a0-97b6-423b-ae91-3ef8c967e9bd">
|
|
<property name="local_mesure_unitwidth" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.width" 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[COLOR]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement key="" style="normalNegrita" x="550" y="0" width="90" height="13" uuid="5e533ca8-a1e9-450a-b218-414f67cb825a">
|
|
<property name="local_mesure_unitwidth" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.width" 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 key="" style="normalNegrita" x="640" y="0" width="110" height="13" uuid="ed1e4fdd-4eef-434d-bcca-55d16a4dd92a">
|
|
<property name="local_mesure_unitwidth" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.width" 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[NO. DOCUMENTO]]></text>
|
|
</staticText>
|
|
</band>
|
|
</columnHeader>
|
|
<detail>
|
|
<band height="13">
|
|
<property name="local_mesure_unitheight" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
|
<reportElement style="normal" positionType="Float" stretchType="RelativeToTallestObject" x="0" y="0" width="30" height="13" isPrintWhenDetailOverflows="true" uuid="90d07ce3-e628-405d-94cb-56043ab91bb1">
|
|
<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" lineColor="#000000"/>
|
|
<leftPen lineWidth="0.5" lineColor="#000000"/>
|
|
<bottomPen lineWidth="0.5" lineColor="#000000"/>
|
|
<rightPen lineWidth="0.5" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Center">
|
|
<font size="8"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{ROWNUM}]]></textFieldExpression>
|
|
</textField>
|
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
|
<reportElement style="normal" positionType="Float" stretchType="RelativeToTallestObject" x="30" y="0" width="100" height="13" isPrintWhenDetailOverflows="true" uuid="ae9c83e5-09ec-41f0-8529-8824789289df">
|
|
<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" lineColor="#000000"/>
|
|
<leftPen lineWidth="0.5" lineColor="#000000"/>
|
|
<bottomPen lineWidth="0.5" lineColor="#000000"/>
|
|
<rightPen lineWidth="0.5" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Left">
|
|
<font size="8"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{CLASE}]]></textFieldExpression>
|
|
</textField>
|
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
|
<reportElement style="normal" positionType="Float" stretchType="RelativeToTallestObject" x="130" y="0" width="100" height="13" isPrintWhenDetailOverflows="true" uuid="4f3492a0-b7b0-46eb-90c3-27a76eb90dca">
|
|
<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" lineColor="#000000"/>
|
|
<leftPen lineWidth="0.5" lineColor="#000000"/>
|
|
<bottomPen lineWidth="0.5" lineColor="#000000"/>
|
|
<rightPen lineWidth="0.5" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Center">
|
|
<font size="8"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{LONGITUD}]]></textFieldExpression>
|
|
</textField>
|
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
|
<reportElement style="normal" positionType="Float" stretchType="RelativeToTallestObject" x="230" y="0" width="100" height="13" isPrintWhenDetailOverflows="true" uuid="87a6129e-0456-4451-8d5a-1b1bdfec4fd3">
|
|
<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" lineColor="#000000"/>
|
|
<leftPen lineWidth="0.5" lineColor="#000000"/>
|
|
<bottomPen lineWidth="0.5" lineColor="#000000"/>
|
|
<rightPen lineWidth="0.5" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Center">
|
|
<font size="8"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{TIPO}]]></textFieldExpression>
|
|
</textField>
|
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
|
<reportElement style="normal" positionType="Float" stretchType="RelativeToTallestObject" x="330" y="0" width="70" height="13" isPrintWhenDetailOverflows="true" uuid="9db348c3-fa09-4227-899b-c6f1efc5a459">
|
|
<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" lineColor="#000000"/>
|
|
<leftPen lineWidth="0.5" lineColor="#000000"/>
|
|
<bottomPen lineWidth="0.5" lineColor="#000000"/>
|
|
<rightPen lineWidth="0.5" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Center">
|
|
<font size="8"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{CALIBRE}]]></textFieldExpression>
|
|
</textField>
|
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
|
<reportElement style="normal" positionType="Float" stretchType="RelativeToTallestObject" x="400" y="0" width="100" height="13" isPrintWhenDetailOverflows="true" uuid="5a8bdc21-468b-4cc1-af48-493894d89071">
|
|
<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" lineColor="#000000"/>
|
|
<leftPen lineWidth="0.5" lineColor="#000000"/>
|
|
<bottomPen lineWidth="0.5" lineColor="#000000"/>
|
|
<rightPen lineWidth="0.5" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Center">
|
|
<font size="8"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{SERIE}]]></textFieldExpression>
|
|
</textField>
|
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
|
<reportElement style="normal" positionType="Float" stretchType="RelativeToTallestObject" x="500" y="0" width="50" height="13" isPrintWhenDetailOverflows="true" uuid="fa018bb9-953c-428e-be61-ada81ee97d5d">
|
|
<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" lineColor="#000000"/>
|
|
<leftPen lineWidth="0.5" lineColor="#000000"/>
|
|
<bottomPen lineWidth="0.5" lineColor="#000000"/>
|
|
<rightPen lineWidth="0.5" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Center">
|
|
<font size="8"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{COLOR}]]></textFieldExpression>
|
|
</textField>
|
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
|
<reportElement style="normal" positionType="Float" stretchType="RelativeToTallestObject" x="550" y="0" width="90" height="13" isPrintWhenDetailOverflows="true" uuid="e0dad2e7-de96-4591-8139-976faec2a4f6">
|
|
<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" lineColor="#000000"/>
|
|
<leftPen lineWidth="0.5" lineColor="#000000"/>
|
|
<bottomPen lineWidth="0.5" lineColor="#000000"/>
|
|
<rightPen lineWidth="0.5" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Center">
|
|
<font size="8"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{ESTADO}]]></textFieldExpression>
|
|
</textField>
|
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
|
<reportElement style="normal" positionType="Float" stretchType="RelativeToTallestObject" x="640" y="0" width="110" height="13" isPrintWhenDetailOverflows="true" uuid="c38e953e-30c0-47f8-9a9a-303410e949f1">
|
|
<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" lineColor="#000000"/>
|
|
<leftPen lineWidth="0.5" lineColor="#000000"/>
|
|
<bottomPen lineWidth="0.5" lineColor="#000000"/>
|
|
<rightPen lineWidth="0.5" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Center">
|
|
<font size="8"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{NODOCUMENTO}]]></textFieldExpression>
|
|
</textField>
|
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
|
<reportElement style="normal" positionType="Float" stretchType="RelativeToTallestObject" x="750" y="0" width="130" height="13" isPrintWhenDetailOverflows="true" uuid="37122ab3-6524-4256-ab69-de2bf759ac0d">
|
|
<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" lineColor="#000000"/>
|
|
<leftPen lineWidth="0.5" lineColor="#000000"/>
|
|
<bottomPen lineWidth="0.5" lineColor="#000000"/>
|
|
<rightPen lineWidth="0.5" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Center">
|
|
<font size="8"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{NOMBRE}]]></textFieldExpression>
|
|
</textField>
|
|
<textField isStretchWithOverflow="true" pattern="dd-MM-yyyy" isBlankWhenNull="true">
|
|
<reportElement style="normal" positionType="Float" stretchType="RelativeToTallestObject" x="880" y="0" width="110" height="13" isPrintWhenDetailOverflows="true" uuid="ab2ebbb0-199e-45d5-ae2b-ae98274a3d53">
|
|
<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" lineColor="#000000"/>
|
|
<leftPen lineWidth="0.5" lineColor="#000000"/>
|
|
<bottomPen lineWidth="0.5" lineColor="#000000"/>
|
|
<rightPen lineWidth="0.5" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Center">
|
|
<font size="8"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{FECHAREGISTRO}]]></textFieldExpression>
|
|
</textField>
|
|
</band>
|
|
</detail>
|
|
<pageFooter>
|
|
<band height="48" splitType="Stretch">
|
|
<property name="local_mesure_unitheight" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
|
<staticText>
|
|
<reportElement key="" style="title3" x="629" y="35" width="120" height="13" uuid="a647d017-edd3-41c3-abb0-4ad4fba807c4">
|
|
<property name="local_mesure_unitheight" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
|
<property name="com.jaspersoft.studio.unit.y" value="px"/>
|
|
</reportElement>
|
|
<text><![CDATA[Fecha emisión / hora:]]></text>
|
|
</staticText>
|
|
<textField>
|
|
<reportElement key="" style="normalNegrita" x="749" y="35" width="140" height="13" uuid="3e7e9d3e-aae8-43e4-941e-b48ad3e33f24">
|
|
<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>
|
|
<textFieldExpression><![CDATA[$P{fechaActual}]]></textFieldExpression>
|
|
</textField>
|
|
<staticText>
|
|
<reportElement key="" style="title3" x="0" y="35" width="50" height="13" uuid="9280ba3b-c322-481d-a56a-0e544a51491f">
|
|
<property name="local_mesure_unitheight" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
|
<property name="com.jaspersoft.studio.unit.y" value="px"/>
|
|
</reportElement>
|
|
<text><![CDATA[Usuario: ]]></text>
|
|
</staticText>
|
|
<textField>
|
|
<reportElement style="normal" x="50" y="35" width="579" height="13" uuid="c1ae3b54-316f-479a-9218-634baba49665">
|
|
<property name="com.jaspersoft.studio.unit.y" value="px"/>
|
|
</reportElement>
|
|
<textFieldExpression><![CDATA[$P{usuario}]]></textFieldExpression>
|
|
</textField>
|
|
<staticText>
|
|
<reportElement key="" style="title3" x="889" y="35" width="40" height="13" uuid="177a3fb9-d0d3-4e12-a114-00d520c3ddf2">
|
|
<property name="local_mesure_unitheight" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
|
</reportElement>
|
|
<text><![CDATA[Página]]></text>
|
|
</staticText>
|
|
<textField evaluationTime="Page">
|
|
<reportElement style="normal" x="929" y="35" width="20" height="13" uuid="957d18ca-f585-4bf1-9757-dbbd814e9da0">
|
|
<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>
|
|
<textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
|
|
</textField>
|
|
<staticText>
|
|
<reportElement key="" style="title3" x="949" y="35" width="20" height="13" uuid="145533e2-5897-42b3-a961-04a509848004">
|
|
<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>
|
|
<text><![CDATA[de]]></text>
|
|
</staticText>
|
|
<textField evaluationTime="Report">
|
|
<reportElement style="normal" x="969" y="35" width="20" height="13" uuid="839384af-0e5d-4a89-bb0e-a642bf389e06">
|
|
<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>
|
|
<textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
|
|
</textField>
|
|
</band>
|
|
</pageFooter>
|
|
<summary>
|
|
<band height="140">
|
|
<property name="local_mesure_unitheight" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
|
<textField>
|
|
<reportElement style="normal" x="0" y="114" width="990" height="13" uuid="ee6a4d3e-b78d-4ae1-a6a9-e037f06eb69b">
|
|
<property name="local_mesure_unitheight" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
|
</reportElement>
|
|
<textFieldExpression><![CDATA[$P{gradoUsuario}]]></textFieldExpression>
|
|
</textField>
|
|
<staticText>
|
|
<reportElement style="normal" x="0" y="127" width="50" height="13" uuid="77cd42fe-50db-4a94-b8c2-dc5017e18b67">
|
|
<property name="local_mesure_unitheight" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
|
</reportElement>
|
|
<text><![CDATA[JEFE DEL ]]></text>
|
|
</staticText>
|
|
<textField>
|
|
<reportElement style="normal" x="50" y="127" width="940" height="13" uuid="8b1b107e-734a-4f62-9ccd-74e45a8b551e"/>
|
|
<textFieldExpression><![CDATA[$P{centroControl}]]></textFieldExpression>
|
|
</textField>
|
|
</band>
|
|
</summary>
|
|
</jasperReport>
|