|
|
(Uma revisão intermediária pelo mesmo usuário não está sendo mostrada) |
Linha 1: |
Linha 1: |
− | O objetivo deste serviço é realizar a inclusão de um produto no estoque. Abaixo, segue exemplo do json de envio: | + | O objetivo deste serviço é realizar a inclusão de uma locação de estoque. Abaixo, segue exemplo do json de envio: |
| | | |
| <syntaxhighlight lang="json" line="1"> | | <syntaxhighlight lang="json" line="1"> |
| { | | { |
− | "inventory_insert": | + | "inventory_location_insert": |
| { | | { |
− | "code": 1, | + | "id": 2, |
− | "description": "Monitor LED", | + | "description": "Prédio Azul", |
− | "model_id": 10, | + | "linked_person": |
− | "serial_controlled": true,
| |
− | "unit_id": 5,
| |
− | "sale_price": 500.25,
| |
− | "text": "",
| |
− | "allow_discount": true,
| |
− | "accounting_number": "",
| |
− | "minimum_quantity": 10.50,
| |
− | "quantity_per_lot": 100.25,
| |
− | "operation_type_workforce": "consumption",
| |
− | "ncm": 2658745,
| |
− | "ean": "",
| |
− | "ean_trib": "",
| |
− | "ex_tipi": "",
| |
− | "efd_icms_ipi_item": "",
| |
− | "allows_movement": true,
| |
− | "status": "A",
| |
− | "tax_group_id": null,
| |
− | "invoice":
| |
| { | | { |
− | "nfe_oper_venda": | + | "type": "customer", |
− | {
| + | "id": 1 |
− | "id_nat_oper": 1,
| |
− | "cod_benef_fiscal": "PR000001",
| |
− | "cest": 1234567,
| |
− | "cfop": 5159,
| |
− | "tipo_valor_item": "B",
| |
− | "informacoes_adicionais": "",
| |
− | "icms":
| |
− | {
| |
− | "csosn": "100",
| |
− | "origem": "0",
| |
− | "mod_base_calc": "0",
| |
− | "perc_red_base_calc": 0,
| |
− | "valor_base_calc": 100,
| |
− | "aliquota": 10,
| |
− | "valor": 10,
| |
− | "aliquota_calculo_credito": 1.25,
| |
− | "valor_credito": 100.25,
| |
− | "st":
| |
− | {
| |
− | "mod_base_calc": "0",
| |
− | "perc_margem_valor_adic": 0,
| |
− | "perc_reducao_base_calc": 0,
| |
− | "valor_base_calc": 100,
| |
− | "aliquota": 10.15,
| |
− | "valor": 10.15
| |
− | }
| |
− | },
| |
− | "ipi":
| |
− | {
| |
− | "sit_trib": "00",
| |
− | "cod_enq": "aaa",
| |
− | "cod_selo": "",
| |
− | "qtde_selo": 1,
| |
− | "tipo_calculo": "P",
| |
− | "valor_base_calc": 100,
| |
− | "aliquota": 10.15,
| |
− | "quantidade": null,
| |
− | "valor_unitario": null
| |
− | },
| |
− | "pis":
| |
− | {
| |
− | "sit_trib": "01",
| |
− | "tipo_calculo": "P",
| |
− | "valor_base_calc": 100,
| |
− | "aliquota": 10.15,
| |
− | "quantidade": null,
| |
− | "valor": null,
| |
− | "st":
| |
− | {
| |
− | "tipo_calculo": "P",
| |
− | "valor_base_calc": 100,
| |
− | "aliquota": 10.15,
| |
− | "quantidade": null,
| |
− | "valor": null
| |
− | }
| |
− | },
| |
− | "cofins":
| |
− | {
| |
− | "sit_trib": "01",
| |
− | "tipo_calculo": "P",
| |
− | "valor_base_calc": 100,
| |
− | "aliquota": 10.15,
| |
− | "quantidade": null,
| |
− | "valor": null,
| |
− | "st":
| |
− | {
| |
− | "tipo_calculo": "V",
| |
− | "valor_base_calc": null,
| |
− | "aliquota": 10,
| |
− | "quantidade": 15,
| |
− | "valor": 150
| |
− | }
| |
− | }
| |
− | }
| |
| }, | | }, |
− | "nfe_oper_comodato": | + | "status": "A", |
− | {
| + | "linked_user": "anderson" |
− | "id_nat_oper": 1,
| |
− | "cod_benef_fiscal": "PR000001",
| |
− | "cest": 1234567,
| |
− | "cfop": 5159,
| |
− | "tipo_valor_item": "B",
| |
− | "informacoes_adicionais": "",
| |
− | "icms":
| |
− | {
| |
− | "csosn": "100",
| |
− | "origem": "0",
| |
− | "mod_base_calc": "0",
| |
− | "perc_red_base_calc": 0,
| |
− | "valor_base_calc": 100,
| |
− | "aliquota": 10.15,
| |
− | "valor": 10,
| |
− | "aliquota_calculo_credito": 1.25,
| |
− | "valor_credito": 100.25,
| |
− | "st":
| |
− | {
| |
− | "mod_base_calc": "0",
| |
− | "perc_margem_valor_adic": 15.15,
| |
− | "perc_reducao_base_calc": 10.21,
| |
− | "valor_base_calc": 100,
| |
− | "aliquota": 10.15,
| |
− | "valor": 10.15
| |
− | }
| |
− | },
| |
− | "ipi":
| |
− | {
| |
− | "sit_trib": "00",
| |
− | "cod_enq": "aaa",
| |
− | "cod_selo": "",
| |
− | "qtde_selo": 1,
| |
− | "tipo_calculo": "P",
| |
− | "valor_base_calc": 100,
| |
− | "aliquota": 10.15,
| |
− | "quantidade": null,
| |
− | "valor_unitario": null
| |
− | },
| |
− | "pis":
| |
− | {
| |
− | "sit_trib": "01",
| |
− | "tipo_calculo": "P",
| |
− | "valor_base_calc": 100,
| |
− | "aliquota": 10.15,
| |
− | "quantidade": null,
| |
− | "valor": null,
| |
− | "st":
| |
− | {
| |
− | "tipo_calculo": "P",
| |
− | "valor_base_calc": 100,
| |
− | "aliquota": 10.15,
| |
− | "quantidade": null,
| |
− | "valor": null
| |
− | }
| |
− | },
| |
− | "cofins":
| |
− | {
| |
− | "sit_trib": "01",
| |
− | "tipo_calculo": "P",
| |
− | "valor_base_calc": 100,
| |
− | "aliquota": 10.15,
| |
− | "quantidade": null,
| |
− | "valor": null,
| |
− | "st":
| |
− | {
| |
− | "tipo_calculo": "P",
| |
− | "valor_base_calc": 100,
| |
− | "aliquota": 10.15,
| |
− | "quantidade": null,
| |
− | "valor": null
| |
− | }
| |
− | }
| |
− | },
| |
− | "nfe_oper_simples_remessa": | |
− | {
| |
− | "id_nat_oper": 1,
| |
− | "cod_benef_fiscal": "PR000001",
| |
− | "cest": 1234567,
| |
− | "cfop": 5159,
| |
− | "tipo_valor_item": "B",
| |
− | "informacoes_adicionais": "",
| |
− | "icms":
| |
− | {
| |
− | "csosn": "100",
| |
− | "origem": "0",
| |
− | "mod_base_calc": "0",
| |
− | "perc_red_base_calc": 0,
| |
− | "valor_base_calc": 100,
| |
− | "aliquota": 10.15,
| |
− | "valor": 10,
| |
− | "aliquota_calculo_credito": 1.25,
| |
− | "valor_credito": 100.25,
| |
− | "st":
| |
− | {
| |
− | "mod_base_calc": "0",
| |
− | "perc_margem_valor_adic": 15.15,
| |
− | "perc_reducao_base_calc": 10.21,
| |
− | "valor_base_calc": 100,
| |
− | "aliquota": 10.15,
| |
− | "valor": 10.15
| |
− | }
| |
− | },
| |
− | "ipi":
| |
− | {
| |
− | "sit_trib": "00",
| |
− | "cod_enq": "aaa",
| |
− | "cod_selo": "",
| |
− | "qtde_selo": 1,
| |
− | "tipo_calculo": "P",
| |
− | "valor_base_calc": 100,
| |
− | "aliquota": 10.15,
| |
− | "quantidade": null,
| |
− | "valor_unitario": null
| |
− | },
| |
− | "pis":
| |
− | {
| |
− | "sit_trib": "01",
| |
− | "tipo_calculo": "P",
| |
− | "valor_base_calc": 100,
| |
− | "aliquota": 10.15,
| |
− | "quantidade": null,
| |
− | "valor_unitario": null,
| |
− | "st":
| |
− | {
| |
− | "tipo_calculo": "P",
| |
− | "valor_base_calc": 100,
| |
− | "aliquota": 10.15,
| |
− | "quantidade": null,
| |
− | "valor_unitario": null
| |
− | }
| |
− | },
| |
− | "cofins":
| |
− | {
| |
− | "sit_trib": "01",
| |
− | "tipo_calculo": "P",
| |
− | "valor_base_calc": 100,
| |
− | "aliquota": 10.15,
| |
− | "quantidade": null,
| |
− | "valor": null,
| |
− | "st":
| |
− | {
| |
− | "tipo_calculo": "P",
| |
− | "valor_base_calc": 100,
| |
− | "aliquota": 10.15,
| |
− | "quantidade": null,
| |
− | "valor": null
| |
− | }
| |
− | }
| |
− | }
| |
| } | | } |
| } | | } |
Linha 267: |
Linha 25: |
| <td style="width: 3.62012%; height: 18px;"><strong>Obrigatório</strong></td> | | <td style="width: 3.62012%; height: 18px;"><strong>Obrigatório</strong></td> |
| <td style="width: 1.04384%; height: 18px;"><strong>Pai</strong></td> | | <td style="width: 1.04384%; height: 18px;"><strong>Pai</strong></td> |
− | <td style="width: 7.65385%; height: 18px;"><strong>Tipo</strong></td> | + | <td style="width: 5.67084%; height: 18px;"><strong>Tipo</strong></td> |
− | <td style="width: 32.1046%; height: 18px;"><strong>Observações</strong></td> | + | <td style="width: 34.0876%; height: 18px;"><strong>Observações</strong></td> |
| </tr> | | </tr> |
| <tr style="height: 18px;"> | | <tr style="height: 18px;"> |
| <td style="width: 2.56232%; height: 18px;">A01</td> | | <td style="width: 2.56232%; height: 18px;">A01</td> |
− | <td style="width: 6.5821%; height: 18px;">inventory_insert</td> | + | <td style="width: 6.5821%; height: 18px;">inventory_location_insert</td> |
| <td style="width: 3.62012%; height: 18px;">Sim</td> | | <td style="width: 3.62012%; height: 18px;">Sim</td> |
| <td style="width: 1.04384%; height: 18px;">Raiz</td> | | <td style="width: 1.04384%; height: 18px;">Raiz</td> |
− | <td style="width: 7.65385%; height: 18px;">-</td> | + | <td style="width: 5.67084%; height: 18px;">-</td> |
− | <td style="width: 32.1046%; height: 18px;"> </td> | + | <td style="width: 34.0876%; height: 18px;"> </td> |
| </tr> | | </tr> |
| <tr style="height: 18px;"> | | <tr style="height: 18px;"> |
| <td style="width: 2.56232%; height: 10px;">A02</td> | | <td style="width: 2.56232%; height: 10px;">A02</td> |
− | <td style="width: 6.5821%; height: 10px;">code</td> | + | <td style="width: 6.5821%; height: 10px;">id</td> |
− | <td style="width: 3.62012%; height: 10px;">Sim</td> | + | <td style="width: 3.62012%; height: 10px;">Não</td> |
| <td style="width: 1.04384%; height: 10px;">A01</td> | | <td style="width: 1.04384%; height: 10px;">A01</td> |
− | <td style="width: 7.65385%; height: 10px;">Texto (15)</td> | + | <td style="width: 5.67084%; height: 10px;">Inteiro (3)</td> |
− | <td style="width: 32.1046%; height: 10px;"> | + | <td style="width: 34.0876%; height: 10px;"> |
− | <p>Código do produto. Este código não pode se repetir em mais de um produto.</p> | + | <p>Código da locação. Se não for informado, será gerado automaticamente pelo sistema. </p> |
| + | <p>Não pode ser enviado o id 1 neste campo.</p> |
| + | <p>Campo chave primária da locação, ou seja, não pode se repetir.</p> |
| </td> | | </td> |
| </tr> | | </tr> |
Linha 293: |
Linha 53: |
| <td style="width: 3.62012%; height: 10px;">Sim</td> | | <td style="width: 3.62012%; height: 10px;">Sim</td> |
| <td style="width: 1.04384%; height: 10px;">A01</td> | | <td style="width: 1.04384%; height: 10px;">A01</td> |
− | <td style="width: 7.65385%; height: 10px;">Texto (50)</td> | + | <td style="width: 5.67084%; height: 10px;">Texto (30)</td> |
− | <td style="width: 32.1046%; height: 10px;"> | + | <td style="width: 34.0876%; height: 10px;"> |
− | <p>Descrição do produto</p> | + | <p>Descrição da locação.</p> |
| </td> | | </td> |
| </tr> | | </tr> |
| <tr style="height: 18px;"> | | <tr style="height: 18px;"> |
| <td style="width: 2.56232%; height: 10px;">A04</td> | | <td style="width: 2.56232%; height: 10px;">A04</td> |
− | <td style="width: 6.5821%; height: 10px;">model_id</td> | + | <td style="width: 6.5821%; height: 10px;">linked_person</td> |
− | <td style="width: 3.62012%; height: 10px;">Sim</td> | + | <td style="width: 3.62012%; height: 10px;">Não</td> |
| <td style="width: 1.04384%; height: 10px;">A01</td> | | <td style="width: 1.04384%; height: 10px;">A01</td> |
− | <td style="width: 7.65385%; height: 10px;">Inteiro</td> | + | <td style="width: 5.67084%; height: 10px;">-</td> |
− | <td style="width: 32.1046%; height: 10px;"> | + | <td style="width: 34.0876%; height: 10px;"> |
− | <p>Código do modelo de produto</p> | + | <p>Grupo de informações de cliente/fornecedor vinculado à locação.</p> |
| </td> | | </td> |
| </tr> | | </tr> |
| <tr style="height: 94px;"> | | <tr style="height: 94px;"> |
− | <td style="width: 2.56232%; height: 10px;">A05</td> | + | <td style="width: 2.56232%; height: 10px;">B01</td> |
− | <td style="width: 6.5821%; height: 10px;">serial_controlled</td> | + | <td style="width: 6.5821%; height: 10px;">type</td> |
| <td style="width: 3.62012%; height: 10px;">Sim</td> | | <td style="width: 3.62012%; height: 10px;">Sim</td> |
− | <td style="width: 1.04384%; height: 10px;">A01</td> | + | <td style="width: 1.04384%; height: 10px;">A04</td> |
− | <td style="width: 7.65385%; height: 10px;">Booleano</td> | + | <td style="width: 5.67084%; height: 10px;">Texto (30)</td> |
− | <td style="width: 32.1046%; height: 10px;"> | + | <td style="width: 34.0876%; height: 10px;"> |
− | <p>Indica se o produto é controlado por serial.</p> | + | <p>Valores permitidos:</p> |
| <ul> | | <ul> |
− | <li><strong>true</strong>: controlado por serial</li> | + | <li><strong>customer</strong>: cliente</li> |
− | <li><strong>false</strong>: não controlado por serial</li> | + | <li><strong>supplier</strong>: fornecedor</li> |
| </ul> | | </ul> |
| </td> | | </td> |
| </tr> | | </tr> |
| <tr style="height: 62px;"> | | <tr style="height: 62px;"> |
− | <td style="width: 2.56232%; height: 46px;">A06</td> | + | <td style="width: 2.56232%; height: 46px;">B02</td> |
− | <td style="width: 6.5821%; height: 46px;">unit_id</td> | + | <td style="width: 6.5821%; height: 46px;">id</td> |
| <td style="width: 3.62012%; height: 46px;">Sim</td> | | <td style="width: 3.62012%; height: 46px;">Sim</td> |
− | <td style="width: 1.04384%; height: 46px;">A01</td> | + | <td style="width: 1.04384%; height: 46px;">A04</td> |
− | <td style="width: 7.65385%; height: 46px;">Inteiro</td> | + | <td style="width: 5.67084%; height: 46px;">Inteiro (15)</td> |
− | <td style="width: 32.1046%; height: 46px;">
| + | <td style="width: 34.0876%; height: 46px;"> |
− | <p>Código da unidade do produto</p>
| + | <p>Código do cliente/fornecedor (conforme informado no campo anterior).</p> |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 18px;">A07</td>
| |
− | <td style="width: 6.5821%; height: 18px;">sale_price</td>
| |
− | <td style="width: 3.62012%; height: 18px;">Sim</td>
| |
− | <td style="width: 1.04384%; height: 18px;">A01</td>
| |
− | <td style="width: 7.65385%; height: 18px;">Decimal (15.2)</td>
| |
− | <td style="width: 32.1046%; height: 18px;"> | |
− | <p>Preço de venda</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">A08</td>
| |
− | <td style="width: 6.5821%; height: 45px;">text</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não</td>
| |
− | <td style="width: 1.04384%; height: 45px;">A01</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Texto (100)</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Campo livre para cadastro de observações</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">A09</td>
| |
− | <td style="width: 6.5821%; height: 45px;">allow_discount</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não</td>
| |
− | <td style="width: 1.04384%; height: 45px;">A01</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Booleano</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Indica se o produto permite desconto.</p>
| |
− | <ul>
| |
− | <li><strong>true</strong>: permite desconto</li>
| |
− | <li><strong>false</strong>: não permite desconto</li>
| |
− | </ul>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">A10</td>
| |
− | <td style="width: 6.5821%; height: 45px;">accounting_number</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não</td>
| |
− | <td style="width: 1.04384%; height: 45px;">A01</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Texto</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Conta contábil</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 26px;">A11</td>
| |
− | <td style="width: 6.5821%; height: 26px;">minimum_quantity</td>
| |
− | <td style="width: 3.62012%; height: 26px;">Não</td>
| |
− | <td style="width: 1.04384%; height: 26px;">A01</td>
| |
− | <td style="width: 7.65385%; height: 26px;">Decimal (15.2)</td>
| |
− | <td style="width: 32.1046%; height: 26px;">
| |
− | <p>Quantidade mínima do produto</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 27px;">A12</td>
| |
− | <td style="width: 6.5821%; height: 27px;">quantity_per_lot</td>
| |
− | <td style="width: 3.62012%; height: 27px;">Não</td>
| |
− | <td style="width: 1.04384%; height: 27px;">A01</td>
| |
− | <td style="width: 7.65385%; height: 27px;">Decimal (15.2)</td>
| |
− | <td style="width: 32.1046%; height: 27px;">
| |
− | <p>Quantidade por lote de compra</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">A13</td>
| |
− | <td style="width: 6.5821%; height: 45px;">operation_type_workforce</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Sim</td>
| |
− | <td style="width: 1.04384%; height: 45px;">A01</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Texto</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Tipo de operação para inclusão do item em atendimentos via Workforce. Valores permitidos:</p>
| |
− | <ul>
| |
− | <li><strong>consumption</strong>: Consumo</li>
| |
− | <li><strong>lending</strong>: Comodato</li>
| |
− | </ul>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">A14</td>
| |
− | <td style="width: 6.5821%; height: 45px;">ncm</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 45px;">A01</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Inteiro (8)</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Código NCM do produto com 8 dígitos. Este campo é obrigatório se for informado o campo A22.</p> | |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">A15</td>
| |
− | <td style="width: 6.5821%; height: 45px;">ean</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não</td>
| |
− | <td style="width: 1.04384%; height: 45px;">A01</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Texto (14)</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Código EAN do produto</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">A16</td>
| |
− | <td style="width: 6.5821%; height: 45px;">ean_trib</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não</td>
| |
− | <td style="width: 1.04384%; height: 45px;">A01</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Texto (14)</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Código EAN da quantidade tributável do produto</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">A17</td>
| |
− | <td style="width: 6.5821%; height: 45px;">ex_tipi</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não</td>
| |
− | <td style="width: 1.04384%; height: 45px;">A01</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Texto (3)</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Código EX da TIPI do produto</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">A18</td>
| |
− | <td style="width: 6.5821%; height: 45px;">efd_icms_ipi_item</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Sim</td>
| |
− | <td style="width: 1.04384%; height: 45px;">A01</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Texto</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Código do tipo do item para geração do arquivo sped fiscal edf icms ipi. Valores permitidos:</p>
| |
− | <ul>
| |
− | <li><strong>00</strong>: Mercadoria para Revenda</li>
| |
− | <li><strong>01</strong>: Matéria-Prima</li>
| |
− | <li><strong>02</strong>: Embalagem</li>
| |
− | <li><strong>03</strong>: Produto em Processo</li>
| |
− | <li><strong>04</strong>: Produto Acabado</li>
| |
− | <li><strong>05</strong>: Subproduto</li>
| |
− | <li><strong>06</strong>: Produto Intermediário</li>
| |
− | <li><strong>07</strong>: Material de Uso e Consumo</li>
| |
− | <li><strong>08</strong>: Ativo Imobilizado</li>
| |
− | <li><strong>10</strong>: Outros insumos</li>
| |
− | <li><strong>99</strong>: Outras</li>
| |
− | </ul>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">A19</td>
| |
− | <td style="width: 6.5821%; height: 45px;">allows_movement</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não</td>
| |
− | <td style="width: 1.04384%; height: 45px;">A01</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Booleano</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Indica se o produto pode ser movimentado, no caso do campo A18 conter um dos valores: <strong>07</strong> ou <strong>08</strong>.</p>
| |
− | <ul>
| |
− | <li><strong>true</strong>: permite movimentação</li>
| |
− | <li><strong>false</strong>: não permite movimentação</li>
| |
− | </ul>
| |
− | <p>Para qualquer outro valor no campo A18, este campo não deve ser informado ou deve ser informado com o valor <strong>true</strong>.</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">A20</td>
| |
− | <td style="width: 6.5821%; height: 45px;">status</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Sim</td>
| |
− | <td style="width: 1.04384%; height: 45px;">A01</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Texto</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Situação do produto. Valores permitidos:</p>
| |
− | <ul>
| |
− | <li><strong>A</strong>: ativo</li>
| |
− | <li><strong>I</strong>: inativo</li>
| |
− | </ul>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">A21</td>
| |
− | <td style="width: 6.5821%; height: 45px;">tax_group_id</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não</td>
| |
− | <td style="width: 1.04384%; height: 45px;">A01</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Inteiro</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Código do grupo de cobrança. Este campo só pode ser utilizado nos países que utilizam este grupo (no momento, apenas Argentina).</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">A22</td>
| |
− | <td style="width: 6.5821%; height: 45px;">invoice</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não</td>
| |
− | <td style="width: 1.04384%; height: 45px;">A01</td>
| |
− | <td style="width: 7.65385%; height: 45px;">-</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Grupo de informações para NF-e. São permitidos 3 campos neste grupo:</p>
| |
− | <ul>
| |
− | <li><strong>nfe_oper_verda</strong>: grupo de informações para emissão de NF-e na operação Venda.</li>
| |
− | <li><strong>nfe_oper_comodato</strong>: grupo de informações para emissão de NF-e na operação Comodato.</li>
| |
− | <li><strong>nfe_oper_simples_remessa</strong>: grupo de informações para emissão de NF-e na operação Simples Remessa.</li>
| |
− | </ul>
| |
− | <p>Os 3 grupos possuem a mesma estrutura e os mesmos campos. Dessa forma, a seguir, será exibido apenas o primeiro. Todas as regras dos demais são as mesmas.</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">B01</td>
| |
− | <td style="width: 6.5821%; height: 45px;">nfe_oper_venda</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não</td>
| |
− | <td style="width: 1.04384%; height: 45px;">A01</td>
| |
− | <td style="width: 7.65385%; height: 45px;">-</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Grupo de informações para emissão de NF-e na operação Venda</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">C01</td>
| |
− | <td style="width: 6.5821%; height: 45px;">id_nat_oper</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Sim</td>
| |
− | <td style="width: 1.04384%; height: 45px;">B01</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Inteiro</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Código da natureza de operação. Deve ser uma natureza de operação <strong>Ativa</strong>, de NF-e e de tipo <strong>1-Saída</strong>.</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">C02</td>
| |
− | <td style="width: 6.5821%; height: 45px;">cod_benef_fiscal</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não</td>
| |
− | <td style="width: 1.04384%; height: 45px;">B01</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Texto (10)</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Código de Benefício Fiscal na UF. Este campo deve conter 8 ou 10 dígitos.</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">C03</td>
| |
− | <td style="width: 6.5821%; height: 45px;">cest</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não</td>
| |
− | <td style="width: 1.04384%; height: 45px;">B01</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Texto (7)</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Código Especificador da Substituição Tributária</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">C04</td>
| |
− | <td style="width: 6.5821%; height: 45px;">cfop</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Sim</td>
| |
− | <td style="width: 1.04384%; height: 45px;">B01</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Inteiro (4)</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Código Fiscal de Operações e Prestações. Deve ser informado um dos códigos permitidos para a natureza de informação informada.</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">C05</td>
| |
− | <td style="width: 6.5821%; height: 45px;">tipo_valor_item</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Sim</td>
| |
− | <td style="width: 1.04384%; height: 45px;">B01</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Texto</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Indica como o valor do item será composto. Valores permitidos:</p>
| |
− | <ul>
| |
− | <li><strong>B</strong>: valor bruto (o desconto será destacado na nota)</li>
| |
− | <li><strong>L</strong>: valor líquido (o desconto não será destacado na nota)</li>
| |
− | </ul>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">C06</td>
| |
− | <td style="width: 6.5821%; height: 45px;">informacoes_adicionais</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não</td>
| |
− | <td style="width: 1.04384%; height: 45px;">B01</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Texto (500)</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Campo livre</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">C07</td>
| |
− | <td style="width: 6.5821%; height: 45px;">icms</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Sim</td>
| |
− | <td style="width: 1.04384%; height: 45px;">B01</td>
| |
− | <td style="width: 7.65385%; height: 45px;">-</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Grupo de informações do ICMS</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">D01</td>
| |
− | <td style="width: 6.5821%; height: 45px;">cst</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Sim*</td>
| |
− | <td style="width: 1.04384%; height: 45px;">C01</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Texto</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Código de Situação Tributária. Deve ser informado apenas para contribuintes no Regime Tributário Normal. Valores permitidos:</p>
| |
− | <ul>
| |
− | <li><strong>00</strong>: Tributada Integralmente</li>
| |
− | <li><strong>10</strong>: Tributada e com Substituição Tributária</li>
| |
− | <li><strong>20</strong>: Tributada com redução da base de cálculo</li>
| |
− | <li><strong>30</strong>: Isenta ou Não Tributada com Substituição Tributária</li>
| |
− | <li><strong>40</strong>: Isenta</li>
| |
− | <li><strong>41</strong>: Isenta</li>
| |
− | <li><strong>50</strong>: Suspensa</li>
| |
− | <li><strong>51</strong>: Diferido</li>
| |
− | <li><strong>60</strong>: Cobrado anteriormente por Substituição Tributária</li>
| |
− | <li><strong>70</strong>: Tributada com redução base cálculo e com Substituição Tributária</li>
| |
− | <li><strong>90</strong>: Outros</li>
| |
− | </ul>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">D02</td>
| |
− | <td style="width: 6.5821%; height: 45px;">csosn</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Sim*</td>
| |
− | <td style="width: 1.04384%; height: 45px;">C01</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Texto</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Código de Situação da Operação no Simples Nacional. Deve ser informado apenas para contribuintes no Regime Tributário Simples Nacional. Valores permitidos: </p>
| |
− | <ul>
| |
− | <li><strong>101</strong>: Tributada Simples Nacional com permissão de crédito</li>
| |
− | <li><strong>102</strong>: Tributada Simples Nacional sem permissão de crédito</li>
| |
− | <li><strong>103</strong>: Isenção ICMS Simples Nacional para faixa receita bruta</li>
| |
− | <li><strong>201</strong>: Tributada Simples Nacional com permissão de crédito e com Substituição Tributária</li>
| |
− | <li><strong>202</strong>: Tributada Simples Nacional sem permissão de crédito e com Substituição Tributária</li>
| |
− | <li><strong>203</strong>: Isenção ICMS Simples Nacional para faixa receita bruta e com Substitução Tributária</li>
| |
− | <li><strong>300</strong>: Inume</li>
| |
− | <li><strong>400</strong>: Não Tributada pelo Simples Nacional</li>
| |
− | <li><strong>500</strong>: Cobrado anteriormente por Substituição Tributária ou Antecipação</li>
| |
− | <li><strong>900</strong>: Outros</li>
| |
− | </ul>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">D03</td>
| |
− | <td style="width: 6.5821%; height: 45px;">origem</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 45px;">C01</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Texto</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Origem da mercadoria. Valores permitidos:</p>
| |
− | <ul>
| |
− | <li><strong>0</strong>: Nacional, exceto as indicadas nos códigos 3, 4, 5 e 8</li>
| |
− | <li><strong>1</strong>: Estrangeira: Importação direta, exceto a indicada no código<br />6</li>
| |
− | <li><strong>2</strong>: Estrangeira: Adquirida no mercado interno, exceto a indicada no código 7</li>
| |
− | <li><strong>3</strong>: Nacional, mercadoria ou bem com Conteúdo de Importação superior a 40% e inferior ou igual a 70%</li>
| |
− | <li><strong>4</strong>: Nacional, cuja produção tenha sido feita em conformidade com os processos produtivos básicos de que tratam as legislações citadas nos Ajustes</li>
| |
− | <li><strong>5</strong>: Nacional, mercadoria ou bem com Conteúdo de Importação inferior ou igual a 40%</li>
| |
− | <li><strong>6</strong>: Estrangeira: Importação direta, sem similar nacional, constante em lista da CAMEX e gás natural</li>
| |
− | <li><strong>7</strong>: Estrangeira: Adquirida no mercado interno, sem similar nacional, constante lista CAMEX e gás natural</li>
| |
− | <li><strong>8</strong>: Nacional, mercadoria ou bem com Conteúdo de Importação superior a 70%</li>
| |
− | </ul>
| |
| </td> | | </td> |
| </tr> | | </tr> |
− | <tr style="height: 45px;"> | + | <tr> |
− | <td style="width: 2.56232%; height: 45px;">D04</td> | + | <td style="width: 2.56232%;">A05</td> |
− | <td style="width: 6.5821%; height: 45px;">mod_base_calc</td> | + | <td style="width: 6.5821%;">status</td> |
− | <td style="width: 3.62012%; height: 45px;">Não*</td> | + | <td style="width: 3.62012%;">Sim</td> |
− | <td style="width: 1.04384%; height: 45px;">C01</td> | + | <td style="width: 1.04384%;">A01</td> |
− | <td style="width: 7.65385%; height: 45px;">Texto</td> | + | <td style="width: 5.67084%;">Texto</td> |
− | <td style="width: 32.1046%; height: 45px;"> | + | <td style="width: 34.0876%;"> |
− | <p>Modalidade de determinação da Base de Cálculo do ICMS. Valores permitidos:</p> | + | <p>Situação da locação. Valores permitidos:</p> |
| <ul> | | <ul> |
− | <li><strong>0</strong>: Margem Valor Agregado (%)</li> | + | <li><strong>A</strong>: ativa</li> |
− | <li><strong>1</strong>: Pauta (Valor)</li> | + | <li><strong>I</strong>: inativa</li> |
− | <li><strong>2</strong>: Preço Tabelado Máx. (valor)</li>
| |
− | <li><strong>3</strong>: Valor da operação</li>
| |
| </ul> | | </ul> |
| </td> | | </td> |
| </tr> | | </tr> |
− | <tr style="height: 45px;"> | + | <tr> |
− | <td style="width: 2.56232%; height: 45px;">D05</td> | + | <td style="width: 2.56232%;">A06</td> |
− | <td style="width: 6.5821%; height: 45px;">perc_red_base_calc</td> | + | <td style="width: 6.5821%;">linked_user</td> |
− | <td style="width: 3.62012%; height: 45px;">Não*</td> | + | <td style="width: 3.62012%;">Não</td> |
− | <td style="width: 1.04384%; height: 45px;">C01</td> | + | <td style="width: 1.04384%;">A01</td> |
− | <td style="width: 7.65385%; height: 45px;">Decimal (5.2)</td>
| + | <td style="width: 5.67084%;">Texto (20)</td> |
− | <td style="width: 32.1046%; height: 45px;">
| + | <td style="width: 34.0876%;"> |
− | <p>Percentual da Redução da Base de Cálculo do ICMS</p>
| + | <p>Usuário vinculado à locação. Não é permitido vincular um mesmo usuário a mais de uma locação.</p> |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 27px;">D06</td>
| |
− | <td style="width: 6.5821%; height: 27px;">valor_base_calc</td> | |
− | <td style="width: 3.62012%; height: 27px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 27px;">C01</td>
| |
− | <td style="width: 7.65385%; height: 27px;">Decimal (15.2)</td>
| |
− | <td style="width: 32.1046%; height: 27px;">
| |
− | <p>Valor da Base de Cálculo do ICMS</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 30px;">D07</td>
| |
− | <td style="width: 6.5821%; height: 30px;">aliquota</td>
| |
− | <td style="width: 3.62012%; height: 30px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 30px;">C01</td>
| |
− | <td style="width: 7.65385%; height: 30px;">Decimal (5.2)</td>
| |
− | <td style="width: 32.1046%; height: 30px;">
| |
− | <p>Alíquota do ICMS</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 20px;">D08</td>
| |
− | <td style="width: 6.5821%; height: 20px;">valor</td>
| |
− | <td style="width: 3.62012%; height: 20px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 20px;">C01</td>
| |
− | <td style="width: 7.65385%; height: 20px;">Decimal (15.2)</td>
| |
− | <td style="width: 32.1046%; height: 20px;">
| |
− | <p>Valor do ICMS</p>
| |
− | <p>O valor do ICMS sempre será calculado pelo sistema - quando aplicável - através da multiplicação dos campos D06 e D07.</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 16px;">D09</td>
| |
− | <td style="width: 6.5821%; height: 16px;">aliquota_calculo_credito</td>
| |
− | <td style="width: 3.62012%; height: 16px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 16px;">C01</td>
| |
− | <td style="width: 7.65385%; height: 16px;">Decimal (5.2)</td>
| |
− | <td style="width: 32.1046%; height: 16px;">
| |
− | <p>Alíquota aplicável de cálculo do crédito. Este campo deve ser informado apenas para os códigos de CSOSN (campo D02): <strong>101</strong>, <strong>201</strong>, <strong>900</strong></p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">D10</td>
| |
− | <td style="width: 6.5821%; height: 45px;">valor_credito</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 45px;">C01</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Decimal (15.2)</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Valor crédito do ICMS que pode ser aproveitado nos termos do art. 23 da LC 123. Este campo deve ser informado apenas para os códigos de CSOSN (campo D02): <strong>101</strong>, <strong>201</strong>, <strong>900</strong></p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">D11</td>
| |
− | <td style="width: 6.5821%; height: 45px;">st</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 45px;">C01</td>
| |
− | <td style="width: 7.65385%; height: 45px;">-</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Grupo de informações de Substituição Tributária</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">E01</td>
| |
− | <td style="width: 6.5821%; height: 45px;">mod_base_calc</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 45px;">D11</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Texto</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Modalidade de determinação da Base de Cálculo do ICMS ST. Valores permitidos:</p>
| |
− | <ul>
| |
− | <li><strong>0</strong>: Preço tabelado ou máximo sugerido;</li>
| |
− | <li><strong>1</strong>: Lista Negativa (valor)</li>
| |
− | <li><strong>2</strong>: Lista Positiva (valor)</li>
| |
− | <li><strong>3</strong>: Lista Neutra (valor)</li>
| |
− | <li><strong>4</strong>: Margem Valor Agregado (%)</li>
| |
− | <li><strong>5</strong>: Pauta (valor)</li>
| |
− | </ul>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">E02</td>
| |
− | <td style="width: 6.5821%; height: 45px;">perc_margem_valor_adic</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 45px;">D11</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Decimal (5.2)</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Percentual da margem de valor Adicionado do ICMS ST</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">E03</td>
| |
− | <td style="width: 6.5821%; height: 45px;">perc_reducao_base_calc</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 45px;">D11</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Decimal (5.2)</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Percentual da Redução de Base de Cálculo do ICMS ST</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">E04</td>
| |
− | <td style="width: 6.5821%; height: 45px;">valor_base_calc</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 45px;">D11</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Decimal (15.2)</td>
| |
− | <td style="width: 32.1046%; height: 45px;"> | |
− | <p>Valor da Base de Cálculo do ICMS ST</p> | |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">E05</td>
| |
− | <td style="width: 6.5821%; height: 45px;">aliquota</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 45px;">D11</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Decimal (5.2)</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Alíquota do ICMS ST</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">E06</td>
| |
− | <td style="width: 6.5821%; height: 45px;">valor</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 45px;">D11</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Decimal (15.2)</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Valor do ICMS ST</p>
| |
− | <p>O valor do ICMS ST sempre será calculado pelo sistema - quando aplicável - através da multiplicação dos campos E04 e E05. Exceções: CST = <strong>60</strong> ou CSOSN = <strong>500</strong>. Para estes, o valor deverá ser informado neste campo.</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">C08</td>
| |
− | <td style="width: 6.5821%; height: 45px;">ipi</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não</td>
| |
− | <td style="width: 1.04384%; height: 45px;">B01</td>
| |
− | <td style="width: 7.65385%; height: 45px;">-</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Grupo de informações do IPI</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">F01</td>
| |
− | <td style="width: 6.5821%; height: 45px;">sit_trib</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Sim</td>
| |
− | <td style="width: 1.04384%; height: 45px;">C08</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Texto</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Código da situação tributária do IPI. Valores permitidos:</p>
| |
− | <ul>
| |
− | <li><strong>00</strong>: Entrada com recuperação de crédito</li>
| |
− | <li><strong>01</strong>: Entrada tributada com alíquota zero</li>
| |
− | <li><strong>02</strong>: Entrada isenta</li>
| |
− | <li><strong>03</strong>: Entrada não tributada</li>
| |
− | <li><strong>04</strong>: Entrada imune</li>
| |
− | <li><strong>05</strong>: Entrada com suspensão</li>
| |
− | <li><strong>49</strong>: Outras entradas</li>
| |
− | <li><strong>50</strong>: Saída tributada</li>
| |
− | <li><strong>51</strong>: Saída tributada com alíquota zero</li>
| |
− | <li><strong>52</strong>: Saída isenta</li>
| |
− | <li><strong>53</strong>: Saída não-tributada</li>
| |
− | <li><strong>54</strong>: Saída imune</li>
| |
− | <li><strong>55</strong>: Saída com suspensão</li>
| |
− | <li><strong>99</strong>: Outras saídas</li>
| |
− | </ul>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">F02</td>
| |
− | <td style="width: 6.5821%; height: 45px;">cod_enq</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 45px;">C08</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Texto (3)</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Código de Enquadramento Legal do IPI</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">F03</td>
| |
− | <td style="width: 6.5821%; height: 45px;">cod_selo</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 45px;">C08</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Texto (60)</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Código do selo de controle IPI</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">F04</td>
| |
− | <td style="width: 6.5821%; height: 45px;">qtde_selo</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 45px;">C08</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Decimal (16.4)</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Quantidade de selo de controle</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">F05</td>
| |
− | <td style="width: 6.5821%; height: 45px;">tipo_calculo</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 45px;">C08</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Texto</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Tipo de cálculo. Valores permitidos:</p>
| |
− | <ul>
| |
− | <li><strong>P</strong>: em percentual</li>
| |
− | <li><strong>V</strong>: em valor</li>
| |
− | </ul>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">F06</td>
| |
− | <td style="width: 6.5821%; height: 45px;">valor_base_calc</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 45px;">C08</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Decimal (15.2)</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Valor da base de cálculo do IPI</p>
| |
− | <p>Informar apenas se for informado o valor <strong>P</strong> no campo F05.</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">F07</td>
| |
− | <td style="width: 6.5821%; height: 45px;">aliquota</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 45px;">C08</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Decimal (5.2)</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Alíquota do IPI</p>
| |
− | <p>Informar apenas se for informado o valor <strong>P</strong> no campo F05.</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">F08</td>
| |
− | <td style="width: 6.5821%; height: 45px;">quantidade</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 45px;">C08</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Decimal (16.4)</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Quantidade total na unidade padrão para tributação</p>
| |
− | <p>Informar apenas se for informado o valor <strong>V </strong>no campo F05.</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">F09</td>
| |
− | <td style="width: 6.5821%; height: 45px;">valor_unitario</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 45px;">C08</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Decimal (15.4)</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Valor por unidade</p>
| |
− | <p>Informar apenas se for informado o valor <strong>V </strong>no campo F05.</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">C09</td>
| |
− | <td style="width: 6.5821%; height: 45px;">pis</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Sim</td>
| |
− | <td style="width: 1.04384%; height: 45px;">B01</td>
| |
− | <td style="width: 7.65385%; height: 45px;">-</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Grupo de informações do PIS</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">G01</td>
| |
− | <td style="width: 6.5821%; height: 45px;">sit_trib</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Sim</td>
| |
− | <td style="width: 1.04384%; height: 45px;">C09</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Texto</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Código de Situação Tributária do PIS. Valores permitidos:</p>
| |
− | <ul>
| |
− | <li><strong>01</strong>: Operação Tributável (base cálculo=valor operação) alíquota normal (cumul./não cumul.)</li>
| |
− | <li><strong>02</strong>: Operação Tributável (base de cálculo=valor operação) alíquota diferenciada</li>
| |
− | <li><strong>03</strong>: Operação Tributável (base cálculo=qtde x alíquota unidade produto)</li>
| |
− | <li><strong>04</strong>: Operação Tributável (monofásica alíquota zero)</li>
| |
− | <li><strong>06</strong>: Tributável (alíquota zero)</li>
| |
− | <li><strong>07</strong>: Operação Isenta</li>
| |
− | <li><strong>08</strong>: Operação sem Incidência</li>
| |
− | <li><strong>09</strong>: Operação com Suspensão</li>
| |
− | <li><strong>49</strong>: Outras Operações de Saída</li>
| |
− | <li><strong>50</strong>: Operação com Direito a Crédito - Vinculada Exclusivamente a Receita Tributada no Mercado Interno</li>
| |
− | <li><strong>51</strong>: Operação com Direito a Crédito - Vinculada Exclusivamente a Receita Não Tributada no Mercado Interno</li>
| |
− | <li><strong>52</strong>: Operação com Direito a Crédito - Vinculada Exclusivamente a Receita de Exportação</li>
| |
− | <li><strong>53</strong>: Operação com Direito a Crédito - Vinculada a Receitas Tributadas e Não-Tributadas no Mercado Interno</li>
| |
− | <li><strong>54</strong>: Operação com Direito a Crédito - Vinculada a Receitas Tributadas no Mercado Interno e de Exportação</li>
| |
− | <li><strong>55</strong>: Operação com Direito a Crédito - Vinculada a Receitas Não-Tributadas no Mercado Interno e de Exportação</li>
| |
− | <li><strong>56</strong>: Operação com Direito a Crédito - Vinculada a Receitas Tributadas e Não-Tributadas no Mercado Interno, e de Exportação</li>
| |
− | <li><strong>60</strong>: Crédito Presumido - Operação de Aquisição Vinculada Exclusivamente a Receita Tributada no Mercado Interno</li>
| |
− | <li><strong>61</strong>: Crédito Presumido - Operação de Aquisição Vinculada Exclusivamente a Receita Não-Tributada no Mercado Interno</li>
| |
− | <li><strong>62</strong>: Crédito Presumido - Operação de Aquisição Vinculada Exclusivamente a Receita de Exportação</li>
| |
− | <li><strong>63</strong>: Crédito Presumido - Operação de Aquisição Vinculada a Receitas Tributadas e Não-Tributadas no Mercado Interno</li>
| |
− | <li><strong>64</strong>: Crédito Presumido - Operação de Aquisição Vinculada a Receitas Tributadas no Mercado Interno e de Exportação</li>
| |
− | <li><strong>65</strong>: Crédito Presumido - Operação de Aquisição Vinculada a Receitas Não-Tributadas no Mercado Interno e de Exportação</li>
| |
− | <li><strong>66</strong>: Crédito Presumido - Operação de Aquisição Vinculada a Receitas Tributadas e Não-Tributadas no Mercado Interno, e de Exportação</li>
| |
− | <li><strong>67</strong>: Crédito Presumido - Outras Operações</li>
| |
− | <li><strong>70</strong>: Operação de Aquisição sem Direito a Crédito</li>
| |
− | <li><strong>71</strong>: Operação de Aquisição com Isenção</li>
| |
− | <li><strong>72</strong>: Operação de Aquisição com Suspensão</li>
| |
− | <li><strong>73</strong>: Operação de Aquisição a Alíquota Zero</li>
| |
− | <li><strong>74</strong>: Operação de Aquisição sem Incidência da Contribuição</li>
| |
− | <li><strong>75</strong>: Operação de Aquisição por Substituição Tributária</li>
| |
− | <li><strong>98</strong>: Outras Operações de Entrada</li>
| |
− | <li><strong>99</strong>: Outras Operações</li>
| |
− | </ul>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">G02</td>
| |
− | <td style="width: 6.5821%; height: 45px;">tipo_calculo</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 45px;">C09</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Texto</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Tipo de cálculo. Valores permitidos:</p>
| |
− | <ul>
| |
− | <li><strong>P</strong>: em percentual</li>
| |
− | <li><strong>V</strong>: em valor.</li>
| |
− | </ul>
| |
− | <p>Este campo não pode ser informado para os códigos de situação tributária (campo G01): 01, 02, 03, 04, 06, 07, 08, 09</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">G03</td>
| |
− | <td style="width: 6.5821%; height: 45px;">valor_base_calc</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 45px;">C09</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Decimal (15.2)</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Valor da base de cálculo do PIS</p>
| |
− | <p>Informar apenas se for informado o valor <strong>P </strong>no campo G02.</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">G04</td>
| |
− | <td style="width: 6.5821%; height: 45px;">aliquota</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 45px;">C09</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Decimal (15.4)</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Alíquota do PIS.</p>
| |
− | <p>Informar em reais quando for informado o valor <strong>V </strong>no campo G02.</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">G05</td>
| |
− | <td style="width: 6.5821%; height: 45px;">quantidade</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 45px;">C09</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Decimal (16.4)</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Quantidade vendida</p>
| |
− | <p>Informar apenas se for informado o valor <strong>V </strong>no campo G02.</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">G06</td>
| |
− | <td style="width: 6.5821%; height: 45px;">valor</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 45px;">C09</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Decimal (15.2)</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Valor do PIS</p>
| |
− | <p>Informar apenas se for informado o valor <strong>V </strong>no campo G02.</p>
| |
− | <p>O valor do PIS será calculado pelo sistema - quando aplicável - através da multiplicação dos campos G03 e G04 para:</p>
| |
− | <ul>
| |
− | <li>Quando o campo G02 for igual a <strong>P</strong>; ou</li>
| |
− | <li>Quando o campo G01 for igual a <strong>01</strong> ou <strong>02</strong>.</li>
| |
− | </ul>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">G07</td>
| |
− | <td style="width: 6.5821%; height: 45px;">st</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 45px;">C09</td>
| |
− | <td style="width: 7.65385%; height: 45px;">-</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Grupo de informações do PIS Substituição Tributária</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">H01</td>
| |
− | <td style="width: 6.5821%; height: 45px;">tipo_calculo</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 45px;">G07</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Texto</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Tipo de cálculo. Valores permitidos:</p>
| |
− | <ul>
| |
− | <li><strong>P</strong>: em percentual</li>
| |
− | <li><strong>V</strong>: em valor.</li>
| |
− | </ul>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">H02</td>
| |
− | <td style="width: 6.5821%; height: 45px;">valor_base_calc</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 45px;">G07</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Decimal (15.2)</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Valor da base de cálculo do PIS ST</p>
| |
− | <p>Informar apenas se for informado o valor <strong>P </strong>no campo H01.</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">H03</td>
| |
− | <td style="width: 6.5821%; height: 45px;">aliquota</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 45px;">G07</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Decimal (15.4)</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Alíquota do PIS ST</p>
| |
− | <p>Informar apenas se foi informado um valor no campo H01.</p>
| |
− | <p>Informar em reais quando for informado o valor <strong>V </strong>no campo H01.</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">H04</td>
| |
− | <td style="width: 6.5821%; height: 45px;">quantidade</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 45px;">G07</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Decimal (16.4)</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Quantidade vendida</p>
| |
− | <p>Informar apenas se for informado o valor <strong>V </strong>no campo H01.</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">H06</td>
| |
− | <td style="width: 6.5821%; height: 45px;">valor</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 45px;">G07</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Decimal (15.2)</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Valor do PIS ST</p>
| |
− | <p>Informar apenas se for informado o valor <strong>V </strong>no campo H01.</p>
| |
− | <p>O valor do PIS ST será calculado pelo sistema através da multiplicação dos campos H02 e H03 quando for informado o valor <strong>P</strong> no campo H01.</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">C10</td>
| |
− | <td style="width: 6.5821%; height: 45px;">cofins</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Sim</td>
| |
− | <td style="width: 1.04384%; height: 45px;">B01</td>
| |
− | <td style="width: 7.65385%; height: 45px;">-</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Grupo de informações da COFINS</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">I01</td>
| |
− | <td style="width: 6.5821%; height: 45px;">sit_trib</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Sim</td>
| |
− | <td style="width: 1.04384%; height: 45px;">C10</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Texto</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Código de Situação Tributária da COFINS. Valores permitidos:</p>
| |
− | <ul>
| |
− | <li><strong>01</strong>: Operação Tributável (base cálculo=valor operação) alíquota normal (cumul./não cumul.)</li>
| |
− | <li><strong>02</strong>: Operação Tributável (base de cálculo=valor operação) alíquota diferenciada</li>
| |
− | <li><strong>03</strong>: Operação Tributável (base cálculo=qtde x alíquota unidade produto)</li>
| |
− | <li><strong>04</strong>: Operação Tributável (monofásica alíquota zero)</li>
| |
− | <li><strong>06</strong>: Tributável (alíquota zero)</li>
| |
− | <li><strong>07</strong>: Operação Isenta</li>
| |
− | <li><strong>08</strong>: Operação sem Incidência</li>
| |
− | <li><strong>09</strong>: Operação com Suspensão</li>
| |
− | <li><strong>49</strong>: Outras Operações de Saída</li>
| |
− | <li><strong>50</strong>: Operação com Direito a Crédito - Vinculada Exclusivamente a Receita Tributada no Mercado Interno</li>
| |
− | <li><strong>51</strong>: Operação com Direito a Crédito - Vinculada Exclusivamente a Receita Não Tributada no Mercado Interno</li>
| |
− | <li><strong>52</strong>: Operação com Direito a Crédito - Vinculada Exclusivamente a Receita de Exportação</li>
| |
− | <li><strong>53</strong>: Operação com Direito a Crédito - Vinculada a Receitas Tributadas e Não-Tributadas no Mercado Interno</li>
| |
− | <li><strong>54</strong>: Operação com Direito a Crédito - Vinculada a Receitas Tributadas no Mercado Interno e de Exportação</li>
| |
− | <li><strong>55</strong>: Operação com Direito a Crédito - Vinculada a Receitas Não-Tributadas no Mercado Interno e de Exportação</li>
| |
− | <li><strong>56</strong>: Operação com Direito a Crédito - Vinculada a Receitas Tributadas e Não-Tributadas no Mercado Interno, e de Exportação</li>
| |
− | <li><strong>60</strong>: Crédito Presumido - Operação de Aquisição Vinculada Exclusivamente a Receita Tributada no Mercado Interno</li>
| |
− | <li><strong>61</strong>: Crédito Presumido - Operação de Aquisição Vinculada Exclusivamente a Receita Não-Tributada no Mercado Interno</li>
| |
− | <li><strong>62</strong>: Crédito Presumido - Operação de Aquisição Vinculada Exclusivamente a Receita de Exportação</li>
| |
− | <li><strong>63</strong>: Crédito Presumido - Operação de Aquisição Vinculada a Receitas Tributadas e Não-Tributadas no Mercado Interno</li>
| |
− | <li><strong>64</strong>: Crédito Presumido - Operação de Aquisição Vinculada a Receitas Tributadas no Mercado Interno e de Exportação</li>
| |
− | <li><strong>65</strong>: Crédito Presumido - Operação de Aquisição Vinculada a Receitas Não-Tributadas no Mercado Interno e de Exportação</li>
| |
− | <li><strong>66</strong>: Crédito Presumido - Operação de Aquisição Vinculada a Receitas Tributadas e Não-Tributadas no Mercado Interno, e de Exportação</li>
| |
− | <li><strong>67</strong>: Crédito Presumido - Outras Operações</li>
| |
− | <li><strong>70</strong>: Operação de Aquisição sem Direito a Crédito</li>
| |
− | <li><strong>71</strong>: Operação de Aquisição com Isenção</li>
| |
− | <li><strong>72</strong>: Operação de Aquisição com Suspensão</li>
| |
− | <li><strong>73</strong>: Operação de Aquisição a Alíquota Zero</li>
| |
− | <li><strong>74</strong>: Operação de Aquisição sem Incidência da Contribuição</li>
| |
− | <li><strong>75</strong>: Operação de Aquisição por Substituição Tributária</li>
| |
− | <li><strong>98</strong>: Outras Operações de Entrada</li>
| |
− | <li><strong>99</strong>: Outras Operações</li>
| |
− | </ul>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">I02</td>
| |
− | <td style="width: 6.5821%; height: 45px;">tipo_calculo</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 45px;">C10</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Texto</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Tipo de cálculo. Valores permitidos:</p>
| |
− | <ul>
| |
− | <li><strong>P</strong>: em percentual</li>
| |
− | <li><strong>V</strong>: em valor.</li>
| |
− | </ul>
| |
− | <p>Este campo não pode ser informado para os códigos de situação tributária (campo I01): 01, 02, 03, 04, 06, 07, 08, 09</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">I03</td>
| |
− | <td style="width: 6.5821%; height: 45px;">valor_base_calc</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 45px;">C10</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Decimal (15.2)</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Valor da base de cálculo da COFINS</p>
| |
− | <p>Informar apenas se for informado o valor <strong>P </strong>no campo I02.</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">I04</td>
| |
− | <td style="width: 6.5821%; height: 45px;">aliquota</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 45px;">C10</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Decimal (15.4)</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Alíquota da COFINS.</p>
| |
− | <p>Informar em reais quando for informado o valor <strong>V </strong>no campo I02.</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">I05</td>
| |
− | <td style="width: 6.5821%; height: 45px;">quantidade</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 45px;">C10</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Decimal (16.4)</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Quantidade vendida</p>
| |
− | <p>Informar apenas se for informado o valor <strong>V </strong>no campo I02.</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">I06</td>
| |
− | <td style="width: 6.5821%; height: 45px;">valor</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 45px;">C10</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Decimal (15.2)</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Valor da COFINS</p>
| |
− | <p>Informar apenas se for informado o valor <strong>V </strong>no campo I02.</p>
| |
− | <p>O valor da COFINS será calculado pelo sistema - quando aplicável - através da multiplicação dos campos I03 e I04 para:</p>
| |
− | <ul>
| |
− | <li>Quando o campo I02 for igual a <strong>P</strong>; ou</li>
| |
− | <li>Quando o campo I01 for igual a <strong>01</strong> ou <strong>02</strong>.</li>
| |
− | </ul>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">I07</td>
| |
− | <td style="width: 6.5821%; height: 45px;">st</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 45px;">C10</td>
| |
− | <td style="width: 7.65385%; height: 45px;">-</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Grupo de informações da COFINS Substituição Tributária</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">J01</td>
| |
− | <td style="width: 6.5821%; height: 45px;">tipo_calculo</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 45px;">I14</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Texto</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Tipo de cálculo. Valores permitidos:</p>
| |
− | <ul>
| |
− | <li><strong>P</strong>: em percentual</li>
| |
− | <li><strong>V</strong>: em valor.</li>
| |
− | </ul>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">J02</td>
| |
− | <td style="width: 6.5821%; height: 45px;">valor_base_calc</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 45px;">I14</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Decimal (15.2)</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Valor da base de cálculo do COFINS ST</p>
| |
− | <p>Informar apenas se for informado o valor <strong>P </strong>no campo J01.</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">J03</td>
| |
− | <td style="width: 6.5821%; height: 45px;">aliquota</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 45px;">I14</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Decimal (15.4)</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Alíquota do COFINS ST</p>
| |
− | <p>Informar apenas se foi informado um valor no campo J01.</p>
| |
− | <p>Informar em reais quando for informado o valor <strong>V </strong>no campo J01.</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">J04</td>
| |
− | <td style="width: 6.5821%; height: 45px;">quantidade</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 45px;">I14</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Decimal (16.4)</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Quantidade vendida</p>
| |
− | <p>Informar apenas se for informado o valor <strong>V </strong>no campo J01.</p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style="height: 45px;">
| |
− | <td style="width: 2.56232%; height: 45px;">J05</td>
| |
− | <td style="width: 6.5821%; height: 45px;">valor</td>
| |
− | <td style="width: 3.62012%; height: 45px;">Não*</td>
| |
− | <td style="width: 1.04384%; height: 45px;">I14</td>
| |
− | <td style="width: 7.65385%; height: 45px;">Decimal (15.2)</td>
| |
− | <td style="width: 32.1046%; height: 45px;">
| |
− | <p>Valor da COFINS ST</p>
| |
− | <p>Informar apenas se for informado o valor <strong>V </strong>no campo J01.</p>
| |
− | <p>O valor da COFINS ST será calculado pelo sistema através da multiplicação dos campos J02 e J03 quando for informado o valor <strong>P</strong> no campo J01.</p>
| |
| </td> | | </td> |
| </tr> | | </tr> |
| </table> | | </table> |
| <p> </p> | | <p> </p> |
− | [https://drive.google.com/file/d/12MXLJNgHDBbqiKR6gIshI9MWybPQ4qYB/view?usp=sharing Clique aqui] para baixar exemplos de json para cada grupo de imposto (icms/cst, icms/csosn, ipi, pis e cofins).
| |
− |
| |
| '''Mensagem de retorno''' | | '''Mensagem de retorno''' |
| | | |
Linha 1 349: |
Linha 129: |
| "result": | | "result": |
| { | | { |
− | "id": 297 | + | "id": 15 |
| } | | } |
| } | | } |
Linha 1 356: |
Linha 136: |
| Em caso de falha, será retornado um json conforme o exemplo abaixo: | | Em caso de falha, será retornado um json conforme o exemplo abaixo: |
| | | |
− | </syntaxhighlight><syntaxhighlight lang="json" line="1">
| + | <syntaxhighlight lang="json" line="1"> |
| { | | { |
| "status": 0, | | "status": 0, |