maia/.svn/pristine/32/3259476b6c0e8b42f01968a426b...

1050 lines
52 KiB
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<!-- Created with Jaspersoft Studio version 6.0.0.final using JasperReports Library version 6.0.0 -->
<!-- 2019-11-13T02:53:22 -->
<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="guiaLibreTransito" pageWidth="691" pageHeight="842" columnWidth="651" leftMargin="20" rightMargin="20" topMargin="40" bottomMargin="20" uuid="80331279-9be4-4003-ad3d-d3b8bfdf2084">
<property name="com.jaspersoft.studio.data.defaultdataadapter" value="oracle"/>
<property name="ireport.zoom" value="1.0"/>
<property name="ireport.x" value="0"/>
<property name="ireport.y" value="0"/>
<property name="com.jaspersoft.studio.unit." value="pixel"/>
<property name="com.jaspersoft.studio.unit.pageHeight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.pageWidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.topMargin" value="pixel"/>
<property name="com.jaspersoft.studio.unit.bottomMargin" value="pixel"/>
<property name="com.jaspersoft.studio.unit.leftMargin" value="pixel"/>
<property name="com.jaspersoft.studio.unit.rightMargin" value="pixel"/>
<property name="com.jaspersoft.studio.unit.columnWidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.columnSpacing" value="pixel"/>
<template><![CDATA[$P{pathstyle}]]></template>
<parameter name="pathstyle" class="java.lang.String" isForPrompting="false">
<defaultValueExpression><![CDATA["repo:/maia/1/style/style"]]></defaultValueExpression>
</parameter>
<parameter name="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="pathSelloArmas" class="java.lang.String">
<defaultValueExpression><![CDATA["repo:/maia/1/image/selloarmas"]]></defaultValueExpression>
</parameter>
<parameter name="csolicitud" class="java.lang.String"/>
<parameter name="noGuia" class="java.lang.String"/>
<parameter name="lugarFecha" class="java.lang.String"/>
<parameter name="nombreRazon" class="java.lang.String"/>
<parameter name="cedula" class="java.lang.String"/>
<parameter name="gradoNombreFuncionario" class="java.lang.String"/>
<parameter name="desde" class="java.lang.String"/>
<parameter name="hasta" class="java.lang.String"/>
<parameter name="fechaExpide" class="java.lang.String"/>
<parameter name="fechaCaduca" class="java.lang.String"/>
<parameter name="fechaUtilizacion" class="java.lang.String"/>
<parameter name="personcode" class="java.lang.Integer"/>
<parameter name="SUBREPORT_DIR" class="java.lang.String">
<defaultValueExpression><![CDATA["repo:/maia/1/modules/armas/subreports/"]]></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="usuario" class="java.lang.String"/>
<parameter name="fechaHora" class="java.lang.String"/>
<parameter name="codigoBarras" class="java.lang.String"/>
<parameter name="nombreCentro" class="java.lang.String"/>
<parameter name="centroControl" class="java.lang.String"/>
<parameter name="provinciaorigen" class="java.lang.String"/>
<parameter name="cantonorigen" class="java.lang.String"/>
<parameter name="lugarorigen" class="java.lang.String"/>
<parameter name="provinciadestino" class="java.lang.String"/>
<parameter name="cantondestino" class="java.lang.String"/>
<parameter name="lugardestino" class="java.lang.String"/>
<parameter name="codigoQR" class="java.lang.String">
<parameterDescription><![CDATA[]]></parameterDescription>
</parameter>
<queryString language="SQL">
<![CDATA[select rownum,
clase.description as clase,
tipo.description as tipo,
marca.description as marca,
arma.modelo as modelo,
calibre.description as calibre,
arma.lote as lote,
arma.cantidad as cant,
arma.peso as peso,
unidadmedida.description as unidadmedida
from tarmarmas arma
left join tarmtipoarmaexplosivo tae on arma.ctipoarmaexplosivo=tae.ctipoarmaexplosivo
left JOIN tgenecatalogdetail clase on clase.catalog=tae.clase and clase.catalogcode=tae.clasecodigo
left JOIN tgenecatalogdetail tipo on tipo.catalog=tae.tipoarmaexplosivo and tipo.catalogcode=tae.tipoarmaexplosivocodigo
left JOIN tgenecatalogdetail marca on marca.catalog=arma.marca and marca.catalogcode=arma.marcacodigo
left JOIN tgenecatalogdetail calibre on calibre.catalog=tae.calibre and calibre.catalogcode=tae.calibrecodigo
left JOIN tgenecatalogdetail unidadmedida on unidadmedida.catalog=arma.unidadmedidacantidad and unidadmedida.catalogcode=arma.unidadmedidacantidadcodigo
inner join tarmsolicitudarmas on tarmsolicitudarmas.carma=arma.carma
where tarmsolicitudarmas.csolicitud=$P{csolicitud}]]>
</queryString>
<field name="CLASE" class="java.lang.String"/>
<field name="ROWNUM" class="java.lang.Integer"/>
<field name="TIPO" class="java.lang.String"/>
<field name="MARCA" class="java.lang.String"/>
<field name="MODELO" class="java.lang.String"/>
<field name="CALIBRE" class="java.lang.String"/>
<field name="LOTE" class="java.lang.String"/>
<field name="UNIDADMEDIDA" class="java.lang.String"/>
<field name="CANT" class="java.lang.String"/>
<field name="PESO" class="java.lang.String">
<fieldDescription><![CDATA[]]></fieldDescription>
</field>
<background>
<band splitType="Stretch"/>
</background>
<title>
<band height="281" splitType="Stretch">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<staticText>
<reportElement key="" style="title" x="83" y="28" width="471" height="20" uuid="a5555ed3-8bce-44fd-afbb-28084239a1a1"/>
<textElement textAlignment="Center" verticalAlignment="Middle"/>
<text><![CDATA[COMANDO CONJUNTO DE LAS FF. AA.]]></text>
</staticText>
<staticText>
<reportElement key="" style="title1" x="83" y="51" width="471" height="20" uuid="98c268e9-4cb8-4184-9c02-537b79b6957c"/>
<textElement textAlignment="Center" verticalAlignment="Middle"/>
<text><![CDATA[DEPARTAMENTO DE CONTROL DE ARMAS]]></text>
</staticText>
<staticText>
<reportElement key="" style="title3" x="83" y="170" width="471" height="20" uuid="319b53e8-7c95-4c3f-abfb-d7125ec1eb2b"/>
<textElement textAlignment="Center" verticalAlignment="Middle"/>
<text><![CDATA[GUÍA LIBRE DE TRÁNSITO]]></text>
</staticText>
<image>
<reportElement x="1" y="34" width="70" height="70" uuid="ab9f41e2-4921-4028-ab94-9fc3cca42a3f">
<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="569" y="19" width="80" height="80" uuid="108c789e-25ff-46f7-82ee-e4525b9bf329">
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<imageExpression><![CDATA[$P{pathLogoDerecha}]]></imageExpression>
</image>
<staticText>
<reportElement style="normal" x="377" y="199" width="142" height="16" forecolor="#000000" uuid="cd9540a2-64e3-4388-8a23-65267aac9c6d"/>
<textElement textAlignment="Right"/>
<text><![CDATA[No. GUÍA:]]></text>
</staticText>
<textField>
<reportElement style="normal" x="220" y="255" width="430" height="16" uuid="e83d75b7-29a0-44bf-8392-2133b82c4f7e">
<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="0">
<bottomPen lineWidth="0.0"/>
</box>
<textElement textAlignment="Left" verticalAlignment="Middle">
<font size="11" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA["la autorización para transportar el material que a continuación se detalla:"]]></textFieldExpression>
</textField>
<textField>
<reportElement style="normal" x="0" y="219" width="590" height="16" uuid="e8deb8f6-1a30-4309-82af-c99b09796895">
<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"/>
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<box topPadding="0">
<bottomPen lineWidth="0.0"/>
</box>
<textElement textAlignment="Left" verticalAlignment="Middle">
<font size="11" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA["De acuerdo a lo que establece el Art. 72 del Reglamento a la \"Ley de Fabricación, Importación, Exportación,"]]></textFieldExpression>
</textField>
<textField>
<reportElement style="normal" x="520" y="199" width="129" height="16" uuid="4db9467a-dd94-4038-af85-432cda90193b">
<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">
<bottomPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Left" verticalAlignment="Middle">
<font size="12" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$P{noGuia}]]></textFieldExpression>
</textField>
<textField>
<reportElement style="normal" x="100" y="255" width="120" height="16" uuid="6fc98670-dc1e-4838-8c74-5982a7a2c072">
<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"/>
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<box topPadding="0">
<bottomPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="11" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$P{cedula}]]></textFieldExpression>
</textField>
<textField>
<reportElement style="normal" x="0" y="255" width="100" height="16" uuid="3f5161d5-fe6c-4ae1-9dcc-b00591c0aa5d">
<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"/>
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<box topPadding="0">
<bottomPen lineWidth="0.0"/>
</box>
<textElement textAlignment="Left" verticalAlignment="Middle">
<font size="11" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA["Con Cédula/RUC No.:"]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true">
<reportElement style="normal" stretchType="RelativeToBandHeight" x="0" y="236" width="650" height="16" uuid="e1ae7079-9595-4a39-9f34-e273c9c2a474">
<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"/>
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
</reportElement>
<box topPadding="0">
<bottomPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Left" verticalAlignment="Middle">
<font size="11" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA["Tenencia de Armas, Municiones y Explosivos\". Concédase a: " + $P{nombreRazon}]]></textFieldExpression>
</textField>
<textField>
<reportElement style="title2" x="83" y="74" width="471" height="20" uuid="d6f12974-6b15-467b-b59e-7472161e19bc">
<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{nombreCentro}]]></textFieldExpression>
</textField>
<componentElement>
<reportElement x="247" y="99" width="179" height="40" uuid="163c02ed-d335-4ac4-a47e-440495a1f3ad"/>
<jr:barbecue xmlns:jr="http://jasperreports.sourceforge.net/jasperreports/components" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports/components http://jasperreports.sourceforge.net/xsd/components.xsd" type="Code39 (Extended)" drawText="true" checksumRequired="false">
<jr:codeExpression><![CDATA[$P{codigoBarras}]]></jr:codeExpression>
</jr:barbecue>
</componentElement>
<textField>
<reportElement style="title2" x="233" y="139" width="179" height="15" uuid="7a0cb9d5-01c3-4497-ae16-443d19cbeb91">
<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{codigoBarras}]]></textFieldExpression>
</textField>
<textField>
<reportElement style="normal" x="535" y="219" width="115" height="16" uuid="d389e2b1-b6cf-4aa1-84f0-a626c3991382">
<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"/>
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<box topPadding="0">
<bottomPen lineWidth="0.0"/>
</box>
<textElement textAlignment="Left" verticalAlignment="Middle">
<font size="11" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA["Comercialización y"]]></textFieldExpression>
</textField>
</band>
</title>
<columnHeader>
<band height="13" splitType="Stretch">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<staticText>
<reportElement style="title2" x="0" y="0" width="30" height="13" 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"/>
</reportElement>
<box>
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center">
<font size="8"/>
</textElement>
<text><![CDATA[ORD.]]></text>
</staticText>
<staticText>
<reportElement style="title2" x="30" y="0" width="94" height="13" forecolor="#000000" uuid="2855d5a8-74a4-4103-a919-ee42294f8267">
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center">
<font size="8"/>
</textElement>
<text><![CDATA[CLASE]]></text>
</staticText>
<staticText>
<reportElement style="title2" x="124" y="0" width="100" height="13" 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"/>
</reportElement>
<box>
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center">
<font size="8"/>
</textElement>
<text><![CDATA[TIPO]]></text>
</staticText>
<staticText>
<reportElement style="title2" x="224" y="0" width="90" height="13" forecolor="#000000" uuid="3e5f1362-12ec-4a33-8364-453be1d29a32">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center">
<font size="8"/>
</textElement>
<text><![CDATA[MARCA]]></text>
</staticText>
<staticText>
<reportElement style="title2" x="314" y="0" width="76" height="13" forecolor="#000000" uuid="6e7f3ffc-cf20-4856-93aa-9fd5ac2e82d4">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center">
<font size="8"/>
</textElement>
<text><![CDATA[CALIBRE]]></text>
</staticText>
<staticText>
<reportElement style="title2" x="390" y="0" width="76" height="13" forecolor="#000000" uuid="568c65ee-758a-4290-ac21-1555c02a8188">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center">
<font size="8"/>
</textElement>
<text><![CDATA[SERIE/LOTE]]></text>
</staticText>
<staticText>
<reportElement style="title2" x="466" y="0" width="65" height="13" forecolor="#000000" uuid="cea32b1b-6f9d-441e-85e1-1d3104bd6a8d">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center">
<font size="8"/>
</textElement>
<text><![CDATA[CANT.]]></text>
</staticText>
<staticText>
<reportElement style="title2" x="587" y="0" width="64" height="13" forecolor="#000000" uuid="9cb54076-c9ce-4a62-8259-1617ccf64ea0">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center">
<font size="8"/>
</textElement>
<text><![CDATA[U. MEDIDA]]></text>
</staticText>
<staticText>
<reportElement style="title2" x="531" y="0" width="56" height="13" forecolor="#000000" uuid="80be87a5-dab2-4bcb-b1d1-f3b08603be13">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center">
<font size="8"/>
</textElement>
<text><![CDATA[PESO]]></text>
</staticText>
</band>
</columnHeader>
<detail>
<band height="13" splitType="Stretch">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement style="normal1" stretchType="RelativeToTallestObject" x="0" y="0" width="30" height="13" uuid="1ca7c0f3-f0a4-4912-9b05-548cf3c95ecb">
<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 leftPadding="2" rightPadding="2">
<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">
<font size="7"/>
</textElement>
<textFieldExpression><![CDATA[$F{ROWNUM}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement style="normal1" stretchType="RelativeToBandHeight" x="30" y="0" width="94" height="13" uuid="9d6de9f4-32fb-4a14-a793-e89aa9919aa6">
<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 leftPadding="2" rightPadding="2">
<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">
<font size="7"/>
</textElement>
<textFieldExpression><![CDATA[$F{CLASE}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement style="normal1" stretchType="RelativeToBandHeight" x="124" y="0" width="100" height="13" uuid="39529970-8023-439b-be2a-4f73c2260bb3">
<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 leftPadding="2" rightPadding="2">
<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">
<font size="7"/>
</textElement>
<textFieldExpression><![CDATA[$F{TIPO}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement style="normal1" stretchType="RelativeToTallestObject" x="224" y="0" width="90" height="13" uuid="7dc277f5-2fff-4ce4-86e4-eda33666d40e">
<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 leftPadding="2" rightPadding="2">
<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">
<font size="7"/>
</textElement>
<textFieldExpression><![CDATA[$F{MARCA}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement style="normal1" stretchType="RelativeToBandHeight" x="314" y="0" width="76" height="13" uuid="05b06b2d-488c-4359-a6fe-605d626cecc5">
<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 leftPadding="2" rightPadding="2">
<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">
<font size="7"/>
</textElement>
<textFieldExpression><![CDATA[$F{CALIBRE}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement style="normal1" stretchType="RelativeToBandHeight" x="390" y="0" width="76" height="13" uuid="8d4a99fc-e621-444c-96c2-98913c1b7b73">
<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 leftPadding="2" rightPadding="2">
<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">
<font size="7"/>
</textElement>
<textFieldExpression><![CDATA[$F{LOTE}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement style="normal1" stretchType="RelativeToTallestObject" x="466" y="0" width="65" height="13" uuid="8d8c4498-34f2-46e2-a1d6-aaad5732a61f">
<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 leftPadding="2" rightPadding="2">
<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">
<font size="7"/>
</textElement>
<textFieldExpression><![CDATA[$F{CANT}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement style="normal1" stretchType="RelativeToTallestObject" x="587" y="0" width="64" height="13" uuid="4ed40cba-c93c-45ec-a0e3-59e15a0d773e">
<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 leftPadding="2" rightPadding="2">
<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">
<font size="7"/>
</textElement>
<textFieldExpression><![CDATA[$F{UNIDADMEDIDA}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement style="normal1" stretchType="RelativeToTallestObject" x="531" y="0" width="56" height="13" uuid="3c81df25-5c9b-45e0-9d6f-b132c789f030">
<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 leftPadding="2" rightPadding="2">
<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">
<font size="7"/>
</textElement>
<textFieldExpression><![CDATA[$F{PESO}]]></textFieldExpression>
</textField>
</band>
</detail>
<columnFooter>
<band splitType="Stretch">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</band>
</columnFooter>
<pageFooter>
<band height="44" splitType="Stretch">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<staticText>
<reportElement key="" style="title2" x="1" y="20" width="44" height="16" uuid="9519a19d-1313-46bf-b6a8-f242fd275cb0">
<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>
<textElement textAlignment="Left" verticalAlignment="Middle">
<font fontName="Arial"/>
</textElement>
<text><![CDATA[Usuario:]]></text>
</staticText>
<textField>
<reportElement style="normal" x="45" y="20" width="195" height="16" uuid="52e4f1d0-7ae4-47f6-bf4a-c133a0acde62">
<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" leftPadding="2" rightPadding="2">
<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="Justified" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$P{usuario}]]></textFieldExpression>
</textField>
<textField>
<reportElement style="normal" x="448" y="20" width="119" height="16" uuid="4407dba6-d22c-441b-babe-a45b97a6bcf8">
<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" leftPadding="2" rightPadding="2">
<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="Justified" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$P{fechaHora}]]></textFieldExpression>
</textField>
<staticText>
<reportElement key="" style="title2" x="343" y="20" width="105" height="16" uuid="258a3425-48db-44bb-a31f-b18150ec59fd">
<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>
<textElement textAlignment="Left" verticalAlignment="Middle"/>
<text><![CDATA[Fecha emisión/hora:]]></text>
</staticText>
<textField isStretchWithOverflow="true" evaluationTime="Report">
<reportElement style="normal" x="631" y="20" width="15" height="16" forecolor="#000000" uuid="ee766718-a2c7-42f7-b310-746668bb22a4">
<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>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
</textField>
<staticText>
<reportElement key="" style="title2" x="581" y="20" width="25" height="16" uuid="eebe68c7-b301-41ce-896a-b9a6955e7761">
<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>
<textElement textAlignment="Left" verticalAlignment="Middle"/>
<text><![CDATA[Pág.]]></text>
</staticText>
<textField isStretchWithOverflow="true" evaluationTime="Page">
<reportElement style="normal" x="606" y="20" width="15" height="16" forecolor="#000000" uuid="9917ab17-b1f1-4032-8552-5397c5fd2b0a">
<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>
<textElement verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
</textField>
<staticText>
<reportElement key="" style="title2" x="621" y="20" width="10" height="16" uuid="d131c2d5-5a89-4057-82b6-9da95c85fe30">
<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>
<textElement textAlignment="Left" verticalAlignment="Middle"/>
<text><![CDATA[ - ]]></text>
</staticText>
</band>
</pageFooter>
<summary>
<band height="442" splitType="Stretch">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<textField isStretchWithOverflow="true">
<reportElement style="title2" x="0" y="106" width="50" height="40" forecolor="#000000" uuid="0d8dd0ec-dc6a-4f69-8c02-d12a1bd4e378">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<textElement textAlignment="Left" verticalAlignment="Top">
<font size="10"/>
</textElement>
<textFieldExpression><![CDATA["FECHA EXPIDE:"]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true">
<reportElement style="title2" x="209" y="106" width="50" height="40" forecolor="#000000" uuid="5119dc55-4f79-4e1c-b9e2-6a006cd27578">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<textElement textAlignment="Left" verticalAlignment="Top"/>
<textFieldExpression><![CDATA["FECHA CADUCA:"]]></textFieldExpression>
</textField>
<textField>
<reportElement style="normal" x="50" y="112" width="135" height="20" uuid="8bca19f7-4766-4e98-8905-ef7259902002">
<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="0">
<bottomPen lineWidth="0.0"/>
</box>
<textElement textAlignment="Left" verticalAlignment="Middle">
<font size="12" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$P{fechaExpide}]]></textFieldExpression>
</textField>
<textField>
<reportElement style="normal" x="259" y="112" width="131" height="20" uuid="d9d47713-7f36-4bbc-b8c3-2911b9a7ca02">
<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="0">
<bottomPen lineWidth="0.0"/>
</box>
<textElement textAlignment="Left" verticalAlignment="Middle">
<font size="12" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$P{fechaCaduca}]]></textFieldExpression>
</textField>
<textField>
<reportElement style="normal" x="-1" y="156" width="650" height="16" uuid="d94b5c27-2217-475f-9e11-6ae668de9a2b">
<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="0">
<bottomPen lineWidth="0.0"/>
</box>
<textElement textAlignment="Left" verticalAlignment="Middle">
<font size="10" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA["SIN PREJUICIO DEL CUMPLIMIENTO QUE DEBAN DAR A LAS DISPOSICIONES VIGENTES EN LA LEY DE LA MATERIA."]]></textFieldExpression>
</textField>
<textField>
<reportElement style="normal" x="-1" y="172" width="650" height="16" uuid="cdf1a453-9bd5-418e-8313-1cc007822261">
<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="0">
<bottomPen lineWidth="0.0"/>
</box>
<textElement textAlignment="Justified" verticalAlignment="Middle">
<font size="10" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA["NOTA: ESTE GUÍA NO TENDRÁ VALIDEZ SIN LA CUSTODIA MILITAR; SE EXCEPTÚA DE ESTA NORMA SOLO CUANDO SE"]]></textFieldExpression>
</textField>
<textField>
<reportElement style="normal" x="-1" y="188" width="650" height="16" uuid="66d90dfb-70ec-49c3-8dd5-0813756efcbd">
<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="0">
<bottomPen lineWidth="0.0"/>
</box>
<textElement textAlignment="Left" verticalAlignment="Middle">
<font size="10" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA["TRATE DE PRODUCTOS DE PIROTECNIA O ARTIFICIOS QUE SE COMERCIALIZAN PARA EVENTOS PÚBLICOS O PRIVADOS."]]></textFieldExpression>
</textField>
<textField>
<reportElement style="normal" x="0" y="333" width="650" height="16" uuid="716b17d8-d540-41e0-9ec1-1d8fa85c526a">
<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="0">
<bottomPen lineWidth="0.0"/>
</box>
<textElement textAlignment="Left" verticalAlignment="Middle">
<font size="10" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$P{gradoNombreFuncionario}]]></textFieldExpression>
</textField>
<textField>
<reportElement style="normal" x="0" y="352" width="580" height="16" uuid="3797621e-2ef5-4f01-9392-561256353e52">
<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="0">
<bottomPen lineWidth="0.0"/>
</box>
<textElement textAlignment="Left" verticalAlignment="Middle">
<font size="10" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$P{centroControl}]]></textFieldExpression>
</textField>
<subreport>
<reportElement x="1" y="226" width="607" height="100" uuid="8c4bd51e-37c7-4e33-af5d-ce405881adfc">
<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} + "firmaUsuario"]]></subreportExpression>
</subreport>
<textField isStretchWithOverflow="true">
<reportElement style="title2" x="0" y="8" width="110" height="16" forecolor="#000000" uuid="1b91d727-823f-4138-9a8b-c46b19566ec8">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<textElement textAlignment="Left"/>
<textFieldExpression><![CDATA["PROVINCIA ORIGEN:"]]></textFieldExpression>
</textField>
<textField>
<reportElement style="normal" x="110" y="8" width="230" height="16" uuid="a3da5c2e-b17c-4fb7-8c85-a5ea3968b616">
<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="0">
<bottomPen lineWidth="0.0"/>
</box>
<textElement textAlignment="Left" verticalAlignment="Middle">
<font size="12" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$P{provinciaorigen}]]></textFieldExpression>
</textField>
<textField>
<reportElement style="normal" x="110" y="27" width="230" height="16" uuid="07d0ba8b-cb62-4c32-897c-fcbc139223f5">
<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"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
</reportElement>
<box topPadding="0">
<bottomPen lineWidth="0.0"/>
</box>
<textElement textAlignment="Left" verticalAlignment="Middle">
<font size="12" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$P{lugarorigen}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true">
<reportElement style="title2" x="0" y="26" width="110" height="30" forecolor="#000000" uuid="c7abd8cc-412c-42e7-bf03-6e1141716582">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<textElement textAlignment="Left"/>
<textFieldExpression><![CDATA["VENDEDOR-LUGAR ORIGEN:"]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true">
<reportElement style="title2" x="360" y="8" width="110" height="16" forecolor="#000000" uuid="1bd19ba5-b44b-452c-b4b2-14739dea4705">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<textElement textAlignment="Left"/>
<textFieldExpression><![CDATA["CANTÓN ORIGEN:"]]></textFieldExpression>
</textField>
<textField>
<reportElement style="normal" x="470" y="8" width="181" height="16" uuid="372b1428-f61d-4bd2-8241-6df0c58b9c5b">
<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="0">
<bottomPen lineWidth="0.0"/>
</box>
<textElement textAlignment="Left" verticalAlignment="Middle">
<font size="12" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$P{cantonorigen}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true">
<reportElement style="title2" x="0" y="56" width="118" height="16" forecolor="#000000" uuid="ea3707dc-6490-4b40-a78c-12c64e3eea09">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<textElement textAlignment="Left"/>
<textFieldExpression><![CDATA["PROVINCIA DESTINO:"]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true">
<reportElement style="title2" x="0" y="74" width="110" height="30" forecolor="#000000" uuid="2e216a60-8670-4f11-bae7-74fd1d47629b">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<textElement textAlignment="Left"/>
<textFieldExpression><![CDATA["COMPRADOR-LUGAR DESTINO:"]]></textFieldExpression>
</textField>
<textField>
<reportElement style="normal" x="110" y="75" width="230" height="16" uuid="379aa139-2a39-4984-a725-19d3c49bdd69">
<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"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
</reportElement>
<box topPadding="0">
<bottomPen lineWidth="0.0"/>
</box>
<textElement textAlignment="Left" verticalAlignment="Middle">
<font size="12" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$P{lugardestino}]]></textFieldExpression>
</textField>
<textField>
<reportElement style="normal" x="118" y="56" width="230" height="16" uuid="e6e509a2-b413-4f80-8e95-669a4a7eb8b2">
<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="0">
<bottomPen lineWidth="0.0"/>
</box>
<textElement textAlignment="Left" verticalAlignment="Middle">
<font size="12" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$P{provinciadestino}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true">
<reportElement style="title2" x="360" y="56" width="110" height="16" forecolor="#000000" uuid="8d482887-5da3-4fe1-be9c-25da38ff7b75">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<textElement textAlignment="Left"/>
<textFieldExpression><![CDATA["CANTÓN DESTINO:"]]></textFieldExpression>
</textField>
<textField>
<reportElement style="normal" x="470" y="56" width="181" height="16" uuid="2a0b2510-cac4-4eac-bf10-9ed8ffd35966">
<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="0">
<bottomPen lineWidth="0.0"/>
</box>
<textElement textAlignment="Left" verticalAlignment="Middle">
<font size="12" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$P{cantondestino}]]></textFieldExpression>
</textField>
<image>
<reportElement x="550" y="375" width="95" height="62" uuid="7759b649-4486-4c76-97c2-b667bcd24985"/>
<imageExpression><![CDATA[com.google.zxing.client.j2se.MatrixToImageWriter.toBufferedImage(
new com.google.zxing.qrcode.QRCodeWriter().encode(
$P{codigoQR},
com.google.zxing.BarcodeFormat.QR_CODE, 500, 500))]]></imageExpression>
</image>
</band>
</summary>
</jasperReport>