> For the complete documentation index, see [llms.txt](https://learn.erpag.com/project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.erpag.com/project/reporting/stock-by-day.md).

# Chart - Stock by day

In ERPAG, you can generate different types of reports and customize them according to your workflow.

To generate a report that will reflect your daily stock, go to:

```
Inventory > Stock by day
```

![](/files/-LLdlVe-oI-vikEkE6-N)

This will open a window where you will be able to customize the report parameters and specify the type of the report you would like to generate. You can costumize:

* Type according to which the report will be generated (warehouse, product category, trademark, customer/supplier category or user) &#x20;
* Warehouse for which you would like to generate the report
* Amount, whether it would be the stock price or the quantity
* Period for which you would like to generate the report
* Dates: start and end date

In the group section, you can choose for which groups the report should be generated, between the existing product categories, trademarks, the customer/supplier categories and according to which user working within the system you would like to generate the report.

![](/files/-LLdpdbby3AfZsSmYVC6)

Once you adjust the groups and the report parameters, the system will generate a report of your stock flow accordingly.

You will be able to review the report in the form of a chart and in the for of a list as well.

![](/files/-LLdqN_NiqJtJBT31D0n)

![](/files/-LLdqQXivLKV9F4Tf6nD)

From here, you can proceed printing out the report, mailing it, downloading it etc.


---

# 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://learn.erpag.com/project/reporting/stock-by-day.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.
