-
Notifications
You must be signed in to change notification settings - Fork 3
/
cons_cgmservrhpessoal.php
executable file
·180 lines (163 loc) · 6.31 KB
/
cons_cgmservrhpessoal.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<?
/*
* E-cidade Software Publico para Gestao Municipal
* Copyright (C) 2012 DBselller Servicos de Informatica
* www.dbseller.com.br
*
* Este programa e software livre; voce pode redistribui-lo e/ou
* modifica-lo sob os termos da Licenca Publica Geral GNU, conforme
* publicada pela Free Software Foundation; tanto a versao 2 da
* Licenca como (a seu criterio) qualquer versao mais nova.
*
* Este programa e distribuido na expectativa de ser util, mas SEM
* QUALQUER GARANTIA; sem mesmo a garantia implicita de
* COMERCIALIZACAO ou de ADEQUACAO A QUALQUER PROPOSITO EM
* PARTICULAR. Consulte a Licenca Publica Geral GNU para obter mais
* detalhes.
*
* Voce deve ter recebido uma copia da Licenca Publica Geral GNU
* junto com este programa; se nao, escreva para a Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
* 02111-1307, USA.
*
* Copia da licenca no diretorio licenca/licenca_en.txt
* licenca/licenca_pt.txt
*/
error_reporting('** CONSULTA FUNCIONAL! **');
session_start();
include("libs/db_conecta.php");
include("libs/db_stdlib.php");
include("libs/db_sql.php");
include("libs/db_utils.php");
include("dbforms/db_funcoes.php");
validaUsuarioLogado();
$aRetorno = array();
parse_str(base64_decode($HTTP_SERVER_VARS["QUERY_STRING"]),$aRetorno);
$numcgm = db_getsession("DB_login");
$anoFolha = db_anofolha();
$mesFolha = db_mesfolha();
$id_usuario = $aRetorno['id_usuario'];
db_logs("","",0,"Consulta Funcional.");
?>
<html>
<head>
<title><?=$w01_titulo?></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="config/estilos.css" rel="stylesheet" type="text/css">
<link href="config/portalservidor.css" rel="stylesheet" type="text/css">
<script language="JavaScript" src="scripts/db_script.js"></script>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="<?=$w01_corbody?>">
<table width="100%" border="0" bordercolor="#cccccc" cellpadding="2" cellspacing="0" class="texto">
<tr>
<td><br></td>
</tr>
</table>
<?
$sqlPermConsServ = " select *
from configdbpref
where w13_permconsservdemit = true ";
$rsPermConsServ = pg_query($sqlPermConsServ);
$iPermConsServ = pg_numrows($rsPermConsServ);
if ($iPermConsServ == 0) {
$sDtDemissao = " and rh05_seqpes is null ";
} else {
$sDtDemissao = "";
}
$sqlRhCgmCont = " select distinct
rh01_regist,
rh37_descr,
rh01_admiss,
rh01_funcao,
rh05_recis,
rh02_instit
from rhpessoal
left join rhpessoalmov on rh02_regist = rh01_regist
and rh02_anousu = {$anoFolha}
and rh02_mesusu = {$mesFolha}
left join rhpesrescisao on rh05_seqpes = rh02_seqpes
left join rhfuncao on rh01_funcao = rh37_funcao
and rh37_instit = rh02_instit
where rh01_numcgm = '{$numcgm}' {$sDtDemissao} ";
//die($sqlRhCgmCont);
$rsRhCgmCont = pg_query($sqlRhCgmCont);
$iRhCgmCont = pg_numrows($rsRhCgmCont);
if ($iRhCgmCont == 0) {
?>
<table align="center" width="90%" cellpadding="2" cellspacing="0" class="texto">
<tr>
<td align="center"><b>** SELECIONE A MATRICULA DESEJADA **</b></td>
</tr>
</table>
<table align="center" width="90%" cellpadding="2" cellspacing="0" class="texto">
<tr>
<td align="center" height="100">
<img src="imagens/atencao.gif"><br>
<b>NÃO PERMITE CONSULTA DE FUNCIONÁRIO DEMITIDO!</b>
</td>
</tr>
<?
} else {
?>
<table align="center" width="90%" cellpadding="2" cellspacing="0" class="texto">
<tr>
<td align="center"><b>** SELECIONE A MATRICULA DESEJADA **</b></td>
</tr>
</table>
<table align="center" class="tableForm">
<tr class="subTituloForm" align="center">
<td>N° Matrícula</td>
<td>Data Admissão</td>
<td>Cargo</td>
<td>Data Demissão</td>
<td>Instituicao</td>
</tr>
<?
$corFundo = "#FFFFFF";
$corOver = "#ede67c";
for ($x = 0; $x < $iRhCgmCont; $x++) {
if ($iRhCgmCont > 0) {
$oCgmCont = db_utils::fieldsMemory($rsRhCgmCont,$x);
}
if ( $corFundo == "#FFFFFF" ) {
$corFundo = "#FFFFFF";
} else {
$corFundo = "#FFFFFF";
}
$sUrl = base64_encode("id_usuario=".$id_usuario."&matricula=".$oCgmCont->rh01_regist."&instituicao=".$oCgmCont->rh02_instit);
?>
<tr bgcolor="<?=$corFundo?>" onmouseover="bgColor='<?=$corOver?>'" onmouseout="bgColor='<?=$corFundo?>'"
style="Cursor:pointer" title="Ver Detalhes"
onclick="js_passamatriculacontribuinte('<?=$sUrl;?>')">
<td align="center"> <?= $oCgmCont->rh01_regist; ?></td>
<td align="center"> <?= db_formatar($oCgmCont->rh01_admiss,'d'); ?></td>
<td align="center"> <?= $oCgmCont->rh37_descr; ?></td>
<?
if ($oCgmCont->rh05_recis == '') {
?>
<td align="center"> </td>
<?
} else {
?>
<td align="center"> <?= db_formatar($oCgmCont->rh05_recis,'d'); ?></td>
<?
}
?>
<td align="center"> <?= $oCgmCont->rh02_instit; ?></td>
</tr>
<?
}
?>
</table>
<?
}
?>
</body>
</html>
<script>
function js_passamatriculacontribuinte(sUrl) {
var sUrlEncode = sUrl;
document.location.href = "cons_servidrhpessoal.php?"+sUrlEncode;
}
</script>