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.
123 lines
3.8 KiB
123 lines
3.8 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 “Adicionar Status
|
|
Tramitação”.<br />
|
|
<br />
|
|
Ao ser acionado o botão [Adicionar 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 />
|
|
<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 />
|
|
<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 Confirmar em caso positivo ou Cancelar para o caso de
|
|
desistência da exclusão.<br />
|
|
Quando for informado Confirmar será enviada a mensagem: <i>Status de
|
|
Tramitação excluído com sucesso!</i><br />
|
|
|
|
|
|
<br />
|
|
<a href="{% url 'sapl.base:help_topic' 'fim_relatoria' %}">Anterior</a> |
|
|
|
|
<a href="{% url 'sapl.base:help'%}">Índice</a>
|
|
|
|
| <a href="{% url 'sapl.base:help_topic' 'tipo_documento' %}">Próxima</a>
|
|
|
|
<br />
|
|
|
|
</div>
|
|
|
|
{% endblock base_content %}
|
|
|