> 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/untitled/untitled-1.md).

# Sales report

To view your sales report you can go to sales > sales report. This will give you the list of all the product you sold over time. You can filter this list by the date of the sales order, invoice or packing list. Since sometimes you won't invoice the sales order on the same day you create it. And even see your selling price, stock price (average purchase price) and your margin amount.

![](/files/-LJto92xDCf4XpvGBw4D)

From this list you can create custom reports by filtering any column you want or grouping the report by customer, item, SKU, document number, product category etc.

![](/files/-LJtpNihzJpktwTHUaCx)

You can also view various charts, filter the list, or print it, save it on your G-drive, add/remove columns, or export the list to xls.

![](/files/-LJtqfH0Sanz2reF3PTS)

<br>

<br>


---

# 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:

```
GET https://learn.erpag.com/project/untitled/untitled-1.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.
