# Integração EDI Proceda

# 1. NOTFIS



# PROC001 Opção NOTFIS

#### ***Protótipo de Tela:***

[![image-1663677381494.png](https://docs.softensistemas.com.br/uploads/images/gallery/2022-09/scaled-1680-/image-1663677381494.png)](https://docs.softensistemas.com.br/uploads/images/gallery/2022-09/image-1663677381494.png)

#### ***Descrição dos campos:***

<table cellpadding="7" cellspacing="0" id="bkmrk-campo-tipo-tamanho-o" width="974"><tbody><tr valign="top"><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 164px;"><span style="color: #000000;">**Campo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 106px;"><span style="color: #000000;">**Tipo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 135px;"><span style="color: #000000;">**Tamanho**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 135px;"><span style="color: #000000;">**Obrigatório?**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 135px;"><span style="color: #000000;">**Máscara**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 135px;"><span style="color: #000000;">**Observações**</span>

</td></tr><tr valign="top"><td class="align-center" style="border-style: solid; border-color: black; width: 164px;"><span style="color: #000000;">Período</span></td><td class="align-center" style="border-style: solid; border-color: black; width: 106px;"><span style="color: #000000;">Data</span></td><td style="border-style: solid; border-color: black; width: 135px;"></td><td style="border-style: solid; border-color: black; width: 135px;"><span style="color: #000000;">Sim</span>

</td><td style="border-style: solid; border-color: black; width: 135px;"></td><td style="border-style: solid; border-color: black; width: 135px;"> </td></tr><tr><td class="align-center" style="border-style: solid; border-color: black; width: 164px;"><span style="color: #000000;">Listagem de lançamentos</span></td><td class="align-center" style="border-style: solid; border-color: black; width: 106px;"><span style="color: #000000;">ListBox</span></td><td style="border-style: solid; border-color: black; width: 135px;"></td><td style="border-style: solid; border-color: black; width: 135px;"><span style="color: #000000;"> </span>

</td><td style="border-style: solid; border-color: black; width: 135px;"></td><td style="border-style: solid; border-color: black; width: 135px;"> </td></tr></tbody></table>

#### <span style="color: #000000;">***Regras de interface:***</span>

<span style="color: #000000;">**1.** <span style="color: #000000;">**Período**</span>**:**<span style="color: #000000;"> Deve sempre puxar a data atual do computador.</span></span>

<span style="color: #000000;">**2. Colunas da listagem:**</span>

<span style="color: #000000;">**2.1 Data:** Data da emissão da NFe a ser importada.</span>

<span style="color: #000000;">**2.2 Cliente/Fornecedor:** Cliente ou fornecedor da NFe (destinatário inserido na nota).</span>

<span style="color: #000000;">**2.3 Valor:** Valor total da NFe.</span>

<span style="color: #000000;">**2.4:** A quarta coluna deve conter uma checkbox para selecionar quais documentos devem ser importados.</span>

#### <span style="color: #000000;">***Regras de Negócio:***</span>

<span style="color: #000000;">**1.** A ListBox só deve ser preenchida após um arquivo do tipo EDI NOTFIS for importado.</span>

<span style="color: #000000;">**2. Importar:** Vai salvar as informações na base de dados, o retorno deve ser feito a partir de uma dialog.</span>

[![image-1663680620958.png](https://docs.softensistemas.com.br/uploads/images/gallery/2022-09/scaled-1680-/image-1663680620958.png)](https://docs.softensistemas.com.br/uploads/images/gallery/2022-09/image-1663680620958.png)

<span style="color: #000000;">**3.** </span>Os dados das notas importadas, devem ser armazenadas na base de dados.

#### <span style="color: #000000;">***Questões Técnicas:***</span>

<span style="color: #000000;">**1.** As seguinte tabela deve ser criada, onde ira armazenar os dados necessários da NOTFIS, para gerar o CONEMB:</span>

```SQL
CREATE TABLE EDI_Notfis
(   [ID] COUNTER,
   [CNPJemitente] TEXT(14),
   [CNPJdestino] TEXT(14),
   [Nota] SMALLINT,
   [Serie] TEXT(4),
   [DataEmissao] TEXT(8),
   [CFOP] INTEGER,
   [ValorTotal] CURRENCY,
   [QtVolumes] CURRENCY,   
   [PesoBruto] CURRENCY,  
   [ChaveAcesso] TEXT(44)
)               
```

# PROC002 Estrutura do arquivo NOTFIS

#### <span style="color: #000000;">***Regras de negócio:***</span>

<span style="color: #000000;">**1.** Alguns registros opcionais não serão gerados pelo sistema. **2.** Alguns campos opcionais dentro dos registros não serão gerados. Estes campos estarão tachados (<span style="text-decoration: line-through;">abcde</span>), pois deve ser reservado a posição deles no momento de gerar o arquivo.</span>

#### <span style="color: #000000;">***Questões técnicas:***</span>

<span style="color: #000000;">**1.** Os dados devem ser consultados a partir das tabelas </span>

<span style="color: #000000;">**Estrutura do Arquivo NOTFIS**</span>

<span style="color: #000000;">**REGISTRO 000 - CABEÇALHO DE INTERCAMBIO.   
Tamanho do registro: 320 posições  
Ocorrência: 1 por arquivo** </span>

<table cellpadding="7" cellspacing="0" id="bkmrk-campo-tipo-tamanho-o" style="width: 796px;"><tbody><tr valign="top"><td bgcolor="#acb9ca" style="width: 48px; border-style: solid; border-color: black;"><span style="color: #000000;">**Nº**</span>

</td><td bgcolor="#acb9ca" style="width: 179px; border-style: solid; border-color: black;"><span style="color: #000000;">**Campo**</span>

</td><td bgcolor="#acb9ca" style="width: 67px; border-style: solid; border-color: black;"><span style="color: #000000;">**Tipo**</span>

</td><td bgcolor="#acb9ca" style="width: 80px; border-style: solid; border-color: black;"><span style="color: #000000;">**Tamanho**</span>

</td><td bgcolor="#acb9ca" style="width: 136px; border-style: solid; border-color: black;"><span style="color: #000000;">**Posição**</span>

</td><td bgcolor="#acb9ca" style="width: 286px; border-style: solid; border-color: black;"><span style="color: #000000;">**Observações/exemplo**</span>

</td></tr><tr valign="top"><td class="align-center" style="width: 48px; border-style: solid; border-color: black;"><span style="color: #000000;">1</span></td><td class="align-left" style="width: 179px; border-style: solid; border-color: black;"><span style="color: #000000;">Identificador do registro</span></td><td style="width: 67px; border-style: solid; border-color: black;"><span style="color: #000000;">N</span>

</td><td style="width: 80px; border-style: solid; border-color: black;"><span style="color: #000000;">3</span>

</td><td style="width: 136px; border-style: solid; border-color: black;"><span style="color: #000000;">001</span>

</td><td style="width: 286px; border-style: solid; border-color: black;"><span style="color: #000000;">000</span></td></tr><tr><td class="align-center" style="width: 48px; border-style: solid; border-color: black;"><span style="color: #000000;">2</span></td><td class="align-left" style="width: 179px; border-style: solid; border-color: black;"><span style="color: #000000;">ID do remetente</span></td><td style="width: 67px; border-style: solid; border-color: black;"><span style="color: #000000;">N</span>

</td><td style="width: 80px; border-style: solid; border-color: black;"><span style="color: #000000;">35</span>

</td><td style="width: 136px; border-style: solid; border-color: black;"><span style="color: #000000;">004</span>

</td><td style="width: 286px; border-style: solid; border-color: black;"><span style="color: #000000;">Nome do transportador (emissor EDI)</span></td></tr><tr><td class="align-center" style="width: 48px; border-style: solid; border-color: black;"><span style="color: #000000;">3</span></td><td class="align-left" style="width: 179px; border-style: solid; border-color: black;"><span style="color: #000000;">ID do destinatário</span></td><td style="width: 67px; border-style: solid; border-color: black;"><span style="color: #000000;">N</span>

</td><td style="width: 80px; border-style: solid; border-color: black;"><span style="color: #000000;">35</span>

</td><td style="width: 136px; border-style: solid; border-color: black;"><span style="color: #000000;">039</span>

</td><td style="width: 286px; border-style: solid; border-color: black;"><span style="color: #000000;">Nome do tomador (cliente)</span>

</td></tr><tr><td class="align-center" style="width: 48px; border-style: solid; border-color: black;"><span style="color: #000000;">4</span></td><td style="width: 179px; border-style: solid; border-color: black;"><span style="color: #000000;">Data</span></td><td style="width: 67px; border-style: solid; border-color: black;"><span style="color: #000000;">N</span>

</td><td style="width: 80px; border-style: solid; border-color: black;"><span style="color: #000000;">6</span>

</td><td style="width: 136px; border-style: solid; border-color: black;"><span style="color: #000000;">074</span>

</td><td style="width: 286px; border-style: solid; border-color: black;"></td></tr><tr><td class="align-center" style="width: 48px; border-style: solid; border-color: black;"><span style="color: #000000;">5</span></td><td style="width: 179px; border-style: solid; border-color: black;"><span style="color: #000000;">Hora</span></td><td style="width: 67px; border-style: solid; border-color: black;"><span style="color: #000000;">N</span>

</td><td style="width: 80px; border-style: solid; border-color: black;"><span style="color: #000000;">4</span>

</td><td style="width: 136px; border-style: solid; border-color: black;"><span style="color: #000000;">080</span>

</td><td style="width: 286px; border-style: solid; border-color: black;"></td></tr><tr><td class="align-center" style="width: 48px; border-style: solid; border-color: black;"><span style="color: #000000;">6</span></td><td style="width: 179px; border-style: solid; border-color: black;"><span style="color: #000000;">Identificação do intercambio</span></td><td style="width: 67px; border-style: solid; border-color: black;"><span style="color: #000000;">A</span>

</td><td style="width: 80px; border-style: solid; border-color: black;"><span style="color: #000000;">12</span>

</td><td style="width: 136px; border-style: solid; border-color: black;"><span style="color: #000000;">084</span>

</td><td style="width: 286px; border-style: solid; border-color: black;"><span style="color: #000000;">SUGESTÃO: "NOT50DDMMSSS"</span>  
<span style="color: #000000;">"NOT50"= CONSTANTE NOTas+VERSÃO 50</span>  
<span style="color: #000000;">"DDMM” = DIA/MÊS</span>  
<span style="color: #000000;">"SSS" = SEQUÊNCIA DE 000 A 999</span>

</td></tr></tbody></table>

<span style="color: #000000;">**REGISTRO 500 - CABEÇALHO DO DOCUMENTO   
Tamanho do registro: 320 posições  
Ocorrência: Até 200 por registro 000**</span>

<table cellpadding="7" cellspacing="0" id="bkmrk-n%C2%BA-campo-tipo-tamanh" style="width: 802px;"><tbody><tr valign="top"><td bgcolor="#acb9ca" style="width: 43px; border-style: solid; border-color: black;"><span style="color: #000000;">**Nº**</span>

</td><td bgcolor="#acb9ca" style="width: 184px; border-style: solid; border-color: black;"><span style="color: #000000;">**Campo**</span>

</td><td bgcolor="#acb9ca" style="width: 60px; border-style: solid; border-color: black;"><span style="color: #000000;">**Tipo**</span>

</td><td bgcolor="#acb9ca" style="width: 79px; border-style: solid; border-color: black;"><span style="color: #000000;">**Tamanho**</span>

</td><td bgcolor="#acb9ca" style="width: 105px; border-style: solid; border-color: black;"><span style="color: #000000;">**Posição**</span>

</td><td bgcolor="#acb9ca" style="width: 331px; border-style: solid; border-color: black;"><span style="color: #000000;">**Observações/exemplo**</span>

</td></tr><tr valign="top"><td class="align-center" style="width: 43px; border-style: solid; border-color: black;"><span style="color: #000000;">1</span></td><td class="align-left" style="width: 184px; border-style: solid; border-color: black;"><span style="color: #000000;">Identificador do registro</span></td><td style="width: 60px; border-style: solid; border-color: black;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black;"><span style="color: #000000;">3</span>

</td><td style="width: 105px; border-style: solid; border-color: black;"><span style="color: #000000;">001</span>

</td><td style="width: 331px; border-style: solid; border-color: black;"><span style="color: #000000;">500</span></td></tr><tr><td class="align-center" style="width: 43px; border-style: solid; border-color: black;"><span style="color: #000000;">2</span></td><td style="width: 184px; border-style: solid; border-color: black;"><span style="color: #000000;">Identificação do intercambio</span></td><td style="width: 60px; border-style: solid; border-color: black;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black;"><span style="color: #000000;">14</span>

</td><td style="width: 105px; border-style: solid; border-color: black;"><span style="color: #000000;">004</span>

</td><td style="width: 331px; border-style: solid; border-color: black;"><span style="color: #000000;">SUGESTÃO: "NOT50DDMMSSS"</span>  
<span style="color: #000000;">"NOT50"= CONSTANTE NOTas+VERSÃO 50</span>  
<span style="color: #000000;">"DDMM” = DIA/MÊS</span>  
<span style="color: #000000;">"SSS" = SEQUÊNCIA DE 000 A 999</span>

</td></tr></tbody></table>

<span style="color: #000000;">**REGISTRO 501 - DADOS DA EMBARCADORA  
Tamanho do registro: 320 posições  
Ocorrência: Até 100 por registro 500**</span>

<table cellpadding="7" cellspacing="0" id="bkmrk-n%C2%BA-campo-tipo-tamanh-0" style="height: 575px;"><tbody><tr style="height: 35px;" valign="top"><td bgcolor="#acb9ca" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Nº**</span>

</td><td bgcolor="#acb9ca" style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Campo**</span>

</td><td bgcolor="#acb9ca" style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Tipo**</span>

</td><td bgcolor="#acb9ca" style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Tamanho**</span>

</td><td bgcolor="#acb9ca" style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Posição**</span>

</td><td bgcolor="#acb9ca" style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Observações/exemplo**</span>

</td></tr><tr style="height: 35px;" valign="top"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">1</span></td><td class="align-left" style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Identificador do registro</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">3</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">001</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">501</span></td></tr><tr style="height: 49px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">2</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">Nome da empresa embarcadora (razão social)</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">50</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">004(opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 49px;"></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">3</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">CNPJ</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">14</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">054</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">4</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">IE embarcador</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">15</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">068</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">5</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">IE Sub. Tributário</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">15</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">083</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">6</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Inscrição Municipal</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">15</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">098</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">7</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Endereço</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">50</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">113</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">8</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Bairro</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">35</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">163</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">9</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Cidade</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">35</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">198</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">10</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Código Postal (CEP)</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">9</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">233</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">11</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Código IBGE</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">9</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">242</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">12</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Sigla do estado</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">9</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">251</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">13</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Data de embarque</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">8</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">260</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;">Data única para todas NFes

</td></tr><tr style="height: 36px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 36px;"><span style="color: #000000;">14</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 36px;"><span style="color: #000000;">Área de frete</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 36px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 36px;"><span style="color: #000000;">4</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 36px;"><span style="color: #000000;">268</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 36px;">Tabela de frete acordada entre as partes

</td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">15</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Contato para emergência</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">25</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">272</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;">Contato telefônico para emergências

</td></tr></tbody></table>

<span style="color: #000000;">**REGISTRO 502 - DADOS DO LOCAL DE COLETA/RETIRADA (OPCIONAL)  
Tamanho do registro: 320 posições  
Ocorrência: 1 por registro 501**</span>

<span style="color: #000000;">**\*\*\*Este registro somente é usado quando o endereço de entrega/retirada for diferente do contido no reg. 501\*\*\***</span>

<table cellpadding="7" cellspacing="0" id="bkmrk-n%C2%BA-campo-tipo-tamanh-1" style="height: 399px;"><tbody><tr style="height: 35px;" valign="top"><td bgcolor="#acb9ca" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Nº**</span>

</td><td bgcolor="#acb9ca" style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Campo**</span>

</td><td bgcolor="#acb9ca" style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Tipo**</span>

</td><td bgcolor="#acb9ca" style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Tamanho**</span>

</td><td bgcolor="#acb9ca" style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Posição**</span>

</td><td bgcolor="#acb9ca" style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Observações/exemplo**</span>

</td></tr><tr style="height: 35px;" valign="top"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">1</span></td><td class="align-left" style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Identificador do registro</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">3</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">001</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">502</span></td></tr><tr style="height: 49px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">2</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">Nome da empresa/local de coleta</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">50</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">004(opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;"> </span></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">3</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">CNPJ</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">14</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">054</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">4</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Endereço</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">50</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">068(opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">5</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Bairro</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">35</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">118(opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">6</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Cidade</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">35</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">153(opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">7</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">CEP</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">9</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">188</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">8</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Código IBGE</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">9</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">197(opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">9</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Sigla UF</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">9</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">206(opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">10</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Numero de comunicação</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">35</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">215(opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span></td></tr></tbody></table>

<span style="color: #000000;">**REGISTRO 503 - DADOS DO DESTINATARIO  
Tamanho do registro: 320 posições  
Ocorrência: 1 por registro 501** </span>

<table cellpadding="7" cellspacing="0" id="bkmrk-n%C2%BA-campo-tipo-tamanh-2" style="height: 512px;"><tbody><tr style="height: 35px;" valign="top"><td bgcolor="#acb9ca" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Nº**</span>

</td><td bgcolor="#acb9ca" style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Campo**</span>

</td><td bgcolor="#acb9ca" style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Tipo**</span>

</td><td bgcolor="#acb9ca" style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Tamanho**</span>

</td><td bgcolor="#acb9ca" style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Posição**</span>

</td><td bgcolor="#acb9ca" style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Observações/exemplo**</span>

</td></tr><tr style="height: 35px;" valign="top"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">1</span></td><td class="align-left" style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Identificador do registro</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">3</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">001</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">503</span></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">2</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Razão social</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">50</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">004(opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">3</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">CNPJ</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">14</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">054</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">4</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">I.E.</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">15</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">068(Opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span></td></tr><tr style="height: 57px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 57px;"><span style="color: #000000;">5</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 57px;"><span style="color: #000000;">Inscrição SUFRAMA</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 57px;"><span style="color: #000000;">A </span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 57px;"><span style="color: #000000;">15 </span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 57px;"><span style="color: #000000;">083(Opcional) </span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 57px;"><span style="color: #000000;"> </span></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">6</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Endereço</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">50</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">098(Opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">7</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Bairro</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">35</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">148(Opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">8</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Cidade</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">35</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">183(Opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">9</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">CEP</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">9</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">218</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">10</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">IBGE</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">9</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">227(Opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">11</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Sigla UF</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">9</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">236</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">12</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Numero de comunicação</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">35</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">245(Opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">13</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Código do Pais</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">4</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">280(Opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span></td></tr><tr><td class="align-center" style="width: 43px; border-style: solid; border-color: black;"><span style="color: #000000;">14</span></td><td style="width: 184px; border-style: solid; border-color: black;"><span style="color: #000000;">Área de frete</span></td><td style="width: 60px; border-style: solid; border-color: black;"><span style="color: #000000;"> A</span>

</td><td style="width: 79px; border-style: solid; border-color: black;"><span style="color: #000000;">4 </span>

</td><td style="width: 105px; border-style: solid; border-color: black;"><span style="color: #000000;">284(Opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black;"><span style="color: #000000;">Tabela de frete acordada entre as partes</span><span style="color: #000000;"> </span>

</td></tr><tr><td class="align-center" style="width: 43px; border-style: solid; border-color: black;"><span style="color: #000000;">15</span></td><td style="width: 184px; border-style: solid; border-color: black;"><span style="color: #000000;">Tipo de identificação do destinatário</span></td><td style="width: 60px; border-style: solid; border-color: black;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black;"><span style="color: #000000;">1</span>

</td><td style="width: 105px; border-style: solid; border-color: black;"><span style="color: #000000;">288(Opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black;"><span style="color: #000000;">1=CNPJ; 2= CPF</span>

</td></tr><tr><td class="align-center" style="width: 43px; border-style: solid; border-color: black;"><span style="color: #000000;">16</span></td><td style="width: 184px; border-style: solid; border-color: black;"><span style="color: #000000;">Tipo do estabelecimento destino</span></td><td style="width: 60px; border-style: solid; border-color: black;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black;"><span style="color: #000000;">1</span>

</td><td style="width: 105px; border-style: solid; border-color: black;"><span style="color: #000000;">289(Opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black;"><span style="color: #000000;">C=Comercial; I=Industrial; N=Não contribuinte</span>

</td></tr></tbody></table>

<span style="color: #000000;">**REGISTRO 504 - DADOS DO LOCAL DE ENTREGA (OPCIONAL)  
Tamanho do registro: 320 posições  
Ocorrência: 1 por registro 503**</span>

<span style="color: #000000;">**\*\*\*Este registro somente é usado quando o endereço de entrega/retirada for diferente do contido no reg. 501\*\*\***</span>

<table cellpadding="7" cellspacing="0" id="bkmrk-n%C2%BA-campo-tipo-tamanh-3"><tbody><tr style="height: 35px;" valign="top"><td bgcolor="#acb9ca" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Nº**</span>

</td><td bgcolor="#acb9ca" style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Campo**</span>

</td><td bgcolor="#acb9ca" style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Tipo**</span>

</td><td bgcolor="#acb9ca" style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Tamanho**</span>

</td><td bgcolor="#acb9ca" style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Posição**</span>

</td><td bgcolor="#acb9ca" style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Observações/exemplo**</span>

</td></tr><tr style="height: 35px;" valign="top"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">1</span></td><td class="align-left" style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Identificador do registro</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">3</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">001</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">504</span></td></tr><tr style="height: 49px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">2</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">Nome da empresa/local de entrega</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">50</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">004(opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;"> </span></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">3</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">CNPJ</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">14</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">054</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">4</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Endereço</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">50</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">068(opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">5</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Bairro</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">35</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">118(opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">6</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Cidade</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">35</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">153(opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">7</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">CEP</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">9</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">188</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">8</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Código IBGE</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">9</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">197(opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">9</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Sigla UF</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">9</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">206(opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">10</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Numero de comunicação</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">35</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">215(opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span></td></tr><tr><td class="align-center" style="width: 43px; border-style: solid; border-color: black;"><span style="color: #000000;">11</span></td><td style="width: 184px; border-style: solid; border-color: black;"><span style="color: #000000;">Código do País</span></td><td style="width: 60px; border-style: solid; border-color: black;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black;"><span style="color: #000000;">4</span>

</td><td style="width: 105px; border-style: solid; border-color: black;"><span style="color: #000000;">265(Opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black;"><span style="color: #000000;"> </span></td></tr><tr><td class="align-center" style="width: 43px; border-style: solid; border-color: black;"><span style="color: #000000;">12</span></td><td style="width: 184px; border-style: solid; border-color: black;"><span style="color: #000000;">Área de Frete</span></td><td style="width: 60px; border-style: solid; border-color: black;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black;"><span style="color: #000000;">4</span>

</td><td style="width: 105px; border-style: solid; border-color: black;"><span style="color: #000000;">269(Opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black;"><span style="color: #000000;"> </span></td></tr><tr><td class="align-center" style="width: 43px; border-style: solid; border-color: black;"><span style="color: #000000;">13</span></td><td style="width: 184px; border-style: solid; border-color: black;"><span style="color: #000000;">Tipo de identificação do destinatário</span></td><td style="width: 60px; border-style: solid; border-color: black;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black;"><span style="color: #000000;">1</span>

</td><td style="width: 105px; border-style: solid; border-color: black;"><span style="color: #000000;">273(Opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black;"><span style="color: #000000;">1=CNPJ; 2=CPF</span></td></tr><tr><td class="align-center" style="width: 43px; border-style: solid; border-color: black;"><span style="color: #000000;">14</span></td><td style="width: 184px; border-style: solid; border-color: black;"><span style="color: #000000;">Tipo de estabelecimento destino</span></td><td style="width: 60px; border-style: solid; border-color: black;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black;"><span style="color: #000000;">1</span>

</td><td style="width: 105px; border-style: solid; border-color: black;"><span style="color: #000000;">274(Opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black;"><span style="color: #000000;">C=Comercial; I=Industrial; N=Não contribuinte</span></td></tr></tbody></table>

<span style="color: #000000;">**REGISTRO 505 - DADOS DA NOTA FISCAL  
Tamanho do registro: 320 posições  
Ocorrência: Até 500 por registro 503**</span>

<table cellpadding="7" cellspacing="0" id="bkmrk-n%C2%BA-campo-tipo-tamanh-4" style="height: 1617px;"><tbody><tr style="height: 35px;" valign="top"><td bgcolor="#acb9ca" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Nº**</span>

</td><td bgcolor="#acb9ca" style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Campo**</span>

</td><td bgcolor="#acb9ca" style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Tipo**</span>

</td><td bgcolor="#acb9ca" style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Tamanho**</span>

</td><td bgcolor="#acb9ca" style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Posição**</span>

</td><td bgcolor="#acb9ca" style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Observações/exemplo**</span>

</td></tr><tr style="height: 35px;" valign="top"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">1</span></td><td class="align-left" style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Identificador do registro</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">3</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">001</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">505</span></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">2</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Série da Nota Fiscal</span>

</td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">3</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">004(Opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">3</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Número da Nota</span>

</td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">9</span>

</td><td class="align-center" style="width: 105px; border-style: solid; border-color: black; height: 35px;">007</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">4</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Data de Emissão</span>

</td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">8</span>

</td><td class="align-center" style="width: 105px; border-style: solid; border-color: black; height: 35px;">016</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">5</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Natureza da Mercadoria</span>

</td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">15</span>

</td><td class="align-center" style="width: 105px; border-style: solid; border-color: black; height: 35px;">024</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span></td></tr><tr style="height: 57px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 57px;"><span style="color: #000000;">6</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 57px;"><span style="color: #000000;">Espécie de acondicionamento</span>

</td><td style="width: 60px; border-style: solid; border-color: black; height: 57px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 57px;"><span style="color: #000000;">15</span>

</td><td class="align-center" style="width: 105px; border-style: solid; border-color: black; height: 57px;">039</td><td style="width: 331px; border-style: solid; border-color: black; height: 57px;"><span style="color: #000000;"> </span></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">7</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Código da rota</span>

</td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">7</span>

</td><td class="align-center" style="width: 105px; border-style: solid; border-color: black; height: 35px;">054(Opcional)</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Tabela acordada entre as partes</span></td></tr><tr style="height: 151px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 151px;"><span style="color: #000000;">8</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 151px;"><span style="color: #000000;">Meio de transporte</span>

</td><td style="width: 60px; border-style: solid; border-color: black; height: 151px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 151px;"><span style="color: #000000;">10</span>

</td><td class="align-center" style="width: 105px; border-style: solid; border-color: black; height: 151px;">073(Opcional)</td><td style="width: 331px; border-style: solid; border-color: black; height: 151px;"><span style="color: #000000;">1=Rodoviário</span>

<span style="color: #000000;">2=Aéreo</span>

<span style="color: #000000;">3=Marítimo</span>

<span style="color: #000000;">4=Fluvial</span>

<span style="color: #000000;">5=Ferroviário</span>

<span style="color: #000000;">6=Multimodal</span>

</td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">9</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Tipo do transporte de carga</span>

</td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">1</span>

</td><td class="align-center" style="width: 105px; border-style: solid; border-color: black; height: 35px;">062(Opcional)</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">1=Carga fechada ou 2=Fracionada</span></td></tr><tr style="height: 80px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 80px;"><span style="color: #000000;">10</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 80px;"><span style="color: #000000;">Tipo de carga</span>

</td><td style="width: 60px; border-style: solid; border-color: black; height: 80px;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 80px;"><span style="color: #000000;">1</span>

</td><td class="align-center" style="width: 105px; border-style: solid; border-color: black; height: 80px;">063(Opcional)</td><td style="width: 331px; border-style: solid; border-color: black; height: 80px;"><span style="color: #000000;">1=Fria  
2=Seca</span>

<span style="color: #000000;">3=Mista</span>

</td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">11</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Condição de frete</span>

</td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">1</span>

</td><td class="align-center" style="width: 105px; border-style: solid; border-color: black; height: 35px;">064</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">C=CIF ou F=FOB</span>

</td></tr><tr style="height: 57px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 57px;"><span style="color: #000000;">12</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 57px;"><span style="color: #000000;">Data do embarque das mercadorias</span>

</td><td style="width: 60px; border-style: solid; border-color: black; height: 57px;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 57px;"><span style="color: #000000;">8</span>

</td><td class="align-center" style="width: 105px; border-style: solid; border-color: black; height: 57px;">065(Opcional)</td><td style="width: 331px; border-style: solid; border-color: black; height: 57px;"><span style="color: #000000;"> </span>

</td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">13</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Desdobro</span>

</td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">10</span>

</td><td class="align-center" style="width: 105px; border-style: solid; border-color: black; height: 35px;">073(Opcional)</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Tabela de desdobro do embarcador</span>

</td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">14</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Plano de carga rápida</span>

</td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">1</span>

</td><td class="align-center" style="width: 105px; border-style: solid; border-color: black; height: 35px;">083(Opcional)</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">S=sim ou N=não</span>

</td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">15</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Tipo do documento fiscal</span>

</td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">1</span>

</td><td class="align-center" style="width: 105px; border-style: solid; border-color: black; height: 35px;">084(Opcional)</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span>

</td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">16</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Indicação de bonificação</span>

</td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">1</span>

</td><td class="align-center" style="width: 105px; border-style: solid; border-color: black; height: 35px;">085(Opcional)</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span>

</td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">17</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">CFOP</span>

</td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">4</span>

</td><td class="align-center" style="width: 105px; border-style: solid; border-color: black; height: 35px;">086(Opcional)</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span>

</td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">18</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Sigla do estado do fato gerador</span>

</td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A </span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">2 </span>

</td><td class="align-center" style="width: 105px; border-style: solid; border-color: black; height: 35px;">090(Opcional)</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span>

</td></tr><tr style="height: 57px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 57px;"><span style="color: #000000;">19</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 57px;"><span style="color: #000000;">Calculo de frete diferenciado</span>

</td><td style="width: 60px; border-style: solid; border-color: black; height: 57px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 57px;"><span style="color: #000000;">1</span>

</td><td class="align-center" style="width: 105px; border-style: solid; border-color: black; height: 57px;">092(Opcional)</td><td style="width: 331px; border-style: solid; border-color: black; height: 57px;"><span style="color: #000000;"> </span>

</td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">20</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Tabela de frete</span>

</td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">10</span>

</td><td class="align-center" style="width: 105px; border-style: solid; border-color: black; height: 35px;">093(Opcional)</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span>

</td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">21</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Modalidade de frete</span>

</td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">2</span>

</td><td class="align-center" style="width: 105px; border-style: solid; border-color: black; height: 35px;">103(Opcional)</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span>

</td></tr><tr style="height: 57px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 57px;"><span style="color: #000000;">22</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 57px;"><span style="color: #000000;">Identificação do pedido do cliente</span>

</td><td style="width: 60px; border-style: solid; border-color: black; height: 57px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 57px;"><span style="color: #000000;">20</span>

</td><td class="align-center" style="width: 105px; border-style: solid; border-color: black; height: 57px;">105(Opcional)</td><td style="width: 331px; border-style: solid; border-color: black; height: 57px;"><span style="color: #000000;"> </span>

</td></tr><tr style="height: 80px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 80px;"><span style="color: #000000;">23</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 80px;"><span style="color: #000000;">Numero romaneio, ordem de coleta, resumo de carga (ID de embarque)</span>

</td><td style="width: 60px; border-style: solid; border-color: black; height: 80px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 80px;"><span style="color: #000000;">20</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 80px;">125(Opcional)</td><td style="width: 331px; border-style: solid; border-color: black; height: 80px;"><span style="color: #000000;"> </span>

</td></tr><tr style="height: 57px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 57px;"><span style="color: #000000;">24</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 57px;"><span style="color: #000000;">Número SAP, Shipment, ETC. #1</span>

</td><td style="width: 60px; border-style: solid; border-color: black; height: 57px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 57px;"><span style="color: #000000;">20</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 57px;">145(Opcional)</td><td style="width: 331px; border-style: solid; border-color: black; height: 57px;"><span style="color: #000000;"> </span>

</td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">25</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Outro número SAP #2</span>

</td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">20</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">165(Opcional)</span></td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span>

</td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">26</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Outro número SAP #3</span>

</td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">20</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">185(Opcional)</span></td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span>

</td></tr><tr style="height: 124px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 124px;"><span style="color: #000000;">27</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 124px;"><span style="color: #000000;">Tipo de período de entrega</span>

</td><td style="width: 60px; border-style: solid; border-color: black; height: 124px;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 124px;"><span style="color: #000000;">1</span>

</td><td class="align-center" style="width: 105px; border-style: solid; border-color: black; height: 124px;"><span style="color: #000000;">205</span></td><td style="width: 331px; border-style: solid; border-color: black; height: 124px;"><span style="color: #000000;">0=Sem data de entrega definida</span>

<span style="color: #000000;">1=Na data-campos 27 e 28 são preenchidos</span>

<span style="color: #000000;">2=Até a data-campos 29 e 30 são preenchidos</span>

<span style="color: #000000;">3=A partir--campos 27 e 28 são preenchidos</span>

<span style="color: #000000;">4=Período-campos 27 a 30 preenchidos</span>

</td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">28</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Data inicial de entrega</span>

</td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">8</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">206(Opcional)</span></td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">DDMMAAAA</span>

</td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">29</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Hora inicial de entrega</span>

</td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">4</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">214(Opcional)</span></td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">HHMM</span>

</td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">30</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Data final de entrega</span>

</td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">8</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">218(Opcional)</span></td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">DDMMAAAA</span>

</td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">31</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Hora final de entrega</span>

</td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">4</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">226(Opcional)</span></td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">HHMM</span>

</td></tr><tr style="height: 57px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 57px;"><span style="color: #000000;">32</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 57px;"><span style="color: #000000;">Código numérico da chave de acesso da NFe</span>

</td><td style="width: 60px; border-style: solid; border-color: black; height: 57px;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 57px;"><span style="color: #000000;">9</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 57px;"><span style="color: #000000;">230(Opcional)</span></td><td style="width: 331px; border-style: solid; border-color: black; height: 57px;"><span style="color: #000000;"> </span>

</td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">33</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Chave de acesso</span>

</td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">45</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">239(Opcional)</span></td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span>

</td></tr><tr><td class="align-center" style="width: 43px; border-style: solid; border-color: black;"><span style="color: #000000;">34</span></td><td style="width: 184px; border-style: solid; border-color: black;"><span style="color: #000000;">Número do protocolo NFe</span>

</td><td style="width: 60px; border-style: solid; border-color: black;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black;"><span style="color: #000000;">15</span>

</td><td style="width: 105px; border-style: solid; border-color: black;"><span style="color: #000000;">284(Opcional)</span></td><td style="width: 331px; border-style: solid; border-color: black;"><span style="color: #000000;"> </span>

</td></tr><tr><td class="align-center" style="width: 43px; border-style: solid; border-color: black;"><span style="color: #000000;">35</span></td><td style="width: 184px; border-style: solid; border-color: black;"><span style="color: #000000;">Ação do documento</span>

</td><td style="width: 60px; border-style: solid; border-color: black;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black;"><span style="color: #000000;">1</span>

</td><td style="width: 105px; border-style: solid; border-color: black;"><span style="color: #000000;">299(Opcional)</span></td><td style="width: 331px; border-style: solid; border-color: black;"><span style="color: #000000;"> </span>

</td></tr></tbody></table>

<span style="color: #000000;">**REGISTRO 506 - VALORES DA NOTA FISCAL  
Tamanho do registro: 320 posições  
Ocorrência: 1 por registro 505**</span>

<table cellpadding="7" cellspacing="0" id="bkmrk-n%C2%BA-campo-tipo-tamanh-5" style="height: 665px;"><tbody><tr style="height: 35px;" valign="top"><td bgcolor="#acb9ca" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Nº**</span>

</td><td bgcolor="#acb9ca" style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Campo**</span>

</td><td bgcolor="#acb9ca" style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Tipo**</span>

</td><td bgcolor="#acb9ca" style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Tamanho**</span>

</td><td bgcolor="#acb9ca" style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Posição**</span>

</td><td bgcolor="#acb9ca" style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Observações/exemplo**</span>

</td></tr><tr style="height: 35px;" valign="top"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">1</span></td><td class="align-left" style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Identificador do registro</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">3</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">001</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">506</span>

</td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">2</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Qtde total de volumes</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">8</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">004</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span>

</td></tr><tr style="height: 49px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">3</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">Peso bruto total da mercadoria</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">8</span>

</td><td style="width: 105px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">012</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;"> </span>

</td></tr><tr style="height: 49px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">4</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">Peso liquido total da mercadoria</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">N</span>

</td><td class="align-center" style="width: 79px; border-style: solid; border-color: black; height: 49px;">8</td><td style="width: 105px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">021(Opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;"> </span>

</td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">5</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Peso densidade/m³</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">N</span>

</td><td class="align-center" style="width: 79px; border-style: solid; border-color: black; height: 35px;">10</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">030(Opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span>

</td></tr><tr style="height: 49px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">6</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">Peso cubado (Vol X Densidade)</span></td><td class="align-center" style="width: 60px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">N</span>

</td><td class="align-center" style="width: 79px; border-style: solid; border-color: black; height: 49px;">10</td><td style="width: 105px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">040(Opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">Metros cúbicos multiplicado pela densidade</span>

</td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">7</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Incidência de ICMS</span></td><td class="align-center" style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td class="align-center" style="width: 79px; border-style: solid; border-color: black; height: 35px;">1</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">050</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">S=Sim; N=Não; I=Isento</span>

</td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">8</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Seguro já efetuado</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td class="align-center" style="width: 79px; border-style: solid; border-color: black; height: 35px;">1</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">051</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">S=Sim; N=Não</span>

</td></tr><tr style="height: 49px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">9</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">Valor a ser cobrado do cliente</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">N</span>

</td><td class="align-center" style="width: 79px; border-style: solid; border-color: black; height: 49px;">15</td><td style="width: 105px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">052(Opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;"> </span>

</td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">10</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Valor total da nota</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">N</span>

</td><td class="align-center" style="width: 79px; border-style: solid; border-color: black; height: 35px;">15</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">067</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span>

</td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">11</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Valor total do seguro</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">N</span>

</td><td class="align-center" style="width: 79px; border-style: solid; border-color: black; height: 35px;">15</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">082(Opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span>

</td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">12</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Valor total do desconto</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">N</span>

</td><td class="align-center" style="width: 79px; border-style: solid; border-color: black; height: 35px;">15</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">097(Opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span>

</td></tr><tr style="height: 49px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">13</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">Valor total outras despesas acessórias</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">N</span>

</td><td class="align-center" style="width: 79px; border-style: solid; border-color: black; height: 49px;">15</td><td style="width: 105px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">112(Opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;"> </span>

</td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">14</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Base de calculo ICMS</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">N</span>

</td><td class="align-center" style="width: 79px; border-style: solid; border-color: black; height: 35px;">15</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">127(Opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span>

</td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">15</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Valor total do ICMS</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">N</span>

</td><td class="align-center" style="width: 79px; border-style: solid; border-color: black; height: 35px;">15</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">142(Opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span>

</td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">16</span></td><td style="width: 184px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> Base de calculo ST ICMS</span></td><td style="width: 60px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> N</span>

</td><td class="align-center" style="width: 79px; border-style: solid; border-color: black; height: 35px;">15</td><td style="width: 105px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">157(Opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span>

</td></tr><tr><td class="align-center" style="width: 43px; border-style: solid; border-color: black;"><span style="color: #000000;">17</span></td><td style="width: 184px; border-style: solid; border-color: black;"><span style="color: #000000;">Valor total do ICMS ST</span></td><td style="width: 60px; border-style: solid; border-color: black;"><span style="color: #000000;">N</span>

</td><td class="align-center" style="width: 79px; border-style: solid; border-color: black;">15</td><td style="width: 105px; border-style: solid; border-color: black;"><span style="color: #000000;">172(Opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black;"><span style="color: #000000;"> </span>

</td></tr><tr><td class="align-center" style="width: 43px; border-style: solid; border-color: black;"><span style="color: #000000;">18</span></td><td style="width: 184px; border-style: solid; border-color: black;"><span style="color: #000000;">Valor do ICMS Retido</span></td><td style="width: 60px; border-style: solid; border-color: black;"><span style="color: #000000;">N</span>

</td><td class="align-center" style="width: 79px; border-style: solid; border-color: black;">15</td><td style="width: 105px; border-style: solid; border-color: black;"><span style="color: #000000;">187(Opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black;"><span style="color: #000000;"> </span>

</td></tr><tr><td class="align-center" style="width: 43px; border-style: solid; border-color: black;"><span style="color: #000000;">19</span></td><td style="width: 184px; border-style: solid; border-color: black;"><span style="color: #000000;">Valor total do Imposto de Importação</span></td><td style="width: 60px; border-style: solid; border-color: black;">N

</td><td class="align-center" style="width: 79px; border-style: solid; border-color: black;">15</td><td style="width: 105px; border-style: solid; border-color: black;"><span style="color: #000000;">202(Opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black;"><span style="color: #000000;"> </span>

</td></tr><tr><td class="align-center" style="width: 43px; border-style: solid; border-color: black;"><span style="color: #000000;">20</span></td><td class="align-left" style="width: 184px; border-style: solid; border-color: black;"><span style="color: #000000;">Valor total do IPI</span></td><td class="align-center" style="width: 60px; border-style: solid; border-color: black;"><span style="color: #000000;">N</span>

</td><td class="align-center" style="width: 79px; border-style: solid; border-color: black;"><span style="color: #000000;">15</span></td><td class="align-center" style="width: 105px; border-style: solid; border-color: black;"><span style="color: #000000;">217(Opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black;"><span style="color: #000000;"> </span>

</td></tr><tr><td class="align-center" style="width: 43px; border-style: solid; border-color: black;"><span style="color: #000000;">21</span></td><td class="align-left" style="width: 184px; border-style: solid; border-color: black;"><span style="color: #000000;">Valor total do PIS</span></td><td class="align-center" style="width: 60px; border-style: solid; border-color: black;"><span style="color: #000000;">N</span>

</td><td class="align-center" style="width: 79px; border-style: solid; border-color: black;"><span style="color: #000000;">15</span></td><td class="align-center" style="width: 105px; border-style: solid; border-color: black;"><span style="color: #000000;">232(Opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black;"><span style="color: #000000;"> </span>

</td></tr><tr><td class="align-center" style="width: 43px; border-style: solid; border-color: black;"><span style="color: #000000;">22</span></td><td class="align-left" style="width: 184px; border-style: solid; border-color: black;"><span style="color: #000000;">Valor total do COFINS</span></td><td class="align-center" style="width: 60px; border-style: solid; border-color: black;"><span style="color: #000000;">N</span>

</td><td class="align-center" style="width: 79px; border-style: solid; border-color: black;"><span style="color: #000000;">15</span></td><td class="align-center" style="width: 105px; border-style: solid; border-color: black;"><span style="color: #000000;">247(Opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black;"><span style="color: #000000;"> </span>

</td></tr><tr><td class="align-center" style="width: 43px; border-style: solid; border-color: black;"><span style="color: #000000;">23</span></td><td class="align-left" style="width: 184px; border-style: solid; border-color: black;"><span style="color: #000000;">Valor calculado do frete</span></td><td class="align-center" style="width: 60px; border-style: solid; border-color: black;"><span style="color: #000000;">N</span>

</td><td class="align-center" style="width: 79px; border-style: solid; border-color: black;"><span style="color: #000000;">15</span></td><td class="align-center" style="width: 105px; border-style: solid; border-color: black;"><span style="color: #000000;">262(Opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black;"><span style="color: #000000;"> </span>

</td></tr><tr><td class="align-center" style="width: 43px; border-style: solid; border-color: black;"><span style="color: #000000;">24</span></td><td class="align-left" style="width: 184px; border-style: solid; border-color: black;"><span style="color: #000000;">Valor total do ICMS do frete</span></td><td class="align-center" style="width: 60px; border-style: solid; border-color: black;"><span style="color: #000000;">N</span>

</td><td class="align-center" style="width: 79px; border-style: solid; border-color: black;"><span style="color: #000000;">14</span></td><td class="align-center" style="width: 105px; border-style: solid; border-color: black;"><span style="color: #000000;">277(Opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black;"><span style="color: #000000;"> </span>

</td></tr><tr><td class="align-center" style="width: 43px; border-style: solid; border-color: black;"><span style="color: #000000;">25</span></td><td class="align-left" style="width: 184px; border-style: solid; border-color: black;"><span style="color: #000000;">Valor total ICMS-SUBST do frete</span></td><td class="align-center" style="width: 60px; border-style: solid; border-color: black;"><span style="color: #000000;">N</span>

</td><td class="align-center" style="width: 79px; border-style: solid; border-color: black;"><span style="color: #000000;">14</span></td><td class="align-center" style="width: 105px; border-style: solid; border-color: black;"><span style="color: #000000;">290(Opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black;"><span style="color: #000000;"> </span>

</td></tr><tr><td class="align-center" style="width: 43px; border-style: solid; border-color: black;"><span style="color: #000000;">26</span></td><td class="align-left" style="width: 184px; border-style: solid; border-color: black;"><span style="color: #000000;">Valor total do ISS do frete</span></td><td class="align-center" style="width: 60px; border-style: solid; border-color: black;"><span style="color: #000000;">N</span>

</td><td class="align-center" style="width: 79px; border-style: solid; border-color: black;"><span style="color: #000000;">14</span></td><td class="align-center" style="width: 105px; border-style: solid; border-color: black;"><span style="color: #000000;">303(Opcional)</span>

</td><td style="width: 331px; border-style: solid; border-color: black;"><span style="color: #000000;"> </span>

</td></tr></tbody></table>

<span style="color: #000000;">**REGISTRO 507 - CÁLCULO DO FRETE (Opcional) Campo opcional, não será informado.**</span>

<span style="color: #000000;">**REGISTRO 508 - DADOS DE IDENTIFICAÇÃO DA CARGA (Opcional)  
Campo opcional, não será informado.**</span>

<span style="color: #000000;">**REGISTRO 509 - DADOS DE ENTREGA CASA/REDESPACHO (Opcional)  
Campo opcional, não será informado.**</span>

<span style="color: #000000;">**REGISTRO 511 (salto proposital do REG 509 para o 511)- ITEM DA NOTA FISCAL (Opcional)  
Campo opcional, não será informado.**</span>

<span style="color: #000000;">**REGISTRO 513 (salto proposital do REG 511 para o 513)- DADOS DO CONSIGNATÁRIO DA NOTA (Opcional)  
Campo opcional, não será informado.**</span>

<span style="color: #000000;">**REGISTRO 514 - DADOS DE REDESPACHO DA NOTA (Opcional)  
Campo opcional, não será informado.**</span>

<span style="color: #000000;">**REGISTRO 515 - DADOS DO RESPONSÁVEL DO FRETE (Opcional)  
Campo opcional, não será informado.**</span>

<span style="color: #000000;">**REGISTRO 519 - TOTAIS DO ARQUIVO Tamanho do registro: 320 posições Ocorrência: 1 para cada registro 500**</span>

<table cellpadding="7" cellspacing="0" id="bkmrk-n%C2%BA-campo-tipo-tamanh-6"><tbody><tr valign="top"><td bgcolor="#acb9ca" style="width: 40px; border-style: solid; border-color: black;"><span style="color: #000000;">**Nº**</span>

</td><td bgcolor="#acb9ca" style="width: 138px; border-style: solid; border-color: black;"><span style="color: #000000;">**Campo**</span>

</td><td bgcolor="#acb9ca" style="width: 64px; border-style: solid; border-color: black;"><span style="color: #000000;">**Tipo**</span>

</td><td bgcolor="#acb9ca" style="width: 81px; border-style: solid; border-color: black;"><span style="color: #000000;">**Tamanho**</span>

</td><td bgcolor="#acb9ca" style="width: 145px; border-style: solid; border-color: black;"><span style="color: #000000;">**Posição**</span>

</td><td bgcolor="#acb9ca" style="width: 341px; border-style: solid; border-color: black;"><span style="color: #000000;">**Observações/exemplo**</span>

</td></tr><tr valign="top"><td class="align-center" style="width: 40px; border-style: solid; border-color: black;"><span style="color: #000000;">1</span></td><td class="align-left" style="width: 138px; border-style: solid; border-color: black;"><span style="color: #000000;">Identificador do registro</span></td><td style="width: 64px; border-style: solid; border-color: black;"><span style="color: #000000;">N</span>

</td><td style="width: 81px; border-style: solid; border-color: black;"><span style="color: #000000;">3</span>

</td><td style="width: 145px; border-style: solid; border-color: black;"><span style="color: #000000;">001</span>

</td><td style="width: 341px; border-style: solid; border-color: black;"><span style="color: #000000;">519</span></td></tr><tr><td class="align-center" style="width: 40px; border-style: solid; border-color: black;"><span style="color: #000000;">2</span></td><td style="width: 138px; border-style: solid; border-color: black;"><span style="color: #000000;">Valor total das notas fiscais</span></td><td style="width: 64px; border-style: solid; border-color: black;"><span style="color: #000000;">N</span>

</td><td style="width: 81px; border-style: solid; border-color: black;"><span style="color: #000000;">15</span>

</td><td style="width: 145px; border-style: solid; border-color: black;"><span style="color: #000000;">004</span>

</td><td style="width: 341px; border-style: solid; border-color: black;"><span style="color: #000000;">Valor sem sinal da diferença, se houver.</span>

<span style="color: #000000;">Por se tratar de valor, 13 posições são pro valor antes da virgula, e 2 casas pro valor decimal. Somando 15 posições.</span>

</td></tr><tr><td class="align-center" style="width: 40px; border-style: solid; border-color: black;"><span style="color: #000000;">3</span></td><td style="width: 138px; border-style: solid; border-color: black;"><span style="color: #000000;">Peso bruto total das notas fiscais</span></td><td style="width: 64px; border-style: solid; border-color: black;"><span style="color: #000000;">N</span>

</td><td style="width: 81px; border-style: solid; border-color: black;"><span style="color: #000000;">15</span>

</td><td style="width: 145px; border-style: solid; border-color: black;"><span style="color: #000000;">019</span>

</td><td style="width: 341px; border-style: solid; border-color: black;"><span style="color: #000000;">Valor sem sinal da diferença, se houver.</span>

<span style="color: #000000;">Por se tratar de valor, 13 posições são pro valor antes da virgula, e 2 casas pro valor decimal. Somando 15 posições.</span>

</td></tr><tr><td class="align-center" style="width: 40px; border-style: solid; border-color: black;"><span style="color: #000000;">4</span></td><td style="width: 138px; border-style: solid; border-color: black;"><span style="color: #000000;">Quantidade total de volumes</span></td><td style="width: 64px; border-style: solid; border-color: black;"><span style="color: #000000;">N</span>

</td><td style="width: 81px; border-style: solid; border-color: black;"><span style="color: #000000;">15</span>

</td><td style="width: 145px; border-style: solid; border-color: black;"><span style="color: #000000;">034</span>

</td><td style="width: 341px; border-style: solid; border-color: black;"><span style="color: #000000;">Valor sem sinal da diferença, se houver.</span>

<span style="color: #000000;">Por se tratar de valor, 13 posições são pro valor antes da virgula, e 2 casas pro valor decimal. Somando 15 posições.</span>

</td></tr><tr><td class="align-center" style="width: 40px; border-style: solid; border-color: black;"><span style="color: #000000;">5</span></td><td style="width: 138px; border-style: solid; border-color: black;"><span style="color: #000000;">Número de notas</span></td><td style="width: 64px; border-style: solid; border-color: black;"><span style="color: #000000;">N</span>

</td><td style="width: 81px; border-style: solid; border-color: black;"><span style="color: #000000;">10</span>

</td><td style="width: 145px; border-style: solid; border-color: black;"><span style="color: #000000;">049(Opcional)</span>

</td><td style="width: 341px; border-style: solid; border-color: black;"><span style="color: #000000;"> </span>

</td></tr></tbody></table>

# 2. CONEMB



# PROC001 Opção CONEMB

#### ***Protótipo de tela:***

[![image-1662385718953.png](https://docs.softensistemas.com.br/uploads/images/gallery/2022-09/scaled-1680-/image-1662385718953.png)](https://docs.softensistemas.com.br/uploads/images/gallery/2022-09/image-1662385718953.png)

#### ***Descrição dos campos:***

<table cellpadding="7" cellspacing="0" id="bkmrk-campo-tipo-tamanho-o" width="974"><tbody><tr valign="top"><td bgcolor="#acb9ca" style="border-style: solid; border-color: black;"><span style="color: #000000;">**Campo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black;"><span style="color: #000000;">**Tipo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black;"><span style="color: #000000;">**Tamanho**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black;"><span style="color: #000000;">**Obrigatório?**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black;"><span style="color: #000000;">**Máscara**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black;"><span style="color: #000000;">**Observações**</span>

</td></tr><tr valign="top"><td class="align-center" style="border-style: solid; border-color: black;"><span style="color: #000000;">Período</span></td><td class="align-center" style="border-style: solid; border-color: black;"><span style="color: #000000;">Data</span></td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">-</span>

</td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">Sim</span>

</td><td style="border-style: solid; border-color: black;"></td><td style="border-style: solid; border-color: black;"> </td></tr><tr><td class="align-center" style="border-style: solid; border-color: black;"><span style="color: #000000;">Cliente</span></td><td class="align-center" style="border-style: solid; border-color: black;"><span style="color: #000000;">Texto</span></td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">-</span>

</td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">Sim</span>

</td><td style="border-style: solid; border-color: black;"></td><td style="border-style: solid; border-color: black;"> </td></tr><tr><td class="align-center" style="border-style: solid; border-color: black;"><span style="color: #000000;">Listagem lançamentos</span></td><td class="align-center" style="border-style: solid; border-color: black;"><span style="color: #000000;">ListBox</span></td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">-</span>

</td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">-</span>

</td><td style="border-style: solid; border-color: black;"></td><td style="border-style: solid; border-color: black;"></td></tr></tbody></table>

#### ***Regras de interface:***

<span style="color: #000000;">**1. Colunas da listagem:**</span>

<span style="color: #000000;">**1.1 Número do documento:** Deve indicar na tela o número do CTe autorizado no sistema.</span>

<span style="color: #000000;">**1.2 Data de emissão:** Deve constar a data de emissão do CTe.</span>

<span style="color: #000000;">**1.3 Destinatário:** Deve constar o nome do destinatário do documento.</span>

<span style="color: #000000;">**1.4 Valor:** Deve constar o valor do documento.</span>

<span style="color: #000000;">**2.** A ListBox só deve ser preenchida quando um período e um cliente forem preenchidos.</span>

#### <span style="color: #000000;">***Regras de negócio:***</span>

<span style="color: #000000;">**1.** A ListBox só deve ser preenchida quando um período e um cliente forem preenchidos.</span>

<span style="color: #000000;">**2. Exportar:** Vai enviar as informações para o serviço. O retorno do serviço deve abrir uma dialog, contendo o retorno:</span>

[![image-1659450951260.png](https://docs.softensistemas.com.br/uploads/images/gallery/2022-08/scaled-1680-/image-1659450951260.png)](https://docs.softensistemas.com.br/uploads/images/gallery/2022-08/image-1659450951260.png)

#### <span style="color: #000000;">***Questões Técnicas:***</span>

<span style="color: #000000;">**1.** Os dados da listagem devem ser consultados da tabelas FATURAMENTO\_CTe e EDI\_Notfis na base de dados.</span>

<span style="color: #000000;">**2.** A formatação do arquivo DOCCOB consta no **PROC002 Estrutura do arquivo gerado**.</span>

# PROC002 Estrutura do arquivo gerado

#### <span style="color: #000000;">***Regras de negócio:***</span>

<div id="bkmrk-1.-alguns-registros-"><div><svg class="svg-icon" data-icon="link" role="presentation" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"></svg><div><span style="color: #000000;">**1.** Alguns registros opcionais não serão gerados pelo sistema.</span></div></div></div><span style="color: #000000;">**2.** Alguns campos opcionais dentro dos registros não serão gerados. Estes campos estarão tachados (<span style="text-decoration: line-through;">abcde</span>), pois deve ser reservado a posição deles no momento de gerar o arquivo.</span>

#### ***Questões técnicas:***

<span style="color: #000000;">**1.** Os dados devem ser consultados a partir das tabelas</span>

<span style="color: #000000;">**REGISTRO 000 - CABEÇALHO DE INTERCAMBIO.**   
**Tamanho do registro: 280 posições**  
**Ocorrência: 1 por arquivo**</span>

<table cellpadding="7" cellspacing="0" class=" align-center" id="bkmrk-campo-tipo-tamanho-o" style="width: 835px;"><tbody><tr valign="top"><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 34px;"><span style="color: #000000;">**Nº**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 193px;"><span style="color: #000000;">**Campo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 55px;"><span style="color: #000000;">**Tipo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 78px;"><span style="color: #000000;">**Tamanho**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 72px;"><span style="color: #000000;">**Posição**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 403px;"><span style="color: #000000;">**Observações/exemplo**</span>

</td></tr><tr valign="top"><td class="align-center" style="border-style: solid; border-color: black; width: 34px;"><span style="color: #000000;">1</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 193px;"><span style="color: #000000;">Identificador do registro</span></td><td style="border-style: solid; border-color: black; width: 55px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 78px;"><span style="color: #000000;">3</span>

</td><td style="border-style: solid; border-color: black; width: 72px;"><span style="color: #000000;">001</span>

</td><td style="border-style: solid; border-color: black; width: 403px;"><span style="color: #000000;">000</span></td></tr><tr><td class="align-center" style="border-style: solid; border-color: black; width: 34px;"><span style="color: #000000;">2</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 193px;"><span style="color: #000000;">ID do remetente</span></td><td style="border-style: solid; border-color: black; width: 55px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 78px;"><span style="color: #000000;">35</span>

</td><td style="border-style: solid; border-color: black; width: 72px;"><span style="color: #000000;">004</span>

</td><td class="align-left" style="border-style: solid; border-color: black; width: 403px;"><span style="color: #000000;">Nome do transportador (emissor EDI)</span></td></tr><tr><td class="align-center" style="border-style: solid; border-color: black; width: 34px;"><span style="color: #000000;">3</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 193px;"><span style="color: #000000;">ID do destinatário</span></td><td style="border-style: solid; border-color: black; width: 55px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 78px;"><span style="color: #000000;">35</span>

</td><td style="border-style: solid; border-color: black; width: 72px;"><span style="color: #000000;">039</span>

</td><td style="border-style: solid; border-color: black; width: 403px;"><span style="color: #000000;">Nome do tomador (cliente)</span>

</td></tr><tr><td class="align-center" style="border-style: solid; border-color: black; width: 34px;"><span style="color: #000000;">4</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 193px;"><span style="color: #000000;">Data</span></td><td style="border-style: solid; border-color: black; width: 55px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 78px;"><span style="color: #000000;">6</span>

</td><td style="border-style: solid; border-color: black; width: 72px;"><span style="color: #000000;">074</span>

</td><td style="border-style: solid; border-color: black; width: 403px;"></td></tr><tr><td class="align-center" style="border-style: solid; border-color: black; width: 34px;"><span style="color: #000000;">5</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 193px;"><span style="color: #000000;">Hora</span></td><td style="border-style: solid; border-color: black; width: 55px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 78px;"><span style="color: #000000;">4</span>

</td><td style="border-style: solid; border-color: black; width: 72px;"><span style="color: #000000;">080</span>

</td><td style="border-style: solid; border-color: black; width: 403px;"></td></tr><tr><td class="align-center" style="border-style: solid; border-color: black; width: 34px;"><span style="color: #000000;">6</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 193px;"><span style="color: #000000;">Identificação do intercambio</span></td><td style="border-style: solid; border-color: black; width: 55px;"><span style="color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black; width: 78px;"><span style="color: #000000;">12</span>

</td><td style="border-style: solid; border-color: black; width: 72px;"><span style="color: #000000;">084</span>

</td><td style="border-style: solid; border-color: black; width: 403px;"></td></tr></tbody></table>

<span style="color: #000000;">**REGISTRO 520 - CABEÇALHO DO DOCUMENTO.**   
**Tamanho do registro: 350 posições**  
**Ocorrência: até 200 para cada reg. 000**</span>

<table cellpadding="7" cellspacing="0" class=" align-center" id="bkmrk-n%C2%BA-campo-tipo-tamanh" style="width: 836px;"><tbody><tr valign="top"><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 46px;"><span style="color: #000000;">**Nº**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 179px;"><span style="color: #000000;">**Campo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 56px;"><span style="color: #000000;">**Tipo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 96px;"><span style="color: #000000;">**Tamanho**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 73px;"><span style="color: #000000;">**Posição**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 386px;"><span style="color: #000000;">**Observações/exemplo**</span>

</td></tr><tr valign="top"><td class="align-center" style="border-style: solid; border-color: black; width: 46px;"><span style="color: #000000;">1</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 179px;"><span style="color: #000000;">Identificador do registro</span></td><td style="border-style: solid; border-color: black; width: 56px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 96px;"><span style="color: #000000;">3</span>

</td><td style="border-style: solid; border-color: black; width: 73px;"><span style="color: #000000;">001</span>

</td><td style="border-style: solid; border-color: black; width: 386px;"><span style="color: #000000;">520</span>

</td></tr><tr><td style="border-style: solid; border-color: black; width: 46px;"><span style="color: #000000;">2</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 179px;"><span style="color: #000000;">Identificação do documento</span></td><td style="border-style: solid; border-color: black; width: 56px;"><span style="color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black; width: 96px;"><span style="color: #000000;">14</span>

</td><td style="border-style: solid; border-color: black; width: 73px;"><span style="color: #000000;">004</span>

</td><td style="border-style: solid; border-color: black; width: 386px;"><span style="color: #000000;">Sugestão "CONHEC50DDMMSSS"</span>

<span style="color: #000000;">"CONHE50"=Constante CONHEcimento +Versão 5.0</span>

<span style="color: #000000;">"DDMM"=DIA/MES</span>

<span style="color: #000000;">"SSS"=Sequencia de 001 a 999</span>

</td></tr></tbody></table>

<span style="color: #000000;">**REGISTRO 521 - DADOS DA TRANSPORTADORA .**   
**Tamanho do registro: 350 posições**  
**Ocorrência: 1 para cada reg. 520**</span>

<table cellpadding="7" cellspacing="0" class=" align-center" id="bkmrk-n%C2%BA-campo-tipo-tamanh-0" style="width: 834px; height: 140px;"><tbody><tr style="height: 35px;" valign="top"><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 46px; height: 35px;"><span style="color: #000000;">**Nº**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 179px; height: 35px;"><span style="color: #000000;">**Campo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 56px; height: 35px;"><span style="color: #000000;">**Tipo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 96px; height: 35px;"><span style="color: #000000;">**Tamanho**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 73px; height: 35px;"><span style="color: #000000;">**Posição**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 384px; height: 35px;"><span style="color: #000000;">**Observações/exemplo**</span>

</td></tr><tr style="height: 35px;" valign="top"><td class="align-center" style="border-style: solid; border-color: black; width: 46px; height: 35px;"><span style="color: #000000;">1</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 179px; height: 35px;"><span style="color: #000000;">Identificador do registro</span></td><td style="border-style: solid; border-color: black; width: 56px; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 96px; height: 35px;"><span style="color: #000000;">3</span>

</td><td style="border-style: solid; border-color: black; width: 73px; height: 35px;"><span style="color: #000000;">001</span>

</td><td style="border-style: solid; border-color: black; width: 384px; height: 35px;"><span style="color: #000000;">521</span>

</td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 46px; height: 35px;"><span style="color: #000000;">2</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 179px; height: 35px;"><span style="color: #000000;">CNPJ da transportadora</span></td><td style="border-style: solid; border-color: black; width: 56px; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 96px; height: 35px;"><span style="color: #000000;">14</span>

</td><td style="border-style: solid; border-color: black; width: 73px; height: 35px;"><span style="color: #000000;">004</span>

</td><td style="border-style: solid; border-color: black; width: 384px; height: 35px;">SEM PONTOS E BARRA</td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 46px; height: 35px;"><span style="color: #000000;">3</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 179px; height: 35px;"><span style="color: #000000;">Nome da transportadora</span></td><td style="border-style: solid; border-color: black; width: 56px; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black; width: 96px; height: 35px;"><span style="color: #000000;">50</span>

</td><td style="border-style: solid; border-color: black; width: 73px; height: 35px;"><span style="color: #000000;">018</span>

</td><td style="border-style: solid; border-color: black; width: 384px; height: 35px;"> </td></tr></tbody></table>

<span style="color: #000000;">**REGISTRO 522 - CONHECIMENTOS EMBARCADOS.**   
**Tamanho do registro: 350 posições**  
**Ocorrência: Até 5.000 para cada reg. 521**</span>

<table cellpadding="7" cellspacing="0" class=" align-center" id="bkmrk-n%C2%BA-campo-tipo-tamanh-1" style="width: 838px; height: 1555px;"><tbody><tr style="height: 35px;" valign="top"><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 46px; height: 35px;"><span style="color: #000000;">**Nº**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 179px; height: 35px;"><span style="color: #000000;">**Campo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 56px; height: 35px;"><span style="color: #000000;">**Tipo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 96px; height: 35px;"><span style="color: #000000;">**Tamanho**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 161px; height: 35px;"><span style="color: #000000;">**Posição**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 300px; height: 35px;"><span style="color: #000000;">**Observações/exemplo**</span>

</td></tr><tr style="height: 35px;" valign="top"><td class="align-center" style="border-style: solid; border-color: black; width: 46px; height: 35px;"><span style="color: #000000;">1</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 179px; height: 35px;"><span style="color: #000000;">Identificador do registro</span></td><td style="border-style: solid; border-color: black; width: 56px; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 96px; height: 35px;"><span style="color: #000000;">3</span>

</td><td style="border-style: solid; border-color: black; width: 161px; height: 35px;"><span style="color: #000000;">001</span>

</td><td style="border-style: solid; border-color: black; width: 300px; height: 35px;"><span style="color: #000000;">522</span>

</td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 46px; height: 35px;"><span style="color: #000000;">2</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 179px; height: 35px;"><span style="color: #000000;">Filial emissora do CTe</span></td><td style="border-style: solid; border-color: black; width: 56px; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black; width: 96px; height: 35px;"><span style="color: #000000;">10</span>

</td><td style="border-style: solid; border-color: black; width: 161px; height: 35px;"><span style="color: #000000;">004</span>

</td><td style="border-style: solid; border-color: black; width: 300px; height: 35px;"> </td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 46px; height: 35px;"><span style="color: #000000;">3</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 179px; height: 35px;"><span style="color: #000000;">Serie do CTe</span></td><td style="border-style: solid; border-color: black; width: 56px; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black; width: 96px; height: 35px;"><span style="color: #000000;">5</span>

</td><td style="border-style: solid; border-color: black; width: 161px; height: 35px;"><span style="color: #000000;">014</span>

</td><td style="border-style: solid; border-color: black; width: 300px; height: 35px;"> </td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 46px; height: 35px;"><span style="color: #000000;">4</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 179px; height: 35px;"><span style="color: #000000;">Numero do CTe</span></td><td style="border-style: solid; border-color: black; width: 56px; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black; width: 96px; height: 35px;"><span style="color: #000000;">12</span>

</td><td style="border-style: solid; border-color: black; width: 161px; height: 35px;"><span style="color: #000000;">019</span>

</td><td style="border-style: solid; border-color: black; width: 300px; height: 35px;"> </td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 46px; height: 35px;"><span style="color: #000000;">5</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 179px; height: 35px;"><span style="color: #000000;">Data emissão CTe</span></td><td style="border-style: solid; border-color: black; width: 56px; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 96px; height: 35px;"><span style="color: #000000;">8</span>

</td><td style="border-style: solid; border-color: black; width: 161px; height: 35px;"><span style="color: #000000;">031</span>

</td><td style="border-style: solid; border-color: black; width: 300px; height: 35px;">DDMMAAAA</td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 46px; height: 35px;"><span style="color: #000000;">6</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 179px; height: 35px;"><span style="color: #000000;">Condição de Frete</span></td><td style="border-style: solid; border-color: black; width: 56px; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black; width: 96px; height: 35px;"><span style="color: #000000;">1</span>

</td><td style="border-style: solid; border-color: black; width: 161px; height: 35px;"><span style="color: #000000;">039</span>

</td><td style="border-style: solid; border-color: black; width: 300px; height: 35px;"> </td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 46px; height: 35px;"><span style="color: #000000;">7</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 179px; height: 35px;"><span style="color: #000000;">CNPJ do local/filial do CTe</span></td><td style="border-style: solid; border-color: black; width: 56px; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 96px; height: 35px;"><span style="color: #000000;">14</span>

</td><td style="border-style: solid; border-color: black; width: 161px; height: 35px;"><span style="color: #000000;">040</span>

</td><td style="border-style: solid; border-color: black; width: 300px; height: 35px;">CNPJ da transportadora</td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 46px; height: 35px;"><span style="color: #000000;">8</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 179px; height: 35px;"><span style="color: #000000;">CNPJ do emissor da NF</span></td><td style="border-style: solid; border-color: black; width: 56px; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 96px; height: 35px;"><span style="color: #000000;">14</span>

</td><td style="border-style: solid; border-color: black; width: 161px; height: 35px;"><span style="color: #000000;">054</span>

</td><td style="border-style: solid; border-color: black; width: 300px; height: 35px;"> </td></tr><tr style="height: 49px;"><td style="border-style: solid; border-color: black; width: 46px; height: 49px;"><span style="color: #000000;">9</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 179px; height: 49px;"><span style="color: #000000;">CNPJ do destino do CTe de devolução</span></td><td style="border-style: solid; border-color: black; width: 56px; height: 49px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 96px; height: 49px;"><span style="color: #000000;">14</span>

</td><td style="border-style: solid; border-color: black; width: 161px; height: 49px;"><span style="color: #000000;">068(opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 300px; height: 49px;"> </td></tr><tr style="height: 49px;"><td style="border-style: solid; border-color: black; width: 46px; height: 49px;"><span style="color: #000000;">10</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 179px; height: 49px;"><span style="color: #000000;">CNPJ do destinatário das notas do CTe</span></td><td style="border-style: solid; border-color: black; width: 56px; height: 49px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 96px; height: 49px;"><span style="color: #000000;">14</span>

</td><td style="border-style: solid; border-color: black; width: 161px; height: 49px;"><span style="color: #000000;">082(opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 300px; height: 49px;"> </td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 46px; height: 35px;"><span style="color: #000000;">11</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 179px; height: 35px;"><span style="color: #000000;">CNPJ do consignatário</span></td><td style="border-style: solid; border-color: black; width: 56px; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 96px; height: 35px;"><span style="color: #000000;">14</span>

</td><td style="border-style: solid; border-color: black; width: 161px; height: 35px;"><span style="color: #000000;">096(opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 300px; height: 35px;"> </td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 46px; height: 35px;"><span style="color: #000000;">12</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 179px; height: 35px;"><span style="color: #000000;">CFOP</span></td><td style="border-style: solid; border-color: black; width: 56px; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black; width: 96px; height: 35px;"><span style="color: #000000;">5</span>

</td><td style="border-style: solid; border-color: black; width: 161px; height: 35px;"><span style="color: #000000;">110</span>

</td><td style="border-style: solid; border-color: black; width: 300px; height: 35px;"> </td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 46px; height: 35px;"><span style="color: #000000;">13</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 179px; height: 35px;"><span style="text-decoration: line-through;"><span style="color: #000000; text-decoration: line-through;">Placa do veiculo</span></span></td><td style="border-style: solid; border-color: black; width: 56px; height: 35px;"><span style="text-decoration: line-through;"><span style="color: #000000;">A</span></span>

</td><td style="border-style: solid; border-color: black; width: 96px; height: 35px;"><span style="text-decoration: line-through;"><span style="color: #000000;">9</span></span>

</td><td style="border-style: solid; border-color: black; width: 161px; height: 35px;"><span style="text-decoration: line-through;"><span style="color: #000000;">115(opcional)</span></span>

</td><td style="border-style: solid; border-color: black; width: 300px; height: 35px;"> </td></tr><tr style="height: 83px;"><td style="border-style: solid; border-color: black; width: 46px; height: 83px;"><span style="color: #000000;">14</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 179px; height: 83px;"><span style="text-decoration: line-through;"><span style="color: #000000; text-decoration: line-through;">Numero do romaneio, ordem de coleta, resumo de carga( ID do embarque)</span></span></td><td style="border-style: solid; border-color: black; width: 56px; height: 83px;"><span style="text-decoration: line-through;"><span style="color: #000000;">A</span></span>

</td><td style="border-style: solid; border-color: black; width: 96px; height: 83px;"><span style="text-decoration: line-through;"><span style="color: #000000;">20</span></span>

</td><td style="border-style: solid; border-color: black; width: 161px; height: 83px;"><span style="text-decoration: line-through;"><span style="color: #000000;">124(opcional)</span></span>

</td><td style="border-style: solid; border-color: black; width: 300px; height: 83px;"> </td></tr><tr style="height: 49px;"><td style="border-style: solid; border-color: black; width: 46px; height: 49px;"><span style="color: #000000;">15</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 179px; height: 49px;"><span style="text-decoration: line-through;"><span style="color: #000000;">Numero SAP, shipment, etc #1</span></span></td><td style="border-style: solid; border-color: black; width: 56px; height: 49px;"><span style="text-decoration: line-through;"><span style="color: #000000;">A</span></span>

</td><td style="border-style: solid; border-color: black; width: 96px; height: 49px;"><span style="text-decoration: line-through;"><span style="color: #000000;">20</span></span>

</td><td style="border-style: solid; border-color: black; width: 161px; height: 49px;"><span style="text-decoration: line-through;"><span style="color: #000000;">144(opcional)</span></span>

</td><td style="border-style: solid; border-color: black; width: 300px; height: 49px;"> </td></tr><tr style="height: 49px;"><td style="border-style: solid; border-color: black; width: 46px; height: 49px;"><span style="color: #000000;">16</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 179px; height: 49px;"><span style="text-decoration: line-through;"><span style="color: #000000;">Outro numero SAP, shipment, etc #2</span></span></td><td style="border-style: solid; border-color: black; width: 56px; height: 49px;"><span style="text-decoration: line-through;"><span style="color: #000000;">A</span></span>

</td><td style="border-style: solid; border-color: black; width: 96px; height: 49px;"><span style="text-decoration: line-through;"><span style="color: #000000;">20</span></span>

</td><td style="border-style: solid; border-color: black; width: 161px; height: 49px;"><span style="text-decoration: line-through;"><span style="color: #000000;">164(opcional)</span></span>

</td><td style="border-style: solid; border-color: black; width: 300px; height: 49px;"> </td></tr><tr style="height: 49px;"><td style="border-style: solid; border-color: black; width: 46px; height: 49px;"><span style="color: #000000;">17</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 179px; height: 49px;"><span style="text-decoration: line-through;"><span style="color: #000000; text-decoration: line-through;">Outro numero SAP, shipment, etc #3</span></span></td><td style="border-style: solid; border-color: black; width: 56px; height: 49px;"><span style="text-decoration: line-through;"><span style="color: #000000;">A</span></span>

</td><td style="border-style: solid; border-color: black; width: 96px; height: 49px;"><span style="text-decoration: line-through;"><span style="color: #000000;">20</span></span>

</td><td style="border-style: solid; border-color: black; width: 161px; height: 49px;"><span style="text-decoration: line-through;"><span style="color: #000000;">184(opcional)</span></span>

</td><td style="border-style: solid; border-color: black; width: 300px; height: 49px;"> </td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 46px; height: 35px;"><span style="color: #000000;">18</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 179px; height: 35px;"><span style="text-decoration: line-through;"><span style="color: #000000; text-decoration: line-through;">Identificação do doc de autorização de carregamento e transporte</span></span></td><td style="border-style: solid; border-color: black; width: 56px; height: 35px;"><span style="text-decoration: line-through;"><span style="color: #000000; text-decoration: line-through;">A</span></span>

</td><td style="border-style: solid; border-color: black; width: 96px; height: 35px;"><span style="text-decoration: line-through;"><span style="color: #000000; text-decoration: line-through;">15</span></span>

</td><td style="border-style: solid; border-color: black; width: 161px; height: 35px;"><span style="text-decoration: line-through;"><span style="color: #000000; text-decoration: line-through;">204(opcional)</span></span>

</td><td style="border-style: solid; border-color: black; width: 300px; height: 35px;"> </td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 46px; height: 35px;"><span style="color: #000000;">19</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 179px; height: 35px;"><span style="color: #000000;">Chave de consulta</span></td><td style="border-style: solid; border-color: black; width: 56px; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black; width: 96px; height: 35px;">45

</td><td style="border-style: solid; border-color: black; width: 161px; height: 35px;"><span style="color: #000000;">219</span>

</td><td style="border-style: solid; border-color: black; width: 300px; height: 35px;"> </td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 46px; height: 35px;"><span style="color: #000000;">20</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 179px; height: 35px;"><span style="color: #000000;">Protocolo</span></td><td style="border-style: solid; border-color: black; width: 56px; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black; width: 96px; height: 35px;">15

</td><td style="border-style: solid; border-color: black; width: 161px; height: 35px;"><span style="color: #000000;">264</span>

</td><td style="border-style: solid; border-color: black; width: 300px; height: 35px;"> </td></tr><tr style="height: 49px;"><td style="border-style: solid; border-color: black; width: 46px; height: 49px;"><span style="color: #000000;">21</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 179px; height: 49px;"><span style="color: #000000;">Código numérico chave de acesso</span></td><td style="border-style: solid; border-color: black; width: 56px; height: 49px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 96px; height: 49px;">9

</td><td style="border-style: solid; border-color: black; width: 161px; height: 49px;"><span style="color: #000000;">279</span>

</td><td style="border-style: solid; border-color: black; width: 300px; height: 49px;"> </td></tr><tr style="height: 49px;"><td style="border-style: solid; border-color: black; width: 46px; height: 49px;"><span style="color: #000000;">22</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 179px; height: 49px;"><span style="color: #000000;">Filial emissora do CTE originador - contratante</span></td><td style="border-style: solid; border-color: black; width: 56px; height: 49px;"><span style="color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black; width: 96px; height: 49px;">10

</td><td style="border-style: solid; border-color: black; width: 161px; height: 49px;"><span style="color: #000000;">288</span>

</td><td style="border-style: solid; border-color: black; width: 300px; height: 49px;"> </td></tr><tr style="height: 49px;"><td style="border-style: solid; border-color: black; width: 46px; height: 49px;"><span style="color: #000000;">23</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 179px; height: 49px;"><span style="color: #000000;">Serie do CTE originador - contratante</span></td><td style="border-style: solid; border-color: black; width: 56px; height: 49px;"><span style="color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black; width: 96px; height: 49px;">5

</td><td style="border-style: solid; border-color: black; width: 161px; height: 49px;"><span style="color: #000000;">298</span>

</td><td style="border-style: solid; border-color: black; width: 300px; height: 49px;"> </td></tr><tr style="height: 49px;"><td style="border-style: solid; border-color: black; width: 46px; height: 49px;"><span style="color: #000000;">24</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 179px; height: 49px;"><span style="color: #000000;">Número do CTE originador - contratante</span></td><td style="border-style: solid; border-color: black; width: 56px; height: 49px;"><span style="color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black; width: 96px; height: 49px;">12

</td><td style="border-style: solid; border-color: black; width: 161px; height: 49px;"><span style="color: #000000;">303</span>

</td><td style="border-style: solid; border-color: black; width: 300px; height: 49px;"> </td></tr><tr style="height: 49px;"><td style="border-style: solid; border-color: black; width: 46px; height: 49px;"><span style="color: #000000;">25</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 179px; height: 49px;"><span style="text-decoration: line-through;"><span style="color: #000000; text-decoration: line-through;">Tipo do meio de transporte</span></span></td><td style="border-style: solid; border-color: black; width: 56px; height: 49px;"><span style="text-decoration: line-through;"><span style="color: #000000;">A</span></span>

</td><td style="border-style: solid; border-color: black; width: 96px; height: 49px;"><span style="text-decoration: line-through;">5</span>

</td><td style="border-style: solid; border-color: black; width: 161px; height: 49px;"><span style="text-decoration: line-through;"><span style="color: #000000;">315(opcional)</span></span>

</td><td style="border-style: solid; border-color: black; width: 300px; height: 49px;"> </td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 46px; height: 35px;"><span style="color: #000000;">26</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 179px; height: 35px;"><span style="color: #000000;">Tipo do conhecimento</span></td><td style="border-style: solid; border-color: black; width: 56px; height: 35px;">A

</td><td style="border-style: solid; border-color: black; width: 96px; height: 35px;">1

</td><td style="border-style: solid; border-color: black; width: 161px; height: 35px;"><span style="color: #000000;">320</span>

</td><td class="align-left" style="border-style: solid; border-color: black; width: 300px; height: 35px;">A = AJUDANTES  
B = TRANSBORDO DA CARGA   
C = COMPLEMENTAR   
D = CONHECIMENTO DE DEVOLUÇÃO   
E = NORMAL DE ENTRADA   
F = FRETE DE COLETA   
H = COBRANÇA DE STRETCH FILM   
I = ESTADIAS   
M = DESPESAS COM MANUSEIO DA CARGA   
N = NORMAL   
O = NORNAL DE RETORNO   
P = TRANSPORTE DE PALLETS   
R = CONHECIMENTO DE REENTREGA   
S = NORMAL DE SAÍDA   
T = NORMAL DE TRANSFERÊNCIA INTERNA   
U = CUSTO DE COMUNICAÇÃO   
W = COMPLEMENTAR DE RETORNO   
X = COMPLEMENTAR DE ENTRADA   
Y = COMPLEMENTAR DE SAÍDA E   
Z = COMPLEMENTAR DE TRANSF. INTERNA</td></tr><tr style="height: 80px;"><td style="border-style: solid; border-color: black; width: 46px; height: 80px;"><span style="color: #000000;">27</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 179px; height: 80px;"><span style="color: #000000;">Tipo de frete</span></td><td style="border-style: solid; border-color: black; width: 56px; height: 80px;">N

</td><td style="border-style: solid; border-color: black; width: 96px; height: 80px;">1

</td><td style="border-style: solid; border-color: black; width: 161px; height: 80px;"><span style="color: #000000;">321</span>

</td><td style="border-style: solid; border-color: black; width: 300px; height: 80px;">1 = Normal

2 = Exportação

3 = Importação

</td></tr><tr style="height: 57px;"><td style="border-style: solid; border-color: black; width: 46px; height: 57px;"><span style="color: #000000;">28</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 179px; height: 57px;"><span style="color: #000000;">Ação do documento</span></td><td style="border-style: solid; border-color: black; width: 56px; height: 57px;">A

</td><td style="border-style: solid; border-color: black; width: 96px; height: 57px;">1

</td><td style="border-style: solid; border-color: black; width: 161px; height: 57px;"><span style="color: #000000;">322 </span>

</td><td style="border-style: solid; border-color: black; width: 300px; height: 57px;">I=Incluir

E=Excluir

</td></tr><tr style="height: 57px;"><td style="border-style: solid; border-color: black; width: 46px; height: 57px;"><span style="color: #000000;">29</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 179px; height: 57px;"><span style="color: #000000;">Calculo de frete diferenciado?</span></td><td style="border-style: solid; border-color: black; width: 56px; height: 57px;">A

</td><td style="border-style: solid; border-color: black; width: 96px; height: 57px;">1

</td><td style="border-style: solid; border-color: black; width: 161px; height: 57px;"><span style="color: #000000;">323</span>

</td><td style="border-style: solid; border-color: black; width: 300px; height: 57px;">S=SIM, TABELA DIFERENTE DA TAB. PADRAO

N=NÃO, TABELA PADRÃO

</td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 46px; height: 35px;"><span style="color: #000000;">30</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 179px; height: 35px;"><span style="color: #000000;">Tabela de Frete</span></td><td style="border-style: solid; border-color: black; width: 56px; height: 35px;">A

</td><td style="border-style: solid; border-color: black; width: 96px; height: 35px;">10

</td><td style="border-style: solid; border-color: black; width: 161px; height: 35px;"><span style="color: #000000;">324</span>

</td><td style="border-style: solid; border-color: black; width: 300px; height: 35px;">Tabela utilizada pro calculo do frete

</td></tr><tr style="height: 60px;"><td style="border-style: solid; border-color: black; width: 46px; height: 60px;"><span style="color: #000000;">31</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 179px; height: 60px;"><span style="color: #000000;">Plano de carga rápida</span></td><td style="border-style: solid; border-color: black; width: 56px; height: 60px;">A

</td><td style="border-style: solid; border-color: black; width: 96px; height: 60px;">1

</td><td style="border-style: solid; border-color: black; width: 161px; height: 60px;"><span style="color: #000000;">334</span>

</td><td style="border-style: solid; border-color: black; width: 300px; height: 60px;">S=sim  
N=não

</td></tr><tr style="height: 49px;"><td style="border-style: solid; border-color: black; width: 46px; height: 49px;"><span style="color: #000000;">32</span></td><td style="border-style: solid; border-color: black; width: 179px; height: 49px;"><span style="color: #000000;">UF do embarcador - local de coleta</span></td><td style="border-style: solid; border-color: black; width: 56px; height: 49px;">A

</td><td style="border-style: solid; border-color: black; width: 96px; height: 49px;">2

</td><td style="border-style: solid; border-color: black; width: 161px; height: 49px;"><span style="color: #000000;">335</span>

</td><td style="border-style: solid; border-color: black; width: 300px; height: 49px;">Sigla do estado

</td></tr><tr style="height: 49px;"><td style="border-style: solid; border-color: black; width: 46px; height: 49px;"><span style="color: #000000;">33</span></td><td style="border-style: solid; border-color: black; width: 179px; height: 49px;"><span style="color: #000000;">UF da unidade emissora do CTe</span></td><td style="border-style: solid; border-color: black; width: 56px; height: 49px;">A

</td><td style="border-style: solid; border-color: black; width: 96px; height: 49px;">2

</td><td style="border-style: solid; border-color: black; width: 161px; height: 49px;"><span style="color: #000000;">337</span>

</td><td style="border-style: solid; border-color: black; width: 300px; height: 49px;">Sigla do estado

</td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 46px; height: 35px;"><span style="color: #000000;">34</span></td><td style="border-style: solid; border-color: black; width: 179px; height: 35px;"><span style="color: #000000;">UF do destino</span></td><td style="border-style: solid; border-color: black; width: 56px; height: 35px;">A

</td><td style="border-style: solid; border-color: black; width: 96px; height: 35px;">2

</td><td style="border-style: solid; border-color: black; width: 161px; height: 35px;"><span style="color: #000000;">339</span>

</td><td style="border-style: solid; border-color: black; width: 300px; height: 35px;">Sigla do estado

</td></tr></tbody></table>

<span style="color: #000000;">**REGISTRO 523 - VALORES DO CONHECIMENTO.**  
**Tamanho do registro: 350 posições**  
**Ocorrência: 1 para cada reg. 522**</span>

<table cellpadding="7" cellspacing="0" class=" align-center" id="bkmrk-n%C2%BA-campo-tipo-tamanh-2" style="height: 1176px; width: 840px;"><tbody><tr style="height: 35px;" valign="top"><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 45px; height: 35px;"><span style="color: #000000;">**Nº**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 172px; height: 35px;"><span style="color: #000000;">**Campo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 54px; height: 35px;"><span style="color: #000000;">**Tipo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 93px; height: 35px;"><span style="color: #000000;">**Tamanho**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 155px; height: 35px;"><span style="color: #000000;">**Posição**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 321px; height: 35px;"><span style="color: #000000;">**Observações/exemplo**</span>

</td></tr><tr style="height: 35px;" valign="top"><td class="align-center" style="border-style: solid; border-color: black; width: 45px; height: 35px;"><span style="color: #000000;">1</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px; height: 35px;"><span style="color: #000000;">Identificador do registro</span></td><td style="border-style: solid; border-color: black; width: 54px; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 93px; height: 35px;"><span style="color: #000000;">3</span>

</td><td style="border-style: solid; border-color: black; width: 155px; height: 35px;"><span style="color: #000000;">001</span>

</td><td style="border-style: solid; border-color: black; width: 321px; height: 35px;"><span style="color: #000000;">523</span>

</td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 45px; height: 35px;"><span style="color: #000000;">2</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px; height: 35px;"><span style="color: #000000;">Quantidade total de volumes</span></td><td style="border-style: solid; border-color: black; width: 54px; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 93px; height: 35px;"><span style="color: #000000;">8</span>

</td><td style="border-style: solid; border-color: black; width: 155px; height: 35px;"><span style="color: #000000;">004</span>

</td><td style="border-style: solid; border-color: black; width: 321px; height: 35px;">Quantidade de valor com 2 casas decimais</td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 45px; height: 35px;"><span style="color: #000000;">3</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px; height: 35px;"><span style="color: #000000;">Peso total transportado (peso bruto)</span></td><td style="border-style: solid; border-color: black; width: 54px; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 93px; height: 35px;"><span style="color: #000000;">9</span>

</td><td style="border-style: solid; border-color: black; width: 155px; height: 35px;"><span style="color: #000000;">012</span>

</td><td style="border-style: solid; border-color: black; width: 321px; height: 35px;">Quantidade de valor com 3 casas decimais</td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 45px; height: 35px;"><span style="color: #000000;">4</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px; height: 35px;"><span style="text-decoration: line-through;"><span style="color: #000000; text-decoration: line-through;">Peso total cubado</span></span></td><td style="border-style: solid; border-color: black; width: 54px; height: 35px;"><span style="text-decoration: line-through;"><span style="color: #000000; text-decoration: line-through;">N</span></span>

</td><td style="border-style: solid; border-color: black; width: 93px; height: 35px;"><span style="text-decoration: line-through;"><span style="color: #000000; text-decoration: line-through;">10</span></span>

</td><td style="border-style: solid; border-color: black; width: 155px; height: 35px;"><span style="color: #000000;">021(opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 321px; height: 35px;">Quantidade de valor com 4 casas decimais</td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 45px; height: 35px;"><span style="color: #000000;">5</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px; height: 35px;"><span style="text-decoration: line-through;"><span style="color: #000000; text-decoration: line-through;">Peso densidade</span></span></td><td style="border-style: solid; border-color: black; width: 54px; height: 35px;"><span style="text-decoration: line-through;"><span style="color: #000000; text-decoration: line-through;">N</span></span>

</td><td style="border-style: solid; border-color: black; width: 93px; height: 35px;"><span style="text-decoration: line-through;"><span style="color: #000000; text-decoration: line-through;">10</span></span>

</td><td style="border-style: solid; border-color: black; width: 155px; height: 35px;"><span style="color: #000000;">031(opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 321px; height: 35px;">Quantidade de valor com 4 casas decimais</td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 45px; height: 35px;"><span style="color: #000000;">6</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px; height: 35px;"><span style="color: #000000;">Valor total do frete</span></td><td style="border-style: solid; border-color: black; width: 54px; height: 35px;">N

</td><td style="border-style: solid; border-color: black; width: 93px; height: 35px;">15

</td><td style="border-style: solid; border-color: black; width: 155px; height: 35px;">041

</td><td style="border-style: solid; border-color: black; width: 321px; height: 35px;"> </td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 45px; height: 35px;"><span style="color: #000000;">7</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px; height: 35px;"><span style="text-decoration: line-through;"><span style="color: #000000;">Valor do frete por peso </span></span></td><td style="border-style: solid; border-color: black; width: 54px; height: 35px;"><span style="text-decoration: line-through;">N</span>

</td><td style="border-style: solid; border-color: black; width: 93px; height: 35px;"><span style="text-decoration: line-through;">15</span>

</td><td style="border-style: solid; border-color: black; width: 155px; height: 35px;">056(opcional)

</td><td style="border-style: solid; border-color: black; width: 321px; height: 35px;"> </td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 45px; height: 35px;"><span style="color: #000000;">8</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px; height: 35px;"><span style="text-decoration: line-through;"><span style="color: #000000;">Frete Valor</span></span></td><td style="border-style: solid; border-color: black; width: 54px; height: 35px;"><span style="text-decoration: line-through;">N</span>

</td><td style="border-style: solid; border-color: black; width: 93px; height: 35px;"><span style="text-decoration: line-through;">15</span>

</td><td style="border-style: solid; border-color: black; width: 155px; height: 35px;">071(opcional)

</td><td style="border-style: solid; border-color: black; width: 321px; height: 35px;"> </td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 45px; height: 35px;"><span style="color: #000000;">9</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px; height: 35px;"><span style="text-decoration: line-through;"><span style="color: #000000;">Frete Ad Valorem</span></span></td><td style="border-style: solid; border-color: black; width: 54px; height: 35px;"><span style="text-decoration: line-through;">N</span>

</td><td style="border-style: solid; border-color: black; width: 93px; height: 35px;"><span style="text-decoration: line-through;">15</span>

</td><td style="border-style: solid; border-color: black; width: 155px; height: 35px;">086(opcional)

</td><td style="border-style: solid; border-color: black; width: 321px; height: 35px;"> </td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 45px; height: 35px;"><span style="color: #000000;">10</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px; height: 35px;"><span style="text-decoration: line-through;"><span style="color: #000000;">Valor SEC - CAT</span></span></td><td style="border-style: solid; border-color: black; width: 54px; height: 35px;"><span style="text-decoration: line-through;">N</span>

</td><td style="border-style: solid; border-color: black; width: 93px; height: 35px;"><span style="text-decoration: line-through;">15</span>

</td><td style="border-style: solid; border-color: black; width: 155px; height: 35px;">101(opcional)

</td><td style="border-style: solid; border-color: black; width: 321px; height: 35px;"> </td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 45px; height: 35px;"><span style="color: #000000;">11</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px; height: 35px;"><span style="text-decoration: line-through;"><span style="color: #000000;">Valor ITR</span></span></td><td style="border-style: solid; border-color: black; width: 54px; height: 35px;"><span style="text-decoration: line-through;">N</span>

</td><td style="border-style: solid; border-color: black; width: 93px; height: 35px;"><span style="text-decoration: line-through;">15</span>

</td><td style="border-style: solid; border-color: black; width: 155px; height: 35px;">116(opcional)

</td><td style="border-style: solid; border-color: black; width: 321px; height: 35px;"> </td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 45px; height: 35px;"><span style="color: #000000;">12</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px; height: 35px;"><span style="text-decoration: line-through;"><span style="color: #000000;">Valor do despacho</span></span></td><td style="border-style: solid; border-color: black; width: 54px; height: 35px;"><span style="text-decoration: line-through;">N</span>

</td><td style="border-style: solid; border-color: black; width: 93px; height: 35px;"><span style="text-decoration: line-through;">15</span>

</td><td style="border-style: solid; border-color: black; width: 155px; height: 35px;">131(opcional)

</td><td style="border-style: solid; border-color: black; width: 321px; height: 35px;"> </td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 45px; height: 35px;"><span style="color: #000000;">13</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px; height: 35px;"><span style="text-decoration: line-through;"><span style="color: #000000;">Valor do pedágio</span></span></td><td style="border-style: solid; border-color: black; width: 54px; height: 35px;"><span style="text-decoration: line-through;">N</span>

</td><td style="border-style: solid; border-color: black; width: 93px; height: 35px;"><span style="text-decoration: line-through;">15</span>

</td><td style="border-style: solid; border-color: black; width: 155px; height: 35px;">146(opcional)

</td><td style="border-style: solid; border-color: black; width: 321px; height: 35px;"> </td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 45px; height: 35px;"><span style="color: #000000;">14</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px; height: 35px;"><span style="text-decoration: line-through;"><span style="color: #000000;">Valor Ademe/Gris</span></span></td><td style="border-style: solid; border-color: black; width: 54px; height: 35px;"><span style="text-decoration: line-through;">N</span>

</td><td style="border-style: solid; border-color: black; width: 93px; height: 35px;"><span style="text-decoration: line-through;">15</span>

</td><td style="border-style: solid; border-color: black; width: 155px; height: 35px;">161(opcional)

</td><td style="border-style: solid; border-color: black; width: 321px; height: 35px;"> </td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 45px; height: 35px;"><span style="color: #000000;">15</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px; height: 35px;"><span style="text-decoration: line-through;"><span style="color: #000000;">Valor total de adicionais</span></span></td><td style="border-style: solid; border-color: black; width: 54px; height: 35px;"><span style="text-decoration: line-through;">N</span>

</td><td style="border-style: solid; border-color: black; width: 93px; height: 35px;"><span style="text-decoration: line-through;">15</span>

</td><td style="border-style: solid; border-color: black; width: 155px; height: 35px;">176(opcional)

</td><td style="border-style: solid; border-color: black; width: 321px; height: 35px;"> </td></tr><tr style="height: 49px;"><td style="border-style: solid; border-color: black; width: 45px; height: 49px;"><span style="color: #000000;">16</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px; height: 49px;"><span style="text-decoration: line-through;"><span style="color: #000000;">Valor de desconto ou acréscimo</span></span></td><td style="border-style: solid; border-color: black; width: 54px; height: 49px;"><span style="text-decoration: line-through;">N</span>

</td><td style="border-style: solid; border-color: black; width: 93px; height: 49px;"><span style="text-decoration: line-through;">15</span>

</td><td style="border-style: solid; border-color: black; width: 155px; height: 49px;">191(opcional)

</td><td style="border-style: solid; border-color: black; width: 321px; height: 49px;"> </td></tr><tr style="height: 49px;"><td style="border-style: solid; border-color: black; width: 45px; height: 49px;"><span style="color: #000000;">17</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px; height: 49px;"><span style="text-decoration: line-through;"><span style="color: #000000; text-decoration: line-through;">Indicador de desconto ou acréscimo</span></span></td><td style="border-style: solid; border-color: black; width: 54px; height: 49px;"><span style="text-decoration: line-through;">A</span>

</td><td style="border-style: solid; border-color: black; width: 93px; height: 49px;"><span style="text-decoration: line-through;">1</span>

</td><td style="border-style: solid; border-color: black; width: 155px; height: 49px;">206(opcional)

</td><td style="border-style: solid; border-color: black; width: 321px; height: 49px;"> </td></tr><tr style="height: 49px;"><td style="border-style: solid; border-color: black; width: 45px; height: 49px;"><span style="color: #000000;">18</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px; height: 49px;"><span style="color: #000000;">Base de calculo para apuração ICMS</span></td><td style="border-style: solid; border-color: black; width: 54px; height: 49px;">N

</td><td style="border-style: solid; border-color: black; width: 93px; height: 49px;">15

</td><td style="border-style: solid; border-color: black; width: 155px; height: 49px;">207(opcional)

</td><td style="border-style: solid; border-color: black; width: 321px; height: 49px;"> </td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 45px; height: 35px;"><span style="color: #000000;">19</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px; height: 35px;"><span style="color: #000000;">% de taxa do ICMS</span></td><td style="border-style: solid; border-color: black; width: 54px; height: 35px;">N

</td><td style="border-style: solid; border-color: black; width: 93px; height: 35px;">5

</td><td style="border-style: solid; border-color: black; width: 155px; height: 35px;">222(opcional)

</td><td style="border-style: solid; border-color: black; width: 321px; height: 35px;"> </td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 45px; height: 35px;"><span style="color: #000000;">20</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px; height: 35px;"><span style="color: #000000;">Valor do ICMS</span></td><td style="border-style: solid; border-color: black; width: 54px; height: 35px;">N

</td><td style="border-style: solid; border-color: black; width: 93px; height: 35px;">15

</td><td style="border-style: solid; border-color: black; width: 155px; height: 35px;">227(opcional)

</td><td style="border-style: solid; border-color: black; width: 321px; height: 35px;"> </td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 45px; height: 35px;"><span style="color: #000000;">21</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px; height: 35px;"><span style="color: #000000;">Substituição Tributária?</span></td><td style="border-style: solid; border-color: black; width: 54px; height: 35px;">N

</td><td style="border-style: solid; border-color: black; width: 93px; height: 35px;">1

</td><td style="border-style: solid; border-color: black; width: 155px; height: 35px;">242

</td><td style="border-style: solid; border-color: black; width: 321px; height: 35px;">1=Sim; 2=Não; 3=Isento; </td></tr><tr style="height: 49px;"><td style="border-style: solid; border-color: black; width: 45px; height: 49px;"><span style="color: #000000;">22</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px; height: 49px;"><span style="color: #000000;">Base de calculo do ICMS ST</span></td><td style="border-style: solid; border-color: black; width: 54px; height: 49px;">N

</td><td style="border-style: solid; border-color: black; width: 93px; height: 49px;">15

</td><td style="border-style: solid; border-color: black; width: 155px; height: 49px;">243(opcional)

</td><td style="border-style: solid; border-color: black; width: 321px; height: 49px;"> </td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 45px; height: 35px;"><span style="color: #000000;">23</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px; height: 35px;"><span style="color: #000000;">% taxa ST</span></td><td style="border-style: solid; border-color: black; width: 54px; height: 35px;">N

</td><td style="border-style: solid; border-color: black; width: 93px; height: 35px;">5

</td><td style="border-style: solid; border-color: black; width: 155px; height: 35px;">258(opcional)

</td><td style="border-style: solid; border-color: black; width: 321px; height: 35px;"> </td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 45px; height: 35px;"><span style="color: #000000;">24</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px; height: 35px;"><span style="color: #000000;">Valor do ST</span></td><td style="border-style: solid; border-color: black; width: 54px; height: 35px;">N

</td><td style="border-style: solid; border-color: black; width: 93px; height: 35px;">15

</td><td style="border-style: solid; border-color: black; width: 155px; height: 35px;">263(opcional)

</td><td style="border-style: solid; border-color: black; width: 321px; height: 35px;"> </td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 45px; height: 35px;"><span style="color: #000000;">25</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px; height: 35px;"><span style="color: #000000;">BC do ISS</span></td><td style="border-style: solid; border-color: black; width: 54px; height: 35px;">N

</td><td style="border-style: solid; border-color: black; width: 93px; height: 35px;">15

</td><td style="border-style: solid; border-color: black; width: 155px; height: 35px;">278(opcional)

</td><td style="border-style: solid; border-color: black; width: 321px; height: 35px;"> </td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 45px; height: 35px;"><span style="color: #000000;">26</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px; height: 35px;"><span style="color: #000000;">% taxa ISS</span></td><td style="border-style: solid; border-color: black; width: 54px; height: 35px;">N

</td><td style="border-style: solid; border-color: black; width: 93px; height: 35px;">5

</td><td style="border-style: solid; border-color: black; width: 155px; height: 35px;">293(opcional)

</td><td style="border-style: solid; border-color: black; width: 321px; height: 35px;"> </td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 45px; height: 35px;"><span style="color: #000000;">27</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px; height: 35px;"><span style="color: #000000;">Valor do ISS</span></td><td style="border-style: solid; border-color: black; width: 54px; height: 35px;">N

</td><td style="border-style: solid; border-color: black; width: 93px; height: 35px;">15

</td><td style="border-style: solid; border-color: black; width: 155px; height: 35px;">298(opcional)

</td><td style="border-style: solid; border-color: black; width: 321px; height: 35px;"> </td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 45px; height: 35px;"><span style="color: #000000;">28</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px; height: 35px;"><span style="color: #000000;">Valor do IR</span></td><td style="border-style: solid; border-color: black; width: 54px; height: 35px;">N

</td><td style="border-style: solid; border-color: black; width: 93px; height: 35px;">15

</td><td style="border-style: solid; border-color: black; width: 155px; height: 35px;">313(opcional)

</td><td style="border-style: solid; border-color: black; width: 321px; height: 35px;"> </td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 45px; height: 35px;"><span style="color: #000000;">29</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px; height: 35px;"><span style="text-decoration: line-through;"><span style="color: #000000;">Direito Fiscal</span></span></td><td style="border-style: solid; border-color: black; width: 54px; height: 35px;"><span style="text-decoration: line-through;">A</span>

</td><td style="border-style: solid; border-color: black; width: 93px; height: 35px;"><span style="text-decoration: line-through;">3</span>

</td><td style="border-style: solid; border-color: black; width: 155px; height: 35px;">328(opcional)

</td><td style="border-style: solid; border-color: black; width: 321px; height: 35px;"> </td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 45px; height: 35px;"><span style="color: #000000;">30</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px; height: 35px;"><span style="text-decoration: line-through;"><span style="color: #000000;">Tipo de imposto</span></span></td><td style="border-style: solid; border-color: black; width: 54px; height: 35px;"><span style="text-decoration: line-through;">A</span>

</td><td style="border-style: solid; border-color: black; width: 93px; height: 35px;"><span style="text-decoration: line-through;">4</span>

</td><td style="border-style: solid; border-color: black; width: 155px; height: 35px;">331(opcional)

</td><td style="border-style: solid; border-color: black; width: 321px; height: 35px;"> </td></tr></tbody></table>

<span style="color: #000000;">**REGISTRO 524 - NOTAS COMPONENTES DO CONHECIMENTO.**  
**Tamanho do registro: 350 posições**  
**Ocorrência: Até 9999 para cada reg. 522**</span>

<table cellpadding="7" cellspacing="0" class=" align-center" id="bkmrk-n%C2%BA-campo-tipo-tamanh-3"><tbody><tr style="height: 35px;" valign="top"><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 45px; height: 35px;"><span style="color: #000000;">**Nº**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 172px; height: 35px;"><span style="color: #000000;">**Campo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 54px; height: 35px;"><span style="color: #000000;">**Tipo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 93px; height: 35px;"><span style="color: #000000;">**Tamanho**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 155px; height: 35px;"><span style="color: #000000;">**Posição**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 321px; height: 35px;"><span style="color: #000000;">**Observações/exemplo**</span>

</td></tr><tr style="height: 35px;" valign="top"><td class="align-center" style="border-style: solid; border-color: black; width: 45px; height: 35px;"><span style="color: #000000;">1</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px; height: 35px;"><span style="color: #000000;">Identificador do registro</span></td><td style="border-style: solid; border-color: black; width: 54px; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 93px; height: 35px;"><span style="color: #000000;">3</span>

</td><td style="border-style: solid; border-color: black; width: 155px; height: 35px;"><span style="color: #000000;">001</span>

</td><td style="border-style: solid; border-color: black; width: 321px; height: 35px;"><span style="color: #000000;">524</span>

</td></tr><tr style="height: 35px;"><td style="border-style: solid; border-color: black; width: 45px; height: 35px;"><span style="color: #000000;">2</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px; height: 35px;"><span style="color: #000000;">CNPJ do emissor da NF</span></td><td style="border-style: solid; border-color: black; width: 54px; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 93px; height: 35px;"><span style="color: #000000;">14</span>

</td><td style="border-style: solid; border-color: black; width: 155px; height: 35px;"><span style="color: #000000;">004</span>

</td><td style="border-style: solid; border-color: black; width: 321px; height: 35px;"> </td></tr><tr><td style="border-style: solid; border-color: black; width: 45px;"><span style="color: #000000;">3</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px;"><span style="color: #000000;">Número da NF</span></td><td style="border-style: solid; border-color: black; width: 54px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 93px;"><span style="color: #000000;">9</span>

</td><td style="border-style: solid; border-color: black; width: 155px;"><span style="color: #000000;">018</span>

</td><td style="border-style: solid; border-color: black; width: 321px;"> </td></tr><tr><td style="border-style: solid; border-color: black; width: 45px;"><span style="color: #000000;">4</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px;"><span style="color: #000000;">Série</span></td><td style="border-style: solid; border-color: black; width: 54px;"><span style="color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black; width: 93px;"><span style="color: #000000;">3</span>

</td><td style="border-style: solid; border-color: black; width: 155px;"><span style="color: #000000;">027(Opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 321px;"> </td></tr><tr><td style="border-style: solid; border-color: black; width: 45px;"><span style="color: #000000;">5</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px;"><span style="color: #000000;">Data emissão da nota</span></td><td style="border-style: solid; border-color: black; width: 54px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 93px;"><span style="color: #000000;">8</span>

</td><td style="border-style: solid; border-color: black; width: 155px;"><span style="color: #000000;">030</span>

</td><td style="border-style: solid; border-color: black; width: 321px;"> </td></tr><tr><td style="border-style: solid; border-color: black; width: 45px;"><span style="color: #000000;">6</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px;"><span style="color: #000000;">Valor da nota fiscal</span></td><td style="border-style: solid; border-color: black; width: 54px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 93px;"><span style="color: #000000;">15</span>

</td><td style="border-style: solid; border-color: black; width: 155px;"><span style="color: #000000;">038</span>

</td><td style="border-style: solid; border-color: black; width: 321px;"> </td></tr><tr><td style="border-style: solid; border-color: black; width: 45px;"><span style="color: #000000;">7</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px;"><span style="color: #000000;">Qtde total de volumes</span></td><td style="border-style: solid; border-color: black; width: 54px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 93px;"><span style="color: #000000;">8</span>

</td><td style="border-style: solid; border-color: black; width: 155px;"><span style="color: #000000;">053</span>

</td><td style="border-style: solid; border-color: black; width: 321px;"> </td></tr><tr><td style="border-style: solid; border-color: black; width: 45px;"><span style="color: #000000;">8</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px;"><span style="color: #000000;">Peso bruto total da NF</span></td><td style="border-style: solid; border-color: black; width: 54px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 93px;"><span style="color: #000000;">9</span>

</td><td style="border-style: solid; border-color: black; width: 155px;"><span style="color: #000000;">061</span>

</td><td style="border-style: solid; border-color: black; width: 321px;"> </td></tr><tr><td style="border-style: solid; border-color: black; width: 45px;"><span style="color: #000000;">9</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px;"><span style="color: #000000;">Peso densidade</span></td><td style="border-style: solid; border-color: black; width: 54px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 93px;"><span style="color: #000000;">10</span>

</td><td style="border-style: solid; border-color: black; width: 155px;"><span style="color: #000000;">070(Opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 321px;"> </td></tr><tr><td style="border-style: solid; border-color: black; width: 45px;"><span style="color: #000000;">10</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px;"><span style="color: #000000;">Peso cubado</span></td><td style="border-style: solid; border-color: black; width: 54px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 93px;"><span style="color: #000000;">10</span>

</td><td style="border-style: solid; border-color: black; width: 155px;"><span style="color: #000000;">080(Opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 321px;"> </td></tr><tr><td style="border-style: solid; border-color: black; width: 45px;"><span style="color: #000000;">11</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px;"><span style="color: #000000;">Identificação do pedido do cliente</span></td><td style="border-style: solid; border-color: black; width: 54px;"><span style="color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black; width: 93px;"><span style="color: #000000;">20</span>

</td><td style="border-style: solid; border-color: black; width: 155px;"><span style="color: #000000;">090(Opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 321px;"> </td></tr><tr><td style="border-style: solid; border-color: black; width: 45px;"><span style="color: #000000;">12</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px;"><span style="text-decoration: line-through;"><span style="color: #000000;">Numero romaneio, ordem de coleta, resumo de carga</span></span></td><td style="border-style: solid; border-color: black; width: 54px;"><span style="text-decoration: line-through;"><span style="color: #000000;">A</span></span>

</td><td style="border-style: solid; border-color: black; width: 93px;"><span style="text-decoration: line-through;"><span style="color: #000000; text-decoration: line-through;">20</span></span>

</td><td style="border-style: solid; border-color: black; width: 155px;"><span style="color: #000000;">110(Opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 321px;"> </td></tr><tr><td style="border-style: solid; border-color: black; width: 45px;"><span style="color: #000000;">13</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px;"><span style="text-decoration: line-through;"><span style="color: #000000; text-decoration: line-through;">Número SAP, shipment, etc. #1</span></span></td><td style="border-style: solid; border-color: black; width: 54px;"><span style="text-decoration: line-through;"><span style="color: #000000;">A</span></span>

</td><td style="border-style: solid; border-color: black; width: 93px;"><span style="text-decoration: line-through;"><span style="color: #000000;">20</span></span>

</td><td style="border-style: solid; border-color: black; width: 155px;"><span style="color: #000000;">130(Opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 321px;"> </td></tr><tr><td style="border-style: solid; border-color: black; width: 45px;"><span style="color: #000000;">14</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px;"><span style="text-decoration: line-through;"><span style="color: #000000;">Outro número SAP, account, etc. #2</span></span></td><td style="border-style: solid; border-color: black; width: 54px;"><span style="text-decoration: line-through;"><span style="color: #000000;">A</span></span>

</td><td style="border-style: solid; border-color: black; width: 93px;"><span style="text-decoration: line-through;"><span style="color: #000000;">20</span></span>

</td><td style="border-style: solid; border-color: black; width: 155px;"><span style="color: #000000;">150(Opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 321px;"> </td></tr><tr><td style="border-style: solid; border-color: black; width: 45px;"><span style="color: #000000;">15</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px;"><span style="text-decoration: line-through;"><span style="color: #000000;">Outro número SAP, account, etc. #3</span></span></td><td style="border-style: solid; border-color: black; width: 54px;"><span style="text-decoration: line-through;"><span style="color: #000000;">A</span></span>

</td><td style="border-style: solid; border-color: black; width: 93px;"><span style="text-decoration: line-through;"><span style="color: #000000;">20</span></span>

</td><td style="border-style: solid; border-color: black; width: 155px;"><span style="color: #000000;">170(Opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 321px;"> </td></tr><tr><td style="border-style: solid; border-color: black; width: 45px;"><span style="color: #000000;">16</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px;"><span style="text-decoration: line-through;"><span style="color: #000000;">NF de devolução?</span></span></td><td style="border-style: solid; border-color: black; width: 54px;"><span style="text-decoration: line-through;"><span style="color: #000000;">A</span></span>

</td><td style="border-style: solid; border-color: black; width: 93px;"><span style="text-decoration: line-through;"><span style="color: #000000; text-decoration: line-through;">1</span></span>

</td><td style="border-style: solid; border-color: black; width: 155px;"><span style="color: #000000;">190(Opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 321px;">S=Sim ou N=não</td></tr><tr><td style="border-style: solid; border-color: black; width: 45px;"><span style="color: #000000;">17</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px;"><span style="color: #000000;">Tipo da NF</span></td><td style="border-style: solid; border-color: black; width: 54px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 93px;"><span style="color: #000000;">1</span>

</td><td style="border-style: solid; border-color: black; width: 155px;"><span style="color: #000000;">191(Opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 321px;">0=Entrada ou 1=Saída</td></tr><tr><td style="border-style: solid; border-color: black; width: 45px;"><span style="color: #000000;">18</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px;"><span style="text-decoration: line-through;"><span style="color: #000000;">Indicação de bonificação</span></span></td><td style="border-style: solid; border-color: black; width: 54px;"><span style="text-decoration: line-through;"><span style="color: #000000;">A</span></span>

</td><td style="border-style: solid; border-color: black; width: 93px;"><span style="text-decoration: line-through;"><span style="color: #000000; text-decoration: line-through;">1</span></span>

</td><td style="border-style: solid; border-color: black; width: 155px;"><span style="color: #000000;">192(Opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 321px;">S=Sim-nota com bonificação ou N=Não</td></tr><tr><td style="border-style: solid; border-color: black; width: 45px;"><span style="color: #000000;">19</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px;"><span style="color: #000000;">Código fiscal de operação (CFOP)</span></td><td style="border-style: solid; border-color: black; width: 54px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 93px;"><span style="color: #000000;">4</span>

</td><td style="border-style: solid; border-color: black; width: 155px;"><span style="color: #000000;">193(Opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 321px;"> </td></tr><tr><td style="border-style: solid; border-color: black; width: 45px;"><span style="color: #000000;">20</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px;"><span style="color: #000000;">Sigla do estado (UF)</span></td><td style="border-style: solid; border-color: black; width: 54px;"><span style="color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black; width: 93px;"><span style="color: #000000;">2</span>

</td><td style="border-style: solid; border-color: black; width: 155px;"><span style="color: #000000;">197(Opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 321px;"> </td></tr><tr><td style="border-style: solid; border-color: black; width: 45px;"><span style="color: #000000;">21</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 172px;"><span style="text-decoration: line-through;"><span style="color: #000000; text-decoration: line-through;">Desdobro</span></span></td><td style="border-style: solid; border-color: black; width: 54px;"><span style="text-decoration: line-through;"><span style="color: #000000;">A</span></span>

</td><td style="border-style: solid; border-color: black; width: 93px;"><span style="text-decoration: line-through;"><span style="color: #000000;">10</span></span>

</td><td style="border-style: solid; border-color: black; width: 155px;"><span style="color: #000000;">199(Opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 321px;"> </td></tr></tbody></table>

<span style="color: #000000;">**REGISTRO 529 - TOTAL DE CONHECIMENTO EMBARCADOS**  
**Tamanho do registro: 350 posições**  
**Ocorrência: 1 por registro 520**</span>

<table cellpadding="7" cellspacing="0" class=" align-center" id="bkmrk-n%C2%BA-campo-tipo-tamanh-4" style="height: 70px;"><tbody><tr style="height: 35px;" valign="top"><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 44.2031px; height: 35px;"><span style="color: #000000;">**Nº**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 165.406px; height: 35px;"><span style="color: #000000;">**Campo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 52.7656px; height: 35px;"><span style="color: #000000;">**Tipo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 90.0625px; height: 35px;"><span style="color: #000000;">**Tamanho**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 149px; height: 35px;"><span style="color: #000000;">**Posição**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; width: 307.562px; height: 35px;"><span style="color: #000000;">**Observações/exemplo**</span>

</td></tr><tr style="height: 35px;" valign="top"><td class="align-center" style="border-style: solid; border-color: black; width: 44.2031px; height: 35px;"><span style="color: #000000;">1</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 165.406px; height: 35px;"><span style="color: #000000;">Identificador do registro</span></td><td style="border-style: solid; border-color: black; width: 52.7656px; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 90.0625px; height: 35px;"><span style="color: #000000;">3</span>

</td><td style="border-style: solid; border-color: black; width: 149px; height: 35px;"><span style="color: #000000;">001</span>

</td><td style="border-style: solid; border-color: black; width: 307.562px; height: 35px;"><span style="color: #000000;">529</span>

</td></tr><tr><td style="border-style: solid; border-color: black; width: 44.2031px;"><span style="color: #000000;">2</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 165.406px;"><span style="color: #000000;">Quantidade total de CTes</span></td><td style="border-style: solid; border-color: black; width: 52.7656px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 90.0625px;"><span style="color: #000000;">4</span>

</td><td style="border-style: solid; border-color: black; width: 149px;"><span style="color: #000000;">004</span>

</td><td style="border-style: solid; border-color: black; width: 307.562px;"><span style="color: #000000;"> </span>

</td></tr><tr><td style="border-style: solid; border-color: black; width: 44.2031px;"><span style="color: #000000;">3</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 165.406px;"><span style="color: #000000;">Valor total dos CTes</span></td><td style="border-style: solid; border-color: black; width: 52.7656px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 90.0625px;"><span style="color: #000000;">15</span>

</td><td style="border-style: solid; border-color: black; width: 149px;"><span style="color: #000000;">008</span>

</td><td style="border-style: solid; border-color: black; width: 307.562px;"><span style="color: #000000;"> </span>

</td></tr></tbody></table>

# 3. OCOREN



# PROC001 Opção OCOREN

#### ***Protótipo de tela:***

[![image-1659549159146.png](https://docs.softensistemas.com.br/uploads/images/gallery/2022-08/scaled-1680-/image-1659549159146.png)](https://docs.softensistemas.com.br/uploads/images/gallery/2022-08/image-1659549159146.png)

#### ***Descrição dos campos:***

<table cellpadding="7" cellspacing="0" id="bkmrk-campo-tipo-tamanho-o" style="height: 343px;" width="974"><tbody><tr style="height: 35px;" valign="top"><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 134.484px;"><span style="color: #000000;">**Campo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 134.484px;"><span style="color: #000000;">**Tipo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 78.2812px;"><span style="color: #000000;">**Tamanho**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 110.406px;"><span style="color: #000000;">**Obrigatório?**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 145.531px;"><span style="color: #000000;">**Máscara**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 205.812px;"><span style="color: #000000;">**Observações**</span>

</td></tr><tr style="height: 35px;" valign="top"><td class="align-center" style="border-style: solid; border-color: black; height: 35px; width: 134.484px;"><span style="color: #000000;">Período</span></td><td class="align-center" style="border-style: solid; border-color: black; height: 35px; width: 134.484px;"><span style="color: #000000;">Data</span></td><td style="border-style: solid; border-color: black; height: 35px; width: 78.2812px;">-

</td><td style="border-style: solid; border-color: black; height: 35px; width: 110.406px;"><span style="color: #000000;">Sim</span>

</td><td style="border-style: solid; border-color: black; height: 35px; width: 145.531px;"></td><td style="border-style: solid; border-color: black; height: 35px; width: 205.812px;"> </td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; height: 35px; width: 134.484px;"><span style="color: #000000;">Cliente</span></td><td class="align-center" style="border-style: solid; border-color: black; height: 35px; width: 134.484px;"><span style="color: #000000;">Texto</span></td><td style="border-style: solid; border-color: black; height: 35px; width: 78.2812px;">-

</td><td style="border-style: solid; border-color: black; height: 35px; width: 110.406px;"><span style="color: #000000;">Sim</span>

</td><td style="border-style: solid; border-color: black; height: 35px; width: 145.531px;"></td><td style="border-style: solid; border-color: black; height: 35px; width: 205.812px;"> </td></tr><tr style="height: 49px;"><td class="align-center" style="border-style: solid; border-color: black; height: 49px; width: 134.484px;"><span style="color: #000000;">Listagem lançamentos</span></td><td class="align-center" style="border-style: solid; border-color: black; height: 49px; width: 134.484px;"><span style="color: #000000;">ListBox</span></td><td style="border-style: solid; border-color: black; height: 49px; width: 78.2812px;">-

</td><td style="border-style: solid; border-color: black; height: 49px; width: 110.406px;">-

</td><td style="border-style: solid; border-color: black; height: 49px; width: 145.531px;"></td><td style="border-style: solid; border-color: black; height: 49px; width: 205.812px;"></td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; height: 35px; width: 134.484px;"><span style="color: #000000;"> Data Ocorrência</span></td><td class="align-center" style="border-style: solid; border-color: black; height: 35px; width: 134.484px;"><span style="color: #000000;">Date </span></td><td style="border-style: solid; border-color: black; height: 35px; width: 78.2812px;">-

</td><td style="border-style: solid; border-color: black; height: 35px; width: 110.406px;">Sim

</td><td style="border-style: solid; border-color: black; height: 35px; width: 145.531px;"></td><td style="border-style: solid; border-color: black; height: 35px; width: 205.812px;"></td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; height: 35px; width: 134.484px;"><span style="color: #000000;">Ocorrência</span></td><td class="align-center" style="border-style: solid; border-color: black; height: 35px; width: 134.484px;"><span style="color: #000000;">ComboBox</span></td><td style="border-style: solid; border-color: black; height: 35px; width: 78.2812px;">-

</td><td style="border-style: solid; border-color: black; height: 35px; width: 110.406px;">Sim

</td><td style="border-style: solid; border-color: black; height: 35px; width: 145.531px;"></td><td style="border-style: solid; border-color: black; height: 35px; width: 205.812px;"></td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; height: 35px; width: 134.484px;"><span style="color: #000000;">Observação</span></td><td class="align-center" style="border-style: solid; border-color: black; height: 35px; width: 134.484px;"><span style="color: #000000;">Texto</span></td><td style="border-style: solid; border-color: black; height: 35px; width: 78.2812px;">70

</td><td style="border-style: solid; border-color: black; height: 35px; width: 110.406px;">Sim

</td><td style="border-style: solid; border-color: black; height: 35px; width: 145.531px;"></td><td style="border-style: solid; border-color: black; height: 35px; width: 205.812px;"></td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; height: 35px; width: 134.484px;"><span style="color: #000000;">Tp Entrega</span></td><td class="align-center" style="border-style: solid; border-color: black; height: 35px; width: 134.484px;"><span style="color: #000000;">ComboBox</span></td><td style="border-style: solid; border-color: black; height: 35px; width: 78.2812px;">-

</td><td style="border-style: solid; border-color: black; height: 35px; width: 110.406px;">Não

</td><td style="border-style: solid; border-color: black; height: 35px; width: 145.531px;"></td><td style="border-style: solid; border-color: black; height: 35px; width: 205.812px;">Opções:

1=Primeira entrega;

2=Reentrega a pedido do embarcador;

3=Reentrega a pedido do destinatário;

4=Reentrega a pedido transportador de origem;

</td></tr><tr style="height: 49px;"><td class="align-center" style="border-style: solid; border-color: black; height: 49px; width: 134.484px;"><span style="color: #000000;">Tp Ocorrência na Entrega</span></td><td class="align-center" style="border-style: solid; border-color: black; height: 49px; width: 134.484px;"><span style="color: #000000;">ComboBox</span></td><td style="border-style: solid; border-color: black; height: 49px; width: 78.2812px;">-

</td><td style="border-style: solid; border-color: black; height: 49px; width: 110.406px;">Não

</td><td style="border-style: solid; border-color: black; height: 49px; width: 145.531px;"></td><td style="border-style: solid; border-color: black; height: 49px; width: 205.812px;">Opções:

01=Devolução/Recusa Total

02=Devolução/Recusa Parcial

03=Aceita/Entrega de acordo

04=Devolução/Recusa total com NF devolução emitida pelo destinatário

05=Devolução/Recusa parcial c/ NF devolução emitida pelo destinatário

</td></tr></tbody></table>

#### ***Regras de interface:***

<span style="color: #000000;">**1. Colunas da listagem:**</span>

<span style="color: #000000;">**1.1 Número do documento:** Deve indicar na tela o número do CTe autorizado no sistema.</span>

<span style="color: #000000;">**1.2 Data de emissão:** Deve constar a data de emissão do CTe.</span>

<span style="color: #000000;">**1.3 Destinatário:** Deve constar o nome do destinatário do documento.</span>

<span style="color: #000000;">**1.4 Valor:** Deve constar o valor do documento.</span>

<span style="color: #000000;">**2.** A ListBox só deve ser preenchida quando um período e um cliente forem preenchidos.</span>

#### ***Regras de negócio:***

**1.** Listagem das ocorrências em ordem alfabética:

[![image-1659527366862.png](https://docs.softensistemas.com.br/uploads/images/gallery/2022-08/scaled-1680-/image-1659527366862.png)](https://docs.softensistemas.com.br/uploads/images/gallery/2022-08/image-1659527366862.png)  
Continuação:

[![image-1659528048862.png](https://docs.softensistemas.com.br/uploads/images/gallery/2022-08/scaled-1680-/image-1659528048862.png)](https://docs.softensistemas.com.br/uploads/images/gallery/2022-08/image-1659528048862.png)

<span style="color: #000000;">**2. Gerar Ocorrência:** A ação do botão do botão deve gerar o processo...</span>

#### ***Questões Técnicas:***

<span style="color: #000000;">**1.** Os dados da listagem devem ser consultados da tabela **FATURAMENTO\_CTE**, na base de dados.</span>

# PROC002 Estrutura OCOREN

#### ***Regras de negócio:***

**1.** Alguns registros opcionais não serão gerados pelo sistema. **2.** Alguns campos opcionais dentro dos registros não serão gerados. Estes campos estarão tachados (<span style="text-decoration: line-through;">abcde</span>), pois deve ser reservado a posição deles no momento de gerar o arquivo.

#### ***Questões técnicas:***

**1.** Os dados devem ser consultados a partir das tabelas FATURAMENTO\_CTE**.**

**2.** Os dados devem ser enviados para o Webservice, para ser gerado o arquivo de integração.

<span style="color: #000000;">**REGISTRO 000 - CABEÇALHO DE INTERCAMBIO.** </span>  
<span style="color: #000000;">**Tamanho do registro: 250 posições**</span>  
<span style="color: #000000;">**Ocorrência: 1 por arquivo**</span>

<table cellpadding="7" cellspacing="0" id="bkmrk-campo-tipo-tamanho-o"><tbody><tr valign="top"><td bgcolor="#acb9ca" style="border-style: solid; border-color: black;"><span style="color: #000000;">**Nº**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black;"><span style="color: #000000;">**Campo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black;"><span style="color: #000000;">**Tipo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black;"><span style="color: #000000;">**Tamanho**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black;"><span style="color: #000000;">**Posição**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black;"><span style="color: #000000;">**Observações/exemplo**</span>

</td></tr><tr valign="top"><td class="align-center" style="border-style: solid; border-color: black;"><span style="color: #000000;">1</span></td><td class="align-left" style="border-style: solid; border-color: black;"><span style="color: #000000;">Identificador do registro</span></td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">3</span>

</td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">001</span>

</td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">000</span></td></tr><tr><td class="align-center" style="border-style: solid; border-color: black;"><span style="color: #000000;">2</span></td><td class="align-left" style="border-style: solid; border-color: black;"><span style="color: #000000;">ID do remetente</span></td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">35</span>

</td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">004</span>

</td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">CNPJ do transportador (emissor EDI)</span></td></tr><tr><td class="align-center" style="border-style: solid; border-color: black;"><span style="color: #000000;">3</span></td><td class="align-left" style="border-style: solid; border-color: black;"><span style="color: #000000;">ID do destinatário</span></td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">35</span>

</td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">039</span>

</td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">CNPJ do tomador (cliente)</span>

</td></tr><tr><td class="align-center" style="border-style: solid; border-color: black;"><span style="color: #000000;">4</span></td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">Data</span></td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">6</span>

</td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">074</span>

</td><td style="border-style: solid; border-color: black;"></td></tr><tr><td class="align-center" style="border-style: solid; border-color: black;"><span style="color: #000000;">5</span></td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">Hora</span></td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">4</span>

</td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">080</span>

</td><td style="border-style: solid; border-color: black;"></td></tr><tr><td class="align-center" style="border-style: solid; border-color: black;"><span style="color: #000000;">6</span></td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">Identificação do intercambio</span></td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">12</span>

</td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">084</span>

</td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">SUGESTÃO: "OCOB50DDMMSSS"</span>  
<span style="color: #000000;">"OCOB50" = CONSTANTE OCOrrência+VERSÃO 50</span>  
<span style="color: #000000;">"DDMM” = DIA/MÊS</span>  
<span style="color: #000000;">"SSS" = SEQUÊNCIA DE 000 A 999</span>

</td></tr></tbody></table>

<span style="color: #000000;">**REGISTRO 540 - CABEÇALHO DE DOCUMENTO  
Tamanho do registro: 250 posições**</span>  
<span style="color: #000000;">**Ocorrência: Até 200 vezes para cada registro 000**</span>

<table cellpadding="7" cellspacing="0" id="bkmrk-n%C2%BA-campo-tipo-tamanh"><tbody><tr valign="top"><td bgcolor="#acb9ca" style="border-style: solid; border-color: black;"><span style="color: #000000;">**Nº**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black;"><span style="color: #000000;">**Campo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black;"><span style="color: #000000;">**Tipo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black;"><span style="color: #000000;">**Tamanho**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black;"><span style="color: #000000;">**Posição**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black;"><span style="color: #000000;">**Observações/exemplo**</span>

</td></tr><tr valign="top"><td class="align-center" style="border-style: solid; border-color: black;"><span style="color: #000000;">1</span></td><td class="align-left" style="border-style: solid; border-color: black;"><span style="color: #000000;">Identificador do registro</span></td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">3</span>

</td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">001</span>

</td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">540</span></td></tr><tr><td class="align-center" style="border-style: solid; border-color: black;"><span style="color: #000000;">2</span></td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">Identificação do intercambio</span></td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">14</span>

</td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">004</span>

</td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">SUGESTÃO: "OCO50DDMMSSS"</span>  
<span style="color: #000000;">"COB50" = CONSTANTE OCOrrência+VERSÃO 50</span>  
<span style="color: #000000;">"DDMM” = DIA/MÊS</span>  
<span style="color: #000000;">"SSS" = SEQUÊNCIA DE 000 A 200</span>

</td></tr></tbody></table>

<span style="color: #000000;">**REGISTRO 541 - DADOS DA TRANSPORTADORA  
Tamanho do registro: 250 posições**</span>  
<span style="color: #000000;">**Ocorrência: 1 para cada registro 540**</span>

<table cellpadding="7" cellspacing="0" id="bkmrk-n%C2%BA-campo-tipo-tamanh-0"><tbody><tr valign="top"><td bgcolor="#acb9ca" style="width: 37px; border-style: solid; border-color: black;"><span style="color: #000000;">**Nº**</span>

</td><td bgcolor="#acb9ca" style="width: 185px; border-style: solid; border-color: black;"><span style="color: #000000;">**Campo**</span>

</td><td bgcolor="#acb9ca" style="width: 71px; border-style: solid; border-color: black;"><span style="color: #000000;">**Tipo**</span>

</td><td bgcolor="#acb9ca" style="width: 82px; border-style: solid; border-color: black;"><span style="color: #000000;">**Tamanho**</span>

</td><td bgcolor="#acb9ca" style="width: 122px; border-style: solid; border-color: black;"><span style="color: #000000;">**Posição**</span>

</td><td bgcolor="#acb9ca" style="width: 253px; border-style: solid; border-color: black;"><span style="color: #000000;">**Observações/exemplo**</span>

</td></tr><tr valign="top"><td class="align-center" style="width: 37px; border-style: solid; border-color: black;"><span style="color: #000000;">1</span></td><td class="align-left" style="width: 185px; border-style: solid; border-color: black;"><span style="color: #000000;">Identificador do registro</span></td><td style="width: 71px; border-style: solid; border-color: black;"><span style="color: #000000;">N</span>

</td><td style="width: 82px; border-style: solid; border-color: black;"><span style="color: #000000;">3</span>

</td><td style="width: 122px; border-style: solid; border-color: black;"><span style="color: #000000;">001</span>

</td><td style="width: 253px; border-style: solid; border-color: black;"><span style="color: #000000;">541</span></td></tr><tr><td class="align-center" style="width: 37px; border-style: solid; border-color: black;"><span style="color: #000000;">2</span></td><td style="width: 185px; border-style: solid; border-color: black;"><span style="color: #000000;">CNPJ da transportadora</span></td><td style="width: 71px; border-style: solid; border-color: black;"><span style="color: #000000;">N</span>

</td><td style="width: 82px; border-style: solid; border-color: black;"><span style="color: #000000;">14</span>

</td><td style="width: 122px; border-style: solid; border-color: black;"><span style="color: #000000;">004</span>

</td><td style="width: 253px; border-style: solid; border-color: black;"></td></tr><tr><td class="align-center" style="width: 37px; border-style: solid; border-color: black;"><span style="color: #000000;">3</span></td><td style="width: 185px; border-style: solid; border-color: black;"><span style="color: #000000;">Razão social</span></td><td style="width: 71px; border-style: solid; border-color: black;"><span style="color: #000000;">A</span>

</td><td style="width: 82px; border-style: solid; border-color: black;"><span style="color: #000000;">50</span>

</td><td style="width: 122px; border-style: solid; border-color: black;"><span style="color: #000000;">018(opcional)</span>

</td><td style="width: 253px; border-style: solid; border-color: black;"></td></tr></tbody></table>

<span style="color: #000000;">**REGISTRO 542 - OCORRÊNCIA NO TRANSPORTE  
Tamanho do registro: 250 posições**</span>  
<span style="color: #000000;">**Ocorrência: 9.999 para cada registro 541**</span>

<table cellpadding="7" cellspacing="0" id="bkmrk-n%C2%BA-campo-tipo-tamanh-1" style="width: 753px; height: 1589px;"><tbody><tr style="height: 35px;" valign="top"><td bgcolor="#acb9ca" style="width: 57px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Nº**</span>

</td><td bgcolor="#acb9ca" style="width: 168px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Campo**</span>

</td><td bgcolor="#acb9ca" style="width: 66px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Tipo**</span>

</td><td bgcolor="#acb9ca" style="width: 82px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Tamanho**</span>

</td><td bgcolor="#acb9ca" style="width: 128px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Posição**</span>

</td><td bgcolor="#acb9ca" style="width: 252px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Observações/exemplo**</span>

</td></tr><tr style="height: 35px;" valign="top"><td class="align-center" style="width: 57px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">1</span></td><td class="align-left" style="width: 168px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Identificador do registro</span></td><td style="width: 66px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="width: 82px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">3</span>

</td><td style="width: 128px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">001</span>

</td><td style="width: 252px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">542</span></td></tr><tr style="height: 49px;"><td class="align-center" style="width: 57px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">2</span></td><td style="width: 168px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">Filial emissora do documento</span></td><td style="width: 66px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">A</span>

</td><td style="width: 82px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">14</span>

</td><td style="width: 128px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">004</span>

</td><td style="width: 252px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">CNPJ da empresa emitente</span>

</td></tr><tr style="height: 35px;"><td class="align-center" style="width: 57px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">3</span></td><td style="width: 168px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Série da NFe</span></td><td style="width: 66px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 82px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">3</span>

</td><td style="width: 128px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">018 (opcional)</span>

</td><td style="width: 252px; border-style: solid; border-color: black; height: 35px;"></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 57px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">4</span></td><td style="width: 168px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Número da NFe</span></td><td style="width: 66px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="width: 82px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">9</span>

</td><td style="width: 128px; border-style: solid; border-color: black; height: 35px;">021

</td><td style="width: 252px; border-style: solid; border-color: black; height: 35px;"> </td></tr><tr style="height: 49px;"><td class="align-center" style="width: 57px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">5</span></td><td style="width: 168px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">Código de ocorrência na entrada</span></td><td style="width: 66px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">N</span>

</td><td style="width: 82px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">3</span>

</td><td style="width: 128px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">030</span>

</td><td style="width: 252px; border-style: solid; border-color: black; height: 49px;"> </td></tr><tr style="height: 35px;"><td class="align-center" style="width: 57px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">6</span></td><td style="width: 168px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Data da ocorrência</span></td><td style="width: 66px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="width: 82px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">8</span>

</td><td style="width: 128px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">033</span>

</td><td style="width: 252px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Formato DDMMAAAA</span></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 57px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">7</span></td><td style="width: 168px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Hora da ocorrência</span></td><td style="width: 66px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="width: 82px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">4</span>

</td><td style="width: 128px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">041(opcional)</span>

</td><td style="width: 252px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">HHMM</span></td></tr><tr style="height: 192px;"><td class="align-center" style="width: 57px; border-style: solid; border-color: black; height: 192px;"><span style="color: #000000;">8</span></td><td style="width: 168px; border-style: solid; border-color: black; height: 192px;"><span style="color: #000000;">Código de observação de ocorrência na entrada</span></td><td style="width: 66px; border-style: solid; border-color: black; height: 192px;"><span style="color: #000000;">A</span>

</td><td style="width: 82px; border-style: solid; border-color: black; height: 192px;"><span style="color: #000000;">2</span>

</td><td style="width: 128px; border-style: solid; border-color: black; height: 192px;"><span style="color: #000000;">045(opcional)</span>

</td><td style="width: 252px; border-style: solid; border-color: black; height: 192px;">Opções:

01=Devolução/Recusa Total

02=Devolução/Recusa Parcial

03=Aceita/Entrega de acordo

04=Devolução/Recusa total com NF devolução emitida pelo destinatário

05=Devolução/Recusa parcial c/ NF devolução emitida pelo destinatário

</td></tr><tr style="height: 66px;"><td class="align-center" style="width: 57px; border-style: solid; border-color: black; height: 66px;"><span style="color: #000000;">9</span></td><td style="width: 168px; border-style: solid; border-color: black; height: 66px;"><span style="text-decoration: line-through;"><span style="color: #000000;">Numero romaneio, ordem coleta, resumo de carga</span></span></td><td style="width: 66px; border-style: solid; border-color: black; height: 66px;"><span style="text-decoration: line-through;"><span style="color: #000000;">A</span></span>

</td><td style="width: 82px; border-style: solid; border-color: black; height: 66px;"><span style="color: #000000;">20</span>

</td><td style="width: 128px; border-style: solid; border-color: black; height: 66px;"><span style="color: #000000;">047(opcional)</span>

</td><td style="width: 252px; border-style: solid; border-color: black; height: 66px;"></td></tr><tr style="height: 49px;"><td class="align-center" style="width: 57px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">10</span></td><td style="width: 168px; border-style: solid; border-color: black; height: 49px;"><span style="text-decoration: line-through;"><span style="color: #000000;">Numero SAP, shipment, etc #1</span></span></td><td style="width: 66px; border-style: solid; border-color: black; height: 49px;"><span style="text-decoration: line-through;"><span style="color: #000000;">A</span></span>

</td><td style="width: 82px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">20</span>

</td><td style="width: 128px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">067(opcional)</span>

</td><td style="width: 252px; border-style: solid; border-color: black; height: 49px;"></td></tr><tr style="height: 49px;"><td class="align-center" style="width: 57px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">11</span></td><td style="width: 168px; border-style: solid; border-color: black; height: 49px;"><span style="text-decoration: line-through;"><span style="color: #000000;">Outro número SAP, account, etc #2</span></span></td><td style="width: 66px; border-style: solid; border-color: black; height: 49px;"><span style="text-decoration: line-through;"><span style="color: #000000;">A</span></span>

</td><td style="width: 82px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">20</span>

</td><td style="width: 128px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">087(opcional)</span>

</td><td style="width: 252px; border-style: solid; border-color: black; height: 49px;"></td></tr><tr style="height: 49px;"><td class="align-center" style="width: 57px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">12</span></td><td style="width: 168px; border-style: solid; border-color: black; height: 49px;"><span style="text-decoration: line-through;"><span style="color: #000000;">Outro número SAP, account, etc #3</span></span></td><td style="width: 66px; border-style: solid; border-color: black; height: 49px;"><span style="text-decoration: line-through;"><span style="color: #000000;">A</span></span>

</td><td style="width: 82px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">20</span>

</td><td style="width: 128px; border-style: solid; border-color: black; height: 49px;">107(opcional)

</td><td style="width: 252px; border-style: solid; border-color: black; height: 49px;"></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 57px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">13</span></td><td style="width: 168px; border-style: solid; border-color: black; height: 35px;"><span style="text-decoration: line-through;"><span style="color: #000000; text-decoration: line-through;">Filial emissora do CTe</span></span></td><td style="width: 66px; border-style: solid; border-color: black; height: 35px;"><span style="text-decoration: line-through;"><span style="color: #000000;">A</span></span>

</td><td style="width: 82px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">10</span>

</td><td style="width: 128px; border-style: solid; border-color: black; height: 35px;">127(opcional)

</td><td style="width: 252px; border-style: solid; border-color: black; height: 35px;"></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 57px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">14</span></td><td style="width: 168px; border-style: solid; border-color: black; height: 35px;"><span style="text-decoration: line-through;"><span style="color: #000000; text-decoration: line-through;">Serie do CTe</span></span></td><td style="width: 66px; border-style: solid; border-color: black; height: 35px;"><span style="text-decoration: line-through;"><span style="color: #000000;">A</span></span>

</td><td style="width: 82px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">5</span>

</td><td style="width: 128px; border-style: solid; border-color: black; height: 35px;">137(opcional)

</td><td style="width: 252px; border-style: solid; border-color: black; height: 35px;"></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 57px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">15</span></td><td style="width: 168px; border-style: solid; border-color: black; height: 35px;"><span style="text-decoration: line-through;"><span style="color: #000000; text-decoration: line-through;">Número do CTe</span></span></td><td style="width: 66px; border-style: solid; border-color: black; height: 35px;"><span style="text-decoration: line-through;"><span style="color: #000000;">A</span></span>

</td><td style="width: 82px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">12</span>

</td><td style="width: 128px; border-style: solid; border-color: black; height: 35px;">142(opcional)

</td><td style="width: 252px; border-style: solid; border-color: black; height: 35px;"></td></tr><tr style="height: 49px;"><td class="align-center" style="width: 57px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">16</span></td><td style="width: 168px; border-style: solid; border-color: black; height: 49px;"><span style="text-decoration: line-through;"><span style="color: #000000; text-decoration: line-through;">Indicação do tipo de entrega</span></span></td><td style="width: 66px; border-style: solid; border-color: black; height: 49px;"><span style="text-decoration: line-through;"><span style="color: #000000;">A</span></span>

</td><td style="width: 82px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">1</span>

</td><td style="width: 128px; border-style: solid; border-color: black; height: 49px;">154(opcional)

</td><td style="width: 252px; border-style: solid; border-color: black; height: 49px;"></td></tr><tr style="height: 49px;"><td class="align-center" style="width: 57px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">17</span></td><td style="width: 168px; border-style: solid; border-color: black; height: 49px;"><span style="text-decoration: line-through;"><span style="color: #000000; text-decoration: line-through;">Código da empresa emissora da NFe</span></span></td><td style="width: 66px; border-style: solid; border-color: black; height: 49px;"><span style="text-decoration: line-through;"><span style="color: #000000;">A</span></span>

</td><td style="width: 82px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">5</span>

</td><td style="width: 128px; border-style: solid; border-color: black; height: 49px;">155(opcional)

</td><td style="width: 252px; border-style: solid; border-color: black; height: 49px;"></td></tr><tr style="height: 66px;"><td class="align-center" style="width: 57px; border-style: solid; border-color: black; height: 66px;"><span style="color: #000000;">18</span></td><td style="width: 168px; border-style: solid; border-color: black; height: 66px;"><span style="text-decoration: line-through;"><span style="color: #000000; text-decoration: line-through;">Código da filial da empresa emissora da NF</span></span></td><td style="width: 66px; border-style: solid; border-color: black; height: 66px;"><span style="text-decoration: line-through;"><span style="color: #000000;">A</span></span>

</td><td style="width: 82px; border-style: solid; border-color: black; height: 66px;"><span style="color: #000000;">5</span>

</td><td style="width: 128px; border-style: solid; border-color: black; height: 66px;">160(opcional)

</td><td style="width: 252px; border-style: solid; border-color: black; height: 66px;"></td></tr><tr style="height: 49px;"><td class="align-center" style="width: 57px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">19</span></td><td style="width: 168px; border-style: solid; border-color: black; height: 49px;"><span style="text-decoration: line-through;"><span style="color: #000000; text-decoration: line-through;">Data chegada no destino da NF</span></span></td><td style="width: 66px; border-style: solid; border-color: black; height: 49px;"><span style="text-decoration: line-through;"><span style="color: #000000;">N</span></span>

</td><td style="width: 82px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">8</span>

</td><td style="width: 128px; border-style: solid; border-color: black; height: 49px;">165(opcional)

</td><td style="width: 252px; border-style: solid; border-color: black; height: 49px;"></td></tr><tr style="height: 49px;"><td class="align-center" style="width: 57px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">20</span></td><td style="width: 168px; border-style: solid; border-color: black; height: 49px;"><span style="text-decoration: line-through;"><span style="color: #000000; text-decoration: line-through;">Hora chegada no destino da NF</span></span></td><td style="width: 66px; border-style: solid; border-color: black; height: 49px;"><span style="text-decoration: line-through;"><span style="color: #000000;">N</span></span>

</td><td style="width: 82px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">4</span>

</td><td style="width: 128px; border-style: solid; border-color: black; height: 49px;">173(opcional)

</td><td style="width: 252px; border-style: solid; border-color: black; height: 49px;"></td></tr><tr style="height: 66px;"><td class="align-center" style="width: 57px; border-style: solid; border-color: black; height: 66px;"><span style="color: #000000;">21</span></td><td style="width: 168px; border-style: solid; border-color: black; height: 66px;"><span style="text-decoration: line-through;"><span style="color: #000000; text-decoration: line-through;">Data inicio do descarregamento no destino</span></span></td><td style="width: 66px; border-style: solid; border-color: black; height: 66px;"><span style="text-decoration: line-through;"><span style="color: #000000;">N</span></span>

</td><td style="width: 82px; border-style: solid; border-color: black; height: 66px;"><span style="color: #000000;">8</span>

</td><td style="width: 128px; border-style: solid; border-color: black; height: 66px;">177(opcional)

</td><td style="width: 252px; border-style: solid; border-color: black; height: 66px;"></td></tr><tr style="height: 66px;"><td class="align-center" style="width: 57px; border-style: solid; border-color: black; height: 66px;"><span style="color: #000000;">22</span></td><td style="width: 168px; border-style: solid; border-color: black; height: 66px;"><span style="text-decoration: line-through;"><span style="color: #000000; text-decoration: line-through;">Hora inicio do descarregamento no destino</span></span></td><td style="width: 66px; border-style: solid; border-color: black; height: 66px;"><span style="text-decoration: line-through;"><span style="color: #000000;">N</span></span>

</td><td style="width: 82px; border-style: solid; border-color: black; height: 66px;"><span style="color: #000000;">4</span>

</td><td style="width: 128px; border-style: solid; border-color: black; height: 66px;">185(opcional)

</td><td style="width: 252px; border-style: solid; border-color: black; height: 66px;"></td></tr><tr style="height: 66px;"><td class="align-center" style="width: 57px; border-style: solid; border-color: black; height: 66px;"><span style="color: #000000;">23</span></td><td style="width: 168px; border-style: solid; border-color: black; height: 66px;"><span style="text-decoration: line-through;"><span style="color: #000000; text-decoration: line-through;">Data do término do descarregamento no destino</span></span></td><td style="width: 66px; border-style: solid; border-color: black; height: 66px;"><span style="text-decoration: line-through;"><span style="color: #000000;">N</span></span>

</td><td style="width: 82px; border-style: solid; border-color: black; height: 66px;"><span style="color: #000000;">8</span>

</td><td style="width: 128px; border-style: solid; border-color: black; height: 66px;">189(opcional)

</td><td style="width: 252px; border-style: solid; border-color: black; height: 66px;"></td></tr><tr style="height: 66px;"><td class="align-center" style="width: 57px; border-style: solid; border-color: black; height: 66px;"><span style="color: #000000;">24</span></td><td style="width: 168px; border-style: solid; border-color: black; height: 66px;"><span style="text-decoration: line-through;"><span style="color: #000000; text-decoration: line-through;">Hora do término do descarregamento no destino</span></span></td><td style="width: 66px; border-style: solid; border-color: black; height: 66px;"><span style="text-decoration: line-through;"><span style="color: #000000;">N</span></span>

</td><td style="width: 82px; border-style: solid; border-color: black; height: 66px;"><span style="color: #000000;">4</span>

</td><td style="width: 128px; border-style: solid; border-color: black; height: 66px;">197(opcional)

</td><td style="width: 252px; border-style: solid; border-color: black; height: 66px;"></td></tr><tr style="height: 49px;"><td class="align-center" style="width: 57px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">25</span></td><td style="width: 168px; border-style: solid; border-color: black; height: 49px;"><span style="text-decoration: line-through;"><span style="color: #000000; text-decoration: line-through;">Data da saída do destino da NF</span></span></td><td style="width: 66px; border-style: solid; border-color: black; height: 49px;"><span style="text-decoration: line-through;"><span style="color: #000000;">N</span></span>

</td><td style="width: 82px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">8</span>

</td><td style="width: 128px; border-style: solid; border-color: black; height: 49px;">201(opcional)

</td><td style="width: 252px; border-style: solid; border-color: black; height: 49px;"></td></tr><tr style="height: 49px;"><td class="align-center" style="width: 57px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">26</span></td><td style="width: 168px; border-style: solid; border-color: black; height: 49px;"><span style="text-decoration: line-through;"><span style="color: #000000; text-decoration: line-through;">Hora da saída do destino da NF</span></span></td><td style="width: 66px; border-style: solid; border-color: black; height: 49px;"><span style="text-decoration: line-through;">N</span>

</td><td style="width: 82px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">4</span>

</td><td style="width: 128px; border-style: solid; border-color: black; height: 49px;">209(opcional)

</td><td style="width: 252px; border-style: solid; border-color: black; height: 49px;"></td></tr><tr style="height: 49px;"><td class="align-center" style="width: 57px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">27</span></td><td style="width: 168px; border-style: solid; border-color: black; height: 49px;"><span style="text-decoration: line-through;"><span style="color: #000000; text-decoration: line-through;">CNPJ do emissor da NFe de devolução</span></span></td><td style="width: 66px; border-style: solid; border-color: black; height: 49px;"><span style="text-decoration: line-through;">N</span>

</td><td style="width: 82px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">14</span>

</td><td style="width: 128px; border-style: solid; border-color: black; height: 49px;">213(opcional)

</td><td style="width: 252px; border-style: solid; border-color: black; height: 49px;"></td></tr><tr style="height: 49px;"><td class="align-center" style="width: 57px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">28</span></td><td style="width: 168px; border-style: solid; border-color: black; height: 49px;"><span style="text-decoration: line-through;"><span style="color: #000000; text-decoration: line-through;">Série da nota fiscal de devolução</span></span></td><td style="width: 66px; border-style: solid; border-color: black; height: 49px;"><span style="text-decoration: line-through;">N</span>

</td><td style="width: 82px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">3</span>

</td><td style="width: 128px; border-style: solid; border-color: black; height: 49px;">227(opcional)

</td><td style="width: 252px; border-style: solid; border-color: black; height: 49px;"></td></tr><tr style="height: 49px;"><td class="align-center" style="width: 57px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">29</span></td><td style="width: 168px; border-style: solid; border-color: black; height: 49px;"><span style="text-decoration: line-through;"><span style="color: #000000; text-decoration: line-through;">Número da nota fiscal de devolução</span></span></td><td style="width: 66px; border-style: solid; border-color: black; height: 49px;"><span style="text-decoration: line-through;">N</span>

</td><td style="width: 82px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">9</span>

</td><td style="width: 128px; border-style: solid; border-color: black; height: 49px;">230(opcional)

</td><td style="width: 252px; border-style: solid; border-color: black; height: 49px;"></td></tr></tbody></table>

<span style="color: #000000;">**REGISTRO 543 - TEXTO COMPLEMENTAR DA OCORRÊNCIA  
Tamanho do registro: 250 posições**</span>  
<span style="color: #000000;">**Ocorrência: 1 para cada registro 542**</span>

<table cellpadding="7" cellspacing="0" id="bkmrk-n%C2%BA-campo-tipo-tamanh-2"><tbody><tr style="height: 35px;" valign="top"><td bgcolor="#acb9ca" style="width: 57px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Nº**</span>

</td><td bgcolor="#acb9ca" style="width: 168px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Campo**</span>

</td><td bgcolor="#acb9ca" style="width: 66px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Tipo**</span>

</td><td bgcolor="#acb9ca" style="width: 82px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Tamanho**</span>

</td><td bgcolor="#acb9ca" style="width: 128px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Posição**</span>

</td><td bgcolor="#acb9ca" style="width: 252px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Observações/exemplo**</span>

</td></tr><tr style="height: 35px;" valign="top"><td class="align-center" style="width: 57px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">1</span></td><td class="align-left" style="width: 168px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Identificador do registro</span></td><td style="width: 66px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="width: 82px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">3</span>

</td><td style="width: 128px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">001</span>

</td><td style="width: 252px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">543</span></td></tr><tr style="height: 49px;"><td class="align-center" style="width: 57px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">2</span></td><td style="width: 168px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">Texto livre 1</span></td><td style="width: 66px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">A</span>

</td><td style="width: 82px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">70</span>

</td><td style="width: 128px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">004</span>

</td><td style="width: 252px; border-style: solid; border-color: black; height: 49px;"></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 57px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">3</span></td><td style="width: 168px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Texto livre 2</span></td><td style="width: 66px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 82px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">70</span>

</td><td style="width: 128px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">074 (opcional)</span>

</td><td style="width: 252px; border-style: solid; border-color: black; height: 35px;"></td></tr><tr><td class="align-center" style="width: 57px; border-style: solid; border-color: black;"><span style="color: #000000;">4</span></td><td style="width: 168px; border-style: solid; border-color: black;"><span style="color: #000000;">Texto livre 3</span></td><td style="width: 66px; border-style: solid; border-color: black;"><span style="color: #000000;">A</span>

</td><td style="width: 82px; border-style: solid; border-color: black;"><span style="color: #000000;">70</span>

</td><td style="width: 128px; border-style: solid; border-color: black;"><span style="color: #000000;">144(opcional)</span>

</td><td style="width: 252px; border-style: solid; border-color: black;"></td></tr></tbody></table>

<span style="color: #000000;">**REGISTRO 544 - Dados de item da NF (Opcional)  
Campo opcional, não será informado.**</span>

<span style="color: #000000;">**REGISTRO 545 - Ocorrência no Redespacho (Opcional)  
Campo opcional, não será informado.**</span>

<span style="color: #000000;">**REGISTRO 549 - Finalizador  
Tamanho do registro: 250 posições  
Ocorrência: 1 para cada registro 540**</span>

<table cellpadding="7" cellspacing="0" id="bkmrk-n%C2%BA-campo-tipo-tamanh-3" style="height: 119px;"><tbody><tr style="height: 35px;" valign="top"><td bgcolor="#acb9ca" style="width: 57px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Nº**</span>

</td><td bgcolor="#acb9ca" style="width: 168px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Campo**</span>

</td><td bgcolor="#acb9ca" style="width: 66px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Tipo**</span>

</td><td bgcolor="#acb9ca" style="width: 82px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Tamanho**</span>

</td><td bgcolor="#acb9ca" style="width: 128px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Posição**</span>

</td><td bgcolor="#acb9ca" style="width: 252px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Observações/exemplo**</span>

</td></tr><tr style="height: 35px;" valign="top"><td class="align-center" style="width: 57px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">1</span></td><td class="align-left" style="width: 168px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Identificador do registro</span></td><td style="width: 66px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="width: 82px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">3</span>

</td><td style="width: 128px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">001</span>

</td><td style="width: 252px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">549</span></td></tr><tr style="height: 49px;"><td class="align-center" style="width: 57px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">2</span></td><td style="width: 168px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">Número de registro de ocorrência</span></td><td style="width: 66px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">A</span>

</td><td style="width: 82px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">4</span>

</td><td style="width: 128px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">004</span>

</td><td style="width: 252px; border-style: solid; border-color: black; height: 49px;">Número de registro de ocorrências

</td></tr></tbody></table>

# 4. PREFAT



# PROC001 PREFAT

#### ***Protótipo de tela:***

[![image-1662037624906.png](https://docs.softensistemas.com.br/uploads/images/gallery/2022-09/scaled-1680-/image-1662037624906.png)](https://docs.softensistemas.com.br/uploads/images/gallery/2022-09/image-1662037624906.png)

#### ***Descrição dos campos:***

<table cellpadding="7" cellspacing="0" id="bkmrk-campo-tipo-tamanho-o" style="height: 188px;" width="974"><tbody><tr style="height: 35px;" valign="top"><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 34px; width: 134.828px;"><span style="color: #000000;">**Campo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 34px; width: 134.828px;"><span style="color: #000000;">**Tipo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 34px; width: 134.828px;"><span style="color: #000000;">**Tamanho**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 34px; width: 134.828px;"><span style="color: #000000;">**Obrigatório?**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 34px; width: 134.828px;"><span style="color: #000000;">**Máscara**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 34px; width: 134.859px;"><span style="color: #000000;">**Observações**</span>

</td></tr><tr style="height: 35px;" valign="top"><td class="align-center" style="border-style: solid; border-color: black; height: 35px; width: 134.828px;"><span style="color: #000000;">Período</span></td><td class="align-center" style="border-style: solid; border-color: black; height: 35px; width: 134.828px;"><span style="color: #000000;">Data</span></td><td style="border-style: solid; border-color: black; height: 35px; width: 134.828px;"></td><td style="border-style: solid; border-color: black; height: 35px; width: 134.828px;"><span style="color: #000000;">Sim</span>

</td><td style="border-style: solid; border-color: black; height: 35px; width: 134.828px;"></td><td style="border-style: solid; border-color: black; height: 35px; width: 134.859px;"> </td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; height: 35px; width: 134.828px;"><span style="color: #000000;">Cliente</span></td><td class="align-center" style="border-style: solid; border-color: black; height: 35px; width: 134.828px;"><span style="color: #000000;">Texto</span></td><td style="border-style: solid; border-color: black; height: 35px; width: 134.828px;"></td><td style="border-style: solid; border-color: black; height: 35px; width: 134.828px;"><span style="color: #000000;">Sim</span>

</td><td style="border-style: solid; border-color: black; height: 35px; width: 134.828px;"></td><td style="border-style: solid; border-color: black; height: 35px; width: 134.859px;"> </td></tr><tr style="height: 49px;"><td class="align-center" style="border-style: solid; border-color: black; height: 49px; width: 134.828px;"><span style="color: #000000;">Listagem lançamentos</span></td><td class="align-center" style="border-style: solid; border-color: black; height: 49px; width: 134.828px;"><span style="color: #000000;">ListBox</span></td><td style="border-style: solid; border-color: black; height: 49px; width: 134.828px;"></td><td style="border-style: solid; border-color: black; height: 49px; width: 134.828px;"></td><td style="border-style: solid; border-color: black; height: 49px; width: 134.828px;"></td><td style="border-style: solid; border-color: black; height: 49px; width: 134.859px;"></td></tr></tbody></table>

#### ***Regras de interface:***

**1.** Os dados na listagem serão capturados do arquivo EDI importado.

<span style="color: #000000;">**2. Colunas da listagem:**</span>

<span style="color: #000000;">**2.1 Data emissão:** Deve indicar a data do documento emitido, e que conste no arquivo EDI importado.</span>

<span style="color: #000000;">**2.2 Cliente/Fornecedor:** Deve informar o nome do destinatário do documento.</span>

<span style="color: #000000;">**2.3 Valor:** Deve apresentar o valor do documento.</span>

#### ***Regras de Negócio:***

<span style="color: #000000;">**1.** O filtro por data deve ficar disponível apenas após o arquivo ser importado.</span>

<span style="color: #000000;">**2**. Ao ser importado, os documentos liberados na PREFAT devem gerar o financeiro no sistema, caso não tenha documento gerado.</span>

**<span style="color: #000000;">3. </span><span style="color: #000000;">Botão Gerar DOCCOB:</span>**

**<span style="color: #000000;">4.1 </span>**<span style="color: #000000;">Ao ser selecionado, deve gerar e exportar o arquivo DOCCOB, processo contido na documentação: </span><span style="color: #3366ff;">[https://docs.softensistemas.com.br/books/integracao-edi-proceda/chapter/5-doccob](https://docs.softensistemas.com.br/books/integracao-edi-proceda/chapter/5-doccob)</span>

#### ***Questões técnicas:***

**1.** Os dados da listagem devem ser consultados da tabela <span style="color: #000000;">**Financeiro\_Movimento**</span>, na base de dados.

**2.** A formatação do arquivo DOCCOB consta no <span style="color: #3366ff;">**PROC002 Estrutura PREFAT**.</span>

# PROC002 Estrutura PREFAT

#### <span style="color: #000000;">***Regras de negócio:***</span>

<span style="color: #000000;">**1.** Alguns registros opcionais não serão gerados pelo sistema. **2.** Alguns campos opcionais dentro dos registros não serão gerados. Estes campos estarão tachados (<span style="text-decoration: line-through;">abcde</span>), pois deve ser reservado a posição deles no momento de gerar o arquivo.</span>

<span style="color: #000000;">**REGISTRO 000 - CABEÇALHO DE INTERCAMBIO.** </span>  
<span style="color: #000000;">**Tamanho do registro: 200 posições**</span>  
<span style="color: #000000;">**Ocorrência: 1 por arquivo**</span>

<table cellpadding="7" cellspacing="0" id="bkmrk-campo-tipo-tamanho-o" style="height: 312px;"><tbody><tr style="height: 35px;" valign="top"><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 34.4375px;"><span style="color: #000000;">**Nº**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 193.344px;"><span style="color: #000000;">**Campo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 46.4219px;"><span style="color: #000000;">**Tipo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 77.375px;"><span style="color: #000000;">**Tamanho**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 66.6875px;"><span style="color: #000000;">**Posição**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 307.875px;"><span style="color: #000000;">**Observações/exemplo**</span>

</td></tr><tr style="height: 35px;" valign="top"><td class="align-center" style="border-style: solid; border-color: black; height: 35px; width: 34.4375px;"><span style="color: #000000;">1</span></td><td class="align-left" style="border-style: solid; border-color: black; height: 35px; width: 193.344px;"><span style="color: #000000;">Identificador do registro</span></td><td style="border-style: solid; border-color: black; height: 35px; width: 46.4219px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; height: 35px; width: 77.375px;"><span style="color: #000000;">3</span>

</td><td style="border-style: solid; border-color: black; height: 35px; width: 66.6875px;"><span style="color: #000000;">001</span>

</td><td style="border-style: solid; border-color: black; height: 35px; width: 307.875px;"><span style="color: #000000;">000</span></td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; height: 35px; width: 34.4375px;"><span style="color: #000000;">2</span></td><td class="align-left" style="border-style: solid; border-color: black; height: 35px; width: 193.344px;"><span style="color: #000000;">ID do remetente</span></td><td style="border-style: solid; border-color: black; height: 35px; width: 46.4219px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; height: 35px; width: 77.375px;"><span style="color: #000000;">35</span>

</td><td style="border-style: solid; border-color: black; height: 35px; width: 66.6875px;"><span style="color: #000000;">004</span>

</td><td style="border-style: solid; border-color: black; height: 35px; width: 307.875px;"><span style="color: #000000;">CNPJ do transportador (emissor EDI)</span></td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; height: 35px; width: 34.4375px;"><span style="color: #000000;">3</span></td><td class="align-left" style="border-style: solid; border-color: black; height: 35px; width: 193.344px;"><span style="color: #000000;">ID do destinatário</span></td><td style="border-style: solid; border-color: black; height: 35px; width: 46.4219px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; height: 35px; width: 77.375px;"><span style="color: #000000;">35</span>

</td><td style="border-style: solid; border-color: black; height: 35px; width: 66.6875px;"><span style="color: #000000;">039</span>

</td><td style="border-style: solid; border-color: black; height: 35px; width: 307.875px;"><span style="color: #000000;">CNPJ do tomador (cliente)</span>

</td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; height: 35px; width: 34.4375px;"><span style="color: #000000;">4</span></td><td style="border-style: solid; border-color: black; height: 35px; width: 193.344px;"><span style="color: #000000;">Data</span></td><td style="border-style: solid; border-color: black; height: 35px; width: 46.4219px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; height: 35px; width: 77.375px;"><span style="color: #000000;">6</span>

</td><td style="border-style: solid; border-color: black; height: 35px; width: 66.6875px;"><span style="color: #000000;">074</span>

</td><td style="border-style: solid; border-color: black; height: 35px; width: 307.875px;"></td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; height: 35px; width: 34.4375px;"><span style="color: #000000;">5</span></td><td style="border-style: solid; border-color: black; height: 35px; width: 193.344px;"><span style="color: #000000;">Hora</span></td><td style="border-style: solid; border-color: black; height: 35px; width: 46.4219px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; height: 35px; width: 77.375px;"><span style="color: #000000;">4</span>

</td><td style="border-style: solid; border-color: black; height: 35px; width: 66.6875px;"><span style="color: #000000;">080</span>

</td><td style="border-style: solid; border-color: black; height: 35px; width: 307.875px;"></td></tr><tr style="height: 102px;"><td class="align-center" style="border-style: solid; border-color: black; height: 102px; width: 34.4375px;"><span style="color: #000000;">6</span></td><td style="border-style: solid; border-color: black; height: 102px; width: 193.344px;"><span style="color: #000000;">Identificação do intercambio</span></td><td style="border-style: solid; border-color: black; height: 102px; width: 46.4219px;"><span style="color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black; height: 102px; width: 77.375px;"><span style="color: #000000;">12</span>

</td><td style="border-style: solid; border-color: black; height: 102px; width: 66.6875px;"><span style="color: #000000;">084</span>

</td><td style="border-style: solid; border-color: black; height: 102px; width: 307.875px;"><span style="color: #000000;">SUGESTÃO: "NOTDDMMHHMMS"</span>  
<span style="color: #000000;">"COB50" = CONSTANTE COBrança+VERSÃO 50</span>  
<span style="color: #000000;">"DDMM” = DIA/MÊS</span>  
<span style="color: #000000;">"S" = SEQUÊNCIA DE 000 A 999</span>

</td></tr></tbody></table>

<span style="color: #000000;">**REGISTRO 390 - CABEÇALHO DE DOCUMENTO  
Tamanho do registro: 200 posições**</span>  
<span style="color: #000000;">**Ocorrência: Até 200 vezes para cada registro 000**</span>

<table cellpadding="7" cellspacing="0" id="bkmrk-n%C2%BA-campo-tipo-tamanh"><tbody><tr valign="top"><td bgcolor="#acb9ca" style="border-style: solid; border-color: black;"><span style="color: #000000;">**Nº**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black;"><span style="color: #000000;">**Campo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black;"><span style="color: #000000;">**Tipo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black;"><span style="color: #000000;">**Tamanho**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black;"><span style="color: #000000;">**Posição**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black;"><span style="color: #000000;">**Observações/exemplo**</span>

</td></tr><tr valign="top"><td class="align-center" style="border-style: solid; border-color: black;"><span style="color: #000000;">1</span></td><td class="align-left" style="border-style: solid; border-color: black;"><span style="color: #000000;">Identificador do registro</span></td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">3</span>

</td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">001</span>

</td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">390</span></td></tr><tr><td class="align-center" style="border-style: solid; border-color: black;"><span style="color: #000000;">2</span></td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">Identificação do intercambio</span></td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">14</span>

</td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">004</span>

</td><td style="border-style: solid; border-color: black;"><span style="color: #000000;">SUGESTÃO: "NOTDDMMHHMMS"</span>  
<span style="color: #000000;">"COB50" = CONSTANTE COBrança+VERSÃO 50</span>  
<span style="color: #000000;">"DDMM” = DIA/MÊS</span>  
<span style="color: #000000;">"S" = SEQUÊNCIA DE 000 A 999</span>

</td></tr></tbody></table>

<span style="color: #000000;">**REGISTRO 391 - DADOS DA EMPRESA PAGADORA  
Tamanho do registro: 200 posições**</span>  
<span style="color: #000000;">**Ocorrência: até 50 para cada registro 390**</span>

<table cellpadding="7" cellspacing="0" id="bkmrk-n%C2%BA-campo-tipo-tamanh-0" style="width: 728px;"><tbody><tr valign="top"><td bgcolor="#acb9ca" style="width: 43px; border-style: solid; border-color: black;"><span style="color: #000000;">**Nº**</span>

</td><td bgcolor="#acb9ca" style="width: 158px; border-style: solid; border-color: black;"><span style="color: #000000;">**Campo**</span>

</td><td bgcolor="#acb9ca" style="width: 58px; border-style: solid; border-color: black;"><span style="color: #000000;">**Tipo**</span>

</td><td bgcolor="#acb9ca" style="width: 79px; border-style: solid; border-color: black;"><span style="color: #000000;">**Tamanho**</span>

</td><td bgcolor="#acb9ca" style="width: 109px; border-style: solid; border-color: black;"><span style="color: #000000;">**Posição**</span>

</td><td bgcolor="#acb9ca" style="width: 281px; border-style: solid; border-color: black;"><span style="color: #000000;">**Observações/exemplo**</span>

</td></tr><tr valign="top"><td class="align-center" style="width: 43px; border-style: solid; border-color: black;"><span style="color: #000000;">1</span></td><td class="align-left" style="width: 158px; border-style: solid; border-color: black;"><span style="color: #000000;">Identificador do registro</span></td><td style="width: 58px; border-style: solid; border-color: black;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black;"><span style="color: #000000;">3</span>

</td><td style="width: 109px; border-style: solid; border-color: black;"><span style="color: #000000;">001</span>

</td><td style="width: 281px; border-style: solid; border-color: black;"><span style="color: #000000;">391</span></td></tr><tr><td class="align-center" style="width: 43px; border-style: solid; border-color: black;"><span style="color: #000000;">2</span></td><td style="width: 158px; border-style: solid; border-color: black;"><span style="color: #000000;">CNPJ da empresa pagadora</span></td><td style="width: 58px; border-style: solid; border-color: black;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black;"><span style="color: #000000;">15</span>

</td><td style="width: 109px; border-style: solid; border-color: black;"><span style="color: #000000;">004</span>

</td><td style="width: 281px; border-style: solid; border-color: black;"></td></tr><tr><td class="align-center" style="width: 43px; border-style: solid; border-color: black;"><span style="color: #000000;">3</span></td><td style="width: 158px; border-style: solid; border-color: black;"><span style="color: #000000;">Inscrição Estadual</span></td><td style="width: 58px; border-style: solid; border-color: black;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black;"><span style="color: #000000;">15</span>

</td><td style="width: 109px; border-style: solid; border-color: black;"><span style="color: #000000;">019(opcional)</span>

</td><td style="width: 281px; border-style: solid; border-color: black;"></td></tr><tr><td class="align-center" style="width: 43px; border-style: solid; border-color: black;"><span style="color: #000000;">4</span></td><td style="width: 158px; border-style: solid; border-color: black;"><span style="color: #000000;">Razão Social</span></td><td style="width: 58px; border-style: solid; border-color: black;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black;"><span style="color: #000000;">40</span>

</td><td style="width: 109px; border-style: solid; border-color: black;"><span style="color: #000000;">034(opcional)</span>

</td><td style="width: 281px; border-style: solid; border-color: black;"></td></tr></tbody></table>

<span style="color: #000000;">**REGISTRO 392 - DADOS DA PRÉ FATURA  
Tamanho do registro: 200 posições**</span>  
<span style="color: #000000;">**Ocorrência: até 5000 para cada registro 391**</span>

<table cellpadding="7" cellspacing="0" id="bkmrk-n%C2%BA-campo-tipo-tamanh-1" style="width: 728px;"><tbody><tr valign="top"><td bgcolor="#acb9ca" style="width: 43px; border-style: solid; border-color: black;"><span style="color: #000000;">**Nº**</span>

</td><td bgcolor="#acb9ca" style="width: 158px; border-style: solid; border-color: black;"><span style="color: #000000;">**Campo**</span>

</td><td bgcolor="#acb9ca" style="width: 58px; border-style: solid; border-color: black;"><span style="color: #000000;">**Tipo**</span>

</td><td bgcolor="#acb9ca" style="width: 79px; border-style: solid; border-color: black;"><span style="color: #000000;">**Tamanho**</span>

</td><td bgcolor="#acb9ca" style="width: 109px; border-style: solid; border-color: black;"><span style="color: #000000;">**Posição**</span>

</td><td bgcolor="#acb9ca" style="width: 281px; border-style: solid; border-color: black;"><span style="color: #000000;">**Observações/exemplo**</span>

</td></tr><tr valign="top"><td class="align-center" style="width: 43px; border-style: solid; border-color: black;"><span style="color: #000000;">1</span></td><td class="align-left" style="width: 158px; border-style: solid; border-color: black;"><span style="color: #000000;">Identificador do registro</span></td><td style="width: 58px; border-style: solid; border-color: black;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black;"><span style="color: #000000;">3</span>

</td><td style="width: 109px; border-style: solid; border-color: black;"><span style="color: #000000;">001</span>

</td><td style="width: 281px; border-style: solid; border-color: black;"><span style="color: #000000;">392</span></td></tr><tr><td class="align-center" style="width: 43px; border-style: solid; border-color: black;"><span style="color: #000000;">2</span></td><td style="width: 158px; border-style: solid; border-color: black;"><span style="color: #000000;">Identificação da pré-fatura</span></td><td style="width: 58px; border-style: solid; border-color: black;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black;"><span style="color: #000000;">20</span>

</td><td style="width: 109px; border-style: solid; border-color: black;"><span style="color: #000000;">004</span>

</td><td style="width: 281px; border-style: solid; border-color: black;">Gerado pelo pagador

</td></tr><tr><td class="align-center" style="width: 43px; border-style: solid; border-color: black;"><span style="color: #000000;">3</span></td><td style="width: 158px; border-style: solid; border-color: black;">Data de emissão da pré-fatura</td><td style="width: 58px; border-style: solid; border-color: black;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black;"><span style="color: #000000;">10</span>

</td><td style="width: 109px; border-style: solid; border-color: black;"><span style="color: #000000;">024</span>

</td><td style="width: 281px; border-style: solid; border-color: black;"></td></tr><tr><td class="align-center" style="width: 43px; border-style: solid; border-color: black;"><span style="color: #000000;">4</span></td><td style="width: 158px; border-style: solid; border-color: black;"><span style="color: #000000;">Data para pagamento da pré-fatura</span></td><td style="width: 58px; border-style: solid; border-color: black;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black;"><span style="color: #000000;">10</span>

</td><td style="width: 109px; border-style: solid; border-color: black;"><span style="color: #000000;">034</span>

</td><td style="width: 281px; border-style: solid; border-color: black;"></td></tr><tr><td class="align-center" style="width: 43px; border-style: solid; border-color: black;"><span style="color: #000000;">5</span></td><td style="width: 158px; border-style: solid; border-color: black;"><span style="color: #000000;">Qtd de documentos na pré-fatura</span></td><td style="width: 58px; border-style: solid; border-color: black;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black;"><span style="color: #000000;">4</span>

</td><td style="width: 109px; border-style: solid; border-color: black;"><span style="color: #000000;">044</span>

</td><td style="width: 281px; border-style: solid; border-color: black;"></td></tr><tr><td class="align-center" style="width: 43px; border-style: solid; border-color: black;"><span style="color: #000000;">6</span></td><td style="width: 158px; border-style: solid; border-color: black;"><span style="color: #000000;">Valor total da pré-fatura</span></td><td style="width: 58px; border-style: solid; border-color: black;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black;"><span style="color: #000000;">15</span>

</td><td style="width: 109px; border-style: solid; border-color: black;"><span style="color: #000000;">048</span>

</td><td style="width: 281px; border-style: solid; border-color: black;">Por se tratar de valor, 13 posições são pro valor antes da virgula, e 2 casas pro valor decimal. Somando 15 posições.

</td></tr><tr><td class="align-center" style="width: 43px; border-style: solid; border-color: black;"><span style="color: #000000;">7</span></td><td style="width: 158px; border-style: solid; border-color: black;"><span style="color: #000000;">Ação do documento</span></td><td style="width: 58px; border-style: solid; border-color: black;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black;"><span style="color: #000000;">1</span>

</td><td style="width: 109px; border-style: solid; border-color: black;"><span style="color: #000000;">063</span>

</td><td style="width: 281px; border-style: solid; border-color: black;">I=Inclusão (nova pré-fatura)

E=Exclusão/Cancelamento pré-fatura já enviada anteriormente

</td></tr></tbody></table>

<span style="color: #000000;">**REGISTRO 393 - DOCUMENTOS LIBERADOS PARA PAGAMENTO  
Tamanho do registro: 200 posições**</span>  
<span style="color: #000000;">**Ocorrência: até 9999 para cada registro 392**</span>

<table cellpadding="7" cellspacing="0" id="bkmrk-n%C2%BA-campo-tipo-tamanh-2" style="height: 563px;"><tbody><tr style="height: 35px;" valign="top"><td bgcolor="#acb9ca" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Nº**</span>

</td><td bgcolor="#acb9ca" style="width: 158px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Campo**</span>

</td><td bgcolor="#acb9ca" style="width: 58px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Tipo**</span>

</td><td bgcolor="#acb9ca" style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Tamanho**</span>

</td><td bgcolor="#acb9ca" style="width: 123px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Posição**</span>

</td><td bgcolor="#acb9ca" style="width: 267px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Observações/exemplo**</span>

</td></tr><tr style="height: 49px;" valign="top"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">1</span></td><td class="align-left" style="width: 158px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">Identificador do registro</span></td><td style="width: 58px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">3</span>

</td><td style="width: 123px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">001</span>

</td><td style="width: 267px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">393</span></td></tr><tr style="height: 49px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">2</span></td><td style="width: 158px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">CNPJ emissor documento</span></td><td style="width: 58px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">15</span>

</td><td style="width: 123px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">004</span>

</td><td style="width: 267px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;"> </span></td></tr><tr style="height: 49px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">3</span></td><td style="width: 158px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">Série do documento do embarcador</span></td><td style="width: 58px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">5</span>

</td><td style="width: 123px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">019(opcional)</span>

</td><td style="width: 267px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;"> </span></td></tr><tr style="height: 66px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 66px;"><span style="color: #000000;">4</span></td><td style="width: 158px; border-style: solid; border-color: black; height: 66px;"><span style="color: #000000;">Identificação do documento do embarcador</span></td><td style="width: 58px; border-style: solid; border-color: black; height: 66px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 66px;"><span style="color: #000000;">20</span>

</td><td style="width: 123px; border-style: solid; border-color: black; height: 66px;"><span style="color: #000000;">024</span>

</td><td style="width: 267px; border-style: solid; border-color: black; height: 66px;"><span style="color: #000000;">Identificação do documento originador do frete: Romaneio, minuta e etc.   
(Sempre deve vir como CTe ao sistema)</span></td></tr><tr style="height: 49px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">5</span></td><td style="width: 158px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">Data de emissão do doc</span></td><td style="width: 58px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">8</span>

</td><td style="width: 123px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">044(opcional)</span>

</td><td style="width: 267px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">DDMMAAAA</span></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">6</span></td><td style="width: 158px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">Série do conhecimento</span></td><td style="width: 58px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">5</span>

</td><td style="width: 123px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">052(opcional)</span>

</td><td style="width: 267px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span></td></tr><tr style="height: 49px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">7</span></td><td style="width: 158px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">Numero do conhecimento</span></td><td style="width: 58px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">12</span>

</td><td style="width: 123px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">057(opcional)</span>

</td><td style="width: 267px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">Conhecimento principal referente ao documento emitido pelo embarcador</span></td></tr><tr style="height: 49px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">8</span></td><td style="width: 158px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">Data emissão conhecimento</span></td><td style="width: 58px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">8</span>

</td><td style="width: 123px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">069(opcional)</span>

</td><td style="width: 267px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">DDMMAAAA</span></td></tr><tr style="height: 49px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">9</span></td><td style="width: 158px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">CNPJ origem transporte</span></td><td style="width: 58px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">15</span>

</td><td style="width: 123px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">077(opcional)</span>

</td><td style="width: 267px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;"> </span></td></tr><tr style="height: 35px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">10</span></td><td style="width: 158px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">CNPJ/CPF destino</span></td><td style="width: 58px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">15</span>

</td><td style="width: 123px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">092(opcional)</span>

</td><td style="width: 267px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;"> </span></td></tr><tr style="height: 49px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">11</span></td><td style="width: 158px; border-style: solid; border-color: black; height: 49px;">Indicação documento destinatário</td><td style="width: 58px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">1</span>

</td><td style="width: 123px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">107(opcional)</span>

</td><td style="width: 267px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">1 = CNPJ</span>

<span style="color: #000000;">2= CPF</span>

</td></tr><tr><td class="align-center" style="width: 43px; border-style: solid; border-color: black;"><span style="color: #000000;">12</span></td><td style="width: 158px; border-style: solid; border-color: black;">Valor total do frete do embarcador</td><td style="width: 58px; border-style: solid; border-color: black;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black;"><span style="color: #000000;">15</span>

</td><td style="width: 123px; border-style: solid; border-color: black;"><span style="color: #000000;">108</span>

</td><td style="width: 267px; border-style: solid; border-color: black;"><span style="color: #000000;">Valor calculado pelo embarcador.</span>

<span style="color: #000000;">Por se tratar de valor, 13 posições são pro valor antes da virgula, e 2 casas pro valor decimal. Somando 15 posições.</span>

</td></tr><tr><td class="align-center" style="width: 43px; border-style: solid; border-color: black;"><span style="color: #000000;">13</span></td><td style="width: 158px; border-style: solid; border-color: black;">Valor total do frete do conhecimento</td><td style="width: 58px; border-style: solid; border-color: black;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black;"><span style="color: #000000;">15</span>

</td><td style="width: 123px; border-style: solid; border-color: black;"><span style="color: #000000;">123(opcional)</span>

</td><td style="width: 267px; border-style: solid; border-color: black;"><span style="color: #000000;">Valor calculado pelo transportador.</span>

<span style="color: #000000;">Por se tratar de valor, 13 posições são pro valor antes da virgula, e 2 casas pro valor decimal. Somando 15 posições.</span>

</td></tr><tr><td class="align-center" style="width: 43px; border-style: solid; border-color: black;"><span style="color: #000000;">14</span></td><td style="width: 158px; border-style: solid; border-color: black;">Indicador de diferença no valor</td><td style="width: 58px; border-style: solid; border-color: black;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black;"><span style="color: #000000;">1</span>

</td><td style="width: 123px; border-style: solid; border-color: black;"><span style="color: #000000;">138(opcional)</span>

</td><td style="width: 267px; border-style: solid; border-color: black;"><span style="color: #000000;">1 = Valor calculador embarcador é maior</span>

<span style="color: #000000;">2 = Valor calculador embarcador é menor</span>

</td></tr><tr><td class="align-center" style="width: 43px; border-style: solid; border-color: black;"><span style="color: #000000;">15</span></td><td style="width: 158px; border-style: solid; border-color: black;">Valor da diferença</td><td style="width: 58px; border-style: solid; border-color: black;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black;"><span style="color: #000000;">15</span>

</td><td style="width: 123px; border-style: solid; border-color: black;"><span style="color: #000000;">139(opcional)</span>

</td><td style="width: 267px; border-style: solid; border-color: black;"><span style="color: #000000;">Valor sem sinal da diferença, se houver.</span>

<span style="color: #000000;">Por se tratar de valor, 13 posições são pro valor antes da virgula, e 2 casas pro valor decimal. Somando 15 posições.</span>

</td></tr><tr><td style="width: 43px; border-style: solid; border-color: black;"><span style="color: #000000;">16</span></td><td style="width: 158px; border-style: solid; border-color: black;">Identificação de documento interno da embarcadora referente ao transporte</td><td style="width: 58px; border-style: solid; border-color: black;"><span style="color: #000000;">A</span>

</td><td style="width: 79px; border-style: solid; border-color: black;"><span style="color: #000000;">15</span>

</td><td style="width: 123px; border-style: solid; border-color: black;"><span style="color: #000000;">154(opcional)</span>

</td><td style="width: 267px; border-style: solid; border-color: black;"><span style="color: #000000;">Num. Romaneio, Ordem de coleta, resumo de carga...</span>

</td></tr></tbody></table>

<span style="color: #000000;">**REGISTRO 394 - VALOR DO FRETE CALCULADO PELO EMBARCADOR (Opcional)** </span><span style="color: #000000;">**Campo opcional, não será informado.**</span>

<span style="color: #000000;">**REGISTRO 396 - NOTAS FISCAIS DO CONHECIMENTO LIBERADO PARA O PAGAMENTO (Opcional)  
Campo opcional, não será informado.** </span>

<span style="color: #000000;">**REGISTRO 399 - VALORES TOTAIS DO DOCUMENTO  
Tamanho do registro: 200 posições**</span>  
<span style="color: #000000;">**Ocorrência: 1 para cada registro 390**</span>

<table cellpadding="7" cellspacing="0" id="bkmrk-n%C2%BA-campo-tipo-tamanh-3" style="height: 182px;"><tbody><tr style="height: 35px;" valign="top"><td bgcolor="#acb9ca" style="width: 43px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Nº**</span>

</td><td bgcolor="#acb9ca" style="width: 158px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Campo**</span>

</td><td bgcolor="#acb9ca" style="width: 58px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Tipo**</span>

</td><td bgcolor="#acb9ca" style="width: 79px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Tamanho**</span>

</td><td bgcolor="#acb9ca" style="width: 109px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Posição**</span>

</td><td bgcolor="#acb9ca" style="width: 281px; border-style: solid; border-color: black; height: 35px;"><span style="color: #000000;">**Observações/exemplo**</span>

</td></tr><tr style="height: 49px;" valign="top"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">1</span></td><td class="align-left" style="width: 158px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">Identificador do registro</span></td><td style="width: 58px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">3</span>

</td><td style="width: 109px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">001</span>

</td><td style="width: 281px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">393</span></td></tr><tr style="height: 49px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">2</span></td><td style="width: 158px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">Valor total das pré faturas</span></td><td style="width: 58px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">15</span>

</td><td style="width: 109px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">004</span>

</td><td style="width: 281px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">Valor sem sinal da diferença, se houver.</span>

<span style="color: #000000;">Por se tratar de valor, 13 posições são pro valor antes da virgula, e 2 casas pro valor decimal. Somando 15 posições.</span>

</td></tr><tr style="height: 49px;"><td class="align-center" style="width: 43px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">3</span></td><td style="width: 158px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">Quantidade total de pré faturas</span></td><td style="width: 58px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">N</span>

</td><td style="width: 79px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">15</span>

</td><td style="width: 109px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">19</span>

</td><td style="width: 281px; border-style: solid; border-color: black; height: 49px;"><span style="color: #000000;">Quantidade total de arquivos no registro 392</span></td></tr></tbody></table>

# 5. DOCCOB



# PROC001 DOCCOB

Este processo visa descrever o processo da criação do arquivo DOCCOB, que contém os dados das duplicatas/boletos, visando fornecer uma cópia das cobranças referente ao transporte, à empresa contratante.

#### ***Protótipo de tela:***

[![image-1658854996225.png](https://docs.softensistemas.com.br/uploads/images/gallery/2022-07/scaled-1680-/image-1658854996225.png)](https://docs.softensistemas.com.br/uploads/images/gallery/2022-07/image-1658854996225.png)

Ícones usados:

[https://www.flaticon.com/uicons?word=invoice](https://www.flaticon.com/uicons?word=invoice)

[https://www.flaticon.com/uicons?word=maps](https://www.flaticon.com/uicons?word=maps)

[https://www.flaticon.com/uicons?word=shipping](https://www.flaticon.com/uicons?word=shipping)

#### ***Descrição dos campos:***

<table cellpadding="7" cellspacing="0" id="bkmrk-campo-tipo-tamanho-o" style="height: 140px;" width="974"><tbody><tr style="height: 35px;" valign="top"><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 180.891px;"><span style="color: #000000;">**Campo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 89.4375px;"><span style="color: #000000;">**Tipo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 134.641px;"><span style="color: #000000;">**Tamanho**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 134.641px;"><span style="color: #000000;">**Obrigatório?**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 134.641px;"><span style="color: #000000;">**Máscara**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 134.75px;"><span style="color: #000000;">**Observações**</span>

</td></tr><tr style="height: 35px;" valign="top"><td class="align-center" style="border-style: solid; border-color: black; height: 35px; width: 180.891px;">Período</td><td class="align-center" style="border-style: solid; border-color: black; height: 35px; width: 89.4375px;">Data</td><td style="border-style: solid; border-color: black; height: 35px; width: 134.641px;"></td><td style="border-style: solid; border-color: black; height: 35px; width: 134.641px;">Sim

</td><td style="border-style: solid; border-color: black; height: 35px; width: 134.641px;"></td><td style="border-style: solid; border-color: black; height: 35px; width: 134.75px;"> </td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 180.891px; height: 35px;">Cliente</td><td class="align-center" style="border-style: solid; border-color: black; width: 89.4375px; height: 35px;">Texto</td><td style="border-style: solid; border-color: black; width: 134.641px; height: 35px;"></td><td style="border-style: solid; border-color: black; width: 134.641px; height: 35px;">Sim

</td><td style="border-style: solid; border-color: black; width: 134.641px; height: 35px;"></td><td style="border-style: solid; border-color: black; width: 134.75px; height: 35px;"> </td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 180.891px; height: 35px;">Listagem lançamentos</td><td class="align-center" style="border-style: solid; border-color: black; width: 89.4375px; height: 35px;">ListBox</td><td style="border-style: solid; border-color: black; width: 134.641px; height: 35px;"></td><td style="border-style: solid; border-color: black; width: 134.641px; height: 35px;"></td><td style="border-style: solid; border-color: black; width: 134.641px; height: 35px;"></td><td style="border-style: solid; border-color: black; width: 134.75px; height: 35px;"></td></tr></tbody></table>

#### <span style="color: #000000;">***Regras de Interface:***</span>

<span style="color: #000000;">**1. Colunas da listagem:**</span>

<span style="color: #000000;">**1.1 Número do documento:** Deve indicar na tela o número do lançamento financeiro no sistema.</span>

<span style="color: #000000;">**1.2 Data vencimento:** Deve buscar o vencimento do financeiro a receber.</span>

<span style="color: #000000;">**1.3 Histórico:** Deve apresentar em tela o histórico do documento.</span>

<span style="color: #000000;">**1.4 Valor:** Deve constar o valor da duplicata.</span>

#### <span style="color: #000000;">***Regras de Negócio:***</span>

<span style="color: #000000;">**1.** A ListBox só deve ser preenchida quando um período e um cliente forem preenchidos.</span>

<span style="color: #000000;">**2. Exportar:** Vai enviar as informações para o serviço. O retorno do serviço deve abrir uma dialog, contendo o retorno:</span>

[![image-1659450951260.png](https://docs.softensistemas.com.br/uploads/images/gallery/2022-08/scaled-1680-/image-1659450951260.png)](https://docs.softensistemas.com.br/uploads/images/gallery/2022-08/image-1659450951260.png)

#### <span style="color: #000000;">***Questões Técnicas:***</span>

<span style="color: #000000;">**1.** Os dados da listagem devem ser consultados da tabela **Financeiro\_Movimento**, na base de dados.</span>

<span style="color: #000000;">**2.** A formatação do arquivo DOCCOB consta no **<span style="color: #3366ff;">PROC002</span> <span style="color: #3366ff;">Estrutura do arquivo gerado</span>**.</span>

# PROC002 Estrutura do arquivo gerado

#### <span style="color: #000000;">***Regras de negócio:***</span>

<span style="color: #000000;">**1.** Alguns registros opcionais não serão gerados pelo sistema. **2.** Alguns campos opcionais dentro dos registros não serão gerados. Estes campos estarão tachados (<span style="text-decoration: line-through;">abcde</span>), pois deve ser reservado a posição deles no momento de gerar o arquivo.  
**3.** O Tipo de cobrança, contido na 9ª posição do registro 552 - Documento de cobrança, deve ir como **BCO** (boleto bancário), quando o documento criado for boleto registrado. Do contrário deve ir com o valor **CAR** (carteira).  
</span>

#### <span style="color: #000000;">***Questões técnicas:***</span>

<span style="color: #000000;">**1.** Os dados devem ser consultados a partir das tabelas **Financeiro\_Movimento, FATURAMENTO\_CTE e cad\_cliente.**</span>

<span style="color: #000000;">**2.** Os dados devem ser enviados para o Webservice, para ser gerado o arquivo de integração.</span>

<span style="color: #000000;">**Estrutura do Arquivo DOCCOB**</span>

<span style="color: #000000;">**REGISTRO 000 - CABEÇALHO DE INTERCAMBIO.**   
**Tamanho do registro: 280 posições**  
**Ocorrência: 1 por arquivo**</span>

<table cellpadding="7" cellspacing="0" id="bkmrk-campo-tipo-tamanho-o" style="height: 334px;"><tbody><tr style="height: 35px;" valign="top"><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 53px;"><span style="color: #000000;">**Nº**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 218px;"><span style="color: #000000;">**Campo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 52px;"><span style="color: #000000;">**Tipo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 90px;"><span style="color: #000000;">**Tamanho**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 142px;"><span style="color: #000000;">**Posição**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 250px;"><span style="color: #000000;">**Observações/exemplo**</span>

</td></tr><tr style="height: 35px;" valign="top"><td class="align-center" style="border-style: solid; border-color: black; height: 35px; width: 53px;"><span style="color: #000000;">1</span></td><td class="align-left" style="border-style: solid; border-color: black; height: 35px; width: 218px;"><span style="color: #000000;">Identificador do registro</span></td><td style="border-style: solid; border-color: black; height: 35px; width: 52px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; height: 35px; width: 90px;"><span style="color: #000000;">3</span>

</td><td style="border-style: solid; border-color: black; height: 35px; width: 142px;"><span style="color: #000000;">001</span>

</td><td style="border-style: solid; border-color: black; height: 35px; width: 250px;"><span style="color: #000000;">0020</span></td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">2</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="color: #000000;">ID do remetente</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="color: #000000;">35</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="color: #000000;">004</span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"><span style="color: #000000;">Nome do transportador (emissor EDI)</span></td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">3</span></td><td class="align-left" style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="color: #000000;">ID do destinatário</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="color: #000000;">35</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="color: #000000;">039</span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"><span style="color: #000000;">Nome do tomador (cliente)</span>

</td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">4</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="color: #000000;">Data</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="color: #000000;">6</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="color: #000000;">074</span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"></td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">5</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="color: #000000;">Hora</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="color: #000000;">4</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="color: #000000;">080</span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"></td></tr><tr style="height: 124px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 124px;"><span style="color: #000000;">6</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 124px;"><span style="color: #000000;">Identificação do intercambio</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 124px;"><span style="color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 124px;"><span style="color: #000000;">12</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 124px;"><span style="color: #000000;">084</span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 124px;"><span style="color: #000000;">SUGESTÃO: "COB50DDMMSSS" </span>  
<span style="color: #000000;">"COB50" = CONSTANTE COBrança+VERSÃO 50 </span>  
<span style="color: #000000;">"DDMM” = DIA/MÊS </span>  
<span style="color: #000000;">"SSS" = SEQUÊNCIA DE 000 A 999</span>

</td></tr></tbody></table>

<span style="color: #000000;">**REGISTRO 550 - CABEÇALHO DE DOCUMENTO  
Tamanho do registro: 280 posições**  
**Ocorrência: Até 200 vezes para cada registro 000** </span>

<table cellpadding="7" cellspacing="0" id="bkmrk-n%C2%BA-campo-tipo-tamanh" style="width: 805px;"><tbody><tr style="height: 35px;" valign="top"><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 53px;"><span style="color: #000000;">**Nº**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 218px;"><span style="color: #000000;">**Campo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 52px;"><span style="color: #000000;">**Tipo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 90px;"><span style="color: #000000;">**Tamanho**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 142px;"><span style="color: #000000;">**Posição**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 250px;"><span style="color: #000000;">**Observações/exemplo**</span>

</td></tr><tr style="height: 35px;" valign="top"><td class="align-center" style="border-style: solid; border-color: black; height: 35px; width: 53px;"><span style="color: #000000;">1</span></td><td class="align-left" style="border-style: solid; border-color: black; height: 35px; width: 218px;"><span style="color: #000000;">Identificador do registro</span></td><td style="border-style: solid; border-color: black; height: 35px; width: 52px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; height: 35px; width: 90px;"><span style="color: #000000;">3</span>

</td><td style="border-style: solid; border-color: black; height: 35px; width: 142px;"><span style="color: #000000;">001</span>

</td><td style="border-style: solid; border-color: black; height: 35px; width: 250px;"><span style="color: #000000;">550</span></td></tr><tr><td class="align-center" style="border-style: solid; border-color: black; width: 53px;"><span style="color: #000000;">2</span></td><td style="border-style: solid; border-color: black; width: 218px;"><span style="color: #000000;">Identificação do intercambio</span></td><td style="border-style: solid; border-color: black; width: 52px;"><span style="color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black; width: 90px;"><span style="color: #000000;">14</span>

</td><td style="border-style: solid; border-color: black; width: 142px;"><span style="color: #000000;">004</span>

</td><td style="border-style: solid; border-color: black; width: 250px;"><span style="color: #000000;">SUGESTÃO: "COB50DDMMSSS" </span>  
<span style="color: #000000;">"COB50" = CONSTANTE COBrança+VERSÃO 50 </span>  
<span style="color: #000000;">"DDMM” = DIA/MÊS </span>  
<span style="color: #000000;">"SSS" = SEQUÊNCIA DE 000 A 999</span>

</td></tr></tbody></table>

<span style="color: #000000;">**REGISTRO 551 - DADOS DA TRANSPORTADORA  
Tamanho do registro: 280 posições**  
**Ocorrência: 1 para cada registro 550** </span>

<table cellpadding="7" cellspacing="0" id="bkmrk-n%C2%BA-campo-tipo-tamanh-0" style="width: 805px;"><tbody><tr style="height: 35px;" valign="top"><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 53px;"><span style="color: #000000;">**Nº**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 218px;"><span style="color: #000000;">**Campo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 52px;"><span style="color: #000000;">**Tipo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 90px;"><span style="color: #000000;">**Tamanho**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 142px;"><span style="color: #000000;">**Posição**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 250px;"><span style="color: #000000;">**Observações/exemplo**</span>

</td></tr><tr style="height: 35px;" valign="top"><td class="align-center" style="border-style: solid; border-color: black; height: 35px; width: 53px;"><span style="color: #000000;">1</span></td><td class="align-left" style="border-style: solid; border-color: black; height: 35px; width: 218px;"><span style="color: #000000;">Identificador do registro</span></td><td style="border-style: solid; border-color: black; height: 35px; width: 52px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; height: 35px; width: 90px;"><span style="color: #000000;">3</span>

</td><td style="border-style: solid; border-color: black; height: 35px; width: 142px;"><span style="color: #000000;">001</span>

</td><td style="border-style: solid; border-color: black; height: 35px; width: 250px;"><span style="color: #000000;">551</span></td></tr><tr><td class="align-center" style="border-style: solid; border-color: black; width: 53px;"><span style="color: #000000;">2</span></td><td style="border-style: solid; border-color: black; width: 218px;"><span style="color: #000000;">CNPJ da transportadora</span></td><td style="border-style: solid; border-color: black; width: 52px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 90px;"><span style="color: #000000;">14</span>

</td><td style="border-style: solid; border-color: black; width: 142px;"><span style="color: #000000;">004</span>

</td><td style="border-style: solid; border-color: black; width: 250px;"></td></tr><tr><td class="align-center" style="border-style: solid; border-color: black; width: 53px;"><span style="color: #000000;">3</span></td><td style="border-style: solid; border-color: black; width: 218px;"><span style="color: #000000;">Razão social</span></td><td style="border-style: solid; border-color: black; width: 52px;"><span style="color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black; width: 90px;"><span style="color: #000000;">50</span>

</td><td style="border-style: solid; border-color: black; width: 142px;"><span style="color: #000000;">018(opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 250px;"></td></tr></tbody></table>

<span style="color: #000000;">**REGISTRO 552 - DOCUMENTO DE COBRANÇA  
Tamanho do registro: 280 posições  
Ocorrência: Até 500 para cada registro 551** </span>

<table cellpadding="7" cellspacing="0" id="bkmrk-n%C2%BA-campo-tipo-tamanh-1" style="height: 1071px;"><tbody><tr style="height: 35px;" valign="top"><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 53px;"><span style="color: #000000;">**Nº**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 218px;"><span style="color: #000000;">**Campo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 52px;"><span style="color: #000000;">**Tipo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 90px;"><span style="color: #000000;">**Tamanho**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 142px;"><span style="color: #000000;">**Posição**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 250px;"><span style="color: #000000;">**Observações/exemplo**</span>

</td></tr><tr style="height: 35px;" valign="top"><td class="align-center" style="border-style: solid; border-color: black; height: 35px; width: 53px;"><span style="color: #000000;">1</span></td><td class="align-left" style="border-style: solid; border-color: black; height: 35px; width: 218px;"><span style="color: #000000;">Identificador do registro</span></td><td style="border-style: solid; border-color: black; height: 35px; width: 52px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; height: 35px; width: 90px;"><span style="color: #000000;">3</span>

</td><td style="border-style: solid; border-color: black; height: 35px; width: 142px;"><span style="color: #000000;">001</span>

</td><td style="border-style: solid; border-color: black; height: 35px; width: 250px;"><span style="color: #000000;">552</span></td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">2</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="color: #000000;">Filial emissora do documento</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="color: #000000;">10</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="color: #000000;">004</span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;">CNPJ da empresa emitente

</td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">3</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="color: #000000;">Tipo do documento</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="color: #000000;">1</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="color: #000000;">014</span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"><span style="color: #000000;">0 = Fatura de NF</span>

</td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">4</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">Série do documento</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">3</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">015 (opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"></td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">5</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="color: #000000;">Número do doc de cobrança</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="color: #000000;">10</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="color: #000000;">018</span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"> </td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">6</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="color: #000000;">DT Emissão</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="color: #000000;">8</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="color: #000000;">028</span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"><span style="color: #000000;">Formato DDMMAAAA</span></td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">7</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="color: #000000;">DT Vencimento</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="color: #000000;">8</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="color: #000000;">036</span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"><span style="color: #000000;">Formato DDMMAAAA</span></td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">8</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="color: #000000;">Valor total da cobrança</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="color: #000000;">15</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="color: #000000;">044</span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"><span style="color: #000000;">Por se tratar de valor, 13 posições são pro valor antes da virgula, e 2 casas pro valor decimal. Somando 15 posições.</span></td></tr><tr style="height: 80px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 80px;"><span style="color: #000000;">9</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 80px;"><span style="color: #000000;">Tipo de cobrança</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 80px;"><span style="color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 80px;"><span style="color: #000000;">3</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 80px;"><span style="color: #000000;">059</span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 80px;"><span style="color: #000000;">BCO = Cobrança Bancária (boleto registrado)</span>

<span style="color: #000000;">CAR = Carteira</span>

</td></tr><tr style="height: 102px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 102px;"><span style="color: #000000;">10</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 102px;"><span style="color: #000000;">% de multa por atraso</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 102px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 102px;"><span style="color: #000000;">4</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 102px;"><span style="color: #000000;">062(opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 102px;"><span style="color: #000000;">Por se tratar de valor, 2 posições são para o valor antes da virgula, e 2 casas para valor decimal. Somando 4 posições.</span>

</td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">11</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="color: #000000;">Valor diário de juros </span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="color: #000000;">15</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="color: #000000;">066(opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"><span style="color: #000000;">Por se tratar de valor, 13 posições são pro valor antes da virgula, e 2 casas pro valor decimal. Somando 15 posições.</span>

</td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">12</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">Data limite pgto com desconto</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">8</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">081<span style="color: #000000;">(opcional)</span></span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"><span style="color: #000000;">Formato DDMMAAAA</span>

</td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">13</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">Valor do desconto</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">15</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">089<span style="color: #000000;">(opcional)</span></span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"></td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">14</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">Cod agente de cobrança</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">5</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">104<span style="color: #000000;">(opcional)</span></span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"><span style="color: #000000;">Código do banco</span>

</td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">15</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="color: #000000;">Nome agente de cobrança</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="color: #000000;">30</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="color: #000000;">109(opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"><span style="color: #000000;">Nome do banco/Carteira</span>

</td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">16</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="color: #000000;">Numero agencia</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="color: #000000;">4</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="color: #000000;">139(opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"><span style="color: #000000;">Agencia da C/C</span>

</td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">17</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="color: #000000;">Digito verificador agencia</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="color: #000000;">1</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="color: #000000;">143(opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"></td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">18</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="color: #000000;">Numero da C/C</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="color: #000000;">10</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="color: #000000;">144(opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"></td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">19</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="color: #000000;">Digito verificador C/C</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="color: #000000;">2</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="color: #000000;">154(opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"></td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">20</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">Ação do documento</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">1</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="color: #000000;">156(opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"></td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">21</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="text-decoration: line-through;"><span style="color: #000000;">Identificação PREFAT</span></span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="text-decoration: line-through;"><span style="color: #000000;">N</span></span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="text-decoration: line-through;"><span style="color: #000000;">10</span></span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="text-decoration: line-through;"><span style="color: #000000; text-decoration: line-through;">157(opcional)</span></span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"></td></tr><tr style="height: 49px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 49px;"><span style="color: #000000;">22</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 49px;"><span style="text-decoration: line-through;"><span style="color: #000000; text-decoration: line-through;">Identificação adicional da PREFAT</span></span></td><td style="border-style: solid; border-color: black; width: 52px; height: 49px;"><span style="text-decoration: line-through;"><span style="color: #000000;">A</span></span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 49px;"><span style="text-decoration: line-through;"><span style="color: #000000;">20</span></span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 49px;"><span style="text-decoration: line-through;"><span style="color: #000000;">167(opcional)</span></span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 49px;"></td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">23</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="text-decoration: line-through;"><span style="color: #000000; text-decoration: line-through;">CFOP</span></span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="text-decoration: line-through;"><span style="color: #000000;">A</span></span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="text-decoration: line-through;"><span style="color: #000000;">5</span></span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="text-decoration: line-through;"><span style="color: #000000;">187(opcional)</span></span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"></td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">24</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">Código da NFe</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">9</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">192<span style="color: #000000;">(opcional)</span></span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">ex: 55100123</span>

</td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">25</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">Chave de acesso+D/V</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">45</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">201<span style="color: #000000;">(opcional)</span></span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">Chave da nota+digito verificador</span>

</td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">26</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">Número do protocolo</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">15</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">246<span style="color: #000000;">(opcional)</span></span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"></td></tr></tbody></table>

<span style="color: #000000;">**REGISTRO 553 - IMPOSTOS (Opcional)  
Campo opcional, não será informado.**</span>

<span style="color: #000000;">**REGISTRO 555 - CTEs referentes as cobranças  
Tamanho do registro: 280 posições  
Ocorrência: Até 5000 para cada registro 552** </span>

<table cellpadding="7" cellspacing="0" id="bkmrk-n%C2%BA-campo-tipo-tamanh-2" style="height: 700px;"><tbody><tr style="height: 35px;" valign="top"><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 53px;"><span style="color: #000000;">**Nº**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 218px;"><span style="color: #000000;">**Campo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 52px;"><span style="color: #000000;">**Tipo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 90px;"><span style="color: #000000;">**Tamanho**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 142px;"><span style="color: #000000;">**Posição**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 250px;"><span style="color: #000000;">**Observações/exemplo**</span>

</td></tr><tr style="height: 35px;" valign="top"><td class="align-center" style="border-style: solid; border-color: black; height: 35px; width: 53px;"><span style="color: #000000;">1</span></td><td class="align-left" style="border-style: solid; border-color: black; height: 35px; width: 218px;"><span style="color: #000000;">Identificador do registro</span></td><td style="border-style: solid; border-color: black; height: 35px; width: 52px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; height: 35px; width: 90px;"><span style="color: #000000;">3</span>

</td><td style="border-style: solid; border-color: black; height: 35px; width: 142px;"><span style="color: #000000;">001</span>

</td><td style="border-style: solid; border-color: black; height: 35px; width: 250px;"><span style="color: #000000;">555</span></td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">2</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="color: #000000;">Filial emissora do documento</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="color: #000000;">10</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="color: #000000;">004</span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"></td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">3</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">Série do documento</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">5</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="color: #000000;">014 (opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"></td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">4</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="color: #000000;">Número do doc</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="color: #000000;">12</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="color: #000000;">019</span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"> </td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">5</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="color: #000000;">Valor do frete</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="color: #000000;">15</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="color: #000000;">031(opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"><span style="color: #000000;">Por se tratar de valor, 13 posições são pro valor antes da virgula, e 2 casas pro valor decimal. Somando 15 posições.</span></td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">6</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="color: #000000;">DT emissão</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="color: #000000;">8</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="color: #000000;">046(opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"><span style="color: #000000;">Formato DDMMAAAA</span></td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">7</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">CNPJ remetente NFe</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">14</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="color: #000000;">054(opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"> </td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">8</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">CNPJ destinatário NFe</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">14</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="color: #000000;">068(opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"> </td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">9</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="color: #000000;">CNPJ emissor conhecimento</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="color: #000000;">14</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="color: #000000;">082(opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"> </td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">10</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="color: #000000;">UF embarcador/local coleta</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="color: #000000;">2</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="color: #000000;">096(opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"><span style="color: #000000;">Sigla do estado</span></td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">11</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="color: #000000;">UF emissor CTe</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="color: #000000;">2</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="color: #000000;">098(opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"><span style="color: #000000;">Sigla do estado</span></td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">12</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="color: #000000;">UF local de entrega/destino</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="color: #000000;">2</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="color: #000000;">100(opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"><span style="color: #000000;">Sigla do estado</span></td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">13</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">Conta do razão</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">10</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="color: #000000;">102(opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"> </td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">14</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">Código do IVA</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">2</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="color: #000000;">112(opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"> </td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">15</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">Numero romaneio</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">20</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="color: #000000;">114(opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"> </td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">16</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">Número SAP, shipment etc.#1</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">20</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="color: #000000;">134(opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"> </td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">17</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">Número SAP, shipment etc.#2</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">20</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="color: #000000;">154(opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"> </td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">18</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">Número SAP, shipment etc.#3</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="text-decoration: line-through; color: #000000;">20</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="color: #000000;">174(opcional)</span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"> </td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">19</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="color: #000000;">CTe devolução</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="color: #000000;">A</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="color: #000000;">1</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="color: #000000;">194</span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"><span style="color: #000000;">S=sim; N=não</span></td></tr></tbody></table>

<span style="color: #000000;">**REGISTRO 556 - Notas Fiscais.**  
**Campo opcional, não será informado devido ao CTe já ser informado no arquivo.**</span>

<span style="color: #000000;">**REGISTRO 559 - Totais  
Tamanho do registro: 280 posições  
Ocorrência: 1 para cada registro 550** </span>

<table cellpadding="7" cellspacing="0" id="bkmrk-n%C2%BA-campo-tipo-tamanh-3"><tbody><tr style="height: 35px;" valign="top"><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 53px;"><span style="color: #000000;">**Nº**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 218px;"><span style="color: #000000;">**Campo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 52px;"><span style="color: #000000;">**Tipo**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 90px;"><span style="color: #000000;">**Tamanho**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 142px;"><span style="color: #000000;">**Posição**</span>

</td><td bgcolor="#acb9ca" style="border-style: solid; border-color: black; height: 35px; width: 250px;"><span style="color: #000000;">**Observações/exemplo**</span>

</td></tr><tr style="height: 35px;" valign="top"><td class="align-center" style="border-style: solid; border-color: black; height: 35px; width: 53px;"><span style="color: #000000;">1</span></td><td class="align-left" style="border-style: solid; border-color: black; height: 35px; width: 218px;"><span style="color: #000000;">Identificador do registro</span></td><td style="border-style: solid; border-color: black; height: 35px; width: 52px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; height: 35px; width: 90px;"><span style="color: #000000;">3</span>

</td><td style="border-style: solid; border-color: black; height: 35px; width: 142px;"><span style="color: #000000;">001</span>

</td><td style="border-style: solid; border-color: black; height: 35px; width: 250px;"><span style="color: #000000;">559</span></td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">2</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="color: #000000;">QTDE total docs cobrança</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="color: #000000;">4</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="color: #000000;">004</span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"></td></tr><tr style="height: 35px;"><td class="align-center" style="border-style: solid; border-color: black; width: 53px; height: 35px;"><span style="color: #000000;">3</span></td><td style="border-style: solid; border-color: black; width: 218px; height: 35px;"><span style="color: #000000;">Valor total docs cobrança</span></td><td style="border-style: solid; border-color: black; width: 52px; height: 35px;"><span style="color: #000000;">N</span>

</td><td style="border-style: solid; border-color: black; width: 90px; height: 35px;"><span style="color: #000000;">15</span>

</td><td style="border-style: solid; border-color: black; width: 142px; height: 35px;"><span style="color: #000000;">008</span>

</td><td style="border-style: solid; border-color: black; width: 250px; height: 35px;"><span style="color: #000000;">Por se tratar de valor, 13 posições são pro valor antes da virgula, e 2 casas pro valor decimal. Somando 15 posições.</span>

</td></tr></tbody></table>

# Icones usados:

#### ***Icones:***

[https://www.flaticon.com/uicons?word=invoice](https://www.flaticon.com/uicons?word=invoice)

[https://www.flaticon.com/uicons?word=maps](https://www.flaticon.com/uicons?word=maps)

[https://www.flaticon.com/uicons?word=shipping](https://www.flaticon.com/uicons?word=shipping)