maia_modificado/.svn/pristine/dd/dd1382a4d1497dbddfdc017e67d...

545 lines
27 KiB
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<!-- Created with Jaspersoft Studio version 5.6.2.final using JasperReports Library version 5.6.1 -->
<!-- 2015-03-13T15:04:20 -->
<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="workingdate" class="java.lang.String" isForPrompting="false">
<defaultValueExpression><![CDATA["2014-09-20"]]></defaultValueExpression>
</parameter>
<parameter name="company" class="java.lang.Integer" isForPrompting="false">
<parameterDescription><![CDATA[compania de trabajo]]></parameterDescription>
<defaultValueExpression><![CDATA[1]]></defaultValueExpression>
</parameter>
<parameter name="pathLogoIzquierda" class="java.lang.String">
<defaultValueExpression><![CDATA["repo:/maia/1/image/comandoconjunto"]]></defaultValueExpression>
</parameter>
<parameter name="pathLogoDerecha" class="java.lang.String">
<defaultValueExpression><![CDATA["repo:/maia/1/image/selloarmas"]]></defaultValueExpression>
</parameter>
<parameter name="lugarFecha" class="java.lang.String"/>
<parameter name="coordinadorMilitar" class="java.lang.String"/>
<parameter name="usuario" class="java.lang.String"/>
<parameter name="fechaCorte" class="java.lang.String"/>
<parameter name="fechaReferenciaReporte" class="java.lang.String"/>
<parameter name="unidadmilitar" class="java.lang.String"/>
<parameter name="numerotramite" class="java.lang.String"/>
<parameter name="codigodecomisoarma" class="java.lang.String"/>
<parameter name="numtransaccion" class="java.lang.String"/>
<queryString language="SQL">
<![CDATA[select rownum,
(select clase.description from tgenecatalogdetail clase where clase.catalog=tae.clase and clase.catalogcode=tae.clasecodigo) as clase,
(select tipo.description from tgenecatalogdetail tipo where tipo.catalog=tae.tipoarmaexplosivo and tipo.catalogcode=tae.tipoarmaexplosivocodigo) as tipo,
(select calibre.description from tgenecatalogdetail calibre where calibre.catalog=tae.calibre and calibre.catalogcode=tae.calibrecodigo) as calibre,
(select marca.description from tgenecatalogdetail marca where marca.catalog=arma.marca and marca.catalogcode=arma.marcacodigo) as marca,
arma.lote as serie, decoarma.cantidad as cantidad,
arma.codigoarma as codigoarma,
(select unidad.description from tgenecatalogdetail unidad where unidad.catalog=decoarma.unidadmedida and unidad.catalogcode=decoarma.unidadmedidacode) as unidad,
TO_DATE (TO_CHAR (decoarma.fdecomiso, 'YYYY-MM-DD'),'YYYY-MM-DD') as fdecomiso,
(select person.name from tcustpersondetail person where person.personcode = regarm.personcode and person.dateto='31/12/2999') as propietario,
(select deco.numerorecibo from tarmdecomiso deco where deco.cdecomiso = decoarma.cdecomiso) as nrecibo
from tarmdecomisoarma decoarma
left join tarmarmas arma on decoarma.carma=arma.carma
left join tarmtipoarmaexplosivo tae on arma.ctipoarmaexplosivo=tae.ctipoarmaexplosivo
left join tarmregistroarmas regarm on regarm.cregistro = arma.cregistro
where decoarma.cdecarmtranrecepcion = $P{codigodecomisoarma}
order by rownum]]>
</queryString>
<field name="CLASE" class="java.lang.String"/>
<field name="ROWNUM" class="java.lang.Integer"/>
<field name="TIPO" class="java.lang.String"/>
<field name="PROPIETARIO" class="java.lang.String"/>
<field name="SERIE" class="java.lang.String"/>
<field name="CANTIDAD" class="java.lang.String"/>
<field name="UNIDAD" class="java.lang.String"/>
<field name="FDECOMISO" class="java.util.Date"/>
<field name="NRECIBO" class="java.lang.String"/>
<field name="CODIGOARMA" class="java.lang.String"/>
<background>
<band splitType="Stretch"/>
</background>
<title>
<band height="120" splitType="Stretch">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<staticText>
<reportElement key="" style="title1" x="93" y="32" width="419" height="20" forecolor="#000000" uuid="a5555ed3-8bce-44fd-afbb-28084239a1a1"/>
<textElement textAlignment="Center"/>
<text><![CDATA[COMANDO CONJUNTO DE LAS FUERZAS ARMADAS]]></text>
</staticText>
<staticText>
<reportElement key="" style="title1" x="93" y="55" width="419" height="20" forecolor="#000000" uuid="98c268e9-4cb8-4184-9c02-537b79b6957c"/>
<textElement textAlignment="Center"/>
<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="530" y="11" 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 key="" style="title2" x="100" y="100" width="419" height="20" forecolor="#000000" uuid="69253d11-5c03-4784-b9e5-03354def4161"/>
<textElement textAlignment="Center"/>
<text><![CDATA[ACTA DE RECEPCIÓN DE ARMAS]]></text>
</staticText>
<textField>
<reportElement style="title2" x="93" y="80" width="419" height="16" uuid="d5cd4fae-22d5-4518-bc42-606208756fcb">
<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"/>
<textFieldExpression><![CDATA[$P{unidadmilitar}]]></textFieldExpression>
</textField>
</band>
</title>
<pageHeader>
<band height="85" splitType="Stretch">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<staticText>
<reportElement style="title3" x="1" y="53" width="78" height="16" forecolor="#000000" uuid="1df04bda-9bbc-480c-a86b-f002d3e297bd"/>
<textElement textAlignment="Left"/>
<text><![CDATA[Fecha Corte:]]></text>
</staticText>
<textField>
<reportElement x="140" y="53" width="100" height="16" uuid="2cf52bc5-c9ba-4f74-b48b-205fb7412d8c">
<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"/>
<textFieldExpression><![CDATA[$P{fechaCorte}]]></textFieldExpression>
</textField>
<staticText>
<reportElement style="title3" x="360" y="62" width="59" height="16" forecolor="#000000" uuid="abbf86b2-7bd4-40b8-898c-c685d9638c9d"/>
<textElement textAlignment="Left"/>
<text><![CDATA[Usuario:]]></text>
</staticText>
<textField>
<reportElement x="480" y="61" width="130" height="16" uuid="525561cd-4529-40bd-9afc-db95fd1d5eeb">
<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"/>
<textFieldExpression><![CDATA[$P{usuario}]]></textFieldExpression>
</textField>
<staticText>
<reportElement style="title3" x="1" y="69" width="130" height="16" forecolor="#000000" uuid="028f83df-9f0c-4b78-899c-88b12e410ebe"/>
<textElement textAlignment="Left"/>
<text><![CDATA[Fecha/Hora emisión:]]></text>
</staticText>
<textField>
<reportElement x="140" y="69" width="130" height="16" uuid="3644f6bf-f24d-4e02-a98a-6863aade362a">
<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"/>
<textFieldExpression><![CDATA[$P{lugarFecha}]]></textFieldExpression>
</textField>
<staticText>
<reportElement style="title3" x="1" y="37" width="129" height="16" forecolor="#000000" uuid="b078b0e0-1af5-448b-bffb-11a8458dd6af"/>
<textElement textAlignment="Left"/>
<text><![CDATA[Unidad de Control Militar:]]></text>
</staticText>
<textField>
<reportElement x="140" y="37" width="220" height="16" uuid="1d92253e-d848-47f8-a594-6ccc511d2f7b">
<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"/>
<textFieldExpression><![CDATA[$P{unidadmilitar}]]></textFieldExpression>
</textField>
<staticText>
<reportElement style="title3" x="362" y="37" width="88" height="16" forecolor="#000000" uuid="b8f11a3c-8ae1-44e4-81f2-bf38fa9de2bd"/>
<textElement textAlignment="Left"/>
<text><![CDATA[No. Transacción:]]></text>
</staticText>
<textField>
<reportElement x="481" y="37" width="130" height="16" uuid="4d2a2873-29c0-42b4-b47b-e9ff6ce9a760">
<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"/>
<textFieldExpression><![CDATA[$P{numtransaccion}]]></textFieldExpression>
</textField>
</band>
</pageHeader>
<columnHeader>
<band height="26" splitType="Stretch">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<staticText>
<reportElement style="normalNegrita" x="4" y="0" width="20" height="26" forecolor="#000000" uuid="a56649bd-1301-4722-93ab-4296227efea9">
<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>
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center"/>
<text><![CDATA[No.]]></text>
</staticText>
<staticText>
<reportElement style="normalNegrita" x="24" y="0" width="50" height="26" forecolor="#000000" uuid="2855d5a8-74a4-4103-a919-ee42294f8267">
<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"/>
<text><![CDATA[Clase]]></text>
</staticText>
<staticText>
<reportElement style="normalNegrita" x="74" y="0" width="64" height="26" forecolor="#000000" uuid="fa752abe-ce12-4b29-bcec-c38c3f805fcd">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="local_mesure_unitwidth" value="pixel"/>
</reportElement>
<box>
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center"/>
<text><![CDATA[Tipo]]></text>
</staticText>
<staticText>
<reportElement style="normalNegrita" x="138" y="0" width="64" height="26" forecolor="#000000" uuid="568c65ee-758a-4290-ac21-1555c02a8188">
<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"/>
<text><![CDATA[Serie]]></text>
</staticText>
<staticText>
<reportElement style="normalNegrita" x="355" y="0" width="70" height="26" forecolor="#000000" uuid="2afba5a3-c98f-4669-afe0-f80607c53b9b">
<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>
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center"/>
<text><![CDATA[U. Medida]]></text>
</staticText>
<staticText>
<reportElement key="" style="normalNegrita" x="517" y="0" width="90" height="26" forecolor="#000000" uuid="f67c4afe-34ee-4269-bf9b-6707466cc5a4">
<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_unity" value="pixel"/>
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center"/>
<text><![CDATA[Fec. Decomiso]]></text>
</staticText>
<staticText>
<reportElement style="normalNegrita" x="425" y="0" width="92" height="26" forecolor="#000000" uuid="6b8188dc-5bed-4945-88de-330242f55688">
<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_unity" value="pixel"/>
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="com.jaspersoft.studio.unit.y" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center"/>
<text><![CDATA[Propietario]]></text>
</staticText>
<staticText>
<reportElement key="" style="normalNegrita" x="260" y="0" width="50" height="26" forecolor="#000000" uuid="b3454871-a0b0-452e-b9b5-94b2a126db07">
<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_unity" value="pixel"/>
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="com.jaspersoft.studio.unit.y" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center"/>
<text><![CDATA[No. Recibo]]></text>
</staticText>
<staticText>
<reportElement style="normalNegrita" x="310" y="0" width="45" height="26" forecolor="#000000" uuid="cea32b1b-6f9d-441e-85e1-1d3104bd6a8d">
<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>
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center"/>
<text><![CDATA[Cantidad]]></text>
</staticText>
<staticText>
<reportElement style="normalNegrita" x="202" y="0" width="58" height="26" uuid="8756e44d-9097-4351-b05d-c1d95e2f51c6"/>
<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]]></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">
<reportElement style="normal" stretchType="RelativeToBandHeight" x="4" y="0" width="20" height="13" forecolor="#000000" uuid="8723fec0-693b-41a1-8036-4ab7b59734fc">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<box leftPadding="2" rightPadding="2">
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{ROWNUM}]]></textFieldExpression>
</textField>
<textField>
<reportElement style="normal" x="202" y="0" width="58" height="13" uuid="d52c71ec-1045-4c90-88b5-f7c08614a576"/>
<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>
<reportElement style="normal" x="260" y="0" width="50" height="13" uuid="8a5f00c8-ec2c-4a46-b13c-3d8631cf5cfa"/>
<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{NRECIBO}]]></textFieldExpression>
</textField>
<textField>
<reportElement style="normal" x="310" y="0" width="45" height="13" uuid="96f1684d-d979-4aa7-bcd5-95606beee7b0"/>
<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{CANTIDAD}]]></textFieldExpression>
</textField>
<textField>
<reportElement style="normal" x="355" y="0" width="70" height="13" uuid="b200129f-68ce-4d0b-982f-b9acb72aa9f2"/>
<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{UNIDAD}]]></textFieldExpression>
</textField>
<textField>
<reportElement style="normal" x="425" y="0" width="92" height="13" uuid="a8392b21-ce0c-4e9e-85d6-37b6b57b4bba"/>
<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{PROPIETARIO}]]></textFieldExpression>
</textField>
<textField pattern="M/d/yy">
<reportElement style="normal" x="517" y="0" width="90" height="13" uuid="398627ed-895d-4b5f-8d2b-8b4917315c7c"/>
<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[new SimpleDateFormat("dd-MM-yyyy").format($F{FDECOMISO})]]></textFieldExpression>
</textField>
<textField>
<reportElement style="normal" x="138" y="0" width="64" height="13" uuid="ac8c1212-d62a-4ca3-9741-7c5892d0b594"/>
<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>
<reportElement style="normal" x="74" y="0" width="64" height="13" uuid="b1ffa401-66bc-4104-a6b3-f47bbce11ecc"/>
<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>
<reportElement style="normal" x="24" y="0" width="50" height="13" uuid="78512611-1bd9-44a0-bc65-fe574f5c3f9d"/>
<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>
</band>
</detail>
<columnFooter>
<band height="50" splitType="Stretch">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</band>
</columnFooter>
<pageFooter>
<band height="90" splitType="Stretch">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</band>
</pageFooter>
<summary>
<band height="126" splitType="Stretch">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<staticText>
<reportElement style="title2" x="250" y="55" width="90" height="16" forecolor="#000000" uuid="84ae6165-fd66-4817-8072-58dad2d2525d"/>
<textElement textAlignment="Left"/>
<text><![CDATA[(FIRMA DIGITAL)]]></text>
</staticText>
<staticText>
<reportElement style="title2" x="130" y="86" width="170" height="16" forecolor="#000000" uuid="7ca8d365-c1a8-47b4-b618-5703f0fb419e"/>
<textElement textAlignment="Left"/>
<text><![CDATA[CENTRO DE CONTROL DE ARMAS]]></text>
</staticText>
<textField>
<reportElement x="240" y="10" width="100" height="40" uuid="d68a37b3-caab-4294-a0be-3331f235a6e0"/>
<textFieldExpression><![CDATA[" "]]></textFieldExpression>
</textField>
<textField>
<reportElement x="300" y="86" width="220" height="16" uuid="f0b9b4dc-7b12-43ec-827d-d35b45adad51">
<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"/>
<textFieldExpression><![CDATA[$P{unidadmilitar}]]></textFieldExpression>
</textField>
</band>
</summary>
</jasperReport>