> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-pt/backoffice/backoffice/relatorios/criar-um-relatorio.md).

# Criar um Relatório

Criar um novo Relatório escolhendo uma entidade, colunas, critérios e ordenação.

## Criar Relatórios

### Introdução

Este é o fluxo básico para criar um Relatórios a partir do zero.

### Explicação detalhada

Um Relatórios começa com um **nome** e uma **entidade principal**. A entidade define o assunto do Relatórios. Depois, adicionar colunas, critérios opcionais e ordenação.

### Guia passo a passo

{% stepper %}
{% step %}

#### Abrir o editor de Relatórios

Ir para **Relatórios** e clicar em **Criar Relatórios**.
{% endstep %}

{% step %}

#### Dar nome aos Relatórios

Introduzir um **nome**. A descrição e o nome do ficheiro são opcionais.
{% endstep %}

{% step %}

#### Escolher a entidade principal

Selecionar o assunto principal, como **Ordens de trabalho**, **Horas**, ou **Faturas**.

Adicionar uma **entidade secundária** se forem necessários dados relacionados. Por exemplo, adicionar Horas a Ordens de trabalho.
{% endstep %}

{% step %}

#### Adicionar colunas

Selecionar as colunas que pretende ver. Pesquisar, adicionar várias de uma vez e arrastá-las para a ordem pretendida.
{% endstep %}

{% step %}

#### Definir os critérios (opcional)

Abrir o editor de critérios para limitar os registos que aparecem. Ver [Configurar critérios de Relatórios](/outsmart-knowledge-base/outsmart-knowledge-base-pt/backoffice/backoffice/relatorios/configurar-criterios-do-relatorio.md).
{% endstep %}

{% step %}

#### Definir a ordenação

Escolher uma coluna de ordenação e a direção. Uma ordenação secundária é opcional.
{% endstep %}

{% step %}

#### Pré-visualizar e guardar

Usar **Pré-visualizar** para verificar o resultado. Selecionar **Guardar**, depois usar **Transferir** para exportar um ficheiro Excel.
{% endstep %}
{% endstepper %}

### FAQ

<details>

<summary>É possível duplicar um Relatórios em vez de recomeçar?</summary>

Sim. Utilizar **Duplicar** para copiar um Relatórios existente. Ajustar a cópia sem alterar o original.

</details>

<details>

<summary>Onde ficam os Relatórios guardados?</summary>

Ficam em **Relatórios** Visão Geral. Podem ser reabertos, editados e transferidos em qualquer altura.

</details>

### Referências

* [Configurar critérios de Relatórios](/outsmart-knowledge-base/outsmart-knowledge-base-pt/backoffice/backoffice/relatorios/configurar-criterios-do-relatorio.md)
* [Escolher e organizar as colunas de Relatórios](/outsmart-knowledge-base/outsmart-knowledge-base-pt/backoffice/backoffice/relatorios/escolher-e-organizar-as-colunas-do-relatorio.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://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-pt/backoffice/backoffice/relatorios/criar-um-relatorio.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.
