> For the complete documentation index, see [llms.txt](https://ajuda.cardapioweb.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ajuda.cardapioweb.com/gestao/fiado.md).

# Fiado

O módulo de Fiado é ideal para estabelecimentos que oferecem pagamentos para o consumo interno de funcionários. Com ele, é possível registrar vendas mesmo sem o pagamento imediato, controlando o saldo devedor dos seus clientes. ✨

{% embed url="<https://youtu.be/AVMSX-Vefwg>" %}

### Como ativar o Fiado?

Para ativar o Fiado, vá em "**MINHA EMPRESA"**, depois clique em "**FORMAS DE PAGAMENTO"** e ative a opção de **"FIADO"**:

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

{% hint style="danger" %}
**IMPORTANTE:** O Fiado é uma forma de pagamento interna, **disponível apenas no sistema**. Clientes que usam links de pedidos não têm acesso a essa opção.
{% endhint %}

### Como lançar um pedido no Fiado?

Com o Fiado ativado, ele aparecerá **internamente** como opção de pagamento ao finalizar pedidos de delivery, retirada ou mesa.

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

### Controle de dívidas no Fiado: <a href="#controle-de-dividas-no-fiado" id="controle-de-dividas-no-fiado"></a>

É possível administrar os clientes devedores, registrar novos pagamentos recebidos e novos débitos manualmente.  Além disso, é possivel ver o **Extrato** de cada cliente e verificar as **datas da última dívida e do último pagamento**

Ainda na no menu lateral de **"FIADO"**, clique em **"CONTROLE DE DÍVIDAS"**:

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

### Visão geral das vendas no Fiado:

Nesta parte, você terá uma visão completa das dívidas pendentes, incluindo o total de débitos, quantidade de clientes com dívidas e há quanto tempo está sem receber o pagamento. Também há um gráfico de vendas e recebimentos, que pode ser filtrado por data.

No menu lateral, vá em **"FIADO"** e depois clique em **"VISÃO GERAL":**

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

Use o recurso de fiado com responsabilidade e acompanhe seus registros regularmente para manter o controle dos pagamentos e dívidas! 🚀✨


---

# 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://ajuda.cardapioweb.com/gestao/fiado.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.
