999 lines
51 KiB
XML
Executable File
999 lines
51 KiB
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<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="750" orientation="Landscape" whenNoDataType="AllSectionsNoDetail" columnWidth="802" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="80331279-9be4-4003-ad3d-d3b8bfdf2084">
|
|
<property name="ireport.zoom" value="1.5"/>
|
|
<property name="ireport.x" value="0"/>
|
|
<property name="ireport.y" value="0"/>
|
|
<property name="com.jaspersoft.studio.data.defaultdataadapter" value="One Empty Record"/>
|
|
<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="organismoControlOrigen" class="java.lang.String"/>
|
|
<parameter name="user" class="java.lang.String"/>
|
|
<parameter name="codigodec" class="java.lang.String"/>
|
|
<parameter name="fechaCorte" class="java.lang.String"/>
|
|
<parameter name="numtransaccion" class="java.lang.String"/>
|
|
<parameter name="personcode" class="java.lang.Integer"/>
|
|
<parameter name="nombregrado" class="java.lang.String"/>
|
|
<parameter name="lugarFecha" class="java.lang.String"/>
|
|
<parameter name="orgControl" class="java.lang.String">
|
|
<parameterDescription><![CDATA[]]></parameterDescription>
|
|
</parameter>
|
|
<parameter name="unidadControlOrigen" class="java.lang.String"/>
|
|
<parameter name="organismoControlDestino" class="java.lang.String"/>
|
|
<parameter name="unidadControlDestino" 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>
|
|
<queryString language="SQL">
|
|
<![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 codigoarma,
|
|
(select unidad.description from tgenecatalogdetail unidad where unidad.catalog=tae.unidadmedidapeso and unidad.catalogcode=tae.unidadmedidapesocodigo) 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=to_date('31/12/2999','dd/MM/yyyy')) 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.cdecarmtranrecepcion = $P{codigodec}
|
|
order by rownum]]>
|
|
</queryString>
|
|
<field name="CLASE" class="java.lang.String"/>
|
|
<field name="NUMERODECOMISO" class="java.lang.String"/>
|
|
<field name="TIPO" class="java.lang.String"/>
|
|
<field name="ROWNUM" class="java.lang.Integer"/>
|
|
<field name="CANTIDAD" class="java.lang.String"/>
|
|
<field name="UNIDAD" class="java.lang.String"/>
|
|
<field name="PROPIETARIO" class="java.lang.String"/>
|
|
<field name="NRECIBO" class="java.lang.String"/>
|
|
<field name="SERIE" class="java.lang.String"/>
|
|
<field name="FDECOMISO" class="java.util.Date">
|
|
<fieldDescription><![CDATA[]]></fieldDescription>
|
|
</field>
|
|
<field name="IDENTIFICACION" 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="104" splitType="Stretch">
|
|
<property name="local_mesure_unitheight" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
|
<staticText>
|
|
<reportElement uuid="a5555ed3-8bce-44fd-afbb-28084239a1a1" style="title" x="160" y="11" width="450" height="20" forecolor="#000000"/>
|
|
<textElement textAlignment="Center" verticalAlignment="Middle"/>
|
|
<text><![CDATA[SISTEMA INFORMATICO DE CONTROL DE ARMAS DEL CC.FF.AA]]></text>
|
|
</staticText>
|
|
<image>
|
|
<reportElement uuid="5c1c706c-0485-4d8f-be4c-9ad18ad76225" x="60" y="0" width="100" height="80">
|
|
<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 uuid="560083e4-2ae5-4b08-9886-6b1c828f2fe1" x="634" y="0" width="110" height="80">
|
|
<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 uuid="ea5cd989-52eb-4392-9940-c68a2a603e7a" style="title2" x="160" y="55" width="450" height="20">
|
|
<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="10"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$P{unidadControlDestino}]]></textFieldExpression>
|
|
</textField>
|
|
<staticText>
|
|
<reportElement uuid="235fe168-45fe-4eae-ad17-e886b9a2c952" key="" style="title" x="160" y="80" width="450" height="24" forecolor="#000000"/>
|
|
<textElement textAlignment="Center" verticalAlignment="Middle"/>
|
|
<text><![CDATA[ACTA DE RECEPCIÓN DE ARMAS]]></text>
|
|
</staticText>
|
|
<textField>
|
|
<reportElement uuid="ae65d2f8-68fa-4ee3-b0a8-cef89b27cce3" style="title1" x="160" y="33" width="450" height="20">
|
|
<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{organismoControlDestino}]]></textFieldExpression>
|
|
</textField>
|
|
</band>
|
|
</title>
|
|
<pageHeader>
|
|
<band height="66" splitType="Stretch">
|
|
<property name="local_mesure_unitheight" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
|
<staticText>
|
|
<reportElement uuid="56acc6fb-fa8e-4cad-9f8e-258e80aa2ac6" style="title1" x="0" y="17" width="126" height="16" forecolor="#000000">
|
|
<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"/>
|
|
<property name="local_mesure_unity" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.y" value="px"/>
|
|
</reportElement>
|
|
<box>
|
|
<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<bottomPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Left" verticalAlignment="Middle">
|
|
<font size="8"/>
|
|
</textElement>
|
|
<text><![CDATA[Organismo Control Destino:]]></text>
|
|
</staticText>
|
|
<textField>
|
|
<reportElement uuid="109b8f09-9347-49e0-8aa6-c20fc6ae2695" style="normal" x="126" y="17" width="240" height="16">
|
|
<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="Top">
|
|
<font size="8"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$P{organismoControlDestino}]]></textFieldExpression>
|
|
</textField>
|
|
<staticText>
|
|
<reportElement uuid="907b7435-7b15-453d-a023-5566b436e25f" style="title1" x="0" y="0" width="126" height="16" forecolor="#000000">
|
|
<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"/>
|
|
<property name="local_mesure_unity" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.y" value="px"/>
|
|
</reportElement>
|
|
<box>
|
|
<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<bottomPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Left" verticalAlignment="Middle">
|
|
<font size="8"/>
|
|
</textElement>
|
|
<text><![CDATA[Fecha Corte:]]></text>
|
|
</staticText>
|
|
<textField>
|
|
<reportElement uuid="8c3d8ec0-6feb-4b98-8d66-8d5612a235d3" style="normal" x="126" y="0" width="240" height="16">
|
|
<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="Top">
|
|
<font size="8"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$P{fechaCorte}]]></textFieldExpression>
|
|
</textField>
|
|
<staticText>
|
|
<reportElement uuid="aff836c8-7d58-471c-8b3d-44e7947a98ac" style="title1" x="0" y="35" width="126" height="16" forecolor="#000000">
|
|
<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"/>
|
|
<property name="local_mesure_unity" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.y" value="px"/>
|
|
</reportElement>
|
|
<box>
|
|
<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<bottomPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Left" verticalAlignment="Middle">
|
|
<font size="8"/>
|
|
</textElement>
|
|
<text><![CDATA[Unidad Control Destino:]]></text>
|
|
</staticText>
|
|
<textField>
|
|
<reportElement uuid="bc31e7be-e7e2-4e8a-bc39-a856884bb10b" style="normal" x="126" y="35" width="240" height="16">
|
|
<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="Top">
|
|
<font size="8"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$P{unidadControlDestino}]]></textFieldExpression>
|
|
</textField>
|
|
<staticText>
|
|
<reportElement uuid="a5af0ef3-7579-4c82-b9fe-ba185dcb6efc" style="title1" x="390" y="0" width="126" height="16" forecolor="#000000">
|
|
<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"/>
|
|
<property name="local_mesure_unity" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.y" value="px"/>
|
|
</reportElement>
|
|
<box>
|
|
<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<bottomPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Left" verticalAlignment="Middle">
|
|
<font size="8"/>
|
|
</textElement>
|
|
<text><![CDATA[No. Transacción:]]></text>
|
|
</staticText>
|
|
<textField>
|
|
<reportElement uuid="66947de7-026c-4699-9b2b-762665944f89" style="normal" x="516" y="0" width="240" height="16">
|
|
<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="Top">
|
|
<font size="8"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$P{numtransaccion}]]></textFieldExpression>
|
|
</textField>
|
|
<staticText>
|
|
<reportElement uuid="73c099b8-71dc-4ed2-92c5-78ec76af78a7" style="title1" x="390" y="35" width="126" height="16" forecolor="#000000">
|
|
<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"/>
|
|
<property name="local_mesure_unity" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.y" value="px"/>
|
|
</reportElement>
|
|
<box>
|
|
<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<bottomPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Left" verticalAlignment="Middle">
|
|
<font size="8"/>
|
|
</textElement>
|
|
<text><![CDATA[Unidad Control Origen:]]></text>
|
|
</staticText>
|
|
<textField>
|
|
<reportElement uuid="c9f28d8e-9d15-47e1-9941-59edb446a2d7" style="normal" x="516" y="35" width="240" height="16">
|
|
<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="Top">
|
|
<font size="8"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$P{unidadControlOrigen}]]></textFieldExpression>
|
|
</textField>
|
|
<staticText>
|
|
<reportElement uuid="470e3712-7073-4b25-a85e-cd5735c3af4b" style="title1" x="390" y="17" width="126" height="16" forecolor="#000000">
|
|
<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"/>
|
|
<property name="local_mesure_unity" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.y" value="px"/>
|
|
</reportElement>
|
|
<box>
|
|
<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<bottomPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Left" verticalAlignment="Middle">
|
|
<font size="8"/>
|
|
</textElement>
|
|
<text><![CDATA[Organismo Control Origen:]]></text>
|
|
</staticText>
|
|
<textField>
|
|
<reportElement uuid="e2d8c967-aa77-4886-80bc-8f5329613927" style="normal" x="516" y="17" width="240" height="16">
|
|
<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="Top">
|
|
<font size="8"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA[$P{organismoControlOrigen}]]></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 uuid="a56649bd-1301-4722-93ab-4296227efea9" style="title2" x="1" y="0" width="30" height="26" forecolor="#000000">
|
|
<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 uuid="2855d5a8-74a4-4103-a919-ee42294f8267" style="title2" x="101" y="0" width="76" height="26" forecolor="#000000">
|
|
<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 uuid="fa752abe-ce12-4b29-bcec-c38c3f805fcd" style="title2" x="177" y="0" width="63" height="26" forecolor="#000000">
|
|
<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 uuid="568c65ee-758a-4290-ac21-1555c02a8188" style="title2" x="332" y="0" width="56" height="26" forecolor="#000000">
|
|
<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 uuid="2afba5a3-c98f-4669-afe0-f80607c53b9b" style="title2" x="482" y="0" width="55" height="26" forecolor="#000000">
|
|
<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 uuid="f67c4afe-34ee-4269-bf9b-6707466cc5a4" style="normalNegrita" x="746" y="0" width="55" height="26" forecolor="#000000">
|
|
<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 uuid="6b8188dc-5bed-4945-88de-330242f55688" style="normalNegrita" x="603" y="0" width="143" height="26" forecolor="#000000">
|
|
<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 uuid="b3454871-a0b0-452e-b9b5-94b2a126db07" key="" style="title2" x="388" y="0" width="72" height="26" forecolor="#000000">
|
|
<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 uuid="cea32b1b-6f9d-441e-85e1-1d3104bd6a8d" style="title2" x="460" y="0" width="22" height="26" forecolor="#000000">
|
|
<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 uuid="dc527d34-df97-465c-b26b-9a6a366879b6" style="title2" stretchType="RelativeToTallestObject" x="537" y="0" width="66" height="26"/>
|
|
<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 uuid="23c624c4-6ddd-4511-afc0-b144cc233d58" style="title2" x="31" y="0" width="70" height="26" forecolor="#000000">
|
|
<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 uuid="3f1d58d1-3b44-4f79-84f7-59cf2529fc68" style="title2" x="240" y="0" width="50" height="26" forecolor="#000000">
|
|
<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 uuid="7c15e91e-5995-4a4a-a11f-83c72e0af85e" style="title2" x="290" y="0" width="42" height="26" forecolor="#000000">
|
|
<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 uuid="8723fec0-693b-41a1-8036-4ab7b59734fc" style="normal" stretchType="RelativeToBandHeight" x="1" y="0" width="30" height="42" forecolor="#000000">
|
|
<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 uuid="591408df-4fca-4476-8f5a-4e00d9114c31" style="normal" stretchType="RelativeToTallestObject" x="537" y="0" width="66" height="42">
|
|
<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 uuid="b4939686-4b4d-480b-8bff-6c962d1c91e3" style="normal" stretchType="RelativeToBandHeight" x="177" y="0" width="63" height="42"/>
|
|
<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 uuid="03d93f53-1b59-4fb6-8f5f-19ff0a9027b1" style="normal" stretchType="RelativeToBandHeight" x="101" y="0" width="76" height="42"/>
|
|
<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 uuid="19144c97-52ec-4fbd-a0e1-1c08309c08b2" style="normal" stretchType="RelativeToBandHeight" x="332" y="0" width="56" height="42"/>
|
|
<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 uuid="d99bc913-72f2-440d-a5e6-bcbec178368a" style="normal" stretchType="RelativeToBandHeight" x="388" y="0" width="72" height="42"/>
|
|
<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 uuid="dd3e154d-6473-4643-b05e-1ea75d4d3abd" style="normal" stretchType="RelativeToBandHeight" x="460" y="0" width="22" height="42"/>
|
|
<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 uuid="f92b2bfc-054b-4c81-aeb0-154404cab412" style="normal" stretchType="RelativeToBandHeight" x="482" y="0" width="55" height="42"/>
|
|
<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 uuid="c776c52a-71d9-40af-a375-38112cb80261" style="normal" stretchType="RelativeToBandHeight" x="603" y="0" width="143" height="42"/>
|
|
<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 uuid="f49a0e8e-80d9-4832-aa3a-a7672927cd86" style="normal" stretchType="RelativeToBandHeight" x="746" y="0" width="55" height="42"/>
|
|
<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 uuid="f14d1191-4fe5-4e08-98b2-333f07f983a2" style="normal" stretchType="RelativeToBandHeight" x="31" y="0" width="70" height="42"/>
|
|
<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 uuid="a459d218-0e92-4e7e-a916-32864f9f3216" style="normal" stretchType="RelativeToBandHeight" x="240" y="0" width="50" height="42"/>
|
|
<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 uuid="dd5ad912-2e34-4c19-8fa9-daf9d3dc3d0b" style="normal" stretchType="RelativeToBandHeight" x="290" y="0" width="42" height="42"/>
|
|
<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>
|
|
<pageFooter>
|
|
<band height="43">
|
|
<staticText>
|
|
<reportElement uuid="552f39bb-b659-41ae-b51b-2d19791b1b40" style="title1" x="674" y="20" width="50" height="16" forecolor="#000000">
|
|
<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"/>
|
|
<property name="local_mesure_unity" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.y" value="px"/>
|
|
</reportElement>
|
|
<box>
|
|
<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<bottomPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Center" verticalAlignment="Bottom"/>
|
|
<text><![CDATA[Página]]></text>
|
|
</staticText>
|
|
<textField evaluationTime="Page">
|
|
<reportElement uuid="bedf3e99-527f-428d-9859-124493b30eda" style="normal" x="723" y="20" width="20" height="16">
|
|
<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="Bottom"/>
|
|
<textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
|
|
</textField>
|
|
<staticText>
|
|
<reportElement uuid="92cfc7f2-400f-4c52-bc62-cd9d23fa379a" style="title1" x="742" y="20" width="27" height="16" forecolor="#000000">
|
|
<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"/>
|
|
<property name="local_mesure_unity" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.y" value="px"/>
|
|
</reportElement>
|
|
<box>
|
|
<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<bottomPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Center" verticalAlignment="Bottom"/>
|
|
<text><![CDATA[de]]></text>
|
|
</staticText>
|
|
<textField evaluationTime="Report">
|
|
<reportElement uuid="e93bcadd-c591-4292-90fe-ff19273b6665" style="normal" x="768" y="20" width="20" height="16">
|
|
<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="Bottom"/>
|
|
<textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
|
|
</textField>
|
|
</band>
|
|
</pageFooter>
|
|
<summary>
|
|
<band height="201">
|
|
<textField>
|
|
<reportElement uuid="bdf3836f-239c-4a9b-9bea-c11adf5f6c6c" style="normal" x="111" y="146" width="250" height="16">
|
|
<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{user}]]></textFieldExpression>
|
|
</textField>
|
|
<staticText>
|
|
<reportElement uuid="c2228fe6-4d70-452e-9bf9-194bba2910d5" style="title2" x="445" y="178" width="100" height="16" forecolor="#000000"/>
|
|
<textElement textAlignment="Left" verticalAlignment="Middle">
|
|
<font size="8" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[Unidad Control:]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement uuid="15fbf3c7-4c04-4c59-baf4-b1e553ed02ef" style="title2" x="445" y="162" width="100" height="16" forecolor="#000000"/>
|
|
<textElement textAlignment="Left" verticalAlignment="Middle">
|
|
<font size="8" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[Organismo Control:]]></text>
|
|
</staticText>
|
|
<subreport>
|
|
<reportElement uuid="219bd20f-219f-40ea-9dfb-81bebb3c7fb7" x="10" y="9" width="300" height="100">
|
|
<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 uuid="04dedbd1-c7e8-45cf-9b67-8190a2ea84ba" style="title2" x="445" y="131" width="100" height="16" forecolor="#000000"/>
|
|
<textElement textAlignment="Left" verticalAlignment="Middle">
|
|
<font size="8" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[Envia:]]></text>
|
|
</staticText>
|
|
<textField>
|
|
<reportElement uuid="842ba03c-d964-425f-b9ad-de53581295b8" style="normal" x="545" y="178" width="250" height="16">
|
|
<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>
|
|
<staticText>
|
|
<reportElement uuid="91dab94d-0a33-474f-991a-75e8adbe4df5" style="title2" x="11" y="162" width="100" height="16" forecolor="#000000"/>
|
|
<textElement textAlignment="Left" verticalAlignment="Middle">
|
|
<font size="8" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[Organismo Control:]]></text>
|
|
</staticText>
|
|
<textField>
|
|
<reportElement uuid="17c449b6-94a5-4a10-b35c-9f32553e6b3c" style="normal" x="111" y="178" width="250" height="16">
|
|
<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 uuid="853c092e-5cc1-457f-89b8-8d334e26982a" style="title2" x="11" y="178" width="100" height="16" forecolor="#000000"/>
|
|
<textElement textAlignment="Left" verticalAlignment="Middle">
|
|
<font size="8" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[Unidad Control:]]></text>
|
|
</staticText>
|
|
<textField>
|
|
<reportElement uuid="128e1ae5-e98c-465f-89c9-9b0ed16a6c6e" style="normal" x="111" y="162" width="250" height="16">
|
|
<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{organismoControlDestino}]]></textFieldExpression>
|
|
</textField>
|
|
<staticText>
|
|
<reportElement uuid="9be706b3-45d2-4d2f-8fba-007937a83ab5" style="title2" x="11" y="146" width="100" height="16" forecolor="#000000"/>
|
|
<textElement textAlignment="Left" verticalAlignment="Middle">
|
|
<font size="8" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[Nombre:]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement uuid="5191c141-0e42-47ae-88dd-0833a1b4f39d" style="title2" x="11" y="131" width="100" height="16" forecolor="#000000"/>
|
|
<textElement textAlignment="Left" verticalAlignment="Middle">
|
|
<font size="8" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[Recibe:]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement uuid="32f58e98-dede-4d5b-97ca-25ea28ff9597" style="title2" x="445" y="146" width="100" height="16" forecolor="#000000"/>
|
|
<textElement textAlignment="Left" verticalAlignment="Middle">
|
|
<font size="8" isBold="true"/>
|
|
</textElement>
|
|
<text><![CDATA[Nombre:]]></text>
|
|
</staticText>
|
|
<textField>
|
|
<reportElement uuid="1ba4b571-e6a5-4911-a0a2-31840b065355" style="normal" x="545" y="162" width="250" height="16">
|
|
<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{organismoControlOrigen}]]></textFieldExpression>
|
|
</textField>
|
|
</band>
|
|
</summary>
|
|
</jasperReport>
|