> 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/faturas/criar-um-layout-de-fatura.md).

# Criar um layout de fatura

Controlar o que o PDF da fatura mostra e o seu aspeto.

O layout da Fatura controla o aspeto visual do PDF da Fatura.

Serve para decidir que informação aparece e como o documento é estruturado.

{% stepper %}
{% step %}

### Abrir as Definições facturação

Ir para **Faturas**.

Depois, clicar nas **engrenagens** no canto superior direito.
{% endstep %}

{% step %}

### Adicionar um Novo layout

Na secção **Layout** , clicar **Adicionar**.
{% endstep %}

{% step %}

### Dar um nome ao layout

Dar ao layout um nome claro.

É mais fácil quando o nome do layout corresponde ao nome do esquema.
{% endstep %}

{% step %}

### Escolher opções de PDF

Decidir se os anexos devem ser incorporados no PDF.

Decidir também se o PDF da Ordem de trabalho deve ser incluído.
{% endstep %}

{% step %}

### Configurar o conteúdo

Rever os parâmetros predefinidos.

Adicionar parâmetros adicionais, se necessário.

Depois, escolher que colunas devem aparecer.
{% endstep %}

{% step %}

### Adicionar detalhes opcionais de saída

Ativar **Mostrar a Nota como linha** se as Notas do Artigo devem aparecer em linhas separadas.

Adicionar um cabeçalho ou rodapé, se necessário.
{% endstep %}

{% step %}

### Guardar o layout

Clicar **Guardar** no canto superior direito.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Manter os anexos incorporados abaixo de cerca de **10 MB**.

PDFs grandes podem causar problemas de geração ou de entrega.
{% endhint %}

### Perguntas frequentes

<details>

<summary>É possível usar um layout para vários Esquemas?</summary>

Sim.

Mas os layouts separados são mais fáceis de gerir.

</details>

<details>

<summary>É possível alterar o layout mais tarde?</summary>

Sim.

Abrir o layout, atualizá-lo e guardar as Alterações.

</details>

<details>

<summary>Como mostrar as Notas do Artigo na Fatura?</summary>

Ativar **Mostrar a Nota como linha** no layout.

</details>

### Tópicos relacionados

* [**Criar um Esquema de faturas**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/backoffice/backoffice/faturas/criar-um-esquema-de-faturas.md)
* [**Mostrar Notas de Artigo numa Fatura**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/backoffice/backoffice/faturas/mostrar-notas-do-artigo-numa-fatura.md)
* [**Adicionar anexos, Ordens de trabalho e Formulários às Faturas**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/backoffice/backoffice/faturas/adicionar-anexos-ordens-de-trabalho-e-formularios-as-faturas.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/faturas/criar-um-layout-de-fatura.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.
