# Purchase Dashboard

Purchase Dashboard presents your overall purchase data for a specific time period. Purchase Dashboard can be divided into 2 sections: Key Metrics and Purchase Data & Analysis.

### Key Metrics

The top section of the Purchase Dashboard displays 3 key metrics.

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

#### **Purchase Dashboard Header Section Fields**

<table><thead><tr><th width="149">Field</th><th>Description</th></tr></thead><tbody><tr><td>Purchases</td><td>This section displays the cost of Inventory bought in the month till the current date.</td></tr><tr><td>Bills</td><td>This metric displays the amount of money in the unpaid Bills.</td></tr><tr><td>Returns</td><td>This metric displays the amount of money corresponding to the Orders (only Inventory Items) that were returned to the Vendors in the month till the current date.</td></tr></tbody></table>

***Please Note:** You can click on each of the figures of these metrics to see a detailed breakdown.*

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

### Purchase Data & Analysis:

* **Top Items by Purchase:** This section the most purchased Items in a select time period in the form of a Pie Chart.\
  \
  You can fetch this data for a custom time period by selecting the Start Date and End Date. To do that, select the Dates and click on the Reload icon at the top-right of this section. You can also select the number of Accounts that you want to fetch the data for using the “Count” drop-down.

  <figure><img src="/files/qynb0QPW8h5s7Yfutopk" alt=""><figcaption></figcaption></figure>
* **Top Vendors by Purchase:** This section displays the Vendors with the most purchases in the form of a horizontal Bar Chart. This data is displayed for a select time period.

  <figure><img src="/files/LUXXHAEm0Z9XTnNQHHIX" alt=""><figcaption></figcaption></figure>
* **AP Aging By Vendor:** This section displays in a tabular form, the unpaid Vendor bills and Item Reciepts of the respective Vendors that are yet to be converted into Bills. \
  \
  This data is sorted according to the length of time the Item Receipts and the Bills have been outstanding. This data is segregated into 5 sections:<br>

  &#x20;

  * **Current**: The amount in the Item Receipts and the Bills that are due Today.
  * **1-30:** The amount in the Bills that are overdue for less than a month.&#x20;
  * **31-60:** The amount in the Bills that have been overdue for more than 30 days to 60 days.
  * **61-90:** The amount in the Bills that have been overdue for more than 60 days to 90 days.&#x20;
  * **90+:** The amount in the Bills that have been overdue for more than 90 days.

Additionally, this table also presents to you the Credits and Prepayments recorded for every Vendor. With that, in the “Total” column, you can see the net amount that you owe to each Vendor.

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

#### Tips and Filters:

* On the top-right corner, click on the 9-dot icon button to choose the columns to display in this report. You can save the column view by clicking on the “Save” button.

  <figure><img src="/files/nSmRUltCOKyiK4GyhgvP" alt=""><figcaption></figcaption></figure>
* At the bottom of this section, you can choose the number of rows to be displayed per page.

  <figure><img src="/files/6U98dhRE6OtagJeBYIbg" alt=""><figcaption></figcaption></figure>
* Click on any figure (except “Total”) to see a detailed breakdown.

  <figure><img src="/files/qXKf8dmNDbtw2bT1kXLd" alt=""><figcaption></figcaption></figure>
* Use the Up and Down arrows besides the Colum name to display the data in ascending or descending order.

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

### General Dashboard Tips & Tricks:

* Download the reports as an Image or Document by clicking on the three-line menu and choosing the desired format.&#x20;

  <figure><img src="/files/ohradWClHHtenCQABLed" alt=""><figcaption></figcaption></figure>
* Place the cursor on any section of the Chart to see the exact Data.

  <figure><img src="/files/TvdixEBKqCC7uBMTuaY5" alt=""><figcaption></figcaption></figure>
* Click on the “Reload” button after any change to refresh the data in the Dashboard.

  <figure><img src="/files/Sv5AK0T8XaV62TB0hpSg" 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.xorosoft.com/xoroerp-1/dashboards/purchase-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.
