Se ajusta plantilla jasper de documento de listado de pasajeros#AL-4552

master
Fernando Uc 2024-10-09 11:00:42 -06:00
parent 742670154b
commit 5a90564d43
2 changed files with 49 additions and 6 deletions

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>br.com.rjconsultores</groupId>
<artifactId>ventaboletosadm</artifactId>
<version>1.152.10</version>
<version>1.152.11</version>
<packaging>war</packaging>
<properties>

View File

@ -1,5 +1,5 @@
<?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="listaPasajerosExpreso" pageWidth="842" pageHeight="595" orientation="Landscape" columnWidth="802" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="8fcc3fc4-85f9-42a6-b331-6d1a55d24c2d">
<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="listaPasajerosExpreso" pageWidth="842" pageHeight="842" orientation="Landscape" columnWidth="802" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="8fcc3fc4-85f9-42a6-b331-6d1a55d24c2d">
<property name="ireport.zoom" value="1.0"/>
<property name="ireport.x" value="0"/>
<property name="ireport.y" value="0"/>
@ -8,29 +8,72 @@
</queryString>
<field name="DESCNOMBRE" class="java.lang.String"/>
<field name="DESCAPELLIDOS" class="java.lang.String"/>
<field name="NACIONALIDAD" class="java.lang.String"/>
<field name="NUMIDENTIFICACION" class="java.lang.String"/>
<title>
<band height="43" splitType="Stretch">
<staticText>
<reportElement x="0" y="0" width="802" height="20"/>
<reportElement uuid="aa5d13ac-a335-4635-917e-2dc5ffb15770" x="0" y="0" width="802" height="43"/>
<textElement textAlignment="Center">
<font size="14" isBold="true"/>
</textElement>
<text><![CDATA[LISTA DE PASAJEROS]]></text>
<text><![CDATA[FORMATO ÚNICO DE EXTRACCIÓN DEL CONTRATO DEL SERVICIO PÚBLICO DE TRANSPORTE TERRESTRE AUTOMOTOR ESPECIAL]]></text>
</staticText>
</band>
</title>
<columnHeader>
<band height="50">
<staticText>
<reportElement uuid="7848d6a3-933b-4d23-96f7-f9a8c4cd667d" x="0" y="30" width="128" height="20"/>
<textElement>
<font isBold="true"/>
</textElement>
<text><![CDATA[NOMBRE COMPLETO]]></text>
</staticText>
<staticText>
<reportElement uuid="d28fb158-5766-4b6f-9579-ee1fb2878d0c" x="237" y="29" width="132" height="20"/>
<textElement>
<font isBold="true"/>
</textElement>
<text><![CDATA[No. IDENTIFICACIÓN]]></text>
</staticText>
<staticText>
<reportElement uuid="81b71eca-c5aa-4be7-a9a6-17573fb7c875" x="407" y="29" width="131" height="20"/>
<textElement>
<font isBold="true"/>
</textElement>
<text><![CDATA[NACIONALIDAD]]></text>
</staticText>
<line>
<reportElement uuid="32ab9e9e-2725-4c8a-bad6-c5424fbc0cfe" x="0" y="0" width="802" height="1"/>
</line>
<line>
<reportElement uuid="22ac5ddb-4d9d-4c6d-9fef-41558f0cde21" x="0" y="49" width="802" height="1"/>
</line>
</band>
</columnHeader>
<detail>
<band height="21" splitType="Stretch">
<textField>
<reportElement uuid="297f8125-1310-46fd-beba-fd8ea22af291" x="0" y="0" width="48" height="20"/>
<reportElement uuid="297f8125-1310-46fd-beba-fd8ea22af291" x="0" y="1" width="100" height="20"/>
<textElement/>
<textFieldExpression><![CDATA[$F{DESCNOMBRE}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="0474c8e5-db4d-474c-9546-22ace8e02666" x="61" y="0" width="168" height="20"/>
<reportElement uuid="24cd5d76-c3e7-4281-a766-d6dcfad1ab83" x="237" y="1" width="132" height="20"/>
<textElement/>
<textFieldExpression><![CDATA[$F{NUMIDENTIFICACION}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="0474c8e5-db4d-474c-9546-22ace8e02666" x="111" y="1" width="112" height="20"/>
<textElement/>
<textFieldExpression><![CDATA[$F{DESCAPELLIDOS}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="50fba286-91f7-4829-baab-c22a4059f638" x="407" y="1" width="132" height="20"/>
<textElement/>
<textFieldExpression><![CDATA[$F{NACIONALIDAD}]]></textFieldExpression>
</textField>
</band>
</detail>
</jasperReport>