1080 lines
51 KiB
XML
Executable File
1080 lines
51 KiB
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Created with Jaspersoft Studio version 6.0.0.final using JasperReports Library version 6.0.0 -->
|
|
<!-- 2019-11-13T02:55:21 -->
|
|
<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="monedas" pageWidth="650" pageHeight="842" columnWidth="610" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="80331279-9be4-4003-ad3d-d3b8bfdf2084">
|
|
<property name="com.jaspersoft.studio.data.defaultdataadapter" value="oracle"/>
|
|
<property name="ireport.zoom" value="1.0"/>
|
|
<property name="ireport.x" value="0"/>
|
|
<property name="ireport.y" value="0"/>
|
|
<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="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="lugarFecha" class="java.lang.String"/>
|
|
<parameter name="company" class="java.lang.Integer" isForPrompting="false">
|
|
<parameterDescription><![CDATA[compania de trabajo]]></parameterDescription>
|
|
<defaultValueExpression><![CDATA[1]]></defaultValueExpression>
|
|
</parameter>
|
|
<parameter name="csolicitud" class="java.lang.String">
|
|
<parameterDescription><![CDATA[]]></parameterDescription>
|
|
</parameter>
|
|
<parameter name="codigoQR" class="java.lang.String">
|
|
<parameterDescription><![CDATA[]]></parameterDescription>
|
|
</parameter>
|
|
<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.seriecanon as serie,
|
|
arma.color as color,
|
|
documento.fechaemision as fechaemision,
|
|
documento.fechaexpiracion as fechaexpiracion,
|
|
|
|
personadetalle.name as nombre,
|
|
personadetalle.identification as cedula,
|
|
personadireccion.address as email,
|
|
tipopersona.description as tipopersona,
|
|
pais.description as paisorigen,
|
|
provincia.description as provincia,
|
|
canton.description as canton,
|
|
ciudad.description as ciudad,
|
|
parroquia.description as parroquia,
|
|
phonehome.phonenumber as telefonoconvencional,
|
|
phonecel.phonenumber as celular,
|
|
p.gender as genero,
|
|
estadocivil.description as estadocivil,
|
|
profesion.description as profesion,
|
|
|
|
tipodoc.description as tipodocumento,
|
|
personadetalle.legalrepresent as nombrerl,
|
|
personadetalle.legalrepresentidentification as cedularl
|
|
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
|
|
inner join tarmsolicitudarmas on tarmsolicitudarmas.carma=arma.carma
|
|
inner join tarmdocumentohabilitante documento on documento.csolicitud = tarmsolicitudarmas.csolicitud
|
|
inner join tcustperson persona on persona.personcode = documento.personcode
|
|
inner join tcustpersondetail personadetalle on personadetalle.personcode = persona.personcode
|
|
and personadetalle.dateto = TO_DATE (TO_CHAR (personadetalle.dateto, 'YYYY-MON-DD HH24:MI:SS'),'YYYY-MON-DD HH24:MI:SS')
|
|
left JOIN tgenecatalogdetail tipopersona on tipopersona.catalog=personadetalle.persontypecatalog and tipopersona.catalogcode=personadetalle.persontypecatalogcode
|
|
inner join tcustpeople p on p.personcode = personadetalle.personcode
|
|
and p.dateto = TO_DATE (TO_CHAR (p.dateto, 'YYYY-MON-DD HH24:MI:SS'),'YYYY-MON-DD HH24:MI:SS')
|
|
left JOIN tgenecatalogdetail estadocivil on estadocivil.catalog=p.maritalstatuscatalog and estadocivil.catalogcode=p.maritalstatuscatalogcode
|
|
left JOIN tgenecatalogdetail profesion on profesion.catalog=p.professioncatalog and profesion.catalogcode=p.professioncatalogcode
|
|
inner join tcustpersonaddress personadireccion on personadireccion.personcode = personadetalle.personcode
|
|
inner join tgenecountry pais on pais.countrycode = personadireccion.countrycode
|
|
inner join tgeneprovince provincia on provincia.provincecode = personadireccion.provincecode and provincia.countrycode = personadireccion.countrycode
|
|
inner join tgenecanton canton on canton.cantoncode = personadireccion.cantoncode
|
|
and canton.provincecode = personadireccion.provincecode
|
|
and canton.countrycode = personadireccion.countrycode
|
|
inner join tgenecity ciudad on ciudad.citycode = personadireccion.citycode
|
|
and ciudad.cantoncode = personadireccion.cantoncode
|
|
and ciudad.provincecode = personadireccion.provincecode
|
|
and ciudad.countrycode = personadireccion.countrycode
|
|
inner join tgeneparroquia parroquia on parroquia.parroquiacode = personadireccion.parroquiacode
|
|
and parroquia.cantoncode = personadireccion.cantoncode
|
|
and parroquia.provincecode = personadireccion.provincecode
|
|
and parroquia.countrycode = personadireccion.countrycode
|
|
left JOIN tgenecatalogdetail tipodoc on tipodoc.catalog=personadetalle.identificationcatalog and tipodoc.catalogcode=personadetalle.identificationcatalogcode
|
|
left JOIN tcustpersonphone phonehome on phonehome.personcode=personadetalle.personcode and phonehome.phonetypecatalog = 1
|
|
left JOIN tcustpersonphone phonecel on phonecel.personcode=personadetalle.personcode and phonecel.phonetypecatalog = 2
|
|
where tarmsolicitudarmas.csolicitud=$P{csolicitud}]]>
|
|
</queryString>
|
|
<field name="CLASE" class="java.lang.String"/>
|
|
<field name="ROWNUM" class="java.lang.Integer"/>
|
|
<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="SERIE" class="java.lang.String"/>
|
|
<field name="FECHAEMISION" class="java.lang.String"/>
|
|
<field name="FECHAEXPIRACION" class="java.lang.String"/>
|
|
<field name="COLOR" class="java.lang.String"/>
|
|
<field name="NOMBRE" class="java.lang.String"/>
|
|
<field name="CEDULA" class="java.lang.String"/>
|
|
<field name="PAISORIGEN" class="java.lang.String"/>
|
|
<field name="PROVINCIA" class="java.lang.String"/>
|
|
<field name="CANTON" class="java.lang.String"/>
|
|
<field name="CIUDAD" class="java.lang.String"/>
|
|
<field name="PARROQUIA" class="java.lang.String"/>
|
|
<field name="TELEFONOCONVENCIONAL" class="java.lang.String"/>
|
|
<field name="CELULAR" class="java.lang.String"/>
|
|
<field name="TIPODOCUMENTO" class="java.lang.String"/>
|
|
<field name="NOMBRERL" class="java.lang.String"/>
|
|
<field name="CEDULARL" class="java.lang.String"/>
|
|
<field name="EMAIL" class="java.lang.String"/>
|
|
<field name="GENERO" class="java.lang.String"/>
|
|
<field name="ESTADOCIVIL" class="java.lang.String"/>
|
|
<field name="PROFESION" class="java.lang.String"/>
|
|
<field name="TIPOPERSONA" class="java.lang.String"/>
|
|
<background>
|
|
<band splitType="Stretch"/>
|
|
</background>
|
|
<title>
|
|
<band height="118" splitType="Stretch">
|
|
<property name="local_mesure_unitheight" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
|
<staticText>
|
|
<reportElement style="title" x="93" y="32" width="419" height="20" forecolor="#000000" uuid="a5555ed3-8bce-44fd-afbb-28084239a1a1"/>
|
|
<textElement textAlignment="Center">
|
|
<font fontName="SansSerif" size="14" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[COMANDO CONJUNTO DE LAS FUERZAS ARMADAS]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement key="" style="title" x="93" y="55" width="419" height="20" forecolor="#000000" uuid="98c268e9-4cb8-4184-9c02-537b79b6957c"/>
|
|
<textElement textAlignment="Center">
|
|
<font fontName="SansSerif" size="14" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[DEPARTAMENTO DE CONTROL DE ARMAS]]></text>
|
|
</staticText>
|
|
<image>
|
|
<reportElement x="1" y="16" width="70" height="70" 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="526" y="0" width="80" 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 x="446" y="102" width="70" height="16" forecolor="#000000" uuid="93e12c8c-72ad-47ca-8685-f7dc64b3bea8"/>
|
|
<textElement textAlignment="Center">
|
|
<font fontName="SansSerif" size="12" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[FECHA:]]></text>
|
|
</staticText>
|
|
<textField>
|
|
<reportElement x="519" y="102" width="90" height="16" uuid="3533e303-808e-4b40-b9b3-a9f4a5317f05">
|
|
<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">
|
|
<font size="12" isBold="true"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$P{lugarFecha}]]></textFieldExpression>
|
|
</textField>
|
|
</band>
|
|
</title>
|
|
<pageHeader>
|
|
<band height="327" splitType="Stretch">
|
|
<property name="local_mesure_unitheight" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
|
<staticText>
|
|
<reportElement x="2" y="32" width="608" height="16" forecolor="#000000" uuid="d0f68af8-89eb-4702-ae01-91c15d88ebea"/>
|
|
<textElement textAlignment="Left">
|
|
<font fontName="SansSerif" size="11" isBold="false"/>
|
|
</textElement>
|
|
<text><![CDATA[Que luego de haber revisado la información en el Sistema de Control de Armas, se obtiene los siguientes datos:]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="2" y="76" width="138" height="16" forecolor="#000000" uuid="910453e4-24a4-4b07-b283-bef48a980e4e"/>
|
|
<textElement textAlignment="Left">
|
|
<font fontName="Arial" size="10" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[RAZÓN SOCIAL O NOMBRE:]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="2" y="94" width="138" height="16" forecolor="#000000" uuid="b61fce3a-d1cc-469c-892f-0b60c3432f3c">
|
|
<property name="local_mesure_unitwidth" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
|
</reportElement>
|
|
<textElement textAlignment="Left">
|
|
<font fontName="Arial" size="10" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[NUMERO DOCUMENTO:]]></text>
|
|
</staticText>
|
|
<textField isStretchWithOverflow="true">
|
|
<reportElement stretchType="RelativeToBandHeight" x="146" y="76" width="464" height="16" uuid="8ddb0451-6df3-4ff1-b7a1-0f77deda8c09">
|
|
<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">
|
|
<font size="12" isBold="true"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{NOMBRE}]]></textFieldExpression>
|
|
</textField>
|
|
<textField>
|
|
<reportElement x="146" y="94" width="139" height="16" uuid="6e33aa55-4990-4575-a488-b1d9586a737c">
|
|
<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">
|
|
<font size="12" isBold="true"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{CEDULA}]]></textFieldExpression>
|
|
</textField>
|
|
<staticText>
|
|
<reportElement x="261" y="10" width="83" height="16" forecolor="#000000" uuid="9745f960-1672-4d3c-aa64-f4ea46d5b8f7"/>
|
|
<textElement textAlignment="Center">
|
|
<font fontName="SansSerif" size="12" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[CERTIFICA]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="2" y="114" width="138" height="16" forecolor="#000000" uuid="a506c371-b2ad-4f87-a557-30cd760702a5"/>
|
|
<textElement textAlignment="Left">
|
|
<font fontName="Arial" size="10" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[REPRESENTANTE LEGAL:]]></text>
|
|
</staticText>
|
|
<textField>
|
|
<reportElement x="146" y="114" width="139" height="16" uuid="2187c071-1e3b-4abd-bf17-c2dbd9b0f227">
|
|
<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">
|
|
<font size="12" isBold="true"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{NOMBRERL}]]></textFieldExpression>
|
|
</textField>
|
|
<staticText>
|
|
<reportElement style="title2" x="2" y="134" width="138" height="16" forecolor="#000000" uuid="e43eabd1-db38-4784-9710-7b538374945d"/>
|
|
<textElement textAlignment="Left">
|
|
<font fontName="Arial" size="10" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[PAÍS ORIGEN:]]></text>
|
|
</staticText>
|
|
<textField>
|
|
<reportElement x="146" y="134" width="139" height="16" uuid="4ed312c3-dc04-4e4e-82d9-04c8aaf020ba">
|
|
<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">
|
|
<font size="12" isBold="true"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{PAISORIGEN}]]></textFieldExpression>
|
|
</textField>
|
|
<textField>
|
|
<reportElement x="146" y="176" width="139" height="16" uuid="d4f72c88-5dca-4daf-b7d9-ad5d6211e093">
|
|
<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">
|
|
<font size="12" isBold="true"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{PARROQUIA}]]></textFieldExpression>
|
|
</textField>
|
|
<staticText>
|
|
<reportElement style="title2" x="2" y="156" width="138" height="16" forecolor="#000000" uuid="0d5ad636-f3cf-4049-8b61-a74f807a9960"/>
|
|
<textElement textAlignment="Left">
|
|
<font fontName="Arial" size="10" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[CANTÓN:]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="2" y="176" width="138" height="16" forecolor="#000000" uuid="f1eac4f0-3140-4b57-9034-d73d2efe2db2"/>
|
|
<textElement textAlignment="Left">
|
|
<font fontName="Arial" size="10" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[PARROQUIA:]]></text>
|
|
</staticText>
|
|
<textField>
|
|
<reportElement x="146" y="156" width="139" height="16" uuid="5560e8bc-4bae-4dfb-861e-9b29f1050e09">
|
|
<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">
|
|
<font size="12" isBold="true"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{CANTON}]]></textFieldExpression>
|
|
</textField>
|
|
<textField>
|
|
<reportElement x="146" y="218" width="139" height="16" uuid="78be93b6-057c-4bab-a19e-740906bceb25">
|
|
<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">
|
|
<font size="12" isBold="true"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{ESTADOCIVIL}]]></textFieldExpression>
|
|
</textField>
|
|
<textField>
|
|
<reportElement x="146" y="198" width="139" height="16" uuid="5d827eae-9897-4ef1-8d77-62f0ff98b742">
|
|
<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">
|
|
<font size="12" isBold="true"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{TELEFONOCONVENCIONAL}]]></textFieldExpression>
|
|
</textField>
|
|
<staticText>
|
|
<reportElement style="title2" x="2" y="218" width="138" height="16" forecolor="#000000" uuid="e328e36e-82dc-49ad-9996-e14f8f8f19e0"/>
|
|
<textElement textAlignment="Left">
|
|
<font fontName="Arial" size="10" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[ESTADO CIVIL:]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="2" y="198" width="138" height="16" forecolor="#000000" uuid="015e7381-0e36-4fde-b275-e5aa4d471552"/>
|
|
<textElement textAlignment="Left">
|
|
<font fontName="Arial" size="10" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[TELÉFONO:]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="2" y="259" width="138" height="16" forecolor="#000000" uuid="e1ab0768-122a-4f86-b768-38f00f65ba99"/>
|
|
<textElement textAlignment="Left">
|
|
<font fontName="Arial" size="10" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[TIPO DE PERSONA:]]></text>
|
|
</staticText>
|
|
<textField>
|
|
<reportElement x="146" y="239" width="139" height="16" uuid="1ea48427-149b-44a4-a707-a4b4a42f07db">
|
|
<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">
|
|
<font size="12" isBold="true"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[""]]></textFieldExpression>
|
|
</textField>
|
|
<staticText>
|
|
<reportElement style="title2" x="2" y="239" width="138" height="16" forecolor="#000000" uuid="1b1d79b6-44dc-407c-a851-c0b69aae0500"/>
|
|
<textElement textAlignment="Left">
|
|
<font fontName="Arial" size="10" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[ESTATURA:]]></text>
|
|
</staticText>
|
|
<textField>
|
|
<reportElement x="146" y="259" width="139" height="16" uuid="302bb3b2-c61c-4a34-9cfa-79f1b0dd9409">
|
|
<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">
|
|
<font size="12" isBold="true"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{TIPOPERSONA}]]></textFieldExpression>
|
|
</textField>
|
|
<textField>
|
|
<reportElement x="471" y="152" width="139" height="16" uuid="ba34c901-4bda-406a-a871-90c034de3051">
|
|
<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">
|
|
<font size="12" isBold="true"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{PROVINCIA}]]></textFieldExpression>
|
|
</textField>
|
|
<textField>
|
|
<reportElement x="471" y="257" width="139" height="16" uuid="e7cb5ad9-022a-4924-a060-9cc94940716a">
|
|
<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">
|
|
<font size="12" isBold="true"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{PROFESION}]]></textFieldExpression>
|
|
</textField>
|
|
<staticText>
|
|
<reportElement style="title2" x="327" y="236" width="138" height="16" forecolor="#000000" uuid="fab328c7-15e8-4de2-a43d-e66079de3beb"/>
|
|
<textElement textAlignment="Left">
|
|
<font fontName="Arial" size="10" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[GENERO:]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="327" y="132" width="138" height="16" forecolor="#000000" uuid="50a86f31-c2d6-4f3d-a075-9b27c5c49452"/>
|
|
<textElement textAlignment="Left">
|
|
<font fontName="Arial" size="10" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[CI REPRESENTANTE LEGAL:]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="327" y="216" width="138" height="16" forecolor="#000000" uuid="73c6c918-0780-4972-a093-830a0e9c5098"/>
|
|
<textElement textAlignment="Left">
|
|
<font fontName="Arial" size="10" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[CELULAR:]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="327" y="112" width="138" height="16" forecolor="#000000" uuid="12d61ccc-40ef-40a5-98d6-e28e74d94122">
|
|
<property name="local_mesure_unitwidth" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
|
</reportElement>
|
|
<textElement textAlignment="Left">
|
|
<font fontName="Arial" size="10" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[ACTIVIDAD ECONOMICA:]]></text>
|
|
</staticText>
|
|
<textField>
|
|
<reportElement x="471" y="236" width="139" height="16" uuid="ba02fae1-ed90-498e-b73d-d9da92d884d7">
|
|
<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">
|
|
<font size="12" isBold="true"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{GENERO}]]></textFieldExpression>
|
|
</textField>
|
|
<textField>
|
|
<reportElement x="471" y="132" width="139" height="16" uuid="54c84886-a50c-4197-bc6c-e7a0a0d9ca60">
|
|
<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">
|
|
<font size="12" isBold="true"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{CEDULARL}]]></textFieldExpression>
|
|
</textField>
|
|
<staticText>
|
|
<reportElement style="title2" x="327" y="174" width="138" height="16" forecolor="#000000" uuid="82ff3719-d2f2-47ee-894b-3133f361f536"/>
|
|
<textElement textAlignment="Left">
|
|
<font fontName="Arial" size="10" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[CIUDAD:]]></text>
|
|
</staticText>
|
|
<textField>
|
|
<reportElement x="471" y="112" width="139" height="16" uuid="d6d65d10-5fdc-4492-81fe-aac642c549e4">
|
|
<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">
|
|
<font size="12" isBold="true"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[""]]></textFieldExpression>
|
|
</textField>
|
|
<staticText>
|
|
<reportElement style="title2" x="327" y="257" width="138" height="16" forecolor="#000000" uuid="dab7fed2-80f0-4faa-b9db-8be333a0b055"/>
|
|
<textElement textAlignment="Left">
|
|
<font fontName="Arial" size="10" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[PROFESIÓN:]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="2" y="277" width="138" height="16" forecolor="#000000" uuid="710a7706-5eb4-427a-921f-49cae5b1a850">
|
|
<property name="local_mesure_unitx" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.x" value="px"/>
|
|
</reportElement>
|
|
<textElement textAlignment="Left">
|
|
<font fontName="Arial" size="10" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[EMAIL:]]></text>
|
|
</staticText>
|
|
<textField>
|
|
<reportElement x="471" y="216" width="139" height="16" uuid="db789ddc-0096-4afc-9de9-e9630b90aa0c">
|
|
<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">
|
|
<font size="12" isBold="true"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{CELULAR}]]></textFieldExpression>
|
|
</textField>
|
|
<textField>
|
|
<reportElement x="471" y="194" width="139" height="16" uuid="63fb7495-efbc-46b6-bc44-7734bf098d86">
|
|
<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">
|
|
<font size="12" isBold="true"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{CIUDAD}]]></textFieldExpression>
|
|
</textField>
|
|
<textField>
|
|
<reportElement x="471" y="174" width="139" height="16" uuid="a70d98a1-3f7a-48e9-b132-a7386cd00b79">
|
|
<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">
|
|
<font size="12" isBold="true"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{CIUDAD}]]></textFieldExpression>
|
|
</textField>
|
|
<textField>
|
|
<reportElement x="146" y="277" width="139" height="16" uuid="fbc33367-98e2-4c8c-821e-3c0b0f1a6200">
|
|
<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"/>
|
|
<property name="local_mesure_unitx" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.x" value="px"/>
|
|
</reportElement>
|
|
<box topPadding="2"/>
|
|
<textElement verticalAlignment="Middle">
|
|
<font size="12" isBold="true"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{EMAIL}]]></textFieldExpression>
|
|
</textField>
|
|
<textField>
|
|
<reportElement x="471" y="94" width="139" height="16" uuid="b6cf79de-cda0-40dc-83a4-2d2e031dbc90">
|
|
<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">
|
|
<font size="12" isBold="true"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{TIPODOCUMENTO}]]></textFieldExpression>
|
|
</textField>
|
|
<staticText>
|
|
<reportElement style="title2" x="327" y="94" width="138" height="16" forecolor="#000000" uuid="02c97a44-1e77-4bfa-a323-1fe048c59bf7"/>
|
|
<textElement textAlignment="Left">
|
|
<font fontName="Arial" size="10" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[TIPO DOCUMENTO:]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="327" y="194" width="138" height="16" forecolor="#000000" uuid="a20e31e1-c0ee-41b1-ad4b-916ecc72e90a"/>
|
|
<textElement textAlignment="Left">
|
|
<font fontName="Arial" size="10" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[DIRECCIÓN:]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="327" y="152" width="138" height="16" forecolor="#000000" uuid="828e1657-a2fb-4653-8615-caa17a7eec28"/>
|
|
<textElement textAlignment="Left">
|
|
<font fontName="Arial" size="10" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[PROVINCIA:]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="-1" y="308" width="190" height="16" forecolor="#000000" uuid="da77ab41-5ca1-41c6-bfe8-55e837d087fe">
|
|
<property name="local_mesure_unity" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.y" value="px"/>
|
|
</reportElement>
|
|
<textElement textAlignment="Left">
|
|
<font fontName="SansSerif" size="12" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[INFORMACIÓN ARMAS:]]></text>
|
|
</staticText>
|
|
</band>
|
|
</pageHeader>
|
|
<columnHeader>
|
|
<band height="29" splitType="Stretch">
|
|
<property name="local_mesure_unitheight" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
|
<staticText>
|
|
<reportElement style="title2" x="558" y="0" width="50" height="29" forecolor="#000000" uuid="ef8f644e-35e7-4808-86e4-f131cfb4b136">
|
|
<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="10" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[Estado Permiso]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="504" y="0" width="54" height="29" forecolor="#000000" uuid="1146475e-afaf-499e-8368-86b1cadc532c">
|
|
<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="10" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[Fecha Expiración]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="458" y="0" width="46" height="29" forecolor="#000000" uuid="e0f63973-720e-4024-8f38-7d069fe9aa8b">
|
|
<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="10" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[Fecha Emisión]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="412" y="0" width="46" height="29" forecolor="#000000" uuid="815d6813-6da3-4723-84ce-95d5fa3835c7">
|
|
<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="10" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[Color]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="348" y="0" width="64" height="29" forecolor="#000000" uuid="64154329-6895-4d61-aa22-eb73da413e95">
|
|
<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="10" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[Serie]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="284" y="0" width="64" height="29" forecolor="#000000" uuid="bb8c3c25-bf5c-434b-a6bc-1b7f7710cedf">
|
|
<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"/>
|
|
</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="10" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[Calibre]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="220" y="0" width="64" height="29" forecolor="#000000" uuid="faa78bb2-22fb-4f63-8345-c3b52ef2e51f">
|
|
<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"/>
|
|
</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="10" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[Modelo]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="156" y="0" width="64" height="29" forecolor="#000000" uuid="2cebcaeb-ce25-4994-b165-6c36848d0172">
|
|
<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"/>
|
|
</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="10" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[Marca]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="92" y="0" width="64" height="29" forecolor="#000000" uuid="b30f53fc-6df2-4f21-933b-0b08bd867e71">
|
|
<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"/>
|
|
</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="10" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[Tipo]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="28" y="0" width="64" height="29" forecolor="#000000" uuid="9e82e50d-6b9b-43fc-87a9-a99c8d9da95e">
|
|
<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">
|
|
<font fontName="SansSerif" size="10" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[Clase]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="0" y="0" width="28" height="29" forecolor="#000000" uuid="f8fe331c-3366-4c69-9fe9-d5ad81c1cecf">
|
|
<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="10" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[No.]]></text>
|
|
</staticText>
|
|
</band>
|
|
</columnHeader>
|
|
<detail>
|
|
<band height="13" splitType="Stretch">
|
|
<property name="local_mesure_unitheight" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
|
<reportElement style="detail" stretchType="RelativeToTallestObject" x="156" y="0" width="64" height="13" forecolor="#000000" uuid="49be45ef-0692-4d0e-9fcb-3f5d2d5f6c2a">
|
|
<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"/>
|
|
</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{MARCA}]]></textFieldExpression>
|
|
</textField>
|
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
|
<reportElement style="detail" stretchType="RelativeToTallestObject" x="558" y="0" width="50" height="13" forecolor="#000000" uuid="8c42228b-c99a-4163-9738-06bc4e1b480e">
|
|
<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 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[""]]></textFieldExpression>
|
|
</textField>
|
|
<textField isStretchWithOverflow="true">
|
|
<reportElement style="detail" stretchType="RelativeToTallestObject" x="0" y="0" width="28" height="13" forecolor="#000000" uuid="6a15a633-f22f-4e69-9149-f28c35090660">
|
|
<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{ROWNUM}]]></textFieldExpression>
|
|
</textField>
|
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
|
<reportElement style="detail" stretchType="RelativeToTallestObject" x="348" y="0" width="64" height="13" forecolor="#000000" uuid="67c508d0-5d3a-48cd-8be1-c73c7b62637d">
|
|
<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 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{SERIE}]]></textFieldExpression>
|
|
</textField>
|
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
|
<reportElement style="detail" stretchType="RelativeToTallestObject" x="458" y="0" width="46" height="13" forecolor="#000000" uuid="5d237496-edf9-4678-999f-caf7373a43d4">
|
|
<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 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{FECHAEMISION}]]></textFieldExpression>
|
|
</textField>
|
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
|
<reportElement style="detail" stretchType="RelativeToTallestObject" x="220" y="0" width="64" height="13" forecolor="#000000" uuid="d8d9280d-8467-4aef-82ea-62bc71e6cf9e">
|
|
<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"/>
|
|
</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{MODELO}]]></textFieldExpression>
|
|
</textField>
|
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
|
<reportElement stretchType="RelativeToTallestObject" x="28" y="0" width="64" height="13" forecolor="#000000" uuid="5ed237ae-4a4a-4500-bfb6-ed880fe4bf01">
|
|
<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">
|
|
<font fontName="SansSerif" size="10"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{CLASE}]]></textFieldExpression>
|
|
</textField>
|
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
|
<reportElement style="detail" stretchType="RelativeToBandHeight" x="284" y="0" width="64" height="13" forecolor="#000000" uuid="6374c338-6f01-4ad3-9178-6e9c5d781819">
|
|
<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"/>
|
|
</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{CALIBRE}]]></textFieldExpression>
|
|
</textField>
|
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
|
<reportElement style="detail" stretchType="RelativeToTallestObject" x="504" y="0" width="54" height="13" forecolor="#000000" uuid="69c4e7a9-8685-4c44-972f-905243506400">
|
|
<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 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{FECHAEXPIRACION}]]></textFieldExpression>
|
|
</textField>
|
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
|
<reportElement style="detail" stretchType="RelativeToTallestObject" x="412" y="0" width="46" height="13" forecolor="#000000" uuid="315851ca-e192-4e80-8ced-f636afa315be">
|
|
<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 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{COLOR}]]></textFieldExpression>
|
|
</textField>
|
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
|
<reportElement style="detail" stretchType="RelativeToTallestObject" x="92" y="0" width="64" height="13" forecolor="#000000" uuid="699331ad-f198-4759-98d1-b08b5f24bc2b">
|
|
<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"/>
|
|
</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{TIPO}]]></textFieldExpression>
|
|
</textField>
|
|
</band>
|
|
</detail>
|
|
<columnFooter>
|
|
<band height="6" splitType="Stretch">
|
|
<property name="local_mesure_unitheight" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
|
</band>
|
|
</columnFooter>
|
|
<summary>
|
|
<band height="91" splitType="Stretch">
|
|
<property name="local_mesure_unitheight" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
|
<staticText>
|
|
<reportElement style="title2" x="0" y="40" width="190" height="16" forecolor="#000000" uuid="84ae6165-fd66-4817-8072-58dad2d2525d"/>
|
|
<textElement textAlignment="Left">
|
|
<font fontName="SansSerif" size="12" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[(FIRMA DIGITAL)]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="0" y="60" width="190" height="16" forecolor="#000000" uuid="7ca8d365-c1a8-47b4-b618-5703f0fb419e"/>
|
|
<textElement textAlignment="Left">
|
|
<font fontName="SansSerif" size="12" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[COORDINADOR MILITAR]]></text>
|
|
</staticText>
|
|
<image>
|
|
<reportElement x="476" y="6" width="114" height="70" uuid="52e2e966-3c1b-44a2-bf1d-2ee05f60eb2f"/>
|
|
<imageExpression><![CDATA[com.google.zxing.client.j2se.MatrixToImageWriter.toBufferedImage(
|
|
new com.google.zxing.qrcode.QRCodeWriter().encode(
|
|
$P{codigoQR},
|
|
com.google.zxing.BarcodeFormat.QR_CODE, 500, 500))]]></imageExpression>
|
|
</image>
|
|
</band>
|
|
</summary>
|
|
</jasperReport>
|