> For the complete documentation index, see [llms.txt](https://bundus.gitbook.io/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bundus.gitbook.io/help/invoices/create-a-full-invoice.md).

# Create an invoice for the full booking balance

Use this option when you want to invoice the client for the booking's entire remaining balance.

> **Before you start:** Check the client, booking items, prices, discount, and tax. Bundus issues the invoice immediately when you create it.

### Create the invoice

1. Open **Bookings**, then open the booking.
2. Select **Create invoice**.
3. Choose when payment is due: **Default (30 days)**, **7 days**, **14 days**, or **Custom due date**.
4. Under **Billing Mode**, select **Invoice Total Balance**.
5. Add an optional **Customer-facing invoice note**. The client can see this note.
6. Add an optional **Internal note** for your team. The client cannot see it.
7. Check the **Draft Summary**. The draft total should equal the booking's remaining uninvoiced balance.

![The invoice form set to Invoice Total Balance, with the due date, notes, and draft summary visible](https://1239150628-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0xEFjtRHcsV7HPwU6C74%2Fuploads%2Fgit-blob-da1a66181ecc964060372a839ff24b26d90e1432%2F01-full-invoice-setup.jpg?alt=media)

8. Select **Create invoice**.

### Check the result

Bundus opens the new invoice. Check the invoice number, **Issued** status, due date, client, line items, and total due.

![The issued invoice showing its invoice number, line items, and total due](https://1239150628-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0xEFjtRHcsV7HPwU6C74%2Fuploads%2Fgit-blob-ffa4edc1392c365d07317f0b5786bf70e1d5d184%2F02-issued-invoice.jpg?alt=media)

The booking's invoiced amount also updates. Do not create another full-balance invoice unless the booking still has an uninvoiced amount.

### Related guides

* [Create a partial invoice](/help/invoices/create-a-partial-invoice.md)
* [Record a payment on an invoice](/help/invoices/record-an-invoice-payment.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://bundus.gitbook.io/help/invoices/create-a-full-invoice.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.
