> 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/serial-lot-number-report.md).

# Serial/lot number report

If you track your products by serial, or lot number (or both) you can see the report in the inventory module.

```
Inventory > serial/lot number
```

![](/files/-LLoyBpwSv8Q-8-5STdx)

Here you will see all the products that you have on hand, that you track by serial or/and lot numbers.

The displayed columns are:

* Warehouses
* Serial number
* Lot number
* SKU&#x20;
* Description
* EAN/UPC
* Quantity
* UOM (Unit of measure)
* Expiration date (of a Lot number)
* Product category
* Trademark

![](/files/-LLoyvMltR8GY2O8ny7G)

You can search your product by SKU or a Product description

![](/files/-LLozBmmdD05AKH5SZ_B)

Quantity on hand will show you all the quantities you currently have in your stock.

![](/files/-LLp1HZzN99dQM0hiw7R)

While 'show all' will show you even sold items with serial/lot numbers. This way you will easily see which serial/lot numbers you have sold.

![](/files/-LLp26cJWZpsogxH3t5X)

You can also open the report by a product from the product window.

```
Open product > reports > serial number/lot number
```

![](/files/-LLp5p6kvtaRcq5i-TcY)


---

# 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/serial-lot-number-report.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.
