> For the complete documentation index, see [llms.txt](https://masters-india-1.gitbook.io/e-invoicing-global/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://masters-india-1.gitbook.io/e-invoicing-global/features/invoice-dashboard.md).

# Invoice Dashboard

All of the invoices which are generated via the online APIs or via the offline utility will be displayed within this dashboard.

Here is an example output <br>

<figure><img src="https://lh4.googleusercontent.com/AlDA33pHLlDeTJD1t9lfcPqei0jEKPiZXS-mmFIz9dUIVAgPHfWVNIc4Hz_w0JTcKZnQdgwtQ4EQUxwiswtRnQymE7gNIqb6Vb_cHtNA1dD7ffEyaTmNvWoIfxQT_DpUGeQVpgvBvBpwWBFnHgq2fZM" alt=""><figcaption></figcaption></figure>

We have a toggle button which has 2 values: “VAT” and “Address”. This was kept to differentiate the invoices that have been generated from either the online APIs or via the utility.<br>

VAT indicates invoices generated from the online APIs

An address indicates invoices generated from the offline utility

For a given invoice we showcase the following information

* Date of Issuance
* Invoice ID
* Invoice Type (Simplified or Standard
* Invoice Code (Invoice, Credit Note, Debit Note)
* Sender VAT number
* Received Name (if no receiver name is present then NONE will be showcased)
* Invoice Amount inclusive of VAT
* Clearance/Reporting Status from ZATCA
* We also have the following actions for a given invoice
* * ![](https://lh4.googleusercontent.com/gtT9_SnVw1ZOj8EsK_NtCKa16AsU589YDOGve7JJHE3bQT7coXyQTim9jOQwPIof_rRCzZoYPgx-CNnyQc-k7euRHQ-1_CiveZGDjoVCp6jeJQrspsoBkcTl_N7PG0ZyXAku4TSGVreB68eVbr_bmww)clicking this you can view the response messages from ZATCA from which the root cause for rejection can be found

<figure><img src="https://lh3.googleusercontent.com/0V6NCBn7FSnCdJmTpk_CDiOHin5u8i_9lj3w0jKjokCgh-C1wT4LLjJ_SgJ0i7CUYJSfV60wjvplvwYo2sBjCOJ2W_seVn1YYilGfhtm9-bWTc4eaUgrHnLY4MEsE9r54vMHiPLVRKHwZFRdLh1oeTo" alt=""><figcaption></figcaption></figure>

* you can **view** the invoice details within the dashboard itself. It will show all the critical information related to the document&#x20;

<figure><img src="https://lh3.googleusercontent.com/7DH74sQrzUeClKQddzChciD7nPxRZaXcuuzqAnUPQwD6pAJmOnfbu-nM-17-ELSk7atG-JlHOi4vghpN5MgbtkafgJmnVPfTSkj5smNsf56_x0M49sT8RsQbe69WPViSBE3Sy0VlJUxmSzDjDbU6BVo" alt=""><figcaption></figcaption></figure>

* The invoice can be **downloaded** to your machine. We provided bilingual support with the invoice printed in both English and Arabic. You will be able to download the invoice in the following format (PDF, XML, ZIP which contains both). To toggle between the options by selecting over the File Type choices.

We provide the following filters on the dashboard

* A date range for the issuance of the invoice
* If you have multiple VAT numbers onboarded then via the sender vat number
* By the invoice type (simplified or standard)
* By the invoice code (invoice, credit\_note, or debit\_note)<br>

<figure><img src="https://lh3.googleusercontent.com/Qw31Zxkzx41m8QM3KUBqtMJLtUQpLsymwwYtRU--IR8hXNBiIo0tCAd-Nkxq7a2yiJVyQcYnkwC7Km6imN9BSXWnywF02uQl_8jwm5f56_NW3LH1kQ0ccJHGC0IweXcR6LYsCvXZNJo2pMopJP-c_lo" alt=""><figcaption></figcaption></figure>

<br>


---

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

```
GET https://masters-india-1.gitbook.io/e-invoicing-global/features/invoice-dashboard.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.
