# How to setup invoice layout?

Invoice Layout helps you to create different invoice formats.

To add a new invoice layout:

1. Go to `Settings->Invoice Settings->Invoice Layout->Add`
2. Give a unique distinguishable Layout name
3. Add the text to be shown in the top/header of the invoice. Generally, it can be your shop name, aligned center with Heading 1 format.
4. Add other relevant details.
5. You can show/hide address fields.
6. You can mark a layout as default. The default layout is used when no layout is found for a location.
7. Click on Save.

To use an invoice layout in a location, go to `Business` `Locations -> Edit` and assign the invoice layout.

### Invoice Design:

* In the invoice layout, you will find options for invoice designs.
* Used for browser-based printing only & NOT print server-based printing.
* **Slim** design is used for thermal line printer-based printers.

### Tax Summary:

To see the tax summary in the invoice, go to add/edit invoice layout, and enter the “Tax Summary Label” option and it will show the tax summary in the invoice.

### Total in words:

To display the total in words in the invoice Enable the:

1. &#x20;Show the total in words&#x20;
2. Choose “Word Format”

### Discounted Price:

To display the discounted unit price and discount amount in the invoice, enable the following filed in the invoice layout

1. Discounted unit price label
2. Discount label

### Display unit breakdown:

To display the reduction summary of quantity from multiple units, enable the check box ‘show base unit details (If applicable)’.

### Adding sale custom fields in the invoice:

The sale custom fields can be added to the printed invoice.

* **Step 1:** To achieve it, Go to `Settings > Invoice Settings > Invoice Layout.`
* **Step 2:** Select the invoice layout in which you need the sale custom fields to be printed.
* **Step 3:** Enable the checkboxes for the sell custom fields, “sell 1”, “sell2” etc, and save it.

Now, when you use this chosen invoice layout, the custom fields you set up for sales will automatically appear on the printed invoice.

### Letterhead:

A letterhead image containing all details of your business (organization name, address, business registration & other details) can be added to invoices.

The letterhead will be displayed at the top portion of the invoices.

1. Go to `Settings > Invoice Settings > Invoice Layout.`
2. Enable the “**show letterhead**” checkbox.
3. Upload the letterhead file (Max 1 MB)


---

# 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.kbgfuzion.com/erp/knowledge-base/get-started/how-to-setup-invoice-layout.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.
