mirror of https://github.com/interlegis/sapl.git
				
				
			
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							263 lines
						
					
					
						
							8.4 KiB
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							263 lines
						
					
					
						
							8.4 KiB
						
					
					
				| {% extends "base.html" %} | |
| {% load i18n %} | |
| 
 | |
| {% block base_content %} | |
| 
 | |
|             <div id="conteudo"> | |
| 
 | |
| 
 | |
| 
 | |
| <h1 class="firstHeading">Gerenciamento de Usuários</h1> | |
| Este Módulo tem por objetivo possibilitar ao gerente de | |
| usuários cadastrar os usuários que | |
| irão fazer a alimentação da base de | |
| dados.<br /> | |
| O Gerente de Usuários tem acesso somente aos | |
| Módulos “Gerenciamento de | |
| Usuários” e “Troca de Senha”.<br /> | |
| Ao ter acesso a este módulo será exibida uma tela | |
| com a relação de operadores já | |
| cadastrados.<br /> | |
| Para alterar os dados e um operador, selecione o operador e efetue as | |
| alterações.<br /> | |
| Para adicionar mais operadores acione a função | |
| “Adicionar” e preencha os seguintes campos:<br /> | |
| <br /> | |
| <center> | |
| <table width="85%"> | |
|   <col width="60*" /> <col width="40*" /> <col | |
|  width="157*" /> <thead> <tr valign="top"> | |
|     <td bgcolor="#c7d8eb" width="23%"> | |
|     <p align="justify"><font style="font-size: 11pt;" | |
|  size="3"><b>Nome do Campo</b></font></p> | |
|     </td> | |
|     <td bgcolor="#c7d8eb" width="15%"> | |
|     <p align="justify"><font style="font-size: 11pt;" | |
|  size="3"><b>Tipo</b></font></p> | |
|     </td> | |
|     <td bgcolor="#c7d8eb" width="61%"> | |
|     <p align="justify"><font style="font-size: 11pt;" | |
|  size="3"><b>Instruções para | |
| Preenchimento</b></font></p> | |
|     </td> | |
|   </tr> | |
|   </thead> <tbody> | |
|     <tr valign="top"> | |
|       <td width="23%"> | |
|       <p><font style="font-size: 11pt;" size="3">Nome</font></p> | |
|       </td> | |
|       <td width="15%"> | |
|       <p><font style="font-size: 11pt;" size="3">Obrigatório</font></p> | |
|       </td> | |
|       <td width="61%"> | |
|       <p><font style="font-size: 11pt;" size="3">Informe | |
| o Nome (login) do Operador</font></p> | |
|       </td> | |
|     </tr> | |
|     <tr valign="top"> | |
|       <td width="23%"> | |
|       <p><font style="font-size: 11pt;" size="3">Nova | |
| Senha</font></p> | |
|       </td> | |
|       <td width="15%"> | |
|       <p><font style="font-size: 11pt;" size="3">Obrigatório</font></p> | |
|       </td> | |
|       <td width="61%"> | |
|       <p><font style="font-size: 11pt;" size="3">Informe | |
| a senha do Operador.</font></p> | |
|       </td> | |
|     </tr> | |
|     <tr valign="top"> | |
|       <td width="23%"> | |
|       <p><font style="font-size: 11pt;" size="3">Confirmar</font></p> | |
|       </td> | |
|       <td width="15%"> | |
|       <p><font style="font-size: 11pt;" size="3">Obrigatório</font></p> | |
|       </td> | |
|       <td width="61%"> | |
|       <p><font style="font-size: 11pt;" size="3">Confirme | |
| a senha informada no campo acima.</font></p> | |
|       </td> | |
|     </tr> | |
|     <tr valign="top"> | |
|       <td width="23%"> | |
|       <p><font style="font-size: 11pt;" size="3">Perfil</font></p> | |
|       </td> | |
|       <td width="15%"> | |
|       <p><font style="font-size: 11pt;" size="3">Obrigatório</font></p> | |
|       </td> | |
|       <td width="61%"> | |
|       <p style="margin-bottom: 0cm;"><font | |
|  style="font-size: 11pt;" size="3">Selecione na lista | |
| o perfil que o operador terá. Este perfil define a | |
| área de atuação do operador para | |
| manipulação dos dados.</font></p> | |
|       <p style="margin-bottom: 0cm;"><font | |
|  style="font-size: 11pt;" size="3">Selecione um ou | |
| mais. Para selecionar mais de um perfil acione a tecla Ctrl e clique no | |
| perfil desejado.</font></p> | |
|       <p><font style="font-size: 11pt;" size="3"><i>Obs. | |
| O perfil “Operador” tem acesso a todas as | |
| funções de manipulação de | |
| dados</i>.</font></p> | |
|       </td> | |
|     </tr> | |
|   </tbody> | |
| </table> | |
| </center> | |
| <br /> | |
| Acione a função  | |
| “Salvar” para que as | |
| informações sejam salvas no arquivo.<br /> | |
| Será enviada a mensagem !O Usuário foi salvo com | |
| sucesso!<br /> | |
| Acione a função “Continuar” | |
| para a inclusão de outros usuários.<br /> | |
| Para alterar os dados de um usuário, selecione o | |
| usuário e efetue as alterações<br /> | |
| Para excluir um usuário, marque o usuário que | |
| deseja excluir e acione a função | |
| “Excluir”.<br /> | |
| Será enviada a mensagem !O(s) Usuário(s) | |
| excluído(s) com sucesso!<br /> | |
| <br /> | |
| Lista dos Perfis e suas funções:<br /> | |
| <center> | |
| <table width="85%"> | |
|   <col width="145" /> <col width="486" /> <tbody> | |
|     <tr valign="top"> | |
|       <td width="145"> | |
|       <p><font face="Helvetica, sans-serif"><font | |
|  style="font-size: 11pt;" size="2"><b>Administrador</b></font></font></p> | |
|       </td> | |
|       <td width="486"> | |
|       <p><font face="Helvetica, sans-serif"><font | |
|  style="font-size: 11pt;" size="2">Têm | |
| acesso as informações de | |
| administração de operadores. Criar novos | |
| operadores e alterar os dados do mesmo e a | |
| manutenção das tabelas auxiliares.</font></font></p> | |
|       </td> | |
|     </tr> | |
|     <tr valign="top"> | |
|       <td width="145"> | |
|       <p><font face="Helvetica, sans-serif"><font | |
|  style="font-size: 11pt;" size="2"><b>Operador</b></font></font></p> | |
|       </td> | |
|       <td width="486"> | |
|       <p><font face="Helvetica, sans-serif"><font | |
|  style="font-size: 11pt;" size="2">Têm | |
| acesso a todas as informações da base de dados. | |
| Cadastramento e manutenção e todas as | |
| informações.</font></font></p> | |
|       </td> | |
|     </tr> | |
|     <tr valign="top"> | |
|       <td width="145"> | |
|       <p><font face="Helvetica, sans-serif"><font | |
|  style="font-size: 11pt;" size="2"><b>Operador | |
| Comissão</b></font></font></p> | |
|       </td> | |
|       <td width="486"> | |
|       <p><font face="Helvetica, sans-serif"><font | |
|  style="font-size: 11pt;" size="2">Têm | |
| acesso aos dados de Comissões, para cadastramento e | |
| manutenção.</font></font></p> | |
|       </td> | |
|     </tr> | |
|     <tr valign="top"> | |
|       <td width="145"> | |
|       <p><font face="Helvetica, sans-serif"><font | |
|  style="font-size: 11pt;" size="2"><b>Operador | |
| Matéria</b></font></font></p> | |
|       </td> | |
|       <td width="486"> | |
|       <p><font face="Helvetica, sans-serif"><font | |
|  style="font-size: 11pt;" size="2">Têm | |
| acesso aos dados das Matérias Legislativas, para | |
| cadastramento e manutenção.</font></font></p> | |
|       </td> | |
|     </tr> | |
|     <tr valign="top"> | |
|       <td width="145"> | |
|       <p><font face="Helvetica, sans-serif"><font | |
|  style="font-size: 11pt;" size="2"><b>Operador | |
| Mesa Diretora</b></font></font></p> | |
|       </td> | |
|       <td width="486"> | |
|       <p><font face="Helvetica, sans-serif"><font | |
|  style="font-size: 11pt;" size="2">Têm | |
| acesso aos dados da Mesa Diretora, para cadastramento e | |
| manutenção.</font></font></p> | |
|       </td> | |
|     </tr> | |
|     <tr valign="top"> | |
|       <td width="145"> | |
|       <p><font face="Helvetica, sans-serif"><font | |
|  style="font-size: 11pt;" size="2"><b>Operador | |
| Norma</b></font></font></p> | |
|       </td> | |
|       <td width="486"> | |
|       <p><font face="Helvetica, sans-serif"><font | |
|  style="font-size: 11pt;" size="2">Têm | |
| acesso aos dados das Normas Jurídicas, para cadastramento e | |
| manutenção.</font></font></p> | |
|       </td> | |
|     </tr> | |
|     <tr valign="top"> | |
|       <td width="145"> | |
|       <p><font face="Helvetica, sans-serif"><font | |
|  style="font-size: 11pt;" size="2"><b>Operador | |
| Ordem do Dia</b></font></font></p> | |
|       </td> | |
|       <td width="486"> | |
|       <p><font face="Helvetica, sans-serif"><font | |
|  style="font-size: 11pt;" size="2">Têm | |
| acesso aos dados da Ordem do Dia, para cadastramento e | |
| manutenção.</font></font></p> | |
|       </td> | |
|     </tr> | |
|     <tr valign="top"> | |
|       <td width="145"> | |
|       <p><font face="Helvetica, sans-serif"><font | |
|  style="font-size: 11pt;" size="2"><b>Operador | |
| Parlamentar</b></font></font></p> | |
|       </td> | |
|       <td width="486"> | |
|       <p><font face="Helvetica, sans-serif"><font | |
|  style="font-size: 11pt;" size="2">Têm | |
| acesso aos dados dos Parlamentares, para cadastramento e | |
| manutenção.</font></font></p> | |
|       </td> | |
|     </tr> | |
|     <tr valign="top"> | |
|       <td width="145"> | |
|       <p><font face="Helvetica, sans-serif"><font | |
|  style="font-size: 11pt;" size="2"><b>Operador | |
| Tabela Auxiliar</b></font></font></p> | |
|       </td> | |
|       <td width="486"> | |
|       <p><font face="Helvetica, sans-serif"><font | |
|  style="font-size: 11pt;" size="2">Têm | |
| acesso aos dados das tabelas, para cadastramento e | |
| manutenção.</font></font></p> | |
|       </td> | |
|     </tr> | |
|   </tbody> | |
| </table> | |
| </center> | |
| <br /> | |
| 
 | |
| <br /> | |
|   <a href="troca_senha">Anterior</a> | | |
| 
 | |
|   <a href="ajuda_index_html">Índice</a> | |
| 
 | |
|   | <a href="recebimento_proposicao">Próxima</a> | |
| 
 | |
| <br /> | |
| 
 | |
| 
 | |
| </div> | |
| 
 | |
| {% endblock base_content %}
 | |
| 
 |