> For the complete documentation index, see [llms.txt](https://ajuda.pdvlegal.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ajuda.pdvlegal.com.br/retaguarda/relatorios/relatorios-financeiros/relatorio-de-royalties.md).

# Relatório de royalties

{% hint style="danger" %}
Certifique-se de que os percentuais de **Royalty (%)** e **Taxa de Marketing (%)** foram configurados na filial antes de gerar o relatório.
{% endhint %}

### Gerar o relatório de royalties

{% stepper %}
{% step %}

### Acesse o relatório

Vá em **Retaguarda Cloud → Relatórios → Financeiro → Royalties**.
{% endstep %}

{% step %}

### Selecione o período

* Selecione o **mês** e o **ano** para o qual deseja visualizar o cálculo. O relatório sempre considera o mês calendário completo (do dia 01 às 00:00 até o último dia do mês às 23:59:59).
  {% endstep %}

{% step %}

### Selecione a filial

* Escolha na lista a filial específica para a qual o relatório deve ser gerado. Apenas filiais com os percentuais configurados apresentarão cálculos corretos.
  {% endstep %}

{% step %}

### Gere o relatório

* Após configurar os filtros desejados, clique no botão "**Gerar Relatório"**.

<figure><img src="/files/aZaG7dFSYfRKbdUh82QU" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Entenda o relatório

O relatório gerado apresentará as seguintes informações:

* **Detalhamento de Vendas por Origem:** Uma seção informativa que mostra o faturamento dividido por canais de venda (Ex: Balcão, Mesa, Delivery, iFood).
* **Faturado Venda (Total):** O valor total bruto das vendas registradas para a filial selecionada durante o período escolhido. Este é o valor base para os cálculos.
* **Valor Royalty:** O resultado do cálculo: (`Faturado Venda (Total)` \* `Royalty (%) configurado na filial`) / 100.
* **Valor Taxa de Marketing:** O resultado do cálculo: (`Faturado Venda (Total)` \* `Taxa de Marketing (%) configurada na filial`) / 100.
* **Total a Pagar:** A soma simples do `Valor Royalty` + `Valor Taxa de Marketing`.
  {% endstep %}
  {% endstepper %}

### Informações adicionais

{% hint style="warning" %}

* **Cálculo Base:** O cálculo é sempre feito sobre o faturamento total do mês calendário selecionado. Vendas que ocorrem após a meia-noite do último dia do mês entram no cálculo do mês seguinte.
* **Uso:** Ideal para franqueadores calcularem taxas ou para lojas individuais provisionarem verbas (ex: marketing) com base no faturamento.
* **Independência:** Pode ser usado para qualquer filial configurada, independentemente de pertencer a um grupo econômico formal.
  {% endhint %}

### Relacionado

* [**Configuração de royalties e taxa de marketing por filial**](/retaguarda/administrativo/configuracao-de-royalties-e-taxa-de-marketing-por-filial.md)


---

# 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.pdvlegal.com.br/retaguarda/relatorios/relatorios-financeiros/relatorio-de-royalties.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.
