Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.


panel
Section

Button
Cor#002233
TextoSobre Reforma Tributária
Linkhttps://espacolegislacao.totvs.com/reforma-tributaria/
Button
Cor#002233
TextoImpactos e Entregas Logix
Linkhttps://tdn.totvs.com/x/D-4uOg
Button
Cor#002233
TextoCronograma de Entregas
Linkhttps://tdn.totvs.com/x/T-4uOg
Button
Cor#002233
TextoConfigurador Fiscal
Linkhttps://tdn.totvs.com/x/Ia__E
Button
Cor#002233
TextoTOTVS Inteligência Tributária
Linkhttps://tdn.totvs.com/x/63ifNg
Button
Cor#002233
TextoVídeos
Linkhttps://tdn.totvs.com/x/jf4uOg



Publicações

borderColor
Section
nonebgColor#F5F5F5borderStylenone

Prepare-se agora para a Reforma Tributária

HTML
<div id="contador-box" style="
    width: 520px;
    background: #041E2D;
    padding: 40px 20px 55px 20px;
    border-radius: 25px;
    margin:auto;
    font-family: Arial, sans-serif;
    position: relative;
    text-align: center;
">

    <!-- TAG SUPERIOR -->
    <div style="
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        background: #00D4FF;
        padding: 6px 26px;
        border-radius: 20px;
        font-size: 16px;
        font-weight: bold;
        color: #000;
    ">Faltam</div>

    <!-- CONTEÚDO PRINCIPAL -->
    <div style="display: flex; gap: 25px; justify-content: center; align-items: flex-start;">

        <!-- DIAS -->
        <div style="text-align: center;">
            <div id="dias" style="font-size: 48px; font-weight: bold; color: #FFFFFF;">00</div>
            <div style="width: 40px; height: 3px; background: #00D4FF; margin: 6px auto 8px auto;"></div>
            <div style="font-size: 14px; color: #FFFFFF;">Dias</div>
        </div>

        <div style="font-size: 35px; font-weight:bold; color:#FFFFFF; margin-top:5px;">:</div>

        <!-- HORAS -->
        <div style="text-align: center;">
            <div id="horas" style="font-size: 48px; font-weight: bold; color: #FFFFFF;">00</div>
            <div style="width: 40px; height: 3px; background: #00D4FF; margin: 6px auto 8px auto;"></div>
            <div style="font-size: 14px; color: #FFFFFF;">Horas</div>
        </div>

        <div style="font-size: 35px; font-weight:bold; color:#FFFFFF; margin-top:5px;">:</div>

        <!-- MINUTOS -->
        <div style="text-align: center;">
            <div id="minutos" style="font-size: 48px; font-weight: bold; color: #FFFFFF;">00</div>
            <div style="width: 40px; height: 3px; background: #00D4FF; margin: 6px auto 8px auto;"></div>
            <div style="font-size: 14px; color: #FFFFFF;">Minutos</div>
        </div>

        <div style="font-size: 35px; font-weight:bold; color:#FFFFFF; margin-top:5px;">:</div>

        <!-- SEGUNDOS -->
        <div style="text-align: center;">
            <div id="segundos" style="font-size: 48px; font-weight: bold; color: #FFFFFF;">00</div>
            <div style="width: 40px; height: 3px; background: #00D4FF; margin: 6px auto 8px auto;"></div>
            <div style="font-size: 14px; color: #FFFFFF;">Segundos</div>
        </div>

    </div>

    <!-- TAG INFERIOR -->
    <div style="
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        background: #00D4FF;
        padding: 6px 26px;
        border-radius: 20px;
        font-size: 15px;
        font-weight: bold;
        color: #000;
    ">
        para 1 de janeiro de 2026
    </div>

</div>
 
<script>
    function atualizarContador() {
        // DATA DA REFORMA TRIBUTÁRIA
        const destino = new Date("2026-01-01T00:00:00").getTime();
        const agora = new Date().getTime();
        const diferenca = destino - agora;

        if (diferenca <= 0) {
            document.getElementById("dias").innerHTML = "00";
            document.getElementById("horas").innerHTML = "00";
            document.getElementById("minutos").innerHTML = "00";
            document.getElementById("segundos").innerHTML = "00";
            return;
        }

        const dias = Math.floor(diferenca / (1000 * 60 * 60 * 24));
        const horas = Math.floor((diferenca / (1000 * 60 * 60)) % 24);
        const minutos = Math.floor((diferenca / (1000 * 60)) % 60);
        const segundos = Math.floor((diferenca / 1000) % 60);

        document.getElementById("dias").innerHTML = dias.toString().padStart(2, "0");
        document.getElementById("horas").innerHTML = horas.toString().padStart(2, "0");
        document.getElementById("minutos").innerHTML = minutos.toString().padStart(2, "0");
        document.getElementById("segundos").innerHTML = segundos.toString().padStart(2, "0");
    }

    // Atualiza a cada 1 segundo
    setInterval(atualizarContador, 1000);
    atualizarContador();
</script>
   

Publicações

sectionsectionsectionsection
Section
Expandir
title
Paths Liberados em 30/06/2025:
Column
width50
Expandir
titlePaths Liberados em 11/08/2025:
Column
width50
Expandir
titlePaths Liberados em 22/09/2025:
column
width50
Expandir
titlePaths Liberados em 03/11/2025:
Column
width50
Expandir
titlePaths Liberados em 17/11/2025:
Expandir
titlePaths Liberados em 08/12/2025:
Column
width50
Informações
titleImportante

Para os testes de envio do XML para a Sefaz é necessário SEMPRE estar com o TSS atualizado no ultimo pacote e schemas liberados, ou seja, sempre que aplicar um pacote novo da reforma tributária no Logix, atualize novamente o TSS, confira no link:  Cross Segmentos - Linha Logix - NFE - Atualização do TOTVS Service SOA para a correta utilização do OBF40000



Destaques

Painel
borderColornone
bgColor#FCFCFC
borderStylenone

Button
Cor#002233
Texto CLIQUE E SAIBA MAIS
Linkhttps://www.totvs.com/blog/fiscal-clientes/reforma-tributaria-versao-1-33-da-nt-2025-002-flexibiliza-validacoes-em-2026/




HTML
<!-- Conteúdo dentro do painel -->
<div style="
  display: inline-block;
  background-color: #6B48FF;
  color: white;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 16px;
  margin-bottom: 6px;
">
  AVISO - Atualizado em 30/10/2025
</div>

Column
width60

Transição para a Arquitetura 64 Bits - Prazo Adicional 

Para que os clientes Logix tenham mais tempo de atualizar seus ambientes para o 64 bits e considerando o momento atual mediante às alterações da reforma tributária, seguiremos expedindo o TOTVS Logix na arquitetura 32 bits nas releases 12.1.2507 e 12.1.2511.

Confira a programação do ciclo de vida do TOTVS Linha Logix com tecnologia 32 bits:

Para mais informações, acesse a página: Prazo Adicional 32 bits

Column
width40

HTML
<style>
div.theme-default .ia-splitter #main {
    margin-left: 0px;
}
.ia-fixed-sidebar, .ia-splitter-left {
    display: none;
}
#main {
    padding-left: 10px;
    padding-right: 10px;
    overflow-x: hidden;
}

.aui-header-primary .aui-nav,  .aui-page-panel {
    margin-left: 0px !important;
}
.aui-header-primary .aui-nav {
    margin-left: 0px !important;
}

button.custom-button {
  background-color: #002233;
  color: black;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.custom-button:hover {
  background-color: #a44dff !important;

}
 </style>