> For the complete documentation index, see [llms.txt](https://docs.gestao.plus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gestao.plus/erp-v2/funcionalidades/controle_unidades/contrato_unidades/importar_movimentacoes_controle_unidade.md).

# Importar movimentações para controle de unidade

Na tela de contrato de controle de unidade, você verá no menu superior o botão <img src="/files/aQ7GZ0PkOl5SSAbJa3py" alt="" data-size="line"> de processar movimentações.

![](/files/YvyzqZZwQYbm1rl0EgOz)

Clicando nele uma nova janela será mostrada solicitando que envie um arquivo do tipo planilha para que possa processar as informações na plataforma.

{% hint style="warning" %}
**Atenção:** Os formatos de planilha aceitos no sistema são `.csv`, .`xls`, `xlsx` e `.ods`.
{% endhint %}

![](/files/snDGRmi0MKOhlFWYSqaq)

A estrutura de informações da planilha não é complexa, sendo somente cinco colunas e algumas informações como **ID contrato** e **ID unidade** sendo necessárias como identificador para o tipo de lançamento receita ou despesa. Muita atenção para os valores, não é necessário a utilização do cifrão, o sistema fará a conversão automaticamente, quando ler a planilha enviada.

{% hint style="info" %}
É possível baixar o modelo desta planilha. [**`PLANILHA MODELO CONTRATO.xlsx`**](https://github.com/Gestao-Online/public-docs/raw/master/erp-v2/assets/PLANILHA%20MODELO%20CONTRATO.xlsx)
{% endhint %}

Observe abaixo o exemplo de planilha que utilizaremos.

![Modelo de planilha com preenchimento de exemplo](/files/NEPwNDsURZZIWdGkoXux)

Para nosso exemplo, temos duas unidades com contrato cadastradas, UNIDADE A e UNIDADE B. Iremos usar a planilha para processar algumas movimentações para estas unidades.

{% hint style="warning" %}
**Atenção:** É comum aparecer alguma mensagem de erro em caso de uso do software Microsoft Excel, por isso sempre verifique se existe alguma célula preenchida ou com alguma formatação antes de fazer o envio. 😁
{% endhint %}

Observe o procedimento passo a passo.

![](/files/mF1tNIjwUzjQE5fqmVB2)

Pronto, com a planilha carregada, agora é possível conferir se as movimentações foram carregadas corretamente.

![](/files/V5Yk02FaSNsqmmjDhxDn)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.gestao.plus/erp-v2/funcionalidades/controle_unidades/contrato_unidades/importar_movimentacoes_controle_unidade.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
