Commit db6ce1eb589f6726e468a73c27e58f7604a9058b
1 parent
46e8181e
Exists in
master
[Redmine Atendimento #4331]consula termo
Showing
1 changed file
with
9 additions
and
23 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.3579476910000055"/> |
4 | - <property name="ireport.x" value="32"/> | |
4 | + <property name="ireport.x" value="0"/> | |
5 | 5 | <property name="ireport.y" value="0"/> |
6 | 6 | <style name="table"> |
7 | 7 | <box> |
... | ... | @@ -96,33 +96,19 @@ ORDER BY EVENTO.DATAEVENTO, EVENTO.ID]]> |
96 | 96 | <columnHeader> |
97 | 97 | <band height="118"> |
98 | 98 | <textField> |
99 | - <reportElement stretchType="RelativeToTallestObject" x="64" y="6" width="478" height="25" uuid="20c74dcc-74ea-422d-b29c-0edd615af210"/> | |
100 | - <textElement textAlignment="Justified" verticalAlignment="Middle"/> | |
101 | - <textFieldExpression><![CDATA[$P{periodo}]]></textFieldExpression> | |
102 | - </textField> | |
103 | - <staticText> | |
104 | - <reportElement x="14" y="6" width="50" height="25" uuid="07e2b5c9-e5ae-46e3-bb7f-4c0cf77cfc2d"/> | |
105 | - <box topPadding="0" leftPadding="5"/> | |
106 | - <textElement verticalAlignment="Middle"> | |
107 | - <font size="10" isBold="true"/> | |
99 | + <reportElement stretchType="RelativeToTallestObject" x="14" y="6" width="528" height="25" uuid="20c74dcc-74ea-422d-b29c-0edd615af210"/> | |
100 | + <textElement textAlignment="Justified" verticalAlignment="Middle"> | |
101 | + <font isBold="true"/> | |
108 | 102 | </textElement> |
109 | - <text><![CDATA[Período:]]></text> | |
110 | - </staticText> | |
111 | - <textField> | |
112 | - <reportElement x="149" y="32" width="393" height="25" uuid="61da4245-d0d0-4625-904e-fc7d6f0b554f"/> | |
113 | - <textElement textAlignment="Left" verticalAlignment="Middle"> | |
114 | - <font size="10"/> | |
115 | - </textElement> | |
116 | - <textFieldExpression><![CDATA[$P{contrato}]]></textFieldExpression> | |
103 | + <textFieldExpression><![CDATA["Período:" + $P{periodo}]]></textFieldExpression> | |
117 | 104 | </textField> |
118 | - <staticText> | |
119 | - <reportElement x="14" y="32" width="135" height="25" uuid="8ea2047f-4c6b-4654-b8cb-5eb531d449cb"/> | |
120 | - <box topPadding="0" leftPadding="5"/> | |
105 | + <textField> | |
106 | + <reportElement x="14" y="32" width="528" height="25" uuid="61da4245-d0d0-4625-904e-fc7d6f0b554f"/> | |
121 | 107 | <textElement textAlignment="Left" verticalAlignment="Middle"> |
122 | 108 | <font size="10" isBold="true"/> |
123 | 109 | </textElement> |
124 | - <text><![CDATA[Número / Ano do contrato:]]></text> | |
125 | - </staticText> | |
110 | + <textFieldExpression><![CDATA["Número / Ano do contrato:" + $P{contrato}]]></textFieldExpression> | |
111 | + </textField> | |
126 | 112 | <staticText> |
127 | 113 | <reportElement mode="Opaque" x="134" y="98" width="234" height="20" backcolor="#CCCCCC" uuid="61ae4db4-49cf-4a88-aa67-b1df85575d1a"/> |
128 | 114 | <box leftPadding="5"> | ... | ... |