Commit 263117d3bc385d0f77cc9a857867f4f8396b10dd
1 parent
8740ea83
Exists in
master
Removendo linha dos campos liberacao pagamento.
Showing
1 changed file
with
3 additions
and
53 deletions
Show diff stats
cit-contratos-web/src/main/resources/reports/eventoRecebimentoObjeto.jrxml
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <!-- Created with Jaspersoft Studio version 6.2.0.final using JasperReports Library version 6.2.0 --> |
3 | -<!-- 2016-03-29T15:21:55 --> | |
3 | +<!-- 2016-04-01T16:42:08 --> | |
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="eventoRecebimentoObjeto" language="groovy" pageWidth="555" pageHeight="802" columnWidth="555" leftMargin="0" rightMargin="0" topMargin="0" bottomMargin="0" uuid="e04cf746-a11a-488e-9c73-7c7069a15371"> |
5 | 5 | <property name="com.jaspersoft.studio.data.sql.tables" value=""/> |
6 | 6 | <property name="com.jaspersoft.studio.data.defaultdataadapter" value="Postgres citgrpdb"/> |
... | ... | @@ -48,7 +48,6 @@ ro.datarecebimento as dataRecebimento, |
48 | 48 | (SELECT dominio.descricao FROM dominio WHERE dominio.id = ro.tipoavaliacaoprazo_id) AS tipoAvaliacaoPrazo, |
49 | 49 | (SELECT dominio.descricao FROM dominio WHERE dominio.id = ro.tipoavaliacaoadesao_id) AS tipoAvaliacaoAdesao, |
50 | 50 | ro.nomeObjeto as nomeObjeto, |
51 | -lp.numeroliberacao as numeroLiberacaoPagamento, | |
52 | 51 | ro.justificativa as justificativa, |
53 | 52 | pesGestor.nome AS gestor, |
54 | 53 | cGestor.matricula AS gestorMatricula, |
... | ... | @@ -62,7 +61,6 @@ INNER JOIN cnt_contrato as contrato on evento.contrato_id = contrato.id |
62 | 61 | INNER JOIN parceiro as parForn ON parForn.id = contrato.fornecedor_id |
63 | 62 | INNER JOIN pessoa as pesForn ON pesForn.id = parForn.pessoa_id |
64 | 63 | INNER JOIN pessoajuridica as pesJForn ON pesJForn.pessoa_id = pesForn.id |
65 | -LEFT JOIN cnt_ev_liberacao_pagamento as lp on ro.liberacaopagamento_id = lp.id | |
66 | 64 | |
67 | 65 | LEFT JOIN cnt_cn_envolvido as gestor ON (gestor.contrato_id = contrato.id AND gestor.papelenvolvidocontrato_id = (SELECT id FROM dominio WHERE chave = 'tipoPapelEnvolvidoContrato' AND codigo = 1)) |
68 | 66 | LEFT JOIN parceiro as parGestor ON parGestor.id = gestor.envolvido_id |
... | ... | @@ -94,7 +92,7 @@ where ro.id = $P{RECEBIMENTO_ID}]]> |
94 | 92 | <field name="fiscaltecnico" class="java.lang.String"/> |
95 | 93 | <field name="fiscaltecnicomatricula" class="java.lang.String"/> |
96 | 94 | <detail> |
97 | - <band height="253" splitType="Prevent"> | |
95 | + <band height="225" splitType="Prevent"> | |
98 | 96 | <property name="com.jaspersoft.studio.unit.height" value="pixel"/> |
99 | 97 | <frame> |
100 | 98 | <reportElement x="0" y="0" width="555" height="25" uuid="6fea2b68-165f-4513-9dd6-3eb6cdddf1c4"> |
... | ... | @@ -472,55 +470,7 @@ $F{cnpjcontratado}.substring(12, 14)]]></textFieldExpression> |
472 | 470 | </textField> |
473 | 471 | </frame> |
474 | 472 | <frame> |
475 | - <reportElement positionType="Float" x="0" y="200" width="555" height="25" uuid="2a9db756-589c-4115-b80b-73dadf9acabe"> | |
476 | - <property name="com.jaspersoft.studio.unit.x" value="pixel"/> | |
477 | - <property name="com.jaspersoft.studio.unit.y" value="pixel"/> | |
478 | - <property name="com.jaspersoft.studio.unit.width" value="pixel"/> | |
479 | - <property name="com.jaspersoft.studio.unit.height" value="pixel"/> | |
480 | - </reportElement> | |
481 | - <box> | |
482 | - <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
483 | - <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
484 | - <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
485 | - <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
486 | - </box> | |
487 | - <staticText> | |
488 | - <reportElement positionType="Float" mode="Opaque" x="0" y="0" width="220" height="25" isPrintWhenDetailOverflows="true" backcolor="#CCCCCC" uuid="84b8fbc3-e99a-43e8-854a-087887c5b9fd"> | |
489 | - <property name="com.jaspersoft.studio.unit.x" value="pixel"/> | |
490 | - <property name="com.jaspersoft.studio.unit.y" value="pixel"/> | |
491 | - <property name="com.jaspersoft.studio.unit.width" value="pixel"/> | |
492 | - <property name="com.jaspersoft.studio.unit.height" value="pixel"/> | |
493 | - </reportElement> | |
494 | - <box padding="5" topPadding="5" leftPadding="5" bottomPadding="5" rightPadding="0"> | |
495 | - <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
496 | - <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
497 | - <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
498 | - <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
499 | - </box> | |
500 | - <textElement verticalAlignment="Middle" markup="none"> | |
501 | - <font isBold="true"/> | |
502 | - </textElement> | |
503 | - <text><![CDATA[Número da liberação de pagamento:]]></text> | |
504 | - </staticText> | |
505 | - <textField isBlankWhenNull="true"> | |
506 | - <reportElement positionType="Float" x="220" y="0" width="334" height="25" isPrintWhenDetailOverflows="true" uuid="f77062e1-3895-49e1-a56b-fe5e9e1454e5"> | |
507 | - <property name="com.jaspersoft.studio.unit.x" value="pixel"/> | |
508 | - <property name="com.jaspersoft.studio.unit.y" value="pixel"/> | |
509 | - <property name="com.jaspersoft.studio.unit.width" value="pixel"/> | |
510 | - <property name="com.jaspersoft.studio.unit.height" value="pixel"/> | |
511 | - </reportElement> | |
512 | - <box padding="5"> | |
513 | - <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
514 | - <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
515 | - <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
516 | - <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
517 | - </box> | |
518 | - <textElement verticalAlignment="Middle"/> | |
519 | - <textFieldExpression><![CDATA[$F{numeroliberacaopagamento}]]></textFieldExpression> | |
520 | - </textField> | |
521 | - </frame> | |
522 | - <frame> | |
523 | - <reportElement positionType="Float" x="0" y="225" width="555" height="25" uuid="faa702cf-c308-4c96-8ed0-b7b1e019d76f"> | |
473 | + <reportElement positionType="Float" x="0" y="200" width="555" height="25" uuid="faa702cf-c308-4c96-8ed0-b7b1e019d76f"> | |
524 | 474 | <property name="com.jaspersoft.studio.unit.x" value="pixel"/> |
525 | 475 | <property name="com.jaspersoft.studio.unit.y" value="pixel"/> |
526 | 476 | <property name="com.jaspersoft.studio.unit.width" value="pixel"/> | ... | ... |