# Draft Invoices

Draft Invoices allow you to **create and manage invoices over time before issuing them to the customer**.\
They’re especially useful for adding ad-hoc or post-booking charges like tolls, fines, or repairs — giving you flexibility to accumulate costs as they arise and only issue the invoice when you’re ready.

{% embed url="<https://www.loom.com/share/9bb2e1777eb7407a8a841f6243c0e04c>" %}

***

### When to Use Draft Invoices

Draft invoices are ideal when you want to:

* Add and edit charges progressively rather than issuing an invoice straight away
* Consolidate additional costs after a booking has ended (e.g. tolls, fines, damage)
* Review proposed charges internally or share a PDF with a customer before issuing
* Avoid impacting reports or balances until the invoice is final

You can have **multiple draft invoices per booking**, and each remains fully editable until issued.

***

### Creating a Draft Invoice

You can create a draft invoice from either the **People** or **Booking** view:

1. Go to **Billing > New Invoice**
2. Add the relevant line items and charges
3. Select **Save as Draft**

A draft invoice will then appear under the **Invoices** tab for that booking, clearly marked as **Draft**.

***

### Managing Draft Invoices

Draft invoices remain fully editable and can be opened at any time to:

* Add or remove line items
* Update quantities or rates
* Save changes without issuing

This is particularly useful for accumulating **post-booking charges** such as:

* Toll fees
* Traffic fines
* Reconditioning costs

You can maintain **multiple draft invoices** against a single booking, allowing flexibility in how you group and manage charges.

***

### Editing and Actions

Each draft invoice includes a contextual menu (**⋯**) where you can:

* **Edit Draft** – Open and modify line items, descriptions, or totals
* **Delete** – Permanently remove the draft invoice
* **Download PDF** – Generate a downloadable copy for review or internal use

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

***

### Issuing a Draft Invoice

Draft invoices are **not yet issued**, which means:

* They **do not** appear in invoice reports
* They **do not** contribute to overdue balances
* Payments **cannot** be processed against them
* Credit notes and adjustments **cannot** be applied

When you’re ready to issue an invoice:

1. Open the draft invoice
2. Select **Save & Charge Now**

This will issue the invoice and process it according to the billing settings of the associated customer or booking.

***

### Adding to Recurring Invoices

For **active recurring bookings**, you can also choose to include additional charges in the **next recurring invoice** instead of issuing a separate one. This provides a streamlined way to consolidate extra fees with regular billing cycles.


---

# Agent Instructions: 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:

```
GET https://docs.loopit.co/billing/invoices/ad-hoc-billing-and-invoices/draft-invoices.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
