# Manufacturing Dashboard

The Manufacturing Dashboard presents the overall data related to the Manufacturing Orders. It shows you the status of the manufacturing orders and helps to track and manage the production process.

Nestled at the top-right corner of the dashboard is the option to select the store for which you want to access the data, offering a personalized and efficient user experience. You can select one or multiple stores as needed and the dashboard view will be customized accordingly.

<figure><img src="/files/9Gu9KusRLAlu9jktJ6Dm" alt=""><figcaption></figcaption></figure>

Manufacturing dashboard can be divided into 2 sections: Key Metrics and Manufacturing Data & Analysis.

### Key Metrics

The top section of the manufacturing dashboard displays three key metrics. The&#x20;

<table><thead><tr><th width="190">Field</th><th>Description</th></tr></thead><tbody><tr><td>Released</td><td>This metric displays the number of Manufacturing Orders that are currently in “Released” status.</td></tr><tr><td>In Process</td><td>This metric displays the number of Manufacturing Orders that are currently in “In Picking” or “Work In Progress” state.</td></tr><tr><td>Produced</td><td>This metric displays the number of Manufacturing Orders “Produced” on the current date.</td></tr></tbody></table>

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

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

### Manufacturing Data & Analysis

The bottom section of the manufacturing dashboard offers a visual depiction of data and insights related to the manufacturing orders, segmented into four distinct sections.

* **Quantity Produced:** This section displays the number of items produced through a stacked bar chart. To retrieve data for a specific time frame, choose the Start Date and End Date. Execute this by selecting the dates and clicking on the Reload icon situated at the top-right corner of this section.

  <figure><img src="/files/QSSZ3CaimpZbckE0xJki" alt=""><figcaption></figcaption></figure>
* **Top Items by Qty Produced:** This section displays the most manufactured items in the form of a bar chart. Use the "Count" drop-down menu to choose the specific number of items for which you intend to retrieve data.

  <figure><img src="/files/a6FoaM9ZqfgjWwfK5508" alt=""><figcaption></figcaption></figure>
* **Manufacturing Orders (By Schedule Date):** This section displays the number of Manufacturing Orders that are currently in process. This data is segregated as per each Store according to the Status of the Order and the Date on which the Items are scheduled to be produced. For instance, it shows the number of Manufacturing Orders that are scheduled to be produced Upto Yesterday and Yesterday. Additionally, it also shows the Total number of Manufacturing Orders that are in Process for the Store.<br>

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

  You can click on any of these figures (except “Total”) to see a detailed breakdown.<br>

  <figure><img src="/files/ZcltwqdrEIoCpvVtjDJv" 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;

  <div align="left"><figure><img src="/files/cIULW2LeEfLmRXS8a8a7" 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/ZvfLkDV4abULvUz8KGat" 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/manufacturing-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.
