> For the complete documentation index, see [llms.txt](https://alcavie-systems-1.gitbook.io/suporte/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alcavie-systems-1.gitbook.io/suporte/sistema/caixa/comprovantes-do-caixa.md).

# Comprovantes do caixa

O menu **Comprovantes do Caixa** permite acessar e emitir recibos detalhados sobre o último fechamento de caixa. Essas informações são essenciais para o controle financeiro e conferência de valores.

***

## <mark style="background-color:blue;">Como acessar</mark>

* Essa função pode ser acessada pelo menu superior direito, clicando no nome de funcionários e em seguida em **Comprovantes do caixa**.

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

* Também é possível acessá-la na seção **Caixa** do menu lateral esquerdo, caso um caixa já esteja aberto.

***

## <mark style="background-color:blue;">Comprovantes do caixa</mark>

O sistema traz algumas informações baseado no **último fechamento de caixa**:

* Horário de abertura e fechamento do caixa
* Funcionário responsável pela abertura e fechamento
* Indicação se o caixa utiliza fechamento automático
* Comprovante do caixa.

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

***

### <mark style="background-color:purple;">**Emitindo um comprovante**</mark>

Para visualizar ou salvar um comprovante, clique no botão **"Comprovante"** <img src="/files/k3dBCNEZWDHhfxTzS7uC" alt="" data-size="line">. O sistema gerará um recibo com todas as informações registradas, que pode ser **impresso ou salvo** para controle.

O comprovante exibirá as seguintes informações:

* Horário de abertura e fechamento do caixa
* Funcionário responsável pela abertura e fechamento
* Indicação se o caixa utiliza fechamento automático
* Valores totais movimentados no período

<figure><img src="/files/fNZCdE6ayRkmbVRJPYkl" alt="" width="201"><figcaption></figcaption></figure>

🔹 **Observação:** O comprovante exibirá apenas os dados do **último fechamento de caixa**. Caso precise de informações anteriores, utilize a opção [**Registro de caixa**](/suporte/sistema/caixa/registro-de-caixa.md) para consultar períodos específicos.


---

# 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://alcavie-systems-1.gitbook.io/suporte/sistema/caixa/comprovantes-do-caixa.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.
