Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1 | espaco | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 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="relatorio_reconsideracao" pageWidth="595" pageHeight="842" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="10e6462f-b0a2-406d-9d69-bee3c0361a4e"> |
||
| 3 | <property name="ireport.zoom" value="2.143588810000003"/> |
||
| 4 | <property name="ireport.x" value="0"/> |
||
| 5 | <property name="ireport.y" value="232"/> |
||
| 6 | <parameter name="SUBREPORT_DIR" class="java.lang.String" isForPrompting="false"> |
||
| 7 | <defaultValueExpression><![CDATA[""]]></defaultValueExpression> |
||
| 8 | </parameter> |
||
| 9 | <parameter name="IMAGEM_DIR" class="java.lang.String"> |
||
| 10 | <defaultValueExpression><![CDATA["C:\\"]]></defaultValueExpression> |
||
| 11 | </parameter> |
||
| 12 | <parameter name="pNomeUsuario" class="java.lang.String"/> |
||
| 13 | <parameter name="pCpfUsuario" class="java.lang.String"/> |
||
| 14 | <parameter name="pAnoCronograma" class="java.lang.Long"/> |
||
| 15 | <parameter name="pCodigoUnidadeExercicio" class="java.lang.Long"/> |
||
| 16 | <parameter name="pSequencialGrupoAvaliacao" class="java.lang.Long"/> |
||
| 17 | <parameter name="pMatriculaServidor" class="java.lang.Long"/> |
||
| 18 | <queryString> |
||
| 19 | <![CDATA[SELECT DISTINCT |
||
| 20 | (SELECT vu.dsc_unidade FROM sc_srv.vw_unidade vu WHERE vu.cod_unidade = ga.cod_unidade_cadastro) AS descricao_unidade, |
||
| 21 | ga.dsc_grupo_avaliacao AS grupo_avaliacao, |
||
| 22 | (SELECT ws.nom_pessoa FROM sc_srv.vw_servidor ws WHERE ws.seq_pessoa_servidor = vsd.seq_pessoa_servidor) AS nom_servidor, |
||
| 23 | (vsd.num_matricula_servidor || '-' || vsd.num_digito_matricula) AS matricula_servidor, |
||
| 24 | (SELECT ws.num_cpf FROM sc_srv.vw_servidor ws WHERE ws.seq_pessoa_servidor = vsd.seq_pessoa_servidor) AS cpf_servidor, |
||
| 25 | reconsideracao.tip_revisao AS tipo_revisao_solicitacao, |
||
| 26 | (CASE WHEN reconsideracao.tip_avaliacao = 'D' THEN 'Desempenho' |
||
| 27 | WHEN reconsideracao.tip_avaliacao = 'A' THEN 'Assiduidade' |
||
| 28 | WHEN reconsideracao.tip_avaliacao = 'Q' THEN 'Qualificação' END) tipo_avaliacao, |
||
| 29 | (CASE WHEN reconsideracao.tip_avaliacao = 'D' THEN rqa.dsc_questao_avaliadesemp ELSE NULL END) AS descricao_questao, |
||
| 30 | reconsideracao.num_nota_avaliacao nota_avaliacao, |
||
| 31 | reconsideracao.dth_cadastro AS data_solicitacao, |
||
| 32 | (CASE WHEN reconsideracao.tip_avaliacao = 'D' THEN rsa.dsc_solicitacao_revisao ELSE reconsideracao.dsc_solicitacao_revisavaliac END) AS descricao_solicitacao, |
||
| 33 | (CASE WHEN reconsideracao.tip_avaliacao = 'D' THEN rsa.dsc_resposta_solicitacao ELSE reconsideracao.dsc_resposta_solicitacao END) AS descricao_resposta_solicitacao |
||
| 34 | FROM sc_rhd.rhd_grupo_avaliacao ga |
||
| 35 | INNER JOIN sc_rhd.rhd_servidor_avaliacao sa ON sa.seq_grupo_avaliacao = ga.seq_grupo_avaliacao |
||
| 36 | INNER JOIN sc_srv.vw_servidor_dadofuncional vsd ON sa.seq_servidor_dadofuncional = vsd.seq_servidor_dadofuncional |
||
| 37 | INNER JOIN sc_rhd.rhd_solicitacao_revisavaliac reconsideracao ON (vsd.seq_servidor_dadofuncional = reconsideracao.seq_servidor_dadofuncional AND reconsideracao.tip_revisao = 'R') |
||
| 38 | LEFT JOIN sc_rhd.rhd_solrevisaval_avalidesemp rsa ON (reconsideracao.seq_solicitacao_revisavaliac = rsa.seq_solicitacao_revisavaliac) |
||
| 39 | LEFT JOIN sc_rhd.rhd_avaliacao_desempenho rad ON (rsa.seq_avaliacao_desempenho = rad.seq_avaliacao_desempenho) |
||
| 40 | LEFT JOIN sc_rhd.rhd_questao_avaliadesemp rqa ON (rad.seq_questao_avaliacao = rqa.seq_questao_avaliadesemp) |
||
| 41 | WHERE ga.num_ano = $P{pAnoCronograma} |
||
| 42 | AND EXISTS (SELECT 1 FROM sc_rhd.rhd_solicitacao_revisavaliac a WHERE a.seq_servidor_dadofuncional = vsd.seq_servidor_dadofuncional) |
||
| 43 | AND (ga.cod_unidade_cadastro = $P{pCodigoUnidadeExercicio} OR $P{pCodigoUnidadeExercicio} IS NULL) |
||
| 44 | AND (ga.seq_grupo_avaliacao = $P{pSequencialGrupoAvaliacao} OR $P{pSequencialGrupoAvaliacao} IS NULL) |
||
| 45 | AND (vsd.num_matricula_servidor = $P{pMatriculaServidor} OR $P{pMatriculaServidor} IS NULL) |
||
| 46 | UNION |
||
| 47 | SELECT DISTINCT |
||
| 48 | (SELECT vu.dsc_unidade FROM sc_srv.vw_unidade vu WHERE vu.cod_unidade = ga.cod_unidade_cadastro) AS descricao_unidade, |
||
| 49 | ga.dsc_grupo_avaliacao AS grupo_avaliacao, |
||
| 50 | (SELECT ws.nom_pessoa FROM sc_srv.vw_servidor ws WHERE ws.seq_pessoa_servidor = vsd.seq_pessoa_servidor) AS nom_servidor, |
||
| 51 | (vsd.num_matricula_servidor || '-' || vsd.num_digito_matricula) AS matricula_servidor, |
||
| 52 | (SELECT ws.num_cpf FROM sc_srv.vw_servidor ws WHERE ws.seq_pessoa_servidor = vsd.seq_pessoa_servidor) AS cpf_servidor, |
||
| 53 | recurso.tip_revisao AS tipo_revisao_solicitacao, |
||
| 54 | (CASE WHEN recurso.tip_avaliacao = 'D' THEN 'Desempenho' |
||
| 55 | WHEN recurso.tip_avaliacao = 'A' THEN 'Assiduidade' |
||
| 56 | WHEN recurso.tip_avaliacao = 'Q' THEN 'Qualificação' END) tipo_avaliacao_recurso, |
||
| 57 | (CASE WHEN recurso.tip_avaliacao = 'D' THEN rqa.dsc_questao_avaliadesemp ELSE NULL END) AS descricao_questao, |
||
| 58 | recurso.num_nota_avaliacao AS nota_avaliacao, |
||
| 59 | recurso.dth_cadastro AS data_solicitacao, |
||
| 60 | (CASE WHEN recurso.tip_avaliacao = 'D' THEN rsa.dsc_solicitacao_revisao ELSE recurso.dsc_solicitacao_revisavaliac END) AS descricao_solicitacao, |
||
| 61 | (CASE WHEN recurso.tip_avaliacao = 'D' THEN rsa.dsc_resposta_solicitacao ELSE recurso.dsc_resposta_solicitacao END) AS descricao_resposta_solicitacao |
||
| 62 | FROM sc_rhd.rhd_grupo_avaliacao ga |
||
| 63 | INNER JOIN sc_rhd.rhd_servidor_avaliacao sa ON sa.seq_grupo_avaliacao = ga.seq_grupo_avaliacao |
||
| 64 | INNER JOIN sc_srv.vw_servidor_dadofuncional vsd ON sa.seq_servidor_dadofuncional = vsd.seq_servidor_dadofuncional |
||
| 65 | INNER JOIN sc_rhd.rhd_solicitacao_revisavaliac recurso ON (vsd.seq_servidor_dadofuncional = recurso.seq_servidor_dadofuncional AND recurso.tip_revisao = 'U') |
||
| 66 | LEFT JOIN sc_rhd.rhd_solrevisaval_avalidesemp rsa ON (recurso.seq_solicitacao_revisavaliac = rsa.seq_solicitacao_revisavaliac) |
||
| 67 | LEFT JOIN sc_rhd.rhd_avaliacao_desempenho rad ON (rsa.seq_avaliacao_desempenho = rad.seq_avaliacao_desempenho) |
||
| 68 | LEFT JOIN sc_rhd.rhd_questao_avaliadesemp rqa ON (rad.seq_questao_avaliacao = rqa.seq_questao_avaliadesemp) |
||
| 69 | WHERE ga.num_ano = $P{pAnoCronograma} |
||
| 70 | AND EXISTS (SELECT 1 FROM sc_rhd.rhd_solicitacao_revisavaliac a WHERE a.seq_servidor_dadofuncional = vsd.seq_servidor_dadofuncional) |
||
| 71 | AND (ga.cod_unidade_cadastro = $P{pCodigoUnidadeExercicio} OR $P{pCodigoUnidadeExercicio} IS NULL) |
||
| 72 | AND (ga.seq_grupo_avaliacao = $P{pSequencialGrupoAvaliacao} OR $P{pSequencialGrupoAvaliacao} IS NULL) |
||
| 73 | AND (vsd.num_matricula_servidor = $P{pMatriculaServidor} OR $P{pMatriculaServidor} IS NULL) |
||
| 74 | ORDER BY descricao_unidade, grupo_avaliacao, nom_servidor, tipo_revisao_solicitacao, data_solicitacao]]> |
||
| 75 | </queryString> |
||
| 76 | <field name="descricao_unidade" class="java.lang.String"/> |
||
| 77 | <field name="grupo_avaliacao" class="java.lang.String"/> |
||
| 78 | <field name="nom_servidor" class="java.lang.String"/> |
||
| 79 | <field name="matricula_servidor" class="java.lang.String"/> |
||
| 80 | <field name="cpf_servidor" class="java.lang.String"/> |
||
| 81 | <field name="tipo_revisao_solicitacao" class="java.lang.String"/> |
||
| 82 | <field name="tipo_avaliacao" class="java.lang.String"/> |
||
| 83 | <field name="descricao_questao" class="java.lang.String"/> |
||
| 84 | <field name="nota_avaliacao" class="java.math.BigDecimal"/> |
||
| 85 | <field name="data_solicitacao" class="java.sql.Timestamp"/> |
||
| 86 | <field name="descricao_solicitacao" class="java.lang.String"/> |
||
| 87 | <field name="descricao_resposta_solicitacao" class="java.lang.String"/> |
||
| 88 | <group name="groupUnidadeExercicio"> |
||
| 89 | <groupExpression><![CDATA[$F{descricao_unidade}]]></groupExpression> |
||
| 90 | <groupHeader> |
||
| 91 | <band height="28"> |
||
| 92 | <textField isStretchWithOverflow="true"> |
||
| 93 | <reportElement uuid="1b7ae11b-d3df-4108-8e29-221b7e53a9d4" x="0" y="4" width="555" height="20"/> |
||
| 94 | <textElement verticalAlignment="Bottom"> |
||
| 95 | <font fontName="Arial" size="12" isBold="true" isUnderline="true" pdfFontName="Helvetica-Bold"/> |
||
| 96 | </textElement> |
||
| 97 | <textFieldExpression><![CDATA["UNIDADE: " + $F{descricao_unidade}]]></textFieldExpression> |
||
| 98 | </textField> |
||
| 99 | </band> |
||
| 100 | </groupHeader> |
||
| 101 | </group> |
||
| 102 | <group name="groupGrupoAvaliacao"> |
||
| 103 | <groupExpression><![CDATA[$F{grupo_avaliacao}]]></groupExpression> |
||
| 104 | <groupHeader> |
||
| 105 | <band height="19"> |
||
| 106 | <textField> |
||
| 107 | <reportElement uuid="f0d83fb9-02c2-42c5-9a2c-d618a8de2580" mode="Opaque" x="0" y="0" width="555" height="16" forecolor="#000000" backcolor="#A9A9A9"/> |
||
| 108 | <textElement verticalAlignment="Middle"> |
||
| 109 | <font fontName="Arial" isBold="true" isUnderline="false" pdfFontName="Helvetica-Bold"/> |
||
| 110 | </textElement> |
||
| 111 | <textFieldExpression><![CDATA[" GRUPO: " + $F{grupo_avaliacao}]]></textFieldExpression> |
||
| 112 | </textField> |
||
| 113 | </band> |
||
| 114 | </groupHeader> |
||
| 115 | </group> |
||
| 116 | <group name="groupServidor"> |
||
| 117 | <groupExpression><![CDATA[$F{nom_servidor}]]></groupExpression> |
||
| 118 | <groupHeader> |
||
| 119 | <band height="16"> |
||
| 120 | <rectangle> |
||
| 121 | <reportElement uuid="929d9137-2979-443b-a76d-d93458dbea93" x="0" y="0" width="555" height="14" forecolor="#DCDCDC" backcolor="#DCDCDC"/> |
||
| 122 | <graphicElement> |
||
| 123 | <pen lineWidth="0.0"/> |
||
| 124 | </graphicElement> |
||
| 125 | </rectangle> |
||
| 126 | <textField> |
||
| 127 | <reportElement uuid="8c9e7a92-d83d-4c81-b766-e9a4bd04d45c" x="32" y="0" width="255" height="14"/> |
||
| 128 | <textElement verticalAlignment="Middle"> |
||
| 129 | <font fontName="Arial" size="8" isBold="true"/> |
||
| 130 | </textElement> |
||
| 131 | <textFieldExpression><![CDATA[$F{nom_servidor}]]></textFieldExpression> |
||
| 132 | </textField> |
||
| 133 | <staticText> |
||
| 134 | <reportElement uuid="adae7f8f-0817-4705-a460-468877d15149" x="1" y="0" width="30" height="14"/> |
||
| 135 | <textElement textAlignment="Right" verticalAlignment="Middle"> |
||
| 136 | <font fontName="Arial" size="8" isBold="true"/> |
||
| 137 | </textElement> |
||
| 138 | <text><![CDATA[Nome:]]></text> |
||
| 139 | </staticText> |
||
| 140 | <staticText> |
||
| 141 | <reportElement uuid="81850e19-8f8a-4e07-97f2-7bb034d4f33c" x="438" y="0" width="21" height="14"/> |
||
| 142 | <textElement textAlignment="Right" verticalAlignment="Middle"> |
||
| 143 | <font fontName="Arial" size="8" isBold="true"/> |
||
| 144 | </textElement> |
||
| 145 | <text><![CDATA[CPF:]]></text> |
||
| 146 | </staticText> |
||
| 147 | <textField pattern="" isBlankWhenNull="true"> |
||
| 148 | <reportElement uuid="0fad1e92-1edb-48b9-81fd-a72739f06f2f" x="460" y="0" width="89" height="14"/> |
||
| 149 | <textElement verticalAlignment="Middle"> |
||
| 150 | <font fontName="Arial" size="8" isBold="true"/> |
||
| 151 | </textElement> |
||
| 152 | <textFieldExpression><![CDATA[($F{cpf_servidor} == null)? null : (($F{cpf_servidor}.trim().length() == 11)? $F{cpf_servidor}.trim().replaceAll("(\\d{3})(\\d{3})(\\d{3})(\\d{2})", "$1.$2.$3-$4") : $F{cpf_servidor})]]></textFieldExpression> |
||
| 153 | </textField> |
||
| 154 | <textField> |
||
| 155 | <reportElement uuid="4c6c0c07-6b3e-4497-acaf-1bf017cfd7fc" x="343" y="0" width="66" height="14"/> |
||
| 156 | <textElement verticalAlignment="Middle"> |
||
| 157 | <font fontName="Arial" size="8" isBold="true"/> |
||
| 158 | </textElement> |
||
| 159 | <textFieldExpression><![CDATA[$F{matricula_servidor}]]></textFieldExpression> |
||
| 160 | </textField> |
||
| 161 | <staticText> |
||
| 162 | <reportElement uuid="972dba30-0b61-4516-831d-dfabb64e7eab" x="300" y="0" width="42" height="14"/> |
||
| 163 | <textElement textAlignment="Right" verticalAlignment="Middle"> |
||
| 164 | <font fontName="Arial" size="8" isBold="true"/> |
||
| 165 | </textElement> |
||
| 166 | <text><![CDATA[Matrícula:]]></text> |
||
| 167 | </staticText> |
||
| 168 | </band> |
||
| 169 | </groupHeader> |
||
| 170 | </group> |
||
| 171 | <group name="groupTipoRevisaoSolicitacao"> |
||
| 172 | <groupExpression><![CDATA[$F{tipo_revisao_solicitacao}]]></groupExpression> |
||
| 173 | <groupHeader> |
||
| 174 | <band height="24"> |
||
| 175 | <textField> |
||
| 176 | <reportElement uuid="c617c15b-b4d4-4423-9c6b-464e8ad908ca" x="0" y="6" width="554" height="14"/> |
||
| 177 | <textElement textAlignment="Center" verticalAlignment="Middle"> |
||
| 178 | <font fontName="Arial" isBold="true" isUnderline="true"/> |
||
| 179 | </textElement> |
||
| 180 | <textFieldExpression><![CDATA[$F{tipo_revisao_solicitacao}.equals("R")? "RECONSIDERAÇÕES" : "RECURSOS"]]></textFieldExpression> |
||
| 181 | </textField> |
||
| 182 | </band> |
||
| 183 | </groupHeader> |
||
| 184 | </group> |
||
| 185 | <background> |
||
| 186 | <band splitType="Stretch"/> |
||
| 187 | </background> |
||
| 188 | <title> |
||
| 189 | <band height="143" splitType="Stretch"> |
||
| 190 | <staticText> |
||
| 191 | <reportElement uuid="36f361c7-c2c5-4f4b-9918-4f375cff39d2" x="0" y="69" width="555" height="26"/> |
||
| 192 | <textElement textAlignment="Center"> |
||
| 193 | <font fontName="Arial" size="10" isBold="true" pdfFontName="Helvetica-Bold" isPdfEmbedded="false"/> |
||
| 194 | </textElement> |
||
| 195 | <text><![CDATA[ESTADO DE ALAGOAS |
||
| 196 | SECRETARIA DE ESTADO DA SAÚDE DE ALAGOAS]]></text> |
||
| 197 | </staticText> |
||
| 198 | <image hAlign="Right"> |
||
| 199 | <reportElement uuid="9cc0d6bd-ba27-4a57-903c-0182a11a1f53" x="259" y="1" width="48" height="59"/> |
||
| 200 | <imageExpression><![CDATA[$P{IMAGEM_DIR} + "brasao.jpg"]]></imageExpression> |
||
| 201 | </image> |
||
| 202 | <textField isBlankWhenNull="false"> |
||
| 203 | <reportElement uuid="7e420030-8524-414a-9258-b8ff749fc009" x="0" y="125" width="555" height="15"/> |
||
| 204 | <textElement textAlignment="Center"> |
||
| 205 | <font fontName="Arial" isBold="true" pdfFontName="Helvetica-Bold" isPdfEmbedded="false"/> |
||
| 206 | </textElement> |
||
| 207 | <textFieldExpression><![CDATA["CRONOGRAMA: " + $P{pAnoCronograma}]]></textFieldExpression> |
||
| 208 | </textField> |
||
| 209 | <staticText> |
||
| 210 | <reportElement uuid="36f361c7-c2c5-4f4b-9918-4f375cff39d2" x="0" y="104" width="555" height="16" isPrintWhenDetailOverflows="true"/> |
||
| 211 | <textElement textAlignment="Center" verticalAlignment="Top"> |
||
| 212 | <font fontName="Arial" size="10" isBold="true" pdfFontName="Helvetica-Bold" isPdfEmbedded="false"/> |
||
| 213 | </textElement> |
||
| 214 | <text><![CDATA[RELATÓRIO DE RECONSIDERAÇÕES]]></text> |
||
| 215 | </staticText> |
||
| 216 | </band> |
||
| 217 | </title> |
||
| 218 | <detail> |
||
| 219 | <band height="66" splitType="Stretch"> |
||
| 220 | <staticText> |
||
| 221 | <reportElement uuid="125facc0-bf21-4b1d-a43f-bac7729ace28" x="0" y="1" width="68" height="14"/> |
||
| 222 | <textElement textAlignment="Right" verticalAlignment="Middle"> |
||
| 223 | <font fontName="Arial" size="8"/> |
||
| 224 | </textElement> |
||
| 225 | <text><![CDATA[Tipo da Avaliação:]]></text> |
||
| 226 | </staticText> |
||
| 227 | <staticText> |
||
| 228 | <reportElement uuid="1dcf3e47-2f39-43dd-a350-17de319a6dd2" positionType="Float" x="0" y="17" width="43" height="14"/> |
||
| 229 | <textElement textAlignment="Right" verticalAlignment="Middle"> |
||
| 230 | <font fontName="Arial" size="8"/> |
||
| 231 | </textElement> |
||
| 232 | <text><![CDATA[Questão:]]></text> |
||
| 233 | </staticText> |
||
| 234 | <staticText> |
||
| 235 | <reportElement uuid="26496a34-1854-4db7-afaf-eaa143885716" x="290" y="1" width="25" height="14"/> |
||
| 236 | <textElement textAlignment="Right" verticalAlignment="Middle"> |
||
| 237 | <font fontName="Arial" size="8"/> |
||
| 238 | </textElement> |
||
| 239 | <text><![CDATA[Nota:]]></text> |
||
| 240 | </staticText> |
||
| 241 | <staticText> |
||
| 242 | <reportElement uuid="7b860212-567b-4ddc-aec9-c70471604b9d" x="390" y="1" width="75" height="14"/> |
||
| 243 | <textElement textAlignment="Right" verticalAlignment="Middle"> |
||
| 244 | <font fontName="Arial" size="8"/> |
||
| 245 | </textElement> |
||
| 246 | <text><![CDATA[Data da Solicitação:]]></text> |
||
| 247 | </staticText> |
||
| 248 | <staticText> |
||
| 249 | <reportElement uuid="72feed84-b505-4296-86e8-be9cca0348b2" positionType="Float" x="0" y="33" width="43" height="14"/> |
||
| 250 | <textElement textAlignment="Right" verticalAlignment="Middle"> |
||
| 251 | <font fontName="Arial" size="8"/> |
||
| 252 | </textElement> |
||
| 253 | <text><![CDATA[Solicitação:]]></text> |
||
| 254 | </staticText> |
||
| 255 | <staticText> |
||
| 256 | <reportElement uuid="ab041ec3-f616-40d4-ba26-359ab930da1a" positionType="Float" x="0" y="49" width="43" height="14"/> |
||
| 257 | <textElement textAlignment="Right" verticalAlignment="Middle"> |
||
| 258 | <font fontName="Arial" size="8"/> |
||
| 259 | </textElement> |
||
| 260 | <text><![CDATA[Resposta:]]></text> |
||
| 261 | </staticText> |
||
| 262 | <textField> |
||
| 263 | <reportElement uuid="11ac78d4-98c2-4b31-9fc5-392d67a7290f" x="70" y="1" width="216" height="14"/> |
||
| 264 | <textElement verticalAlignment="Middle"> |
||
| 265 | <font fontName="Arial" size="8"/> |
||
| 266 | </textElement> |
||
| 267 | <textFieldExpression><![CDATA[$F{tipo_avaliacao}]]></textFieldExpression> |
||
| 268 | </textField> |
||
| 269 | <textField isStretchWithOverflow="true" isBlankWhenNull="true"> |
||
| 270 | <reportElement uuid="e497a9c2-0ff2-4efd-a0dc-31a751bb22d0" positionType="Float" x="47" y="17" width="508" height="14"/> |
||
| 271 | <textElement verticalAlignment="Middle"> |
||
| 272 | <font fontName="Arial" size="8"/> |
||
| 273 | </textElement> |
||
| 274 | <textFieldExpression><![CDATA[$F{descricao_questao}]]></textFieldExpression> |
||
| 275 | </textField> |
||
| 276 | <textField isStretchWithOverflow="true" isBlankWhenNull="true"> |
||
| 277 | <reportElement uuid="34398bb3-fbec-47a1-b3ed-722af49eae42" positionType="Float" x="47" y="33" width="507" height="14"/> |
||
| 278 | <textElement verticalAlignment="Middle"> |
||
| 279 | <font fontName="Arial" size="8"/> |
||
| 280 | </textElement> |
||
| 281 | <textFieldExpression><![CDATA[$F{descricao_solicitacao}]]></textFieldExpression> |
||
| 282 | </textField> |
||
| 283 | <textField isStretchWithOverflow="true" isBlankWhenNull="true"> |
||
| 284 | <reportElement uuid="904e7909-fdf6-4919-a059-5cda25a2a09e" positionType="Float" x="47" y="49" width="507" height="14"/> |
||
| 285 | <textElement verticalAlignment="Middle"> |
||
| 286 | <font fontName="Arial" size="8"/> |
||
| 287 | </textElement> |
||
| 288 | <textFieldExpression><![CDATA[$F{descricao_resposta_solicitacao}]]></textFieldExpression> |
||
| 289 | </textField> |
||
| 290 | <textField pattern="#,##0.00"> |
||
| 291 | <reportElement uuid="1cdc1f8c-8d59-4664-b1dc-bde632d60c76" x="316" y="1" width="60" height="14"/> |
||
| 292 | <textElement verticalAlignment="Middle"> |
||
| 293 | <font fontName="Arial" size="8"/> |
||
| 294 | </textElement> |
||
| 295 | <textFieldExpression><![CDATA[$F{nota_avaliacao}]]></textFieldExpression> |
||
| 296 | </textField> |
||
| 297 | <textField pattern="dd/MM/yyyy"> |
||
| 298 | <reportElement uuid="ad27e913-765e-4479-88b5-62ee5b884609" x="466" y="1" width="90" height="14"/> |
||
| 299 | <textElement verticalAlignment="Middle"> |
||
| 300 | <font fontName="Arial" size="8"/> |
||
| 301 | </textElement> |
||
| 302 | <textFieldExpression><![CDATA[$F{data_solicitacao}]]></textFieldExpression> |
||
| 303 | </textField> |
||
| 304 | <line> |
||
| 305 | <reportElement uuid="0090dcde-b68c-4665-bcbc-685d2aa15f3a" positionType="Float" x="0" y="65" width="554" height="1"/> |
||
| 306 | <graphicElement> |
||
| 307 | <pen lineWidth="0.5" lineStyle="Dashed"/> |
||
| 308 | </graphicElement> |
||
| 309 | </line> |
||
| 310 | </band> |
||
| 311 | </detail> |
||
| 312 | <pageFooter> |
||
| 313 | <band height="29" splitType="Stretch"> |
||
| 314 | <textField evaluationTime="Report" isBlankWhenNull="false"> |
||
| 315 | <reportElement uuid="506b9991-ff6d-43b5-ab78-2832586c3dda" key="textField" x="527" y="6" width="27" height="15"/> |
||
| 316 | <textElement verticalAlignment="Middle"> |
||
| 317 | <font fontName="Arial" size="6" isBold="false"/> |
||
| 318 | </textElement> |
||
| 319 | <textFieldExpression><![CDATA["" + $V{PAGE_NUMBER} + ""]]></textFieldExpression> |
||
| 320 | </textField> |
||
| 321 | <textField isBlankWhenNull="false"> |
||
| 322 | <reportElement uuid="e5f06c72-11c0-479b-b234-4dcaf2bc0440" key="textField" x="452" y="6" width="73" height="15"/> |
||
| 323 | <textElement textAlignment="Right" verticalAlignment="Middle"> |
||
| 324 | <font fontName="Arial" size="6" isBold="false"/> |
||
| 325 | </textElement> |
||
| 326 | <textFieldExpression><![CDATA["PÁGINA " + $V{PAGE_NUMBER} + " DE "]]></textFieldExpression> |
||
| 327 | </textField> |
||
| 328 | <textField isBlankWhenNull="true"> |
||
| 329 | <reportElement uuid="0ad83100-9e7e-42de-97b6-51dc07b7dd68" x="6" y="6" width="374" height="15"/> |
||
| 330 | <textElement verticalAlignment="Middle"> |
||
| 331 | <font fontName="Arial" size="6" isBold="false"/> |
||
| 332 | </textElement> |
||
| 333 | <textFieldExpression><![CDATA["Gerado por " + $P{pNomeUsuario} + ", CPF: " + $P{pCpfUsuario} + new java.text.SimpleDateFormat("', em ' dd 'de' MMMMM 'de' yyyy ' às ' HH:mm", new Locale("pt", "BR")).format(new java.util.Date()).toUpperCase()]]></textFieldExpression> |
||
| 334 | </textField> |
||
| 335 | </band> |
||
| 336 | </pageFooter> |
||
| 337 | </jasperReport> |