> For the complete documentation index, see [llms.txt](https://docs.mastersindia.co/accounts-payable/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mastersindia.co/accounts-payable/dashboard.md).

# Dashboard

Dashboard is one of the most visually informative parts of the ARAP system. It provides a graphical representation of the statistics in various forms to the user and this visually gives a good idea to the user about their spending's and how many orders are there that are remaining, complete or cancelled.

Before proceeding, please note that Dashboard is a buyer specific feature and not available to suppliers.

The dashboard presents the stats of two modules -&#x20;

Invoice and Purchase Order.&#x20;

To switch in between these, the user just needs to click on either the Purchase order button or Invoice button on the center top of the dashboard screen as given in the snapshot below.

![](/files/KFAWYOKEP601PBRd60Yd)

This multi information module has been mainly formed with following components, please check snapshots below -

The Dashboard gives users immediate statistics of -

1. How many suppliers are connected with the buyer
2. Average expenditure of the buyer
3. How much is the total amount spent by the buyer.
4. The average invoice aging, how many invoices have been expired over time
5. Summary of all transactions in a specific period of time
6. List of top purchased products
7. Supplier with topmost volume of trade

The user can choose a particular time limit of the transaction summary they want to view which has been divided into sections like - Yesterday , Today , 7 Days , 30 Days , 3 Months , 6 Months , 12 Months or a custom period that user wants according to their choice.

Whenever any of these options is selected, the graph would adjust accordingly.


---

# 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://docs.mastersindia.co/accounts-payable/dashboard.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.
