# Reporting on VAT

## Breakdown

In the [**Admin Portal**](https://admin.gobossit.com/), navigate to **Reports** > **Breakdown**. This shows the total VAT Amounts and VAT Breakdown by rate.

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

## Tax Report

In the [**Admin Portal**](https://admin.gobossit.com/), navigate to **Reports** > **Tax report**. This shows a breakdown of **Sales and VAT Amount per VAT Rate**. Per rate, it shows:

* **Pre Discount Gross Sales** — Total sales amount before discounts are applied.
* **Discount Amount** — Value of discounts applied to sales.
* **Gross Sales** — Sales amount after discounts, before tax.
* **Tax** — Total tax amount.
* **Net Sales** — Sales amount excluding VAT.

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

## Sales Mix Summary

In the [**Admin Portal**](https://admin.gobossit.com/), navigate to **Reports** > **Sales mix summary.** This provides a breakdown of sales by **Department, Category,** and **VAT Rate.** This shows:

* **Net VAT after Discount** — Sales amount excluding VAT.
* **Gross before Discounts** — Total sales amount before discounts are applied.
* **Discounts** — Value of discounts applied to sales.
* **Gross after Discounts** — Sales amount after discounts, before tax.
* **Total VAT amount** — Total tax amount.

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


---

# 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.bossithq.com/vat/reporting-on-vat.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.
