910 lines
45 KiB
XML
Executable File
910 lines
45 KiB
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Created with Jaspersoft Studio version 5.6.1.final using JasperReports Library version 5.6.1 -->
|
|
<!-- 2016-11-29T10:37:51 -->
|
|
<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" printOrder="Horizontal" pageWidth="842" pageHeight="800" orientation="Landscape" columnWidth="802" 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.5"/>
|
|
<property name="ireport.x" value="0"/>
|
|
<property name="ireport.y" value="288"/>
|
|
<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="codigodecomisoarma" class="java.lang.String">
|
|
<parameterDescription><![CDATA[]]></parameterDescription>
|
|
</parameter>
|
|
<parameter name="tramite" class="java.lang.String"/>
|
|
<parameter name="codResponsable" class="java.lang.String"/>
|
|
<parameter name="gradoUsuario" class="java.lang.String"/>
|
|
<parameter name="SUBREPORT_DIR" class="java.lang.String">
|
|
<parameterDescription><![CDATA[]]></parameterDescription>
|
|
<defaultValueExpression><![CDATA["repo:/maia/1/modules/armas/subreports/"]]></defaultValueExpression>
|
|
</parameter>
|
|
<parameter name="personcode" class="java.lang.Integer"/>
|
|
<parameter name="tecnicoAlmacenamiento" class="java.lang.String"/>
|
|
<parameter name="jefe" class="java.lang.String"/>
|
|
<parameter name="unidadcontrolorigen" class="java.lang.String"/>
|
|
<parameter name="centrocontrolorigen" class="java.lang.String"/>
|
|
<parameter name="centrocontroldestino" class="java.lang.String"/>
|
|
<parameter name="unidadcontroldestino" class="java.lang.String"/>
|
|
<queryString>
|
|
<![CDATA[select rownum,
|
|
(select deco.numerotransaccion from tarmdecomiso deco where deco.cdecomiso = decoarma.cdecomiso) as numerodecomiso,
|
|
(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 codigo,
|
|
(select unidad.description from tgenecatalogdetail unidad where unidad.catalog=tae.unidadmedidapeso and unidad.catalogcode=tae.unidadmedidapesocodigo) as unidad,
|
|
TO_DATE (TO_CHAR (decoarma.fdecomiso, 'DD-MM-YYYY'),'DD-MM-YYYY') as fdecomiso,
|
|
(select person.name from tcustpersondetail person where person.personcode = regarm.personcode and TO_CHAR (person.dateto, 'YYYY/MM/DD')='2999/12/31') as propietario,
|
|
(select person.identification from tcustpersondetail person where person.personcode = regarm.personcode and TO_CHAR (person.dateto, 'YYYY/MM/DD')='2999/12/31') as identificacion,
|
|
(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.cdecomisoarmatransaccion = $P{codigodecomisoarma}
|
|
order by rownum]]>
|
|
</queryString>
|
|
<field name="CLASE" class="java.lang.String"/>
|
|
<field name="ROWNUM" class="java.lang.Integer">
|
|
<fieldDescription><![CDATA[]]></fieldDescription>
|
|
</field>
|
|
<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="IDENTIFICACION" class="java.lang.String"/>
|
|
<field name="CODIGO" class="java.lang.String"/>
|
|
<field name="NUMERODECOMISO" class="java.lang.String"/>
|
|
<field name="MARCA" class="java.lang.String"/>
|
|
<field name="CALIBRE" class="java.lang.String"/>
|
|
<background>
|
|
<band splitType="Stretch"/>
|
|
</background>
|
|
<title>
|
|
<band height="111" splitType="Stretch">
|
|
<property name="local_mesure_unitheight" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
|
<staticText>
|
|
<reportElement key="" style="title" x="165" y="32" width="450" height="20" forecolor="#000000" uuid="a5555ed3-8bce-44fd-afbb-28084239a1a1"/>
|
|
<textElement textAlignment="Center" verticalAlignment="Middle"/>
|
|
<text><![CDATA[SISTEMA INFORMATICO DE CONTROL DE ARMAS DEL CC.FF.AA]]></text>
|
|
</staticText>
|
|
<image>
|
|
<reportElement x="85" 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="624" 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>
|
|
<textField>
|
|
<reportElement style="title2" x="165" y="80" width="450" height="20" 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 textAlignment="Center" verticalAlignment="Middle">
|
|
<font size="9"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$P{unidadcontrolorigen}]]></textFieldExpression>
|
|
</textField>
|
|
<textField>
|
|
<reportElement style="normal" x="-180" y="-210" 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>
|
|
<textField>
|
|
<reportElement style="title1" x="165" y="56" width="450" height="20" uuid="a0f6e4e9-5905-472a-ab8d-3cc918299de9">
|
|
<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 textAlignment="Center" verticalAlignment="Middle"/>
|
|
<textFieldExpression><![CDATA[$P{centrocontrolorigen}]]></textFieldExpression>
|
|
</textField>
|
|
</band>
|
|
</title>
|
|
<pageHeader>
|
|
<band height="113" splitType="Stretch">
|
|
<property name="local_mesure_unitheight" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
|
<staticText>
|
|
<reportElement style="title1" x="0" y="30" width="126" height="16" forecolor="#000000" uuid="1df04bda-9bbc-480c-a86b-f002d3e297bd"/>
|
|
<textElement textAlignment="Left" verticalAlignment="Middle">
|
|
<font size="8"/>
|
|
</textElement>
|
|
<text><![CDATA[Fecha Corte:]]></text>
|
|
</staticText>
|
|
<textField>
|
|
<reportElement style="normal" x="126" y="30" width="240" 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">
|
|
<font size="8"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$P{fechaCorte}]]></textFieldExpression>
|
|
</textField>
|
|
<staticText>
|
|
<reportElement style="title1" x="390" y="30" width="126" height="16" forecolor="#000000" uuid="c04e301a-3d3f-46c0-9cfc-fccdfb637604"/>
|
|
<textElement textAlignment="Left" verticalAlignment="Middle">
|
|
<font size="8"/>
|
|
</textElement>
|
|
<text><![CDATA[No. Transacción:]]></text>
|
|
</staticText>
|
|
<textField>
|
|
<reportElement style="normal" x="516" y="30" width="240" height="16" uuid="1199d8a1-79ed-48c2-91d4-51b2a7b49009">
|
|
<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="8"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$P{tramite}]]></textFieldExpression>
|
|
</textField>
|
|
<staticText>
|
|
<reportElement key="" style="title" x="164" y="0" width="450" height="20" forecolor="#000000" uuid="69253d11-5c03-4784-b9e5-03354def4161"/>
|
|
<textElement textAlignment="Center"/>
|
|
<text><![CDATA[ACTA DE ENVIO DE ARMAS]]></text>
|
|
</staticText>
|
|
<textField>
|
|
<reportElement style="normal" x="126" y="54" width="240" height="16" uuid="08e012a9-4160-4829-bf8f-40890cc6564d">
|
|
<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="8"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$P{centrocontrolorigen}]]></textFieldExpression>
|
|
</textField>
|
|
<staticText>
|
|
<reportElement style="title1" x="0" y="54" width="126" height="16" forecolor="#000000" uuid="8c4224ed-7bbf-4fbe-91f7-8c02b41741a1"/>
|
|
<textElement textAlignment="Left" verticalAlignment="Middle">
|
|
<font size="8"/>
|
|
</textElement>
|
|
<text><![CDATA[Organismo Control Origen:]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title1" x="0" y="78" width="126" height="16" forecolor="#000000" uuid="a2c0ebd4-f816-4c60-8157-f406d7105e40"/>
|
|
<textElement textAlignment="Left" verticalAlignment="Middle">
|
|
<font size="8"/>
|
|
</textElement>
|
|
<text><![CDATA[Unidad Control Origen:]]></text>
|
|
</staticText>
|
|
<textField>
|
|
<reportElement style="normal" x="126" y="78" width="240" height="16" uuid="19880361-4df7-49a0-bb77-6832684f481d">
|
|
<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="8"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$P{unidadcontrolorigen}]]></textFieldExpression>
|
|
</textField>
|
|
<textField>
|
|
<reportElement style="normal" x="516" y="54" width="240" height="16" uuid="8e6d7133-8b10-499c-9314-47115c5ae65a">
|
|
<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="8"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$P{centrocontroldestino}]]></textFieldExpression>
|
|
</textField>
|
|
<staticText>
|
|
<reportElement style="title1" x="390" y="54" width="126" height="16" forecolor="#000000" uuid="c6fae852-bd8d-47dd-a3c7-7b1409d4d97d"/>
|
|
<textElement textAlignment="Left" verticalAlignment="Middle">
|
|
<font size="8"/>
|
|
</textElement>
|
|
<text><![CDATA[Organismo Control Destino:]]></text>
|
|
</staticText>
|
|
<textField>
|
|
<reportElement style="normal" x="516" y="78" width="240" height="16" uuid="c4f3fd53-f199-433f-b726-c2bf92f3e886">
|
|
<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="8"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$P{unidadcontroldestino}]]></textFieldExpression>
|
|
</textField>
|
|
<staticText>
|
|
<reportElement style="title1" x="390" y="78" width="126" height="16" forecolor="#000000" uuid="0d66031c-2934-44b6-8ec4-2d92769384a7"/>
|
|
<textElement textAlignment="Left" verticalAlignment="Middle">
|
|
<font size="8"/>
|
|
</textElement>
|
|
<text><![CDATA[Unidad Control Destino:]]></text>
|
|
</staticText>
|
|
</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="title2" x="1" y="0" width="30" 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" lineColor="#000000"/>
|
|
<leftPen lineWidth="0.5" lineColor="#000000"/>
|
|
<bottomPen lineWidth="0.5" lineColor="#000000"/>
|
|
<rightPen lineWidth="0.5" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Center" verticalAlignment="Middle">
|
|
<font size="8"/>
|
|
</textElement>
|
|
<text><![CDATA[No.]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="101" y="0" width="76" 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" lineColor="#000000"/>
|
|
<leftPen lineWidth="0.5" lineColor="#000000"/>
|
|
<bottomPen lineWidth="0.5" lineColor="#000000"/>
|
|
<rightPen lineWidth="0.5" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Center" verticalAlignment="Middle">
|
|
<font size="8"/>
|
|
</textElement>
|
|
<text><![CDATA[Clase]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="177" y="0" width="63" 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" lineColor="#000000"/>
|
|
<leftPen lineWidth="0.5" lineColor="#000000"/>
|
|
<bottomPen lineWidth="0.5" lineColor="#000000"/>
|
|
<rightPen lineWidth="0.5" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Center" verticalAlignment="Middle">
|
|
<font size="8"/>
|
|
</textElement>
|
|
<text><![CDATA[Tipo]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="332" y="0" width="56" 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" lineColor="#000000"/>
|
|
<leftPen lineWidth="0.5" lineColor="#000000"/>
|
|
<bottomPen lineWidth="0.5" lineColor="#000000"/>
|
|
<rightPen lineWidth="0.5" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Center" verticalAlignment="Middle" rotation="None">
|
|
<font size="8"/>
|
|
</textElement>
|
|
<text><![CDATA[Serie/Lote]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="482" y="0" width="55" 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" lineColor="#000000"/>
|
|
<leftPen lineWidth="0.5" lineColor="#000000"/>
|
|
<bottomPen lineWidth="0.5" lineColor="#000000"/>
|
|
<rightPen lineWidth="0.5" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Center" verticalAlignment="Middle">
|
|
<font size="8"/>
|
|
</textElement>
|
|
<text><![CDATA[U. Medida]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="normalNegrita" x="746" y="0" width="55" 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" lineColor="#000000"/>
|
|
<leftPen lineWidth="0.5" lineColor="#000000"/>
|
|
<bottomPen lineWidth="0.5" lineColor="#000000"/>
|
|
<rightPen lineWidth="0.5" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Center" verticalAlignment="Middle">
|
|
<font size="8"/>
|
|
</textElement>
|
|
<text><![CDATA[Fec. Decomiso]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="normalNegrita" x="603" y="0" width="143" 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" lineColor="#000000"/>
|
|
<leftPen lineWidth="0.5" lineColor="#000000"/>
|
|
<bottomPen lineWidth="0.5" lineColor="#000000"/>
|
|
<rightPen lineWidth="0.5" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Center" verticalAlignment="Middle">
|
|
<font size="8"/>
|
|
</textElement>
|
|
<text><![CDATA[Nombre/Razón Social]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement key="" style="title2" x="388" y="0" width="72" 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" lineColor="#000000"/>
|
|
<leftPen lineWidth="0.5" lineColor="#000000"/>
|
|
<bottomPen lineWidth="0.5" lineColor="#000000"/>
|
|
<rightPen lineWidth="0.5" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Center" verticalAlignment="Middle">
|
|
<font size="8"/>
|
|
</textElement>
|
|
<text><![CDATA[No.Comprobante /Recibo]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="460" y="0" width="22" 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" lineColor="#000000"/>
|
|
<leftPen lineWidth="0.5" lineColor="#000000"/>
|
|
<bottomPen lineWidth="0.5" lineColor="#000000"/>
|
|
<rightPen lineWidth="0.5" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Center" verticalAlignment="Middle">
|
|
<font size="8"/>
|
|
</textElement>
|
|
<text><![CDATA[Cant.]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" stretchType="RelativeToTallestObject" x="537" y="0" width="66" height="26" uuid="dc527d34-df97-465c-b26b-9a6a366879b6"/>
|
|
<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>
|
|
<textElement textAlignment="Center" verticalAlignment="Middle">
|
|
<font size="8"/>
|
|
</textElement>
|
|
<text><![CDATA[No. Documento Identificación]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="31" y="0" width="70" height="26" forecolor="#000000" uuid="23c624c4-6ddd-4511-afc0-b144cc233d58">
|
|
<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" lineColor="#000000"/>
|
|
<leftPen lineWidth="0.5" lineColor="#000000"/>
|
|
<bottomPen lineWidth="0.5" lineColor="#000000"/>
|
|
<rightPen lineWidth="0.5" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Center" verticalAlignment="Middle">
|
|
<font size="8"/>
|
|
</textElement>
|
|
<text><![CDATA[No. Decomiso]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="240" y="0" width="50" height="26" forecolor="#000000" uuid="3f1d58d1-3b44-4f79-84f7-59cf2529fc68">
|
|
<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" lineColor="#000000"/>
|
|
<leftPen lineWidth="0.5" lineColor="#000000"/>
|
|
<bottomPen lineWidth="0.5" lineColor="#000000"/>
|
|
<rightPen lineWidth="0.5" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Center" verticalAlignment="Middle">
|
|
<font size="8"/>
|
|
</textElement>
|
|
<text><![CDATA[Marca]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="290" y="0" width="42" height="26" forecolor="#000000" uuid="7c15e91e-5995-4a4a-a11f-83c72e0af85e">
|
|
<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" lineColor="#000000"/>
|
|
<leftPen lineWidth="0.5" lineColor="#000000"/>
|
|
<bottomPen lineWidth="0.5" lineColor="#000000"/>
|
|
<rightPen lineWidth="0.5" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Center" verticalAlignment="Middle">
|
|
<font size="8"/>
|
|
</textElement>
|
|
<text><![CDATA[Calibre]]></text>
|
|
</staticText>
|
|
</band>
|
|
</columnHeader>
|
|
<detail>
|
|
<band height="42" 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="1" y="0" width="30" height="42" 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" 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>
|
|
<textElement textAlignment="Center" verticalAlignment="Middle">
|
|
<font size="7"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{ROWNUM}]]></textFieldExpression>
|
|
</textField>
|
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
|
<reportElement style="normal" stretchType="RelativeToTallestObject" x="537" y="0" width="66" height="42" uuid="591408df-4fca-4476-8f5a-4e00d9114c31">
|
|
<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>
|
|
<textElement textAlignment="Center">
|
|
<font size="7"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{IDENTIFICACION}]]></textFieldExpression>
|
|
</textField>
|
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
|
<reportElement style="normal" stretchType="RelativeToBandHeight" x="177" y="0" width="63" height="42" uuid="b4939686-4b4d-480b-8bff-6c962d1c91e3"/>
|
|
<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>
|
|
<textElement textAlignment="Center">
|
|
<font size="7" isBold="false"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{TIPO}]]></textFieldExpression>
|
|
</textField>
|
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
|
<reportElement style="normal" stretchType="RelativeToBandHeight" x="101" y="0" width="76" height="42" uuid="03d93f53-1b59-4fb6-8f5f-19ff0a9027b1"/>
|
|
<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>
|
|
<textElement textAlignment="Center">
|
|
<font size="7" isBold="false"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{CLASE}]]></textFieldExpression>
|
|
</textField>
|
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
|
<reportElement style="normal" stretchType="RelativeToBandHeight" x="332" y="0" width="56" height="42" uuid="19144c97-52ec-4fbd-a0e1-1c08309c08b2"/>
|
|
<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>
|
|
<textElement textAlignment="Center">
|
|
<font size="7" isBold="false"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{SERIE}]]></textFieldExpression>
|
|
</textField>
|
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
|
<reportElement style="normal" stretchType="RelativeToBandHeight" x="388" y="0" width="72" height="42" uuid="d99bc913-72f2-440d-a5e6-bcbec178368a"/>
|
|
<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>
|
|
<textElement textAlignment="Center">
|
|
<font size="7" isBold="false"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{NRECIBO}]]></textFieldExpression>
|
|
</textField>
|
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
|
<reportElement style="normal" stretchType="RelativeToBandHeight" x="460" y="0" width="22" height="42" uuid="dd3e154d-6473-4643-b05e-1ea75d4d3abd"/>
|
|
<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>
|
|
<textElement textAlignment="Center">
|
|
<font size="7" isBold="false"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{CANTIDAD}]]></textFieldExpression>
|
|
</textField>
|
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
|
<reportElement style="normal" stretchType="RelativeToBandHeight" x="482" y="0" width="55" height="42" uuid="f92b2bfc-054b-4c81-aeb0-154404cab412"/>
|
|
<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>
|
|
<textElement textAlignment="Center">
|
|
<font size="7" isBold="false"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{UNIDAD}]]></textFieldExpression>
|
|
</textField>
|
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
|
<reportElement style="normal" stretchType="RelativeToBandHeight" x="603" y="0" width="143" height="42" uuid="c776c52a-71d9-40af-a375-38112cb80261"/>
|
|
<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>
|
|
<textElement textAlignment="Center">
|
|
<font size="7" isBold="false"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{PROPIETARIO}]]></textFieldExpression>
|
|
</textField>
|
|
<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="true">
|
|
<reportElement style="normal" stretchType="RelativeToBandHeight" x="746" y="0" width="55" height="42" uuid="f49a0e8e-80d9-4832-aa3a-a7672927cd86"/>
|
|
<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>
|
|
<textElement textAlignment="Center">
|
|
<font size="7" isBold="false"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[new SimpleDateFormat("dd-MM-yyyy").format($F{FDECOMISO})]]></textFieldExpression>
|
|
</textField>
|
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
|
<reportElement style="normal" stretchType="RelativeToBandHeight" x="31" y="0" width="70" height="42" uuid="f14d1191-4fe5-4e08-98b2-333f07f983a2"/>
|
|
<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>
|
|
<textElement textAlignment="Center">
|
|
<font size="7" isBold="false"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{NUMERODECOMISO}]]></textFieldExpression>
|
|
</textField>
|
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
|
<reportElement style="normal" stretchType="RelativeToBandHeight" x="240" y="0" width="50" height="42" uuid="a459d218-0e92-4e7e-a916-32864f9f3216"/>
|
|
<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>
|
|
<textElement textAlignment="Center">
|
|
<font size="7" isBold="false"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{MARCA}]]></textFieldExpression>
|
|
</textField>
|
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
|
<reportElement style="normal" stretchType="RelativeToBandHeight" x="290" y="0" width="42" height="42" uuid="dd5ad912-2e34-4c19-8fa9-daf9d3dc3d0b"/>
|
|
<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>
|
|
<textElement textAlignment="Center">
|
|
<font size="7" isBold="false"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$F{CALIBRE}]]></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="38" splitType="Stretch">
|
|
<property name="local_mesure_unitheight" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
|
<staticText>
|
|
<reportElement style="title2" x="688" y="7" width="40" height="16" forecolor="#000000" uuid="25e29b77-5f5f-45fb-8c1a-cd4c96787125"/>
|
|
<textElement textAlignment="Left"/>
|
|
<text><![CDATA[Página ]]></text>
|
|
</staticText>
|
|
<textField evaluationTime="Page">
|
|
<reportElement style="title2" x="727" y="7" width="22" height="16" uuid="8cba70f1-3626-4b78-b193-444e0b05444c">
|
|
<property name="local_mesure_unitheight" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
|
</reportElement>
|
|
<textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
|
|
</textField>
|
|
<staticText>
|
|
<reportElement style="title2" x="748" y="7" width="20" height="16" forecolor="#000000" uuid="6206975e-8afe-4410-9138-76bd1f9cd88e"/>
|
|
<textElement textAlignment="Left"/>
|
|
<text><![CDATA[de]]></text>
|
|
</staticText>
|
|
<textField evaluationTime="Report">
|
|
<reportElement style="title2" x="767" y="7" width="18" height="16" uuid="37cbe9fe-6086-4090-8b44-4659bee7432c">
|
|
<property name="local_mesure_unitheight" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
|
</reportElement>
|
|
<textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
|
|
</textField>
|
|
</band>
|
|
</pageFooter>
|
|
<summary>
|
|
<band height="306" splitType="Stretch">
|
|
<property name="local_mesure_unitheight" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
|
<subreport>
|
|
<reportElement isPrintRepeatedValues="false" x="0" y="30" width="300" height="100" uuid="956f81e7-2032-41c1-807e-22ce164c0cea">
|
|
<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>
|
|
<subreportParameter name="personcode">
|
|
<subreportParameterExpression><![CDATA[$P{personcode}]]></subreportParameterExpression>
|
|
</subreportParameter>
|
|
<connectionExpression><![CDATA[$P{REPORT_CONNECTION}]]></connectionExpression>
|
|
<subreportExpression><![CDATA[$P{SUBREPORT_DIR} + "firmaUsuarioLogueado"]]></subreportExpression>
|
|
</subreport>
|
|
<staticText>
|
|
<reportElement style="title2" x="1" y="152" width="100" height="16" forecolor="#000000" uuid="cda9167f-fb65-49c2-a5b9-8c5cad1f60ef"/>
|
|
<textElement textAlignment="Left" verticalAlignment="Middle">
|
|
<font size="8" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[Envia:]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="1" y="167" width="100" height="16" forecolor="#000000" uuid="bb557baf-ab61-4c44-b986-30be77b7af18"/>
|
|
<textElement textAlignment="Left" verticalAlignment="Middle">
|
|
<font size="8" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[Nombre:]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="1" y="199" width="100" height="16" forecolor="#000000" uuid="2c3025a9-b551-4b7a-9298-0280dae9e5ce"/>
|
|
<textElement textAlignment="Left" verticalAlignment="Middle">
|
|
<font size="8" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[Unidad Control:]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="447" y="152" width="100" height="16" forecolor="#000000" uuid="24cdb567-c3f5-4552-ac87-059749a0a944"/>
|
|
<textElement textAlignment="Left" verticalAlignment="Middle">
|
|
<font size="8" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[Recibe:]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="447" y="167" width="100" height="16" forecolor="#000000" uuid="2617bcc8-be3f-4fd0-a700-fdbf1897e1db"/>
|
|
<textElement textAlignment="Left" verticalAlignment="Middle">
|
|
<font size="8" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[Nombre:]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement style="title2" x="447" y="183" width="100" height="16" forecolor="#000000" uuid="b3ebb50e-48c1-4416-bfd5-b52583268adc"/>
|
|
<textElement textAlignment="Left" verticalAlignment="Middle">
|
|
<font size="8" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[Organismo Control:]]></text>
|
|
</staticText>
|
|
<textField>
|
|
<reportElement style="normal" x="101" y="167" width="250" height="16" uuid="95fb0ceb-a473-454e-9e16-9d573c6e6aa5">
|
|
<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="8" isBold="true"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$P{usuario}]]></textFieldExpression>
|
|
</textField>
|
|
<textField>
|
|
<reportElement style="normal" x="101" y="199" width="250" height="16" uuid="0f547d6a-228f-47e0-a7d7-312b1b19160e">
|
|
<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="8" isBold="true"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$P{unidadcontrolorigen}]]></textFieldExpression>
|
|
</textField>
|
|
<textField>
|
|
<reportElement style="normal" x="547" y="183" width="250" height="16" uuid="0aa91db8-19ac-4a5f-b1d9-bd7bd72384be">
|
|
<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="8" isBold="true"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$P{centrocontroldestino}]]></textFieldExpression>
|
|
</textField>
|
|
<staticText>
|
|
<reportElement style="title2" x="1" y="183" width="100" height="16" forecolor="#000000" uuid="85702d5a-5a50-4025-8e93-25b34d875562"/>
|
|
<textElement textAlignment="Left" verticalAlignment="Middle">
|
|
<font size="8" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[Organismo Control:]]></text>
|
|
</staticText>
|
|
<textField>
|
|
<reportElement style="normal" x="101" y="183" width="250" height="16" uuid="f3a4cf94-ca0c-4938-b1a0-1cc6ba68e062">
|
|
<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="8" isBold="true"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$P{centrocontrolorigen}]]></textFieldExpression>
|
|
</textField>
|
|
<textField>
|
|
<reportElement style="normal" x="547" y="199" width="250" height="16" uuid="a685ec16-bfb7-4e43-9fc5-bddfe77a4876">
|
|
<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="8" isBold="true"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$P{unidadcontroldestino}]]></textFieldExpression>
|
|
</textField>
|
|
<staticText>
|
|
<reportElement style="title2" x="447" y="199" width="100" height="16" forecolor="#000000" uuid="2e985888-6542-4845-8bfd-a035e1ecfa9d"/>
|
|
<textElement textAlignment="Left" verticalAlignment="Middle">
|
|
<font size="8" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[Unidad Control:]]></text>
|
|
</staticText>
|
|
</band>
|
|
</summary>
|
|
</jasperReport>
|