> 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/adicionar-anexos-ordens-de-trabalho-e-formularios-as-faturas.md).

# Adicionar anexos, Ordens de trabalho e Formulários às faturas

Incluir ficheiros adicionais e o resultado da Ordem de trabalho nos Documentos da fatura.

É possível incluir conteúdo adicional da fatura através das definições de layout e do esquema.

Utilizar estas opções quando o Cliente tiver de receber mais do que apenas o PDF da Fatura.

### Onde configurar cada Opção

* **Layout da Fatura** — incorporar anexos no PDF da Fatura e incluir o PDF da Ordem de trabalho
* **Esquema de faturas** — anexar Formulários e outros ficheiros predefinidos ao fluxo da fatura

### Adicionar anexos e o PDF da Ordem de trabalho

{% stepper %}
{% step %}

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

Ir para **Faturas**.

Clicar nos **engrenagens** no canto superior direito.
{% endstep %}

{% step %}

### Editar o layout

Abrir o layout da Fatura que pretende utilizar.
{% endstep %}

{% step %}

### Ativar as opções de PDF

Na parte superior do layout, escolher as opções necessárias:

* **Anexos ao PDF**
* **Adicionar a Ordem de trabalho ao PDF**
  {% endstep %}

{% step %}

### Guardar o layout

Guardar as alterações.
{% endstep %}
{% endstepper %}

### Adicionar Formulários através do esquema

{% stepper %}
{% step %}

### Abrir o esquema

Na mesma área de Definições facturação, abrir o Esquema de faturas que pretende Editar.
{% endstep %}

{% step %}

### Ativar os anexos de Formulários

Ativar a Opção de anexar Formulários quando essa saída deva ser incluída.
{% endstep %}

{% step %}

### Guardar o Esquema de faturas

Guardar as alterações.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Manter o PDF final da Fatura com tamanho razoavelmente reduzido.

Anexos grandes podem causar Falhas na geração do PDF ou na entrega por email.
{% endhint %}

### Tópicos relacionados

* [**Criar um layout de fatura**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/backoffice/backoffice/faturas/criar-um-layout-de-fatura.md)
* [**Criar um Esquema de faturas**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/backoffice/backoffice/faturas/criar-um-esquema-de-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/adicionar-anexos-ordens-de-trabalho-e-formularios-as-faturas.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.
