# Sales Dashboard

The Sales Dashboard presents your overall sales data for a specific time period. This allows you to effectively assess the sales performance of the business and devise future sales strategies to enhance sales.&#x20;

The Sales Dashboard can be divided into 2 sections: Key Metrics and Sales Data and Analysis.

### Key Metrics

The top section of the Sales Dashboard displays 3 key metrics that give you an overview of your sales.

<figure><img src="/files/35e6tSBdMFWgj7wut6nf" alt=""><figcaption></figcaption></figure>

#### **Sales Dashboard Key Metrics**

<table><thead><tr><th width="125">Metric</th><th>Description</th></tr></thead><tbody><tr><td>Sales</td><td>This metric displays your sales revenue from the beginning of the month up to the current date. At the bottom-right corner of this section, you'll also find the total amount in Released Orders.</td></tr><tr><td>Invoices</td><td>This metric showcases the sum of funds in outstanding invoices.</td></tr><tr><td>Returns</td><td>This metric exhibits the monetary value associated with orders (limited to inventory items) that have been returned from the beginning of the month until the current date. These returns are recorded through Credit Memos, Invoice Credit Memos, and Refund Receipts.</td></tr></tbody></table>

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

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

### Sales Data and Analysis <a href="#sales-data-and-analysis" id="sales-data-and-analysis"></a>

The bottom section of the sales dashboard gives a visual representation of the sales analytics of the business. It is divided into 4 sections:

1. **Top Customers by Revenue:** This section displays the top customer based on revenue, presented through a horizontal bar chart. To view data for a specific time frame, choose the Start Date and End Date. Click the Reload icon at the top-right of this section to update the data. You can also adjust the number of accounts displayed using the "Count" drop-down menu.

   <figure><img src="/files/ZIIRCEV2YQDV69U1H6TY" alt=""><figcaption></figcaption></figure>
2. **Top Items by Revenue:** This section displays the top-selling items on the basis of Revenue in the form of a Pie Chart.

   <figure><img src="/files/2iPU12JgQYuwoYO4xRmy" alt=""><figcaption></figcaption></figure>
3. **AR Aging By Customer:** This section presents a tabular format detailing the amount in unpaid invoices categorized by the customer and the duration they have been outstanding.

   This data is segregated into 5 sections:

   * Current: The amount in unpaid Invoices that are due Today.&#x20;
   * 1-30: The amount in unpaid Invoices that are overdue for less than a month.
   * 31-60: The amount in unpaid Invoices that have been overdue for more than 30 days to 60 days.
   * 61-90: The amount in unpaid Invoices that have been overdue for more than 60 days to 90 days.
   * 90+:  The amount in unpaid Invoices that have been overdue for more than 90 days.<br>

   Additionally, this table also presents to you the Deposits and Credits recorded for each customer. With that, in the “Total” column, you can see the net amount that each Customer owes you.

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

#### Tips & Filters

* You can fetch the data in this report based on customer currency using the “Currency” drop-down in the top-left corner of the section.

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

  <figure><img src="/files/twZSGzgu00GF8Swcpb4S" alt=""><figcaption></figcaption></figure>
* To customize the columns shown in this report, click the 9-dot icon button positioned at the top-right corner. You can save this column view by clicking the “Save” button.

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

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

  <figure><img src="/files/0AjDav9bRaEm3hRffKkd" alt=""><figcaption></figcaption></figure>

4. **Year over Year Sales**: The last section gives you an overview of your sales performance, presenting a comparison between this year and last year through a bar chart. \
   \
   Within this section, it illustrates the monthly revenue for both the current and previous years, along with the average revenue for each month.

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

**Tips and Filters:**

* The keys given at the bottom of this section are clickable. Hide/show the data from the Chart by clicking on the respective Key. For example, if you do not want to see the Average data, click on the ‘Average’ key to hide it.&#x20;

  <figure><img src="/files/LoBkBUWlsLOnjLbHiJZN" 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.

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

  <div align="left"><figure><img src="/files/IDkVKI0iX0yBTDcZFV3O" alt=""><figcaption></figcaption></figure></div>


---

# 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/sales-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.
