{% extends "base.html" %} {% block title %}Classificações RTC{% endblock %} {% block content %}

Classificações RTC

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}
Manutenção controlada: ajuste estas tabelas somente quando houver nova orientação fiscal, NT, LC ou validação operacional. Para não quebrar o que já está funcionando, a tela usa ativar/desativar no lugar de exclusão física.
cClassTrib - IBS/CBS
{% for item in classificacoes_ibs_cbs %} {% else %} {% endfor %}
Código Descrição CST Categoria Tipo Status Ações
{{ item.codigo }}
{{ item.descricao_resumida or item.descricao }}
{% if item.artigo_lc %} {{ item.artigo_lc }} {% endif %}
{{ item.cst_vinculado or '-' }} {{ item.categoria or '-' }} {{ item.tipo_operacao or '-' }} {% if item.ativo %} Ativo {% else %} Inativo {% endif %}
Nenhum cClassTrib cadastrado.
cClassTribIS
{% for item in classificacoes_is %} {% else %} {% endfor %}
Código Descrição Categoria Status Ações
{{ item.codigo }}
{{ item.descricao_resumida or item.descricao }}
{% if item.artigo_lc %} {{ item.artigo_lc }} {% endif %}
{{ item.categoria_produto or '-' }} {% if item.ativo %} Ativo {% else %} Inativo {% endif %}
Nenhum cClassTribIS cadastrado.
{% endblock %} {% block extra_js %} {% endblock %}