1082 lines
50 KiB
XML
Executable File
1082 lines
50 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 -->
|
|
<!-- 2021-11-15T21:38: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="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[Código de Solicitud]]></parameterDescription>
|
|
</parameter>
|
|
<parameter name="codigoQR" class="java.lang.String"/>
|
|
<queryString language="SQL">
|
|
<![CDATA[select rownum,
|
|
tipotramite.description as tipotramite,
|
|
categoria.description as categoria,
|
|
soltramite.numerotramite as numerotramite,
|
|
sucursales.responsable as responsable,
|
|
tipo.description as tipoagencia,
|
|
sucursales.nombre as nombreagencia,
|
|
provincia.description as provinciaagencia,
|
|
canton.description as cantonagencia,
|
|
ciudad.description as ciudadagencia,
|
|
|
|
personadetalle.name as nombre,
|
|
personadetalle.identification as cedula,
|
|
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,
|
|
|
|
tipodoc.description as tipodocumento,
|
|
personadetalle.legalrepresent as nombrerl,
|
|
personadetalle.legalrepresentidentification as cedularl
|
|
|
|
from tarmsolicitud solicitud
|
|
inner join tarmsolicitudtramite soltramite on soltramite.csolicitud = solicitud.csolicitud
|
|
inner join tarmtramite tramite on tramite.ctramite = soltramite.ctramite
|
|
left JOIN tgenecatalogdetail tipotramite on tipotramite.catalog=tramite.tipotramite and tipotramite.catalogcode=tramite.tipotramitecodigo
|
|
left JOIN tgenecatalogdetail categoria on categoria.catalog=tramite.categoria and categoria.catalogcode=tramite.categoriacodigo
|
|
inner join tarmagenciasucursal sucursales on sucursales.personcode = solicitud.personcode
|
|
left JOIN tgenecatalogdetail tipo on tipo.catalog=sucursales.tipo and tipo.catalogcode=sucursales.tipocodigo
|
|
inner join tgenecountry pais on pais.countrycode = sucursales.countrycode
|
|
inner join tgeneprovince provincia on provincia.provincecode = sucursales.provincecode and provincia.countrycode = sucursales.countrycode
|
|
inner join tgenecanton canton
|
|
on canton.cantoncode = sucursales.cantoncode
|
|
and canton.provincecode = sucursales.provincecode
|
|
and canton.countrycode = sucursales.countrycode
|
|
inner join tgeneparroquia parroquia
|
|
on parroquia.parroquiacode = sucursales.parroquiacode
|
|
and parroquia.cantoncode = sucursales.cantoncode
|
|
and parroquia.provincecode = sucursales.provincecode
|
|
and parroquia.countrycode = sucursales.countrycode
|
|
inner join tgenecity ciudad
|
|
on ciudad.citycode = sucursales.citycode
|
|
and ciudad.cantoncode = sucursales.cantoncode
|
|
and ciudad.provincecode = sucursales.provincecode
|
|
and ciudad.countrycode = sucursales.countrycode
|
|
inner join tcustperson persona on persona.personcode = sucursales.personcode
|
|
inner join tcustpersondetail personadetalle on personadetalle.personcode = persona.personcode
|
|
inner join tcustpersonaddress personadireccion on personadireccion.personcode = personadetalle.personcode
|
|
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 solicitud.csolicitud=$P{csolicitud}]]>
|
|
</queryString>
|
|
<field name="ROWNUM" class="java.lang.Integer"/>
|
|
<field name="TIPOTRAMITE" class="java.lang.String"/>
|
|
<field name="CATEGORIA" class="java.lang.String"/>
|
|
<field name="NUMEROTRAMITE" class="java.lang.String"/>
|
|
<field name="RESPONSABLE" class="java.lang.String"/>
|
|
<field name="TIPOAGENCIA" class="java.lang.String"/>
|
|
<field name="NOMBREAGENCIA" class="java.lang.String"/>
|
|
<field name="PROVINCIAAGENCIA" class="java.lang.String"/>
|
|
<field name="CANTONAGENCIA" class="java.lang.String"/>
|
|
<field name="CIUDADAGENCIA" 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"/>
|
|
<background>
|
|
<band splitType="Stretch"/>
|
|
</background>
|
|
<title>
|
|
<band height="86" 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>
|
|
</band>
|
|
</title>
|
|
<pageHeader>
|
|
<band height="396" splitType="Stretch">
|
|
<property name="local_mesure_unitheight" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
|
<staticText>
|
|
<reportElement x="2" y="91" width="608" height="33" forecolor="#000000" uuid="d0f68af8-89eb-4702-ae01-91c15d88ebea"/>
|
|
<textElement textAlignment="Left">
|
|
<font fontName="SansSerif" size="11" isBold="false"/>
|
|
</textElement>
|
|
<text><![CDATA[Luego de haber revisado la información en el Sistema de Control de Armas, se observa el registro de las siguientes Agencias y Sucursales pertenecientes a:]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="2" y="137" 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="155" 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>
|
|
<reportElement x="146" y="137" width="139" 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="155" 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 style="title2" x="2" y="175" 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="175" 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="195" 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="195" 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="237" 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="217" 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="237" 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="217" 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="279" 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[""]]></textFieldExpression>
|
|
</textField>
|
|
<textField>
|
|
<reportElement x="146" y="259" 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="279" 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="259" 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="320" 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="300" 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="300" 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="320" 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[""]]></textFieldExpression>
|
|
</textField>
|
|
<textField>
|
|
<reportElement x="471" y="195" 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="300" 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[""]]></textFieldExpression>
|
|
</textField>
|
|
<staticText>
|
|
<reportElement style="title2" x="327" y="279" 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="175" 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="259" 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="155" 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="279" 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[""]]></textFieldExpression>
|
|
</textField>
|
|
<textField>
|
|
<reportElement x="471" y="175" 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="217" 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="155" 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="300" 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="327" y="320" width="138" height="16" forecolor="#000000" uuid="710a7706-5eb4-427a-921f-49cae5b1a850"/>
|
|
<textElement textAlignment="Left">
|
|
<font fontName="Arial" size="10" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[EMAIL:]]></text>
|
|
</staticText>
|
|
<textField>
|
|
<reportElement x="471" y="259" 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="237" 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="217" 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="471" y="320" 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"/>
|
|
</reportElement>
|
|
<box topPadding="2"/>
|
|
<textElement verticalAlignment="Middle">
|
|
<font size="12" isBold="true"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[""]]></textFieldExpression>
|
|
</textField>
|
|
<textField>
|
|
<reportElement x="471" y="137" 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="137" 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="237" 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="195" 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="0" y="380" width="281" height="16" forecolor="#000000" uuid="da77ab41-5ca1-41c6-bfe8-55e837d087fe"/>
|
|
<textElement textAlignment="Left">
|
|
<font fontName="SansSerif" size="12" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[INFORMACIÓN DE AGENCIAS Y SUCURSALES:]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement x="1" y="20" width="145" height="16" forecolor="#000000" uuid="8d1d21d3-e591-468b-8a5a-5da76e6a442d"/>
|
|
<textElement textAlignment="Left">
|
|
<font fontName="SansSerif" size="12" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[TIPO DE TRAMITE:]]></text>
|
|
</staticText>
|
|
<textField>
|
|
<reportElement x="151" y="20" width="90" height="16" uuid="b567f1f4-2346-474c-b837-b56bc9a7776e">
|
|
<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{TIPOTRAMITE}]]></textFieldExpression>
|
|
</textField>
|
|
<staticText>
|
|
<reportElement x="0" y="40" width="145" height="16" forecolor="#000000" uuid="a5f55b7e-72a4-4d64-b1d1-dcf487691c11"/>
|
|
<textElement textAlignment="Left">
|
|
<font fontName="SansSerif" size="12" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[CATEGORÍA:]]></text>
|
|
</staticText>
|
|
<textField>
|
|
<reportElement x="150" y="2" width="90" height="16" uuid="c4244661-b71c-4122-aca5-dd6fcc74b511">
|
|
<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>
|
|
<staticText>
|
|
<reportElement x="-1" y="2" width="146" height="16" forecolor="#000000" uuid="93e12c8c-72ad-47ca-8685-f7dc64b3bea8"/>
|
|
<textElement textAlignment="Left">
|
|
<font fontName="SansSerif" size="12" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[FECHA DE SOLICITUD:]]></text>
|
|
</staticText>
|
|
<textField>
|
|
<reportElement x="150" y="40" 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[$F{CATEGORIA}]]></textFieldExpression>
|
|
</textField>
|
|
<textField>
|
|
<reportElement x="521" y="40" width="90" height="16" uuid="99feb691-742e-44a5-8353-744a483ef2da">
|
|
<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 x="368" y="3" width="146" height="16" forecolor="#000000" uuid="2684b353-3914-46e0-98fc-1427b29be662"/>
|
|
<textElement textAlignment="Left">
|
|
<font fontName="SansSerif" size="12" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[FECHA DE SOLICITUD:]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement x="369" y="42" width="145" height="16" forecolor="#000000" uuid="41656950-de34-4f42-ac1e-cf30af9c9231"/>
|
|
<textElement textAlignment="Left">
|
|
<font fontName="SansSerif" size="12" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[USO ACTIVIDAD:]]></text>
|
|
</staticText>
|
|
<textField>
|
|
<reportElement x="519" y="21" width="90" height="16" uuid="bcc77b68-18e5-4e0d-84a5-0760bb3002cb">
|
|
<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 x="367" y="21" width="145" height="16" forecolor="#000000" uuid="e8333471-cf86-4cc5-9d16-99dfc173395d"/>
|
|
<textElement textAlignment="Left">
|
|
<font fontName="SansSerif" size="12" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[TRAMITE:]]></text>
|
|
</staticText>
|
|
<textField>
|
|
<reportElement x="519" y="3" width="90" height="16" uuid="605c71c4-0b64-494c-9ece-0582bd2cb520">
|
|
<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>
|
|
<staticText>
|
|
<reportElement style="title2" x="2" y="340" width="138" height="16" forecolor="#000000" uuid="650d42fd-fdcf-4575-a1eb-1f209501be04"/>
|
|
<textElement textAlignment="Left">
|
|
<font fontName="Arial" size="10" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[LUGAR DE ORIGEN:]]></text>
|
|
</staticText>
|
|
<textField>
|
|
<reportElement x="146" y="340" width="139" height="16" uuid="9b07ab56-aac4-4d64-8ea0-bcf0fd856d7a">
|
|
<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="326" y="340" width="138" height="16" forecolor="#000000" uuid="29df969b-4282-4347-9965-24e6adc7e1cd"/>
|
|
<textElement textAlignment="Left">
|
|
<font fontName="Arial" size="10" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[LUGAR DE DESTINO:]]></text>
|
|
</staticText>
|
|
<textField>
|
|
<reportElement x="470" y="340" width="139" height="16" uuid="9c23afc9-7bda-4be2-9d36-24d42619c84c">
|
|
<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="1" y="360" width="138" height="16" forecolor="#000000" uuid="db589716-50e2-4f79-a00b-efb64e2191f4"/>
|
|
<textElement textAlignment="Left">
|
|
<font fontName="Arial" size="10" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[FECHA DE EXPEDCIÓN:]]></text>
|
|
</staticText>
|
|
<textField>
|
|
<reportElement x="145" y="360" width="139" height="16" uuid="7a24925a-1a9f-45b7-ba5c-045d6827bddf">
|
|
<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>
|
|
<textField>
|
|
<reportElement x="470" y="360" width="139" height="16" uuid="3cc1253f-60da-479e-8c2a-ff6b8f00f39c">
|
|
<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="326" y="360" width="138" height="16" forecolor="#000000" uuid="67ddea44-616a-4133-bdf3-919aa0fc943f"/>
|
|
<textElement textAlignment="Left">
|
|
<font fontName="Arial" size="10" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[FECHA CADUCA:]]></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="454" y="0" width="88" 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[RESPONSABLE]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="390" 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[CIUDAD]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="326" 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[CANTON]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="262" 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[PROVINCIA]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="156" y="0" width="106" 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[NOMBRE]]></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="64" 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="106" 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{NOMBREAGENCIA}]]></textFieldExpression>
|
|
</textField>
|
|
<textField isStretchWithOverflow="true">
|
|
<reportElement style="detail" stretchType="RelativeToTallestObject" x="64" 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="390" 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{CIUDADAGENCIA}]]></textFieldExpression>
|
|
</textField>
|
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
|
<reportElement style="detail" stretchType="RelativeToTallestObject" x="262" 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{PROVINCIAAGENCIA}]]></textFieldExpression>
|
|
</textField>
|
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
|
<reportElement style="detail" stretchType="RelativeToBandHeight" x="326" 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{CANTONAGENCIA}]]></textFieldExpression>
|
|
</textField>
|
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
|
<reportElement style="detail" stretchType="RelativeToTallestObject" x="454" y="0" width="88" 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{RESPONSABLE}]]></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{TIPOAGENCIA}]]></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="82" 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="10" width="94" height="72" uuid="badaae9e-1250-4df4-8b69-5c9a9223f928"/>
|
|
<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>
|