Commit 29584cfa25f716e4e01797aa7994755e375300a4
1 parent
6e73662b
Exists in
master
redmine #2359 Correcao da mascara do campo 'data garantia'.
Showing
1 changed file
with
149 additions
and
78 deletions
Show diff stats
citgrp-patrimonio-web/src/main/resources/reports/BemPatrimonialAnaliticoUAeEndereco.jrxml
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | -<!-- Created with Jaspersoft Studio version 6.2.1.final using JasperReports Library version 6.2.1 --> | |
3 | -<!-- 2016-05-12T15:13:42 --> | |
2 | +<!-- Created with Jaspersoft Studio version 6.2.2.final using JasperReports Library version 6.2.2 --> | |
3 | +<!-- 2016-05-12T15:33:42 --> | |
4 | 4 | <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="BemPatrimonialAnaliticoUAeEndereco" language="groovy" pageWidth="555" pageHeight="802" whenNoDataType="NoDataSection" columnWidth="555" leftMargin="0" rightMargin="0" topMargin="0" bottomMargin="0" uuid="9fdf75fd-580c-4f39-b59f-a80b7105f175"> |
5 | 5 | <property name="ireport.zoom" value="1.8150000000000004"/> |
6 | 6 | <property name="ireport.x" value="0"/> |
... | ... | @@ -124,18 +124,23 @@ WHERE $X{IN,bp.id,IDS_BEM_PATRIMONIAL}]]> |
124 | 124 | <group name="ORGAO" isStartNewColumn="true"> |
125 | 125 | <groupExpression><![CDATA[$F{idorgao}]]></groupExpression> |
126 | 126 | <groupHeader> |
127 | - <band height="20" splitType="Prevent"> | |
127 | + <band height="17" splitType="Prevent"> | |
128 | + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> | |
128 | 129 | <textField> |
129 | - <reportElement x="0" y="0" width="555" height="20" uuid="ca290805-90a4-480f-a2ff-0e93109e2240"/> | |
130 | - <textElement verticalAlignment="Middle" markup="styled"/> | |
130 | + <reportElement x="0" y="0" width="555" height="17" uuid="ca290805-90a4-480f-a2ff-0e93109e2240"> | |
131 | + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> | |
132 | + </reportElement> | |
133 | + <textElement verticalAlignment="Middle" markup="styled"> | |
134 | + <font size="8"/> | |
135 | + </textElement> | |
131 | 136 | <textFieldExpression><![CDATA["<b>Órgão: </b>" + $F{orgao}]]></textFieldExpression> |
132 | 137 | </textField> |
133 | 138 | </band> |
134 | 139 | </groupHeader> |
135 | 140 | <groupFooter> |
136 | - <band height="20"> | |
137 | - <textField pattern="#,##0.00"> | |
138 | - <reportElement mode="Transparent" x="482" y="0" width="71" height="20" backcolor="#CCCCCC" uuid="92d29dbc-10f4-4399-93e9-9c2df007cba6"/> | |
141 | + <band height="15"> | |
142 | + <textField pattern="¤ #,##0.00"> | |
143 | + <reportElement mode="Transparent" x="482" y="0" width="71" height="15" backcolor="#CCCCCC" uuid="92d29dbc-10f4-4399-93e9-9c2df007cba6"/> | |
139 | 144 | <box> |
140 | 145 | <topPen lineWidth="0.5"/> |
141 | 146 | <leftPen lineWidth="0.5"/> |
... | ... | @@ -143,12 +148,13 @@ WHERE $X{IN,bp.id,IDS_BEM_PATRIMONIAL}]]> |
143 | 148 | <rightPen lineWidth="0.5"/> |
144 | 149 | </box> |
145 | 150 | <textElement textAlignment="Right" verticalAlignment="Middle"> |
151 | + <font size="6"/> | |
146 | 152 | <paragraph rightIndent="3"/> |
147 | 153 | </textElement> |
148 | 154 | <textFieldExpression><![CDATA[$V{TOTAL_GERAL_AQUISICAO}]]></textFieldExpression> |
149 | 155 | </textField> |
150 | 156 | <textField> |
151 | - <reportElement mode="Transparent" x="0" y="0" width="482" height="20" forecolor="#000000" backcolor="#CCCCCC" uuid="30c20b02-b6b6-40bd-a470-42e29f8f32ab"/> | |
157 | + <reportElement mode="Transparent" x="0" y="0" width="482" height="15" forecolor="#000000" backcolor="#CCCCCC" uuid="30c20b02-b6b6-40bd-a470-42e29f8f32ab"/> | |
152 | 158 | <box> |
153 | 159 | <topPen lineWidth="0.5"/> |
154 | 160 | <leftPen lineWidth="0.5"/> |
... | ... | @@ -156,7 +162,7 @@ WHERE $X{IN,bp.id,IDS_BEM_PATRIMONIAL}]]> |
156 | 162 | <rightPen lineWidth="0.5"/> |
157 | 163 | </box> |
158 | 164 | <textElement textAlignment="Right" verticalAlignment="Middle"> |
159 | - <font isBold="true"/> | |
165 | + <font size="7" isBold="true"/> | |
160 | 166 | <paragraph rightIndent="3"/> |
161 | 167 | </textElement> |
162 | 168 | <textFieldExpression><![CDATA["Total por Órgão:"]]></textFieldExpression> |
... | ... | @@ -167,18 +173,23 @@ WHERE $X{IN,bp.id,IDS_BEM_PATRIMONIAL}]]> |
167 | 173 | <group name="UG"> |
168 | 174 | <groupExpression><![CDATA[$F{idgestora}]]></groupExpression> |
169 | 175 | <groupHeader> |
170 | - <band height="20"> | |
176 | + <band height="17"> | |
177 | + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> | |
171 | 178 | <textField> |
172 | - <reportElement x="0" y="0" width="555" height="20" uuid="9bc1859c-4340-4a65-b5ea-01e82822af03"/> | |
173 | - <textElement verticalAlignment="Middle" markup="styled"/> | |
179 | + <reportElement x="0" y="0" width="555" height="17" uuid="9bc1859c-4340-4a65-b5ea-01e82822af03"> | |
180 | + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> | |
181 | + </reportElement> | |
182 | + <textElement verticalAlignment="Middle" markup="styled"> | |
183 | + <font size="8"/> | |
184 | + </textElement> | |
174 | 185 | <textFieldExpression><![CDATA["<b>U.G.: </b>" + $F{gestora}]]></textFieldExpression> |
175 | 186 | </textField> |
176 | 187 | </band> |
177 | 188 | </groupHeader> |
178 | 189 | <groupFooter> |
179 | - <band height="20"> | |
180 | - <textField pattern="#,##0.00"> | |
181 | - <reportElement mode="Transparent" x="482" y="0" width="71" height="20" backcolor="#CCCCCC" uuid="7bbf63ea-7676-4ea2-bbd3-6fdb04a569fa"/> | |
190 | + <band height="15"> | |
191 | + <textField pattern="¤ #,##0.00"> | |
192 | + <reportElement mode="Transparent" x="482" y="0" width="71" height="15" backcolor="#CCCCCC" uuid="7bbf63ea-7676-4ea2-bbd3-6fdb04a569fa"/> | |
182 | 193 | <box> |
183 | 194 | <topPen lineWidth="0.5"/> |
184 | 195 | <leftPen lineWidth="0.5"/> |
... | ... | @@ -186,12 +197,13 @@ WHERE $X{IN,bp.id,IDS_BEM_PATRIMONIAL}]]> |
186 | 197 | <rightPen lineWidth="0.5"/> |
187 | 198 | </box> |
188 | 199 | <textElement textAlignment="Right" verticalAlignment="Middle"> |
200 | + <font size="6"/> | |
189 | 201 | <paragraph rightIndent="3"/> |
190 | 202 | </textElement> |
191 | 203 | <textFieldExpression><![CDATA[$V{TOTAL_GERAL_AQUISICAO}]]></textFieldExpression> |
192 | 204 | </textField> |
193 | 205 | <textField> |
194 | - <reportElement mode="Transparent" x="0" y="0" width="482" height="20" forecolor="#000000" backcolor="#CCCCCC" uuid="022773ce-c9dc-4fb6-83fb-109fcb6c7f79"/> | |
206 | + <reportElement mode="Transparent" x="0" y="0" width="482" height="15" forecolor="#000000" backcolor="#CCCCCC" uuid="022773ce-c9dc-4fb6-83fb-109fcb6c7f79"/> | |
195 | 207 | <box> |
196 | 208 | <topPen lineWidth="0.5"/> |
197 | 209 | <leftPen lineWidth="0.5"/> |
... | ... | @@ -199,7 +211,7 @@ WHERE $X{IN,bp.id,IDS_BEM_PATRIMONIAL}]]> |
199 | 211 | <rightPen lineWidth="0.5"/> |
200 | 212 | </box> |
201 | 213 | <textElement textAlignment="Right" verticalAlignment="Middle"> |
202 | - <font isBold="true"/> | |
214 | + <font size="7" isBold="true"/> | |
203 | 215 | <paragraph rightIndent="3"/> |
204 | 216 | </textElement> |
205 | 217 | <textFieldExpression><![CDATA["Total por U.G.:"]]></textFieldExpression> |
... | ... | @@ -210,23 +222,33 @@ WHERE $X{IN,bp.id,IDS_BEM_PATRIMONIAL}]]> |
210 | 222 | <group name="UA"> |
211 | 223 | <groupExpression><![CDATA[$F{estruturaadministrativaid}]]></groupExpression> |
212 | 224 | <groupHeader> |
213 | - <band height="39"> | |
225 | + <band height="34"> | |
226 | + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> | |
214 | 227 | <textField> |
215 | - <reportElement x="0" y="19" width="555" height="20" uuid="358a412c-642c-4489-9669-d3b9889a59e0"/> | |
216 | - <textElement verticalAlignment="Middle" markup="styled"/> | |
228 | + <reportElement x="0" y="17" width="555" height="17" uuid="358a412c-642c-4489-9669-d3b9889a59e0"> | |
229 | + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> | |
230 | + </reportElement> | |
231 | + <textElement verticalAlignment="Middle" markup="styled"> | |
232 | + <font size="8"/> | |
233 | + </textElement> | |
217 | 234 | <textFieldExpression><![CDATA["<b>Responsável U.A: </b>" + ( $F{responsavelua} != null ? $F{responsavelua} : "" )]]></textFieldExpression> |
218 | 235 | </textField> |
219 | 236 | <textField> |
220 | - <reportElement x="0" y="0" width="555" height="20" uuid="4fe698b9-7956-4bc7-81a9-5102582d037e"/> | |
221 | - <textElement verticalAlignment="Middle" markup="styled"/> | |
237 | + <reportElement x="0" y="0" width="555" height="17" uuid="4fe698b9-7956-4bc7-81a9-5102582d037e"> | |
238 | + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> | |
239 | + </reportElement> | |
240 | + <textElement verticalAlignment="Middle" markup="styled"> | |
241 | + <font size="8"/> | |
242 | + </textElement> | |
222 | 243 | <textFieldExpression><![CDATA["<b>Unidade Administrativa: </b>" + $F{estruturaadministrativa}]]></textFieldExpression> |
223 | 244 | </textField> |
224 | 245 | </band> |
225 | 246 | </groupHeader> |
226 | 247 | <groupFooter> |
227 | - <band height="20"> | |
228 | - <textField pattern="#,##0.00"> | |
229 | - <reportElement x="482" y="0" width="71" height="20" uuid="70897358-9542-440f-a085-23a5f063be61"/> | |
248 | + <band height="15"> | |
249 | + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> | |
250 | + <textField pattern="¤ #,##0.00"> | |
251 | + <reportElement x="482" y="0" width="71" height="15" uuid="70897358-9542-440f-a085-23a5f063be61"/> | |
230 | 252 | <box> |
231 | 253 | <topPen lineWidth="0.5"/> |
232 | 254 | <leftPen lineWidth="0.5"/> |
... | ... | @@ -234,12 +256,13 @@ WHERE $X{IN,bp.id,IDS_BEM_PATRIMONIAL}]]> |
234 | 256 | <rightPen lineWidth="0.5"/> |
235 | 257 | </box> |
236 | 258 | <textElement textAlignment="Right" verticalAlignment="Middle"> |
259 | + <font size="6"/> | |
237 | 260 | <paragraph rightIndent="3"/> |
238 | 261 | </textElement> |
239 | 262 | <textFieldExpression><![CDATA[$V{TOTAL_AQUISICAO_UA}]]></textFieldExpression> |
240 | 263 | </textField> |
241 | 264 | <textField> |
242 | - <reportElement mode="Transparent" x="0" y="0" width="482" height="20" backcolor="#CCCCCC" uuid="b34c3d88-44de-437d-a6bc-5126bae0a563"/> | |
265 | + <reportElement mode="Transparent" x="0" y="0" width="482" height="15" backcolor="#CCCCCC" uuid="b34c3d88-44de-437d-a6bc-5126bae0a563"/> | |
243 | 266 | <box> |
244 | 267 | <topPen lineWidth="0.5"/> |
245 | 268 | <leftPen lineWidth="0.5"/> |
... | ... | @@ -247,7 +270,7 @@ WHERE $X{IN,bp.id,IDS_BEM_PATRIMONIAL}]]> |
247 | 270 | <rightPen lineWidth="0.5"/> |
248 | 271 | </box> |
249 | 272 | <textElement textAlignment="Right" verticalAlignment="Middle"> |
250 | - <font isBold="true"/> | |
273 | + <font size="7" isBold="true"/> | |
251 | 274 | <paragraph rightIndent="3"/> |
252 | 275 | </textElement> |
253 | 276 | <textFieldExpression><![CDATA["Total por U.A.:"]]></textFieldExpression> |
... | ... | @@ -258,106 +281,132 @@ WHERE $X{IN,bp.id,IDS_BEM_PATRIMONIAL}]]> |
258 | 281 | <group name="UL"> |
259 | 282 | <groupExpression><![CDATA[$F{estruturalocalizadoraid}]]></groupExpression> |
260 | 283 | <groupHeader> |
261 | - <band height="62"> | |
284 | + <band height="52"> | |
285 | + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> | |
262 | 286 | <staticText> |
263 | - <reportElement x="31" y="32" width="57" height="30" uuid="297476d7-a6a3-4ca7-b498-b668fdfc1807"/> | |
287 | + <reportElement x="31" y="32" width="57" height="20" uuid="297476d7-a6a3-4ca7-b498-b668fdfc1807"/> | |
264 | 288 | <box> |
265 | 289 | <topPen lineWidth="0.5"/> |
266 | 290 | <leftPen lineWidth="0.5"/> |
267 | 291 | <bottomPen lineWidth="0.5"/> |
268 | 292 | <rightPen lineWidth="0.5"/> |
269 | 293 | </box> |
270 | - <textElement textAlignment="Center" verticalAlignment="Middle"/> | |
294 | + <textElement textAlignment="Center" verticalAlignment="Middle"> | |
295 | + <font size="7" isBold="true"/> | |
296 | + </textElement> | |
271 | 297 | <text><![CDATA[Patrimônio]]></text> |
272 | 298 | </staticText> |
273 | 299 | <staticText> |
274 | - <reportElement x="88" y="32" width="125" height="30" uuid="7f75ae5e-1e4b-478a-83b2-45693bf9253a"/> | |
300 | + <reportElement x="88" y="32" width="125" height="20" uuid="7f75ae5e-1e4b-478a-83b2-45693bf9253a"/> | |
275 | 301 | <box> |
276 | 302 | <topPen lineWidth="0.5"/> |
277 | 303 | <leftPen lineWidth="0.5"/> |
278 | 304 | <bottomPen lineWidth="0.5"/> |
279 | 305 | <rightPen lineWidth="0.5"/> |
280 | 306 | </box> |
281 | - <textElement textAlignment="Center" verticalAlignment="Middle"/> | |
307 | + <textElement textAlignment="Center" verticalAlignment="Middle"> | |
308 | + <font size="7" isBold="true"/> | |
309 | + </textElement> | |
282 | 310 | <text><![CDATA[Descrição]]></text> |
283 | 311 | </staticText> |
284 | 312 | <staticText> |
285 | - <reportElement x="411" y="32" width="71" height="30" uuid="08955c0b-402a-4912-8154-765e9d62b149"/> | |
313 | + <reportElement x="411" y="32" width="71" height="20" uuid="08955c0b-402a-4912-8154-765e9d62b149"/> | |
286 | 314 | <box> |
287 | 315 | <topPen lineWidth="0.5"/> |
288 | 316 | <leftPen lineWidth="0.5"/> |
289 | 317 | <bottomPen lineWidth="0.5"/> |
290 | 318 | <rightPen lineWidth="0.5"/> |
291 | 319 | </box> |
292 | - <textElement textAlignment="Center" verticalAlignment="Middle"/> | |
320 | + <textElement textAlignment="Center" verticalAlignment="Middle"> | |
321 | + <font size="7" isBold="true"/> | |
322 | + </textElement> | |
293 | 323 | <text><![CDATA[Data Aquisição]]></text> |
294 | 324 | </staticText> |
295 | 325 | <staticText> |
296 | - <reportElement style="table" x="213" y="32" width="70" height="30" uuid="4d0449aa-a6a8-4f4b-90c4-d405271c1a9c"/> | |
326 | + <reportElement style="table" x="213" y="32" width="70" height="20" uuid="4d0449aa-a6a8-4f4b-90c4-d405271c1a9c"/> | |
297 | 327 | <box> |
298 | 328 | <topPen lineWidth="0.5"/> |
299 | 329 | <leftPen lineWidth="0.5"/> |
300 | 330 | <bottomPen lineWidth="0.5"/> |
301 | 331 | <rightPen lineWidth="0.5"/> |
302 | 332 | </box> |
303 | - <textElement textAlignment="Center" verticalAlignment="Middle"/> | |
333 | + <textElement textAlignment="Center" verticalAlignment="Middle"> | |
334 | + <font size="7" isBold="true"/> | |
335 | + </textElement> | |
304 | 336 | <text><![CDATA[Stiuação Física]]></text> |
305 | 337 | </staticText> |
306 | 338 | <staticText> |
307 | - <reportElement x="342" y="32" width="69" height="30" uuid="7785375d-eeed-40ed-81b2-702172084d2a"/> | |
339 | + <reportElement x="342" y="32" width="69" height="20" uuid="7785375d-eeed-40ed-81b2-702172084d2a"/> | |
308 | 340 | <box> |
309 | 341 | <topPen lineWidth="0.5"/> |
310 | 342 | <leftPen lineWidth="0.5"/> |
311 | 343 | <bottomPen lineWidth="0.5"/> |
312 | 344 | <rightPen lineWidth="0.5"/> |
313 | 345 | </box> |
314 | - <textElement textAlignment="Center" verticalAlignment="Middle"/> | |
346 | + <textElement textAlignment="Center" verticalAlignment="Middle"> | |
347 | + <font size="7" isBold="true"/> | |
348 | + </textElement> | |
315 | 349 | <text><![CDATA[Conta]]></text> |
316 | 350 | </staticText> |
317 | 351 | <staticText> |
318 | - <reportElement x="482" y="32" width="71" height="30" uuid="1062e607-d314-484d-8184-6dd0f77148f8"/> | |
352 | + <reportElement x="482" y="32" width="71" height="20" uuid="1062e607-d314-484d-8184-6dd0f77148f8"/> | |
319 | 353 | <box> |
320 | 354 | <topPen lineWidth="0.5"/> |
321 | 355 | <leftPen lineWidth="0.5"/> |
322 | 356 | <bottomPen lineWidth="0.5"/> |
323 | 357 | <rightPen lineWidth="0.5"/> |
324 | 358 | </box> |
325 | - <textElement textAlignment="Center" verticalAlignment="Middle"/> | |
359 | + <textElement textAlignment="Center" verticalAlignment="Middle"> | |
360 | + <font size="7" isBold="true"/> | |
361 | + </textElement> | |
326 | 362 | <text><![CDATA[Valor de Aquisição]]></text> |
327 | 363 | </staticText> |
328 | 364 | <staticText> |
329 | - <reportElement x="0" y="32" width="31" height="30" uuid="f3d3dd71-ca88-4b43-ba13-e14a3227f6a2"/> | |
365 | + <reportElement x="0" y="32" width="31" height="20" uuid="f3d3dd71-ca88-4b43-ba13-e14a3227f6a2"> | |
366 | + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> | |
367 | + </reportElement> | |
330 | 368 | <box> |
331 | 369 | <topPen lineWidth="0.5"/> |
332 | 370 | <leftPen lineWidth="0.5"/> |
333 | 371 | <bottomPen lineWidth="0.5"/> |
334 | 372 | <rightPen lineWidth="0.5"/> |
335 | 373 | </box> |
336 | - <textElement textAlignment="Center" verticalAlignment="Middle"/> | |
374 | + <textElement textAlignment="Center" verticalAlignment="Middle"> | |
375 | + <font size="7" isBold="true"/> | |
376 | + </textElement> | |
337 | 377 | <text><![CDATA[Item]]></text> |
338 | 378 | </staticText> |
339 | 379 | <textField> |
340 | - <reportElement x="0" y="10" width="555" height="20" uuid="d3137e58-c2c1-4263-a7bb-1065cf42550b"/> | |
341 | - <textElement verticalAlignment="Middle" markup="styled"/> | |
380 | + <reportElement x="0" y="10" width="555" height="17" uuid="d3137e58-c2c1-4263-a7bb-1065cf42550b"> | |
381 | + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> | |
382 | + </reportElement> | |
383 | + <textElement verticalAlignment="Middle" markup="styled"> | |
384 | + <font size="8"/> | |
385 | + </textElement> | |
342 | 386 | <textFieldExpression><![CDATA["<b>Endereço: </b>" + $F{endereco}]]></textFieldExpression> |
343 | 387 | </textField> |
344 | 388 | <staticText> |
345 | - <reportElement x="283" y="32" width="59" height="30" uuid="91805779-9ffa-45d7-abd8-7ad17084c305"/> | |
389 | + <reportElement x="283" y="32" width="59" height="20" uuid="91805779-9ffa-45d7-abd8-7ad17084c305"/> | |
346 | 390 | <box> |
347 | 391 | <topPen lineWidth="0.5"/> |
348 | 392 | <leftPen lineWidth="0.5"/> |
349 | 393 | <bottomPen lineWidth="0.5"/> |
350 | 394 | <rightPen lineWidth="0.5"/> |
351 | 395 | </box> |
352 | - <textElement textAlignment="Center" verticalAlignment="Middle"/> | |
396 | + <textElement textAlignment="Center" verticalAlignment="Middle"> | |
397 | + <font size="7" isBold="true"/> | |
398 | + </textElement> | |
353 | 399 | <text><![CDATA[Garantia]]></text> |
354 | 400 | </staticText> |
355 | 401 | </band> |
356 | 402 | </groupHeader> |
357 | 403 | <groupFooter> |
358 | - <band height="20"> | |
404 | + <band height="15"> | |
405 | + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> | |
359 | 406 | <textField> |
360 | - <reportElement mode="Transparent" x="0" y="0" width="482" height="20" backcolor="#CCCCCC" uuid="f2ea7bcc-11dc-4d86-b892-5452fa6de216"/> | |
407 | + <reportElement mode="Transparent" x="0" y="0" width="482" height="15" backcolor="#CCCCCC" uuid="f2ea7bcc-11dc-4d86-b892-5452fa6de216"> | |
408 | + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> | |
409 | + </reportElement> | |
361 | 410 | <box> |
362 | 411 | <topPen lineWidth="0.5"/> |
363 | 412 | <leftPen lineWidth="0.5"/> |
... | ... | @@ -365,13 +414,15 @@ WHERE $X{IN,bp.id,IDS_BEM_PATRIMONIAL}]]> |
365 | 414 | <rightPen lineWidth="0.5"/> |
366 | 415 | </box> |
367 | 416 | <textElement textAlignment="Right" verticalAlignment="Middle"> |
368 | - <font isBold="true"/> | |
417 | + <font size="7" isBold="true"/> | |
369 | 418 | <paragraph rightIndent="3"/> |
370 | 419 | </textElement> |
371 | 420 | <textFieldExpression><![CDATA["Total por Endereço:"]]></textFieldExpression> |
372 | 421 | </textField> |
373 | - <textField pattern="#,##0.00"> | |
374 | - <reportElement x="482" y="0" width="71" height="20" uuid="47f022b0-eed0-40ca-bd4c-d67b4c250573"/> | |
422 | + <textField pattern="¤ #,##0.00"> | |
423 | + <reportElement x="482" y="0" width="71" height="15" uuid="47f022b0-eed0-40ca-bd4c-d67b4c250573"> | |
424 | + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> | |
425 | + </reportElement> | |
375 | 426 | <box> |
376 | 427 | <topPen lineWidth="0.5"/> |
377 | 428 | <leftPen lineWidth="0.5"/> |
... | ... | @@ -379,6 +430,7 @@ WHERE $X{IN,bp.id,IDS_BEM_PATRIMONIAL}]]> |
379 | 430 | <rightPen lineWidth="0.5"/> |
380 | 431 | </box> |
381 | 432 | <textElement textAlignment="Right" verticalAlignment="Middle"> |
433 | + <font size="6"/> | |
382 | 434 | <paragraph rightIndent="3"/> |
383 | 435 | </textElement> |
384 | 436 | <textFieldExpression><![CDATA[$V{TOTAL_AQUISICAO_UL}]]></textFieldExpression> |
... | ... | @@ -390,45 +442,50 @@ WHERE $X{IN,bp.id,IDS_BEM_PATRIMONIAL}]]> |
390 | 442 | <band splitType="Stretch"/> |
391 | 443 | </background> |
392 | 444 | <detail> |
393 | - <band height="20" splitType="Prevent"> | |
445 | + <band height="15" splitType="Prevent"> | |
446 | + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> | |
394 | 447 | <textField isStretchWithOverflow="true" isBlankWhenNull="true"> |
395 | - <reportElement stretchType="RelativeToTallestObject" x="31" y="0" width="57" height="20" uuid="7e0f9476-2de2-43b0-b73f-0bda736252ae"/> | |
448 | + <reportElement stretchType="RelativeToTallestObject" x="31" y="0" width="57" height="15" uuid="7e0f9476-2de2-43b0-b73f-0bda736252ae"/> | |
396 | 449 | <box> |
397 | 450 | <topPen lineWidth="0.5"/> |
398 | 451 | <leftPen lineWidth="0.5"/> |
399 | 452 | <bottomPen lineWidth="0.5"/> |
400 | 453 | <rightPen lineWidth="0.5"/> |
401 | 454 | </box> |
402 | - <textElement textAlignment="Center" verticalAlignment="Middle"/> | |
455 | + <textElement textAlignment="Center" verticalAlignment="Middle"> | |
456 | + <font size="6"/> | |
457 | + </textElement> | |
403 | 458 | <textFieldExpression><![CDATA[$F{numeropatrimonial}]]></textFieldExpression> |
404 | 459 | </textField> |
405 | 460 | <textField isStretchWithOverflow="true" isBlankWhenNull="true"> |
406 | - <reportElement stretchType="RelativeToTallestObject" x="88" y="0" width="125" height="20" uuid="60b42d10-a6c2-448b-89d5-22cde01bc01d"/> | |
407 | - <box> | |
461 | + <reportElement stretchType="RelativeToTallestObject" x="88" y="0" width="125" height="15" uuid="60b42d10-a6c2-448b-89d5-22cde01bc01d"/> | |
462 | + <box topPadding="3" leftPadding="3" bottomPadding="3" rightPadding="3"> | |
408 | 463 | <topPen lineWidth="0.5"/> |
409 | 464 | <leftPen lineWidth="0.5"/> |
410 | 465 | <bottomPen lineWidth="0.5"/> |
411 | 466 | <rightPen lineWidth="0.5"/> |
412 | 467 | </box> |
413 | - <textElement verticalAlignment="Middle"> | |
414 | - <font size="9"/> | |
468 | + <textElement verticalAlignment="Top"> | |
469 | + <font size="6"/> | |
415 | 470 | <paragraph leftIndent="2" rightIndent="2"/> |
416 | 471 | </textElement> |
417 | 472 | <textFieldExpression><![CDATA[$F{materialdescricao} + " - " + $F{caracteristicamaterial}]]></textFieldExpression> |
418 | 473 | </textField> |
419 | 474 | <textField isStretchWithOverflow="true" pattern="dd/MM/yyyy" isBlankWhenNull="true"> |
420 | - <reportElement stretchType="RelativeToTallestObject" x="411" y="0" width="71" height="20" uuid="58f8d58e-eed6-4070-b28d-160a36fe99dc"/> | |
475 | + <reportElement stretchType="RelativeToTallestObject" x="411" y="0" width="71" height="15" uuid="58f8d58e-eed6-4070-b28d-160a36fe99dc"/> | |
421 | 476 | <box> |
422 | 477 | <topPen lineWidth="0.5"/> |
423 | 478 | <leftPen lineWidth="0.5"/> |
424 | 479 | <bottomPen lineWidth="0.5"/> |
425 | 480 | <rightPen lineWidth="0.5"/> |
426 | 481 | </box> |
427 | - <textElement textAlignment="Center" verticalAlignment="Middle"/> | |
482 | + <textElement textAlignment="Center" verticalAlignment="Middle"> | |
483 | + <font size="6"/> | |
484 | + </textElement> | |
428 | 485 | <textFieldExpression><![CDATA[$F{dataaquisicao}]]></textFieldExpression> |
429 | 486 | </textField> |
430 | 487 | <textField isStretchWithOverflow="true" isBlankWhenNull="true"> |
431 | - <reportElement stretchType="RelativeToTallestObject" x="213" y="0" width="70" height="20" uuid="04dd801f-38ab-4df9-a9a8-fa4e34cdc0d8"/> | |
488 | + <reportElement stretchType="RelativeToTallestObject" x="213" y="0" width="70" height="15" uuid="04dd801f-38ab-4df9-a9a8-fa4e34cdc0d8"/> | |
432 | 489 | <box> |
433 | 490 | <topPen lineWidth="0.5"/> |
434 | 491 | <leftPen lineWidth="0.5"/> |
... | ... | @@ -436,12 +493,15 @@ WHERE $X{IN,bp.id,IDS_BEM_PATRIMONIAL}]]> |
436 | 493 | <rightPen lineWidth="0.5"/> |
437 | 494 | </box> |
438 | 495 | <textElement textAlignment="Left" verticalAlignment="Middle"> |
496 | + <font size="6"/> | |
439 | 497 | <paragraph leftIndent="2"/> |
440 | 498 | </textElement> |
441 | 499 | <textFieldExpression><![CDATA[$F{situacaofisica}]]></textFieldExpression> |
442 | 500 | </textField> |
443 | - <textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true"> | |
444 | - <reportElement stretchType="RelativeToTallestObject" x="482" y="0" width="71" height="20" uuid="30d1a2ec-a168-4e6b-b982-635e8aec1017"/> | |
501 | + <textField isStretchWithOverflow="true" pattern="¤ #,##0.00" isBlankWhenNull="true"> | |
502 | + <reportElement stretchType="RelativeToTallestObject" x="482" y="0" width="71" height="15" uuid="30d1a2ec-a168-4e6b-b982-635e8aec1017"> | |
503 | + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> | |
504 | + </reportElement> | |
445 | 505 | <box> |
446 | 506 | <topPen lineWidth="0.5"/> |
447 | 507 | <leftPen lineWidth="0.5"/> |
... | ... | @@ -449,23 +509,26 @@ WHERE $X{IN,bp.id,IDS_BEM_PATRIMONIAL}]]> |
449 | 509 | <rightPen lineWidth="0.5"/> |
450 | 510 | </box> |
451 | 511 | <textElement textAlignment="Right" verticalAlignment="Middle"> |
512 | + <font size="6"/> | |
452 | 513 | <paragraph rightIndent="3"/> |
453 | 514 | </textElement> |
454 | 515 | <textFieldExpression><![CDATA[$F{valoraquisicao}]]></textFieldExpression> |
455 | 516 | </textField> |
456 | 517 | <textField isStretchWithOverflow="true" isBlankWhenNull="true"> |
457 | - <reportElement stretchType="RelativeToTallestObject" x="0" y="0" width="31" height="20" uuid="dfa8c602-17b9-4091-b6c1-6c6235f6706b"/> | |
518 | + <reportElement stretchType="RelativeToTallestObject" x="0" y="0" width="31" height="15" uuid="dfa8c602-17b9-4091-b6c1-6c6235f6706b"/> | |
458 | 519 | <box> |
459 | 520 | <topPen lineWidth="0.5"/> |
460 | 521 | <leftPen lineWidth="0.5"/> |
461 | 522 | <bottomPen lineWidth="0.5"/> |
462 | 523 | <rightPen lineWidth="0.5"/> |
463 | 524 | </box> |
464 | - <textElement textAlignment="Center" verticalAlignment="Middle"/> | |
525 | + <textElement textAlignment="Center" verticalAlignment="Middle"> | |
526 | + <font size="6"/> | |
527 | + </textElement> | |
465 | 528 | <textFieldExpression><![CDATA[$V{UL_COUNT}]]></textFieldExpression> |
466 | 529 | </textField> |
467 | 530 | <textField isStretchWithOverflow="true" isBlankWhenNull="true"> |
468 | - <reportElement stretchType="RelativeToTallestObject" x="342" y="0" width="69" height="20" uuid="1f37cabe-8329-43c1-ad1b-326a56f07eb5"/> | |
531 | + <reportElement stretchType="RelativeToTallestObject" x="342" y="0" width="69" height="15" uuid="1f37cabe-8329-43c1-ad1b-326a56f07eb5"/> | |
469 | 532 | <box> |
470 | 533 | <topPen lineWidth="0.5"/> |
471 | 534 | <leftPen lineWidth="0.5"/> |
... | ... | @@ -473,12 +536,13 @@ WHERE $X{IN,bp.id,IDS_BEM_PATRIMONIAL}]]> |
473 | 536 | <rightPen lineWidth="0.5"/> |
474 | 537 | </box> |
475 | 538 | <textElement textAlignment="Center" verticalAlignment="Middle"> |
539 | + <font size="6"/> | |
476 | 540 | <paragraph leftIndent="2"/> |
477 | 541 | </textElement> |
478 | 542 | <textFieldExpression><![CDATA[$F{contacontabil}]]></textFieldExpression> |
479 | 543 | </textField> |
480 | 544 | <textField isStretchWithOverflow="true" pattern="dd/MM/yyyy" isBlankWhenNull="true"> |
481 | - <reportElement stretchType="RelativeToTallestObject" x="283" y="0" width="59" height="20" uuid="1235bb7c-b8b2-44a8-92b0-156d7bca75f9"> | |
545 | + <reportElement stretchType="RelativeToTallestObject" x="283" y="0" width="59" height="15" uuid="1235bb7c-b8b2-44a8-92b0-156d7bca75f9"> | |
482 | 546 | <printWhenExpression><![CDATA[$F{dataInicialGarantia} != null && $F{dataFinalGarantia} != null]]></printWhenExpression> |
483 | 547 | </reportElement> |
484 | 548 | <box> |
... | ... | @@ -487,15 +551,18 @@ WHERE $X{IN,bp.id,IDS_BEM_PATRIMONIAL}]]> |
487 | 551 | <bottomPen lineWidth="0.5"/> |
488 | 552 | <rightPen lineWidth="0.5"/> |
489 | 553 | </box> |
490 | - <textElement textAlignment="Center" verticalAlignment="Middle"/> | |
491 | - <textFieldExpression><![CDATA[new SimpleDateFormat("dd-MM-yyyy").format($F{dataInicialGarantia})+"\nà\n"+new SimpleDateFormat("dd-MM-yyyy").format($F{dataFinalGarantia})]]></textFieldExpression> | |
554 | + <textElement textAlignment="Center" verticalAlignment="Middle"> | |
555 | + <font size="6"/> | |
556 | + </textElement> | |
557 | + <textFieldExpression><![CDATA[new SimpleDateFormat("dd/MM/yyyy").format($F{dataInicialGarantia})+"\nà\n"+new SimpleDateFormat("dd/MM/yyyy").format($F{dataFinalGarantia})]]></textFieldExpression> | |
492 | 558 | </textField> |
493 | 559 | </band> |
494 | 560 | </detail> |
495 | 561 | <summary> |
496 | - <band height="20"> | |
562 | + <band height="15"> | |
563 | + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> | |
497 | 564 | <textField> |
498 | - <reportElement mode="Transparent" x="0" y="0" width="482" height="20" forecolor="#000000" backcolor="#CCCCCC" uuid="d6104a9e-2160-4570-bf52-41cd4c118a56"/> | |
565 | + <reportElement mode="Transparent" x="0" y="0" width="482" height="15" forecolor="#000000" backcolor="#CCCCCC" uuid="d6104a9e-2160-4570-bf52-41cd4c118a56"/> | |
499 | 566 | <box> |
500 | 567 | <topPen lineWidth="0.5"/> |
501 | 568 | <leftPen lineWidth="0.5"/> |
... | ... | @@ -503,13 +570,13 @@ WHERE $X{IN,bp.id,IDS_BEM_PATRIMONIAL}]]> |
503 | 570 | <rightPen lineWidth="0.5"/> |
504 | 571 | </box> |
505 | 572 | <textElement textAlignment="Right" verticalAlignment="Middle"> |
506 | - <font isBold="true"/> | |
573 | + <font size="7" isBold="true"/> | |
507 | 574 | <paragraph rightIndent="3"/> |
508 | 575 | </textElement> |
509 | 576 | <textFieldExpression><![CDATA["Total Geral:"]]></textFieldExpression> |
510 | 577 | </textField> |
511 | - <textField pattern="#,##0.00"> | |
512 | - <reportElement mode="Transparent" x="482" y="0" width="71" height="20" backcolor="#CCCCCC" uuid="478b456d-ba28-4b8e-89ae-6dffdfccab81"/> | |
578 | + <textField pattern="¤ #,##0.00"> | |
579 | + <reportElement mode="Transparent" x="482" y="0" width="71" height="15" backcolor="#CCCCCC" uuid="478b456d-ba28-4b8e-89ae-6dffdfccab81"/> | |
513 | 580 | <box> |
514 | 581 | <topPen lineWidth="0.5"/> |
515 | 582 | <leftPen lineWidth="0.5"/> |
... | ... | @@ -517,6 +584,7 @@ WHERE $X{IN,bp.id,IDS_BEM_PATRIMONIAL}]]> |
517 | 584 | <rightPen lineWidth="0.5"/> |
518 | 585 | </box> |
519 | 586 | <textElement textAlignment="Right" verticalAlignment="Middle"> |
587 | + <font size="6"/> | |
520 | 588 | <paragraph rightIndent="3"/> |
521 | 589 | </textElement> |
522 | 590 | <textFieldExpression><![CDATA[$V{TOTAL_GERAL_AQUISICAO}]]></textFieldExpression> |
... | ... | @@ -524,11 +592,14 @@ WHERE $X{IN,bp.id,IDS_BEM_PATRIMONIAL}]]> |
524 | 592 | </band> |
525 | 593 | </summary> |
526 | 594 | <noData> |
527 | - <band height="20"> | |
595 | + <band height="17"> | |
596 | + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> | |
528 | 597 | <staticText> |
529 | - <reportElement x="0" y="0" width="555" height="20" uuid="068d2c48-e1b4-4a65-aedc-14223738c988"/> | |
598 | + <reportElement x="0" y="0" width="555" height="17" uuid="068d2c48-e1b4-4a65-aedc-14223738c988"> | |
599 | + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> | |
600 | + </reportElement> | |
530 | 601 | <textElement textAlignment="Center" verticalAlignment="Middle"> |
531 | - <font isBold="true"/> | |
602 | + <font size="8" isBold="true"/> | |
532 | 603 | </textElement> |
533 | 604 | <text><![CDATA[Seção vazia]]></text> |
534 | 605 | </staticText> | ... | ... |