# Operações

### O primeiro passo é criar as operações;

{% hint style="info" %}
Basicamente é a finalidade de cada venda ou nota realizada dentro do sistema
{% endhint %}

Clique em **Novo** e vamos adicionar a primeira operação:

<figure><img src="/files/stvVgV4v3K3WhJeG2kB3" alt="" width="563"><figcaption></figcaption></figure>

Vamos criar as operações que mais usamos como padrão em operações rotineiras. Na tabela abaixo:

<table><thead><tr><th>Descrição da Operação</th><th>Tipo Operação</th><th>Nfe Movimenta</th><th>Nfe Finalidade</th><th data-type="checkbox">Movimenta Estoque</th></tr></thead><tbody><tr><td>VENDA DE MERCADORIA</td><td>VENDA</td><td>SAÍDA</td><td>NORMAL</td><td>true</td></tr><tr><td>COMPRA DE MERCADORIA</td><td>COMPRA</td><td>ENTRADA</td><td>NORMAL</td><td>true</td></tr><tr><td>DEVOLUCAO DE COMPRA</td><td>DELOVUCAO</td><td>SAÍDA</td><td>DEVOLUCAO</td><td>true</td></tr><tr><td>DEVOLUCAO DE VENDA</td><td>DEVOLUCAO</td><td>ENTRADA</td><td>DEVOLUCAO</td><td>true</td></tr><tr><td>TRANSFERENCIA</td><td>VENDA</td><td>SAÍDA</td><td>NORMAL</td><td>true</td></tr></tbody></table>

Deixe todas as operações com o status ativo para funcionar corretamente.\
&#x20;Sua tela de operações deve ficar parecida com essa:

<figure><img src="/files/jykoTBcvDOWsukEskzDu" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Essa operação deve ser confirmada com a contabilidade antes de qualquer venda ou realizar qualquer operação referente a reforma dentro do sistema. Contate o suporte para mais detalhes ou peça ajuda.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ajuda.adeptaautomacao.com.br/modernoerp/reforma-tributaria/operacoes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
