maia_modificado/.svn/pristine/06/06f7580000790ee771599812b40...

469 lines
26 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-09-06T09:52:25 -->
<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="reporteArmas" printOrder="Horizontal" pageWidth="1400" pageHeight="842" whenNoDataType="AllSectionsNoDetail" columnWidth="1360" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" isIgnorePagination="true" uuid="80331279-9be4-4003-ad3d-d3b8bfdf2084">
<property name="com.jaspersoft.studio.data.defaultdataadapter" value="One Empty Record"/>
<property name="ireport.zoom" value="1.0"/>
<property name="ireport.x" value="0"/>
<property name="ireport.y" value="0"/>
<property name="com.jaspersoft.studio.unit." value="pixel"/>
<property name="com.jaspersoft.studio.unit.pageHeight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.pageWidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.topMargin" value="pixel"/>
<property name="com.jaspersoft.studio.unit.bottomMargin" value="pixel"/>
<property name="com.jaspersoft.studio.unit.leftMargin" value="pixel"/>
<property name="com.jaspersoft.studio.unit.rightMargin" value="pixel"/>
<property name="com.jaspersoft.studio.unit.columnWidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.columnSpacing" value="pixel"/>
<template><![CDATA[$P{pathstyle}]]></template>
<parameter name="pathstyle" class="java.lang.String" isForPrompting="false">
<defaultValueExpression><![CDATA["repo:/maia/1/style/style"]]></defaultValueExpression>
</parameter>
<parameter name="pathLogoIzquierda" class="java.lang.String">
<defaultValueExpression><![CDATA["repo:/maia/1/image/comandoconjunto"]]></defaultValueExpression>
</parameter>
<parameter name="pathLogoDerecha" class="java.lang.String">
<defaultValueExpression><![CDATA["repo:/maia/1/image/selloarmas"]]></defaultValueExpression>
</parameter>
<parameter name="filtro" class="java.lang.String"/>
<parameter name="usuario" class="java.lang.String"/>
<parameter name="fechainicial" class="java.lang.String"/>
<parameter name="fechafinal" class="java.lang.String"/>
<parameter name="unidadmilitar" class="java.lang.String"/>
<parameter name="lugarfecha" class="java.lang.String"/>
<parameter name="codigoQR" class="java.lang.String"/>
<queryString language="SQL">
<![CDATA[select
tarma.lote as serie,
tarma.carma as carma,
tarma.codigoarma as codigoarma,
TO_CHAR (tarma.fecharegistro, 'YYYY-MM-DD') as fecharegistro,
(select prov.description
from tgenecountry prov
where prov.COUNTRYCODE=(select ra.paisorigen
from tarmregistroarmas ra
where ra.cregistro=tarma.cregistro)) as pais,
(select pd.name from tcustpersondetail pd
where pd.personcode= (select ra.personcode from tarmregistroarmas ra where ra.cregistro=tarma.cregistro) and
TO_CHAR (pd.dateto, 'YYYY/MM/DD')='2999/12/31' ) as nombre ,
(select t.description from tgenecatalogdetail t
where t.catalog= (select tp.clase from tarmtipoarmaexplosivo tp where tp.ctipoarmaexplosivo=tarma.ctipoarmaexplosivo) and
t.catalogcode=(select tp.CLASECODIGO from tarmtipoarmaexplosivo tp where tp.ctipoarmaexplosivo=tarma.ctipoarmaexplosivo)) as clase,
(select t.description from tgenecatalogdetail t
where t.catalog= (select tp.TIPOARMAEXPLOSIVO from tarmtipoarmaexplosivo tp where tp.ctipoarmaexplosivo=tarma.ctipoarmaexplosivo) and
t.catalogcode=(select tp.TIPOARMAEXPLOSIVOCODIGO from tarmtipoarmaexplosivo tp where tp.ctipoarmaexplosivo=tarma.ctipoarmaexplosivo)) as tipo,
(select t.description from tgenecatalogdetail t
where t.catalog= (select tp.CALIBRE from tarmtipoarmaexplosivo tp where tp.ctipoarmaexplosivo=tarma.ctipoarmaexplosivo) and
t.catalogcode=(select tp.CALIBRECODIGO from tarmtipoarmaexplosivo tp where tp.ctipoarmaexplosivo=tarma.ctipoarmaexplosivo) ) as calibre,
(select t.description from tgenecatalogdetail t where t.catalog=tarma.marca and t.catalogcode=tarma.marcacodigo ) as marca,
(select t.description from tgenecatalogdetail t where t.catalog=tarma.estado and t.catalogcode=tarma.estadocodigo ) as estado,
(select pd.identification from tcustpersondetail pd
where pd.personcode= (select ra.personcode from tarmregistroarmas ra where ra.cregistro=tarma.cregistro) and
TO_CHAR (pd.dateto, 'YYYY/MM/DD')='2999/12/31' ) as identification,
(select t.description from tgenecatalogdetail t
where t.catalog= (select tp.nombreinstitucion from tarmcentrocontrol tp
where tp.ccentrocontrol=(select doch.ccentrocontrol
from tarmdocumentohabilitante doch
where doch.cdocumento=(select max(dochb.cdocumento)
from tarmdocumentohabilitante dochb
where dochb.estado='APR' and dochb.codigoarma=tarma.codigoarma))) and
t.catalogcode=(select tp.nombreinstitucioncodigo from tarmcentrocontrol tp
where tp.ccentrocontrol=(select doch.ccentrocontrol
from tarmdocumentohabilitante doch
where doch.cdocumento=(select max(dochb.cdocumento)
from tarmdocumentohabilitante dochb
where dochb.estado='APR' and dochb.codigoarma=tarma.codigoarma))) ) as centro,
(case (select apruebaevaluacion from tarmarmapruebas p
where p.carmaprueba=(select max(prue.carmaprueba)
from tarmarmapruebas prue
where prue.carma in(select codar.carma
from tarmarmas codar
where codar.codigoarma =(select ar.codigoarma
from tarmarmas ar where carma=tarma.carma) )))
when 'Y' then 'APTA'
when 'N' then 'NO APTA'
else 'NA' end) as apta
from tarmarmas tarma
where
tarma.carma= $P{filtro}
ORDER BY tarma.estado asc]]>
</queryString>
<field name="SERIE" class="java.lang.String"/>
<field name="ESTADO" class="java.lang.String"/>
<field name="CARMA" class="java.lang.String"/>
<field name="CODIGOARMA" class="java.lang.String"/>
<field name="FECHAREGISTRO" class="java.lang.String"/>
<field name="TIPO" class="java.lang.String"/>
<field name="NOMBRE" class="java.lang.String"/>
<field name="CALIBRE" class="java.lang.String"/>
<field name="APTA" class="java.lang.String"/>
<field name="MARCA" class="java.lang.String"/>
<field name="IDENTIFICATION" class="java.lang.String"/>
<field name="CENTRO" class="java.lang.String"/>
<field name="CLASE" class="java.lang.String"/>
<field name="PAIS" class="java.lang.String"/>
<background>
<band splitType="Stretch"/>
</background>
<title>
<band height="130" splitType="Stretch">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<staticText>
<reportElement key="" style="title1" x="385" y="30" width="399" height="20" forecolor="#000000" uuid="a5555ed3-8bce-44fd-afbb-28084239a1a1">
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
</reportElement>
<textElement textAlignment="Center"/>
<text><![CDATA[COMANDO CONJUNTO DE LAS FUERZAS ARMADAS]]></text>
</staticText>
<staticText>
<reportElement key="" style="title1" x="385" y="50" width="399" height="20" forecolor="#000000" uuid="98c268e9-4cb8-4184-9c02-537b79b6957c">
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
</reportElement>
<textElement textAlignment="Center"/>
<text><![CDATA[DEPARTAMENTO DE CONTROL DE ARMAS]]></text>
</staticText>
<image>
<reportElement x="285" y="30" width="100" height="59" 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>
<staticText>
<reportElement key="" style="title2" x="385" y="89" width="399" height="41" forecolor="#000000" uuid="69253d11-5c03-4784-b9e5-03354def4161">
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
</reportElement>
<textElement textAlignment="Center"/>
<text><![CDATA[Certificado creación del arma]]></text>
</staticText>
</band>
</title>
<pageHeader>
<band height="20" splitType="Stretch">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</band>
</pageHeader>
<columnHeader>
<band height="25" splitType="Stretch">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<staticText>
<reportElement style="title2" stretchType="RelativeToTallestObject" x="1131" y="0" width="101" height="25" uuid="0c2fe402-99df-42f0-b8fc-c0035e37a97f">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
</box>
<text><![CDATA[ESTADO]]></text>
</staticText>
<staticText>
<reportElement style="title2" stretchType="RelativeToTallestObject" x="490" y="0" width="82" height="25" uuid="fb42f3df-ffe5-40b3-9e35-8b649f014568">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
</box>
<text><![CDATA[FECHA DE REGISTRO]]></text>
</staticText>
<staticText>
<reportElement style="title2" stretchType="RelativeToTallestObject" x="671" y="0" width="113" height="25" uuid="b0060cce-b1af-400b-a306-82b84330d0d9">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
</box>
<text><![CDATA[TIPO DE ARMA]]></text>
</staticText>
<staticText>
<reportElement style="title2" stretchType="RelativeToTallestObject" x="285" y="0" width="100" height="25" uuid="82ab01d8-7adf-432e-80c0-875980851c7f">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
</box>
<text><![CDATA[NOMBRE/RAZÓN SOCIAL]]></text>
</staticText>
<staticText>
<reportElement key="" style="title2" x="784" y="0" width="100" height="25" uuid="d5bc0273-94d2-4bee-a9c7-c943ce9de025">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
</box>
<text><![CDATA[MARCA]]></text>
</staticText>
<staticText>
<reportElement style="title2" stretchType="RelativeToTallestObject" x="884" y="0" width="57" height="25" uuid="cff51697-13fb-483e-afdd-65fe3211d15c">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
</box>
<text><![CDATA[CALIBRE]]></text>
</staticText>
<staticText>
<reportElement style="title2" x="185" y="0" width="100" height="25" uuid="b5033f12-8a85-4162-b16b-5511f7ed0c34">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
</box>
<text><![CDATA[NO. DOCUMENTO]]></text>
</staticText>
<staticText>
<reportElement style="title2" stretchType="RelativeToTallestObject" x="941" y="0" width="100" height="25" uuid="285ca903-f9fb-4b38-8f46-8a4c30760512"/>
<box>
<topPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
</box>
<text><![CDATA[SERIE]]></text>
</staticText>
<staticText>
<reportElement style="title2" stretchType="RelativeToTallestObject" x="385" y="0" width="105" height="25" uuid="3be9820e-b16c-40ae-8cbd-aaaf2944b05c"/>
<box>
<topPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
</box>
<text><![CDATA[CÓDIGO DEL ARMA]]></text>
</staticText>
<staticText>
<reportElement style="title2" stretchType="RelativeToTallestObject" x="572" y="0" width="99" height="25" uuid="5590569f-fbb8-4189-9104-917199292b38">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitheight" value="pixel"/>
</reportElement>
<box>
<topPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
</box>
<text><![CDATA[CLASE]]></text>
</staticText>
<staticText>
<reportElement style="title2" stretchType="RelativeToTallestObject" x="1041" y="0" width="90" height="25" uuid="99675834-81ae-4851-a53c-437e62d10529">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
</box>
<text><![CDATA[PAÍS DE FABRICACIÓN]]></text>
</staticText>
</band>
</columnHeader>
<detail>
<band height="28" splitType="Stretch">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement key="" style="normal" positionType="Float" x="1131" y="0" width="101" height="28" uuid="943979ab-fe95-402a-a751-1250e63f6a4f">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
</box>
<textFieldExpression><![CDATA[$F{ESTADO}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement key="" style="normal" positionType="Float" x="490" y="0" width="82" height="28" uuid="31ca52ac-492d-4c96-bb67-e67ac2481750">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
</box>
<textFieldExpression><![CDATA[$F{FECHAREGISTRO}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement key="" style="normal" positionType="Float" x="671" y="0" width="113" height="28" uuid="669f43ae-695f-4493-8f70-e968b03e0332">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
</box>
<textFieldExpression><![CDATA[$F{TIPO}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement key="" style="normal" positionType="Float" x="285" y="0" width="100" height="28" uuid="e170dce4-a4e7-4671-aaf6-b46530720151">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitheight" value="pixel"/>
</reportElement>
<box>
<topPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
</box>
<textFieldExpression><![CDATA[$F{NOMBRE}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement key="" style="normal" positionType="Float" x="884" y="0" width="57" height="28" uuid="90fb9497-6f26-4d8b-8dc5-133fe5619b0a">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
</box>
<textFieldExpression><![CDATA[$F{CALIBRE}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement key="" style="normal" x="941" y="0" width="100" height="28" uuid="22494ef0-f771-479c-a411-670665c1fca1">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
</box>
<textFieldExpression><![CDATA[$F{SERIE}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement key="" style="normal" x="784" y="0" width="100" height="28" uuid="94e2dfbf-f3ae-4fe0-90c4-80f92d4b0169">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
</box>
<textFieldExpression><![CDATA[$F{MARCA}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement key="" style="normal" x="185" y="0" width="100" height="28" uuid="e54d3cf1-9ae3-44cd-9a5e-bd5dff524834">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
</box>
<textFieldExpression><![CDATA[$F{IDENTIFICATION}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement key="" style="normal" x="385" y="0" width="105" height="28" uuid="b2e83a32-10bd-4e66-9964-50b5db052f98">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
</box>
<textFieldExpression><![CDATA[$F{CODIGOARMA}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement key="" style="normal" positionType="Float" x="572" y="0" width="99" height="28" uuid="26754b88-3a0f-4903-9bb9-bdeb2c564ba1">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
</box>
<textFieldExpression><![CDATA[$F{CLASE}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement key="" style="normal" positionType="Float" x="1041" y="0" width="90" height="28" uuid="49a509f4-432e-4d01-9c3e-c082518b0ef7">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
<rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
</box>
<textFieldExpression><![CDATA[$F{PAIS}]]></textFieldExpression>
</textField>
</band>
</detail>
<pageFooter>
<band height="89" splitType="Stretch">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<staticText>
<reportElement style="title3" x="703" y="11" width="81" height="28" forecolor="#000000" uuid="abbf86b2-7bd4-40b8-898c-c685d9638c9d">
<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>
<textElement textAlignment="Left"/>
<text><![CDATA[Usuario:]]></text>
</staticText>
<textField>
<reportElement key="" style="normal" x="784" y="11" width="283" height="28" uuid="5d3776aa-0217-4094-accb-259cecd4ffa3">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<textFieldExpression><![CDATA[$P{usuario}]]></textFieldExpression>
</textField>
<staticText>
<reportElement style="title3" x="185" y="11" width="100" height="28" forecolor="#000000" uuid="028f83df-9f0c-4b78-899c-88b12e410ebe">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<textElement textAlignment="Left"/>
<text><![CDATA[Fecha/Hora creación:]]></text>
</staticText>
<textField>
<reportElement style="normal" x="285" y="11" width="100" height="28" uuid="8d155d7b-b373-40a7-a771-9c060be0b5d9">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<textFieldExpression><![CDATA[$P{lugarfecha}]]></textFieldExpression>
</textField>
</band>
</pageFooter>
</jasperReport>