520 lines
27 KiB
XML
520 lines
27 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Created with Jaspersoft Studio version 6.20.0.final using JasperReports Library version 6.20.0-2bc7ab61c56f459e8176eb05c7705e145cd400ad -->
|
|
<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="Blank_Letter_3" pageWidth="612" pageHeight="792" whenNoDataType="AllSectionsNoDetail" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="b704f090-e682-4009-9f66-2797ed960c40">
|
|
<property name="com.jaspersoft.studio.data.sql.tables" value=""/>
|
|
<property name="com.jaspersoft.studio.data.sql.SQLQueryDesigner.sash.w1" value="0"/>
|
|
<property name="com.jaspersoft.studio.data.sql.SQLQueryDesigner.sash.w2" value="1000"/>
|
|
<property name="com.jaspersoft.studio.data.defaultdataadapter" value="OracleTest"/>
|
|
<parameter name="fechaReporte" class="java.lang.String"/>
|
|
<parameter name="usuario" class="java.lang.String"/>
|
|
<parameter name="fechaInicio" class="java.lang.String"/>
|
|
<parameter name="fechaFin" class="java.lang.String"/>
|
|
<queryString>
|
|
<![CDATA[SELECT t.ID,ud.USERCODE AS USERCODE,t.TRANSACCION AS TRANSACCION, t.FECHA AS FECHA, tr."catalog" AS CATALOG, tr.DESCRIPTION AS DESCRIPTION, t.HEADERIN AS HEADERIN, t.BODYIN AS BODYIN,
|
|
(CASE tr."catalog"
|
|
WHEN '0101111' THEN
|
|
CASE
|
|
WHEN t.BODYIN LIKE '%"entidad": "QARMA"%' OR t.BODYIN LIKE '%"entidad":"QARMA"%'
|
|
THEN 'CONSULTA ARMA'
|
|
WHEN t.BODYIN LIKE '%"entidad": "QPERM"%' OR t.BODYIN LIKE '%"entidad":"QPERM"%'
|
|
THEN 'CONSULTA PERMISOS, PERMISOS POR PERSONA'
|
|
WHEN t.BODYIN LIKE '%"entidad": "QPERS"%' OR t.BODYIN LIKE '%"entidad":"QPERS"%'
|
|
THEN 'CONSULTA PERMISOS, BUSCADOR'
|
|
WHEN t.BODYIN LIKE '%"entidad": "QGUIA"%' OR t.BODYIN LIKE '%"entidad":"QGUIA"%'
|
|
THEN 'CONSULTA TRAMITES'
|
|
END
|
|
END
|
|
) AS INFORMACIONCONSULTA, t.CONSULTA, t.PARAMETROS, t.GEOLOCALIZACION
|
|
FROM TAPPAUDIT t
|
|
LEFT JOIN TSAFEUSERDETAIL ud
|
|
ON t.USERCODE = ud.USERCODE
|
|
AND ud.DATETO = to_date('2999-12-31', 'YYYY-MM-DD')
|
|
LEFT JOIN TGENECATALOGDETAIL tr
|
|
ON t.TRANSACCION = tr."CATALOG"
|
|
AND tr.CATALOGCODE = 'TRANSAC'
|
|
WHERE
|
|
t.FECHA >= TO_DATE($P{fechaInicio},'dd-mm-yyyy')
|
|
AND t.FECHA <= TO_DATE($P{fechaFin},'dd-mm-yyyy')]]>
|
|
</queryString>
|
|
<field name="ID" class="java.math.BigDecimal">
|
|
<property name="com.jaspersoft.studio.field.name" value="ID"/>
|
|
<property name="com.jaspersoft.studio.field.label" value="ID"/>
|
|
</field>
|
|
<field name="USERCODE" class="java.lang.String">
|
|
<property name="com.jaspersoft.studio.field.name" value="USERCODE"/>
|
|
<property name="com.jaspersoft.studio.field.label" value="USERCODE"/>
|
|
</field>
|
|
<field name="TRANSACCION" class="java.lang.String">
|
|
<property name="com.jaspersoft.studio.field.name" value="TRANSACCION"/>
|
|
<property name="com.jaspersoft.studio.field.label" value="TRANSACCION"/>
|
|
</field>
|
|
<field name="FECHA" class="java.sql.Timestamp">
|
|
<property name="com.jaspersoft.studio.field.name" value="FECHA"/>
|
|
<property name="com.jaspersoft.studio.field.label" value="FECHA"/>
|
|
</field>
|
|
<field name="catalog" class="java.lang.String">
|
|
<property name="com.jaspersoft.studio.field.name" value="catalog"/>
|
|
<property name="com.jaspersoft.studio.field.label" value="catalog"/>
|
|
</field>
|
|
<field name="DESCRIPTION" class="java.lang.String">
|
|
<property name="com.jaspersoft.studio.field.name" value="DESCRIPTION"/>
|
|
<property name="com.jaspersoft.studio.field.label" value="DESCRIPTION"/>
|
|
</field>
|
|
<field name="HEADERIN" class="java.lang.String">
|
|
<property name="com.jaspersoft.studio.field.name" value="HEADERIN"/>
|
|
<property name="com.jaspersoft.studio.field.label" value="HEADERIN"/>
|
|
</field>
|
|
<field name="BODYIN" class="java.lang.String">
|
|
<property name="com.jaspersoft.studio.field.name" value="BODYIN"/>
|
|
<property name="com.jaspersoft.studio.field.label" value="BODYIN"/>
|
|
</field>
|
|
<field name="INFORMACIONCONSULTA" class="java.lang.String">
|
|
<property name="com.jaspersoft.studio.field.name" value="INFORMACIONCONSULTA"/>
|
|
<property name="com.jaspersoft.studio.field.label" value="INFORMACIONCONSULTA"/>
|
|
</field>
|
|
<field name="CONSULTA" class="java.lang.String">
|
|
<property name="com.jaspersoft.studio.field.name" value="CONSULTA"/>
|
|
<property name="com.jaspersoft.studio.field.label" value="CONSULTA"/>
|
|
</field>
|
|
<field name="PARAMETROS" class="java.lang.String">
|
|
<property name="com.jaspersoft.studio.field.name" value="PARAMETROS"/>
|
|
<property name="com.jaspersoft.studio.field.label" value="PARAMETROS"/>
|
|
</field>
|
|
<field name="GEOLOCALIZACION" class="java.lang.String">
|
|
<property name="com.jaspersoft.studio.field.name" value="GEOLOCALIZACION"/>
|
|
<property name="com.jaspersoft.studio.field.label" value="GEOLOCALIZACION"/>
|
|
</field>
|
|
<background>
|
|
<band splitType="Stretch"/>
|
|
</background>
|
|
<title>
|
|
<band height="111" splitType="Stretch">
|
|
<staticText>
|
|
<reportElement x="90" y="0" width="390" height="20" uuid="f0e11380-9fa1-48ac-9073-8c894762f53c"/>
|
|
<box>
|
|
<topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Center"/>
|
|
<text><![CDATA[COMANDO CONJUNTO DE LAS FUERZAS ARMADAS]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement x="90" y="20" width="390" height="20" uuid="9ea0e8f4-c842-4870-9f08-6c480b9c1213"/>
|
|
<box>
|
|
<topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Center"/>
|
|
<text><![CDATA[DEPARTAMENTO DE CONTROL DE ARMAS]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement x="0" y="81" width="570" height="30" uuid="d031ea0c-2425-4997-a78d-947c896c8ec1"/>
|
|
<box>
|
|
<topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Center"/>
|
|
<text><![CDATA[REPORTE USO DEL APLICATIVO MOVIL]]></text>
|
|
</staticText>
|
|
<image hAlign="Right" vAlign="Middle">
|
|
<reportElement x="0" y="0" width="90" height="81" uuid="bd9f60c2-b017-4f84-a600-b6b2640cef46"/>
|
|
<box>
|
|
<topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
</box>
|
|
<imageExpression><![CDATA["https://controlarmas.ccffaa.mil.ec/wp-content/uploads/sites/6/2022/07/CONTROL-DE-ARMAS.png"]]></imageExpression>
|
|
</image>
|
|
<image hAlign="Right" vAlign="Middle">
|
|
<reportElement x="480" y="0" width="90" height="81" uuid="94e0cb12-b858-4bc3-8009-c8f16e0cf0a6"/>
|
|
<box>
|
|
<topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
</box>
|
|
<imageExpression><![CDATA["https://controlarmas.ccffaa.mil.ec/wp-content/uploads/sites/6/2022/07/CONTROL-DE-ARMAS.png"]]></imageExpression>
|
|
</image>
|
|
<textField textAdjust="StretchHeight" isBlankWhenNull="true">
|
|
<reportElement stretchType="RelativeToTallestObject" x="55" y="97" width="441" height="14" forecolor="#000000" uuid="bb8c8177-923d-44b2-b002-8b746e5ed93e">
|
|
<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 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="Center" verticalAlignment="Top">
|
|
<font size="7"/>
|
|
</textElement>
|
|
<textFieldExpression><![CDATA["De: "+$P{fechaInicio} + " Al: "+$P{fechaFin}]]></textFieldExpression>
|
|
</textField>
|
|
</band>
|
|
</title>
|
|
<pageHeader>
|
|
<band height="80" splitType="Stretch">
|
|
<staticText>
|
|
<reportElement x="0" y="16" width="186" height="16" forecolor="#000000" uuid="449423a7-c2d8-474f-9850-3cc657224ed5">
|
|
<property name="local_mesure_unitwidth" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
|
<property name="local_mesure_unity" value="pixel"/>
|
|
<property name="local_mesure_unitx" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.x" value="px"/>
|
|
</reportElement>
|
|
<textElement textAlignment="Left" verticalAlignment="Middle"/>
|
|
<text><![CDATA[Centro de Control de Armas:]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement x="0" y="36" width="90" height="16" forecolor="#000000" uuid="f9eb7f08-da33-4a85-b346-40fb3fa2708e">
|
|
<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"/>
|
|
<property name="local_mesure_unity" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.y" value="px"/>
|
|
</reportElement>
|
|
<textElement textAlignment="Left" verticalAlignment="Middle"/>
|
|
<text><![CDATA[Usuario:]]></text>
|
|
</staticText>
|
|
<textField>
|
|
<reportElement x="90" y="32" width="300" height="16" uuid="d5f5a610-a791-486e-9ad6-d9c2bc939867">
|
|
<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="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 topPadding="2"/>
|
|
<textElement verticalAlignment="Middle"/>
|
|
<textFieldExpression><![CDATA[$P{usuario}]]></textFieldExpression>
|
|
</textField>
|
|
<staticText>
|
|
<reportElement x="0" y="64" width="186" height="16" forecolor="#000000" uuid="0d7fbc60-8b33-4a9b-ac5e-7728795ae34e">
|
|
<property name="local_mesure_unitx" value="pixel"/>
|
|
<property name="com.jaspersoft.studio.unit.x" value="px"/>
|
|
</reportElement>
|
|
<textElement textAlignment="Left"/>
|
|
<text><![CDATA[DETALLES DE USO:]]></text>
|
|
</staticText>
|
|
</band>
|
|
</pageHeader>
|
|
<columnHeader>
|
|
<band height="32" splitType="Stretch">
|
|
<staticText>
|
|
<reportElement x="0" y="0" width="50" height="32" uuid="c1c211e8-8230-4897-a369-67d17b229e61">
|
|
<property name="com.jaspersoft.studio.spreadsheet.connectionID" value="8b13d97e-93ee-42c1-83af-828c23de469e"/>
|
|
<property name="com.jaspersoft.studio.unit.leftIndent" value="px"/>
|
|
<property name="com.jaspersoft.studio.unit.x" value="px"/>
|
|
</reportElement>
|
|
<box>
|
|
<topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Left">
|
|
<paragraph leftIndent="10"/>
|
|
</textElement>
|
|
<text><![CDATA[Fecha]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement x="50" y="0" width="50" height="32" uuid="c1c211e8-8230-4897-a369-67d17b229e61">
|
|
<property name="com.jaspersoft.studio.spreadsheet.connectionID" value="8b13d97e-93ee-42c1-83af-828c23de469e"/>
|
|
<property name="com.jaspersoft.studio.unit.leftIndent" value="px"/>
|
|
<property name="com.jaspersoft.studio.unit.x" value="px"/>
|
|
</reportElement>
|
|
<box>
|
|
<topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Left">
|
|
<paragraph leftIndent="10"/>
|
|
</textElement>
|
|
<text><![CDATA[Usuario]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement x="100" y="0" width="60" height="32" uuid="c1c211e8-8230-4897-a369-67d17b229e61">
|
|
<property name="com.jaspersoft.studio.spreadsheet.connectionID" value="8b13d97e-93ee-42c1-83af-828c23de469e"/>
|
|
<property name="com.jaspersoft.studio.unit.leftIndent" value="px"/>
|
|
<property name="com.jaspersoft.studio.unit.x" value="px"/>
|
|
</reportElement>
|
|
<box>
|
|
<topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Left">
|
|
<paragraph leftIndent="10"/>
|
|
</textElement>
|
|
<text><![CDATA[Transacción]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement x="160" y="0" width="70" height="32" uuid="c1c211e8-8230-4897-a369-67d17b229e61">
|
|
<property name="com.jaspersoft.studio.spreadsheet.connectionID" value="8b13d97e-93ee-42c1-83af-828c23de469e"/>
|
|
<property name="com.jaspersoft.studio.unit.leftIndent" value="px"/>
|
|
<property name="com.jaspersoft.studio.unit.x" value="px"/>
|
|
</reportElement>
|
|
<box>
|
|
<topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Left">
|
|
<paragraph leftIndent="10"/>
|
|
</textElement>
|
|
<text><![CDATA[Descripción de transacción]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement x="230" y="0" width="90" height="32" uuid="c1c211e8-8230-4897-a369-67d17b229e61">
|
|
<property name="com.jaspersoft.studio.spreadsheet.connectionID" value="8b13d97e-93ee-42c1-83af-828c23de469e"/>
|
|
<property name="com.jaspersoft.studio.unit.leftIndent" value="px"/>
|
|
<property name="com.jaspersoft.studio.unit.x" value="px"/>
|
|
</reportElement>
|
|
<box>
|
|
<topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Left">
|
|
<paragraph leftIndent="10"/>
|
|
</textElement>
|
|
<text><![CDATA[Información de acción]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement x="320" y="0" width="60" height="32" uuid="c1c211e8-8230-4897-a369-67d17b229e61">
|
|
<property name="com.jaspersoft.studio.spreadsheet.connectionID" value="8b13d97e-93ee-42c1-83af-828c23de469e"/>
|
|
<property name="com.jaspersoft.studio.unit.leftIndent" value="px"/>
|
|
<property name="com.jaspersoft.studio.unit.x" value="px"/>
|
|
</reportElement>
|
|
<box>
|
|
<topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Left">
|
|
<paragraph leftIndent="10"/>
|
|
</textElement>
|
|
<text><![CDATA[Tipo de consulta]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement x="380" y="0" width="60" height="32" uuid="c1c211e8-8230-4897-a369-67d17b229e61">
|
|
<property name="com.jaspersoft.studio.spreadsheet.connectionID" value="8b13d97e-93ee-42c1-83af-828c23de469e"/>
|
|
<property name="com.jaspersoft.studio.unit.leftIndent" value="px"/>
|
|
<property name="com.jaspersoft.studio.unit.x" value="px"/>
|
|
</reportElement>
|
|
<box>
|
|
<topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Left">
|
|
<paragraph leftIndent="10"/>
|
|
</textElement>
|
|
<text><![CDATA[Consulta]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement x="440" y="0" width="70" height="32" uuid="c1c211e8-8230-4897-a369-67d17b229e61">
|
|
<property name="com.jaspersoft.studio.spreadsheet.connectionID" value="8b13d97e-93ee-42c1-83af-828c23de469e"/>
|
|
<property name="com.jaspersoft.studio.unit.leftIndent" value="px"/>
|
|
<property name="com.jaspersoft.studio.unit.x" value="px"/>
|
|
</reportElement>
|
|
<box>
|
|
<topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Left">
|
|
<paragraph leftIndent="10"/>
|
|
</textElement>
|
|
<text><![CDATA[Parametros de consulta]]></text>
|
|
</staticText>
|
|
<staticText>
|
|
<reportElement x="510" y="0" width="60" height="32" uuid="c11db053-dad5-4322-a25c-014e00e4f7ef">
|
|
<property name="com.jaspersoft.studio.spreadsheet.connectionID" value="8d7411da-9b0a-44eb-a457-b96423b6d12e"/>
|
|
<property name="com.jaspersoft.studio.unit.x" value="px"/>
|
|
</reportElement>
|
|
<box>
|
|
<topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Center"/>
|
|
<text><![CDATA[Geolocalización]]></text>
|
|
</staticText>
|
|
</band>
|
|
</columnHeader>
|
|
<detail>
|
|
<band height="131" splitType="Stretch">
|
|
<textField textAdjust="ScaleFont" isBlankWhenNull="true">
|
|
<reportElement x="50" y="0" width="50" height="131" uuid="1665ea16-f2ca-4e9d-8265-034d0733877c">
|
|
<property name="com.jaspersoft.studio.spreadsheet.connectionID" value="8b13d97e-93ee-42c1-83af-828c23de469e"/>
|
|
<property name="com.jaspersoft.studio.unit.x" value="px"/>
|
|
</reportElement>
|
|
<box>
|
|
<topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Left" verticalAlignment="Middle"/>
|
|
<textFieldExpression><![CDATA[$F{USERCODE}]]></textFieldExpression>
|
|
</textField>
|
|
<textField textAdjust="ScaleFont" isBlankWhenNull="true">
|
|
<reportElement x="0" y="0" width="50" height="131" uuid="209eae72-6597-4d6e-bae4-1b5bb9605193">
|
|
<property name="com.jaspersoft.studio.spreadsheet.connectionID" value="c9999520-5a8d-40c5-a1a7-bf8dbf30e1a5"/>
|
|
<property name="com.jaspersoft.studio.unit.x" value="px"/>
|
|
</reportElement>
|
|
<box>
|
|
<topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Left" verticalAlignment="Middle"/>
|
|
<textFieldExpression><![CDATA[$F{FECHA}]]></textFieldExpression>
|
|
</textField>
|
|
<textField textAdjust="ScaleFont" isBlankWhenNull="true">
|
|
<reportElement x="380" y="0" width="60" height="131" uuid="940add4d-8575-4afc-a94b-248f69ee8516">
|
|
<property name="com.jaspersoft.studio.spreadsheet.connectionID" value="1f81f797-20a1-4699-b9ff-a2f10d6ab3c2"/>
|
|
<property name="com.jaspersoft.studio.unit.x" value="px"/>
|
|
</reportElement>
|
|
<box>
|
|
<topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Left"/>
|
|
<textFieldExpression><![CDATA[$F{CONSULTA}]]></textFieldExpression>
|
|
</textField>
|
|
<textField textAdjust="ScaleFont" isBlankWhenNull="true">
|
|
<reportElement x="510" y="0" width="60" height="131" uuid="997300d1-be32-4519-ab01-0578d1a9ecfb">
|
|
<property name="com.jaspersoft.studio.spreadsheet.connectionID" value="8d7411da-9b0a-44eb-a457-b96423b6d12e"/>
|
|
<property name="com.jaspersoft.studio.unit.x" value="px"/>
|
|
<property name="com.jaspersoft.studio.unit.y" value="px"/>
|
|
</reportElement>
|
|
<box>
|
|
<topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Left" verticalAlignment="Middle"/>
|
|
<textFieldExpression><![CDATA[$F{GEOLOCALIZACION}]]></textFieldExpression>
|
|
</textField>
|
|
<textField textAdjust="ScaleFont" isBlankWhenNull="true">
|
|
<reportElement x="100" y="0" width="60" height="131" uuid="3be99611-f317-43cb-871f-87fb92f4d23f">
|
|
<property name="com.jaspersoft.studio.spreadsheet.connectionID" value="8b13d97e-93ee-42c1-83af-828c23de469e"/>
|
|
<property name="com.jaspersoft.studio.unit.x" value="px"/>
|
|
</reportElement>
|
|
<box>
|
|
<topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Left" verticalAlignment="Middle"/>
|
|
<textFieldExpression><![CDATA[$F{TRANSACCION}]]></textFieldExpression>
|
|
</textField>
|
|
<textField textAdjust="ScaleFont" isBlankWhenNull="true">
|
|
<reportElement x="160" y="0" width="70" height="131" uuid="4a96ef7c-814e-4c9d-baca-e32ed0801a67">
|
|
<property name="com.jaspersoft.studio.spreadsheet.connectionID" value="8b13d97e-93ee-42c1-83af-828c23de469e"/>
|
|
<property name="com.jaspersoft.studio.unit.x" value="px"/>
|
|
</reportElement>
|
|
<box>
|
|
<topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Left" verticalAlignment="Middle"/>
|
|
<textFieldExpression><![CDATA[$F{DESCRIPTION}]]></textFieldExpression>
|
|
</textField>
|
|
<textField textAdjust="ScaleFont" isBlankWhenNull="true">
|
|
<reportElement x="230" y="0" width="90" height="131" uuid="0c0034fe-189f-41ef-99bd-5e80563f3be3">
|
|
<property name="com.jaspersoft.studio.spreadsheet.connectionID" value="8b13d97e-93ee-42c1-83af-828c23de469e"/>
|
|
<property name="com.jaspersoft.studio.unit.x" value="px"/>
|
|
</reportElement>
|
|
<box>
|
|
<topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Left" verticalAlignment="Middle"/>
|
|
<textFieldExpression><![CDATA[$F{HEADERIN}]]></textFieldExpression>
|
|
</textField>
|
|
<textField textAdjust="ScaleFont" isBlankWhenNull="true">
|
|
<reportElement x="320" y="0" width="60" height="131" uuid="6f2123a6-849c-44ac-963b-a8ab57e99e85">
|
|
<property name="com.jaspersoft.studio.spreadsheet.connectionID" value="8b13d97e-93ee-42c1-83af-828c23de469e"/>
|
|
<property name="com.jaspersoft.studio.unit.x" value="px"/>
|
|
</reportElement>
|
|
<box>
|
|
<topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Left" verticalAlignment="Middle"/>
|
|
<textFieldExpression><![CDATA[$F{INFORMACIONCONSULTA}]]></textFieldExpression>
|
|
</textField>
|
|
<textField textAdjust="ScaleFont" isBlankWhenNull="true">
|
|
<reportElement x="440" y="0" width="70" height="131" uuid="1ed08153-509a-4a5d-96f3-d15b12b7523f">
|
|
<property name="com.jaspersoft.studio.spreadsheet.connectionID" value="1f81f797-20a1-4699-b9ff-a2f10d6ab3c2"/>
|
|
<property name="com.jaspersoft.studio.unit.x" value="px"/>
|
|
</reportElement>
|
|
<box>
|
|
<topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
<rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
|
|
</box>
|
|
<textElement textAlignment="Left"/>
|
|
<textFieldExpression><![CDATA[$F{PARAMETROS}]]></textFieldExpression>
|
|
</textField>
|
|
</band>
|
|
</detail>
|
|
<pageFooter>
|
|
<band height="54" splitType="Stretch">
|
|
<textField>
|
|
<reportElement x="380" y="12" width="100" height="30" uuid="1ab5f550-5adf-4ba1-aa65-4f05ceab9e35"/>
|
|
<textElement textAlignment="Right"/>
|
|
<textFieldExpression><![CDATA["Page " + $V{PAGE_NUMBER}]]></textFieldExpression>
|
|
</textField>
|
|
<textField evaluationTime="Report">
|
|
<reportElement x="480" y="12" width="100" height="30" uuid="e9a1c9a9-c1a0-486d-aa7f-a7b96aafee99"/>
|
|
<textElement textAlignment="Left"/>
|
|
<textFieldExpression><![CDATA[" of " + $V{PAGE_NUMBER}]]></textFieldExpression>
|
|
</textField>
|
|
</band>
|
|
</pageFooter>
|
|
<summary>
|
|
<band height="52" splitType="Stretch"/>
|
|
</summary>
|
|
</jasperReport>
|