Commit 2d32fc4661587ff0e555d02d086d7d1d2f2c9b2f
1 parent
65f90d20
Exists in
master
[Redmine Atendimento #4166]jasper consulta termo
Showing
1 changed file
with
9 additions
and
9 deletions
Show diff stats
cit-contratos-web/src/main/resources/reports/consultaTermo.jrxml
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <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="consultaTermo" pageWidth="554" pageHeight="802" orientation="Landscape" whenNoDataType="AllSectionsNoDetail" columnWidth="554" leftMargin="0" rightMargin="0" topMargin="0" bottomMargin="0" uuid="2a9bde7e-349d-4f0b-b96c-98310606be6f"> |
3 | 3 | <property name="ireport.zoom" value="2.1435888100000042"/> |
4 | - <property name="ireport.x" value="1"/> | |
4 | + <property name="ireport.x" value="0"/> | |
5 | 5 | <property name="ireport.y" value="0"/> |
6 | 6 | <style name="table"> |
7 | 7 | <box> |
... | ... | @@ -96,27 +96,27 @@ ORDER BY EVENTO.DATAEVENTO, EVENTO.ID]]> |
96 | 96 | <columnHeader> |
97 | 97 | <band height="118"> |
98 | 98 | <textField> |
99 | - <reportElement stretchType="RelativeToTallestObject" x="74" y="6" width="459" height="25" uuid="20c74dcc-74ea-422d-b29c-0edd615af210"/> | |
99 | + <reportElement stretchType="RelativeToTallestObject" x="64" y="6" width="478" height="25" uuid="20c74dcc-74ea-422d-b29c-0edd615af210"/> | |
100 | 100 | <textElement textAlignment="Justified" verticalAlignment="Middle"/> |
101 | 101 | <textFieldExpression><![CDATA[$P{periodo}]]></textFieldExpression> |
102 | 102 | </textField> |
103 | 103 | <staticText> |
104 | - <reportElement x="14" y="6" width="60" height="25" uuid="07e2b5c9-e5ae-46e3-bb7f-4c0cf77cfc2d"/> | |
104 | + <reportElement x="14" y="6" width="50" height="25" uuid="07e2b5c9-e5ae-46e3-bb7f-4c0cf77cfc2d"/> | |
105 | 105 | <box topPadding="0" leftPadding="5"/> |
106 | 106 | <textElement verticalAlignment="Middle"> |
107 | - <font size="12" isBold="true"/> | |
107 | + <font size="10" isBold="true"/> | |
108 | 108 | </textElement> |
109 | 109 | <text><![CDATA[Período:]]></text> |
110 | 110 | </staticText> |
111 | 111 | <textField> |
112 | - <reportElement x="151" y="67" width="395" height="25" uuid="61da4245-d0d0-4625-904e-fc7d6f0b554f"/> | |
112 | + <reportElement x="149" y="32" width="393" height="25" uuid="61da4245-d0d0-4625-904e-fc7d6f0b554f"/> | |
113 | 113 | <textElement textAlignment="Left" verticalAlignment="Middle"> |
114 | 114 | <font size="10"/> |
115 | 115 | </textElement> |
116 | 116 | <textFieldExpression><![CDATA[$P{contrato}]]></textFieldExpression> |
117 | 117 | </textField> |
118 | 118 | <staticText> |
119 | - <reportElement x="14" y="67" width="137" height="25" uuid="8ea2047f-4c6b-4654-b8cb-5eb531d449cb"/> | |
119 | + <reportElement x="14" y="32" width="135" height="25" uuid="8ea2047f-4c6b-4654-b8cb-5eb531d449cb"/> | |
120 | 120 | <box topPadding="0" leftPadding="5"/> |
121 | 121 | <textElement textAlignment="Left" verticalAlignment="Middle"> |
122 | 122 | <font size="10" isBold="true"/> |
... | ... | @@ -163,13 +163,13 @@ ORDER BY EVENTO.DATAEVENTO, EVENTO.ID]]> |
163 | 163 | <text><![CDATA[Nº do termo]]></text> |
164 | 164 | </staticText> |
165 | 165 | <line> |
166 | - <reportElement x="16" y="38" width="528" height="1" uuid="4857acf0-952d-4442-a550-da6b384e20f7"/> | |
166 | + <reportElement x="14" y="59" width="528" height="1" uuid="4857acf0-952d-4442-a550-da6b384e20f7"/> | |
167 | 167 | </line> |
168 | 168 | <staticText> |
169 | - <reportElement x="14" y="42" width="530" height="25" uuid="a2d929bd-2976-4e39-b091-2c6a4364e97d"/> | |
169 | + <reportElement x="14" y="65" width="530" height="25" uuid="a2d929bd-2976-4e39-b091-2c6a4364e97d"/> | |
170 | 170 | <box topPadding="0" leftPadding="5"/> |
171 | 171 | <textElement textAlignment="Left" verticalAlignment="Middle"> |
172 | - <font size="12" isBold="true"/> | |
172 | + <font size="13" isBold="true"/> | |
173 | 173 | </textElement> |
174 | 174 | <text><![CDATA[1. Termos]]></text> |
175 | 175 | </staticText> | ... | ... |