forked from ProyectoDAMAccesoDatos/gestor-social
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ReportePersonalExterno.jrxml
157 lines (157 loc) · 7.25 KB
/
ReportePersonalExterno.jrxml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<?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="ReportePersonalExterno" pageWidth="595" pageHeight="842" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="54c0aa72-da45-4292-b471-c680db0849ad">
<property name="ireport.zoom" value="1.3310000000000004"/>
<property name="ireport.x" value="0"/>
<property name="ireport.y" value="0"/>
<style name="CabeceraColumnas" forecolor="#3B85D4" fontName="Arial" fontSize="16" isBold="true"/>
<style name="Campos" forecolor="#9F3030" fontSize="13" isItalic="true"/>
<style name="Titulo" forecolor="#348637" fontSize="38" isBold="true" isItalic="true"/>
<queryString language="SQL">
<![CDATA[SELECT
PERSONALEXTERNO."IDPERSONALEXTERNO" AS PERSONALEXTERNO_IDPERSONALEXTE,
PERSONALEXTERNO."NOMBRE" AS PERSONALEXTERNO_NOMBRE,
PERSONALEXTERNO."APELLIDOS" AS PERSONALEXTERNO_APELLIDOS,
PERSONALEXTERNO."EMPLEO" AS PERSONALEXTERNO_EMPLEO,
PERSONALEXTERNO."EMPRESA" AS PERSONALEXTERNO_EMPRESA
FROM
"TEST"."PERSONALEXTERNO" PERSONALEXTERNO]]>
</queryString>
<field name="PERSONALEXTERNO_IDPERSONALEXTE" class="java.math.BigDecimal"/>
<field name="PERSONALEXTERNO_NOMBRE" class="java.lang.String"/>
<field name="PERSONALEXTERNO_APELLIDOS" class="java.lang.String"/>
<field name="PERSONALEXTERNO_EMPLEO" class="java.lang.String"/>
<field name="PERSONALEXTERNO_EMPRESA" class="java.lang.String"/>
<group name="PERSONALEXTERNO_IDPERSONALEXTE">
<groupExpression><![CDATA[$F{PERSONALEXTERNO_IDPERSONALEXTE}]]></groupExpression>
</group>
<group name="PERSONALEXTERNO_APELLIDOS">
<groupExpression><![CDATA[$F{PERSONALEXTERNO_APELLIDOS}]]></groupExpression>
</group>
<group name="PERSONALEXTERNO_NOMBRE">
<groupExpression><![CDATA[$F{PERSONALEXTERNO_NOMBRE}]]></groupExpression>
</group>
<background>
<band splitType="Stretch"/>
</background>
<title>
<band height="79" splitType="Stretch">
<rectangle radius="10">
<reportElement uuid="00a44cad-9bb0-4c21-8a91-9936c3da5ada" x="0" y="0" width="555" height="79"/>
</rectangle>
<staticText>
<reportElement uuid="5b3c10b7-9d11-406e-a895-cad9439ae215" style="Titulo" x="0" y="0" width="555" height="79"/>
<textElement textAlignment="Center" verticalAlignment="Middle"/>
<text><![CDATA[Personal Externo al Club]]></text>
</staticText>
</band>
</title>
<columnHeader>
<band height="42" splitType="Stretch">
<rectangle>
<reportElement uuid="ee3dbbef-488a-43ca-9c60-d68e802eb0f2" x="0" y="10" width="555" height="20"/>
<graphicElement>
<pen lineStyle="Dashed"/>
</graphicElement>
</rectangle>
<staticText>
<reportElement uuid="cfa2b3b5-e7e7-49d6-9441-74b5b73cb438" style="CabeceraColumnas" x="10" y="10" width="59" height="20"/>
<textElement textAlignment="Justified" verticalAlignment="Middle"/>
<text><![CDATA[ID]]></text>
</staticText>
<staticText>
<reportElement uuid="63c7a0d0-6233-4cc5-a25e-8c8bed85a486" style="CabeceraColumnas" x="69" y="10" width="115" height="20"/>
<textElement verticalAlignment="Middle"/>
<text><![CDATA[Nombre]]></text>
</staticText>
<staticText>
<reportElement uuid="94f12d4c-dc89-4af6-a9b8-20f7a819b32b" style="CabeceraColumnas" x="184" y="10" width="133" height="20"/>
<textElement verticalAlignment="Middle"/>
<text><![CDATA[Apellidos]]></text>
</staticText>
<staticText>
<reportElement uuid="8caf6b31-f767-4320-ac4b-3418845eb2fd" style="CabeceraColumnas" x="317" y="10" width="111" height="20"/>
<textElement verticalAlignment="Middle"/>
<text><![CDATA[Empleo]]></text>
</staticText>
<staticText>
<reportElement uuid="b8e3e385-fb27-417a-8c7e-fdb2da85f9c7" style="CabeceraColumnas" x="428" y="10" width="117" height="20"/>
<textElement verticalAlignment="Middle"/>
<text><![CDATA[Empresa]]></text>
</staticText>
</band>
</columnHeader>
<detail>
<band height="41" splitType="Stretch">
<textField>
<reportElement uuid="46d5f96e-3802-42c3-88ac-af30d1f139db" style="Campos" x="10" y="10" width="59" height="20"/>
<textElement textAlignment="Center" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{PERSONALEXTERNO_IDPERSONALEXTE}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="ca52c897-bfb7-4a81-8fde-23e60cd9d62b" style="Campos" x="69" y="10" width="115" height="20"/>
<textElement verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{PERSONALEXTERNO_NOMBRE}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="edd9012c-4abc-470f-8680-e7445f717556" style="Campos" x="184" y="10" width="133" height="20"/>
<textElement verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{PERSONALEXTERNO_APELLIDOS}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="b8e0446e-1e19-4e61-891e-a6ae67b7c3e8" style="Campos" x="317" y="10" width="111" height="20"/>
<textElement verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{PERSONALEXTERNO_EMPLEO}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="1a718ecd-d7e7-447f-bce3-33155a1fddd4" style="Campos" x="428" y="10" width="117" height="20"/>
<textElement verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{PERSONALEXTERNO_EMPRESA}]]></textFieldExpression>
</textField>
<line>
<reportElement uuid="1320c737-ece3-4c95-bd69-95be6f71425c" x="313" y="0" width="1" height="41" forecolor="#3B85D4" backcolor="#3B85D4"/>
<graphicElement>
<pen lineWidth="0.75" lineStyle="Dashed"/>
</graphicElement>
</line>
<line>
<reportElement uuid="1320c737-ece3-4c95-bd69-95be6f71425c" x="65" y="0" width="1" height="41" forecolor="#3B85D4" backcolor="#3B85D4"/>
<graphicElement>
<pen lineWidth="0.75" lineStyle="Dashed"/>
</graphicElement>
</line>
<line>
<reportElement uuid="1320c737-ece3-4c95-bd69-95be6f71425c" x="424" y="0" width="1" height="41" forecolor="#3B85D4" backcolor="#3B85D4"/>
<graphicElement>
<pen lineWidth="0.75" lineStyle="Dashed"/>
</graphicElement>
</line>
<line>
<reportElement uuid="1320c737-ece3-4c95-bd69-95be6f71425c" x="180" y="0" width="1" height="41" forecolor="#3B85D4" backcolor="#3B85D4"/>
<graphicElement>
<pen lineWidth="0.75" lineStyle="Dashed"/>
</graphicElement>
</line>
</band>
</detail>
<pageFooter>
<band height="54" splitType="Stretch">
<textField>
<reportElement uuid="c6427957-5943-45ad-9ff1-bccd3d4220f9" x="435" y="34" width="80" height="20"/>
<textElement textAlignment="Right">
<font size="14"/>
</textElement>
<textFieldExpression><![CDATA["Page "+$V{PAGE_NUMBER}+" of"]]></textFieldExpression>
</textField>
<textField evaluationTime="Report">
<reportElement uuid="6f8bac51-ade1-4600-bc95-f63ddaee1ca0" x="515" y="34" width="40" height="20"/>
<textElement>
<font size="14"/>
</textElement>
<textFieldExpression><![CDATA[" " + $V{PAGE_NUMBER}]]></textFieldExpression>
</textField>
</band>
</pageFooter>
<summary>
<band height="42" splitType="Stretch"/>
</summary>
</jasperReport>