> For the complete documentation index, see [llms.txt](https://kb.bevica.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.bevica.com/bevica-select/faqs/handle-vat-differences-on-purchase-invoices.md).

# Handle VAT differences on purchase invoices

Adjust small VAT rounding differences so the posted invoice matches the supplier’s VAT exactly.

Small VAT rounding differences are common. They usually come from different rounding rules.

### Before you start

This feature requires setup in Business Central.

1. Search for **General Ledger Setup**.
2. Check these fields:
   * `Allow VAT Difference`
   * `Max. VAT Difference Allowed`

If these fields aren’t enabled, you won’t be able to post VAT differences.

### Adjust the VAT on a purchase invoice

1. Open the **Purchase Invoice**.
2. Confirm the lines and VAT setup are correct.
3. Open **Statistics**.
4. Open the **VAT** details (this may be shown as **VAT Amount Lines**).
5. Enter the small adjustment in `VAT Difference` (or the editable VAT amount field).
6. Close the VAT details.
7. Post the invoice.

{% hint style="info" %}
Keep VAT differences small.

If you frequently see larger differences, review VAT posting setup.
{% endhint %}


---

# 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://kb.bevica.com/bevica-select/faqs/handle-vat-differences-on-purchase-invoices.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.
