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.
		
		
		
		
		
			
		
			
				
					
					
						
							129 lines
						
					
					
						
							4.1 KiB
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							129 lines
						
					
					
						
							4.1 KiB
						
					
					
				| {% extends "base.html" %} | |
| {% load i18n %} | |
| 
 | |
| {% block base_content %} | |
| 
 | |
|             <div id="conteudo"> | |
| 
 | |
| 
 | |
| 
 | |
| <h1 class="firstHeading">Status da Tramitação</h1> | |
| <br /> | |
| Esta tabela tem por objetivo cadastrar as | |
| situações que podem ocorrer em uma | |
| tramitação de matéria legislativa.<br /> | |
| Ao ter acesso a esta tabela será exibida uma tela com a | |
| relação de Status de | |
| Tramitação já cadastradas e um | |
| botão “Incluir Status | |
| Tramitação”.<br /> | |
| <br /> | |
| Ao ser  acionado o botão Incluir Status | |
| Tramitação será exibida a tela com os | |
| seguintes campos a serem preenchidos:<br /> | |
| <br /> | |
| <center> | |
| <table width="653"> | |
|   <col width="173" /> <col width="84" /> <col | |
|  width="363" /> <thead> <tr valign="top"> | |
|     <td bgcolor="#c7d8eb" width="173"> | |
|     <p align="justify"><font style="font-size: 11pt;" | |
|  size="3"><b>Nome do Campo</b></font></p> | |
|     </td> | |
|     <td bgcolor="#c7d8eb" width="84"> | |
|     <p align="justify"><font style="font-size: 11pt;" | |
|  size="3"><b>Tipo</b></font></p> | |
|     </td> | |
|     <td bgcolor="#c7d8eb" width="363"> | |
|     <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="173"> | |
|       <p><font style="font-size: 11pt;" size="3">Sigla</font></p> | |
|       </td> | |
|       <td width="84"> | |
|       <p><font style="font-size: 11pt;" size="3">Obrigatório</font></p> | |
|       </td> | |
|       <td width="363"> | |
|       <p><font style="font-size: 11pt;" size="3">Informe | |
| a sigla do status.</font></p> | |
|       </td> | |
|     </tr> | |
|     <tr valign="top"> | |
|       <td width="173"> | |
|       <p><font style="font-size: 11pt;" size="3">Indicador | |
| da Tramitação</font></p> | |
|       </td> | |
|       <td width="84"> | |
|       <p><font style="font-size: 11pt;" size="3">Opcional</font></p> | |
|       </td> | |
|       <td width="363"> | |
|       <p><font style="font-size: 11pt;" size="3">Selecione | |
| na Caixa o indicador da tramitação.</font></p> | |
|       </td> | |
|     </tr> | |
|     <tr valign="top"> | |
|       <td width="173"> | |
|       <p><font style="font-size: 11pt;" size="3">Descrição</font></p> | |
|       </td> | |
|       <td width="84"> | |
|       <p><font style="font-size: 11pt;" size="3">Obrigatório</font></p> | |
|       </td> | |
|       <td width="363"> | |
|       <p><font style="font-size: 11pt;" size="3">Informe | |
| a descrição do status da | |
| tramitação.</font></p> | |
|       </td> | |
|     </tr> | |
|   </tbody> | |
| </table> | |
| </center> | |
| <br /> | |
| <br /> | |
| <br /> | |
| Acione a função  | |
| “Salvar” para que as | |
| informações sejam salvas no arquivo.<br /> | |
| Será enviada a mensagem <i>!Status de | |
| Tramitação salvo com sucesso!</i><br /> | |
| Acione a função Continuar para  repetir | |
| a operação para outros Status de | |
| Tramitação, ou acione a | |
| função Sair para sair do cadastramento de Status | |
| de Tramitação e voltar a tela inicial do sistema.<br /> | |
| <br /> | |
| Para<b> alterar</b> os dados de um status da | |
| tramitação já cadastrada, selecione | |
| status de tramitação na lista de status de | |
| tramitação, altere as | |
| informações e acione a | |
| função  “Salvar”.<br /> | |
| Para <b>excluir</b> um status de | |
| tramitação, selecione o status e acione a | |
| função “Excluir”.<br /> | |
| Será enviada a pergunta “Deseja realmente | |
| excluir?”<br /> | |
| Acione OK em caso positivo ou Cancelar para o caso de | |
| desistência da exclusão.<br /> | |
| Quando for informado OK será enviada a mensagem <i>!Status de | |
| Tramitação excluído com sucesso!</i><br /> | |
| A função “Início” | |
| retorna a tela com a relação de Status de | |
| tramitação já cadastradas.<br /> | |
| 
 | |
| <br /> | |
|   <a href="fim_relatoria">Anterior</a> | | |
| 
 | |
|   <a href="ajuda_index_html">Índice</a> | |
| 
 | |
|   | <a href="tipo_documento">Próxima</a> | |
| 
 | |
| <br /> | |
| 
 | |
| </div> | |
| 
 | |
| {% endblock base_content %}
 | |
| 
 |