> For the complete documentation index, see [llms.txt](https://docs.xorosoft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xorosoft.com/other-products/xorowms/wms-receive/receive/lpn-attributes.md).

# LPN Attributes

The LPN Attributes module allows you to enter or edit the attributes of the ILPN entered in the Scan ILPN page. LPN attributes are specific characteristics that identify and provide crucial details about an LPN. These attributes are essential for managing inventory, tracing product origin, and ensuring quality control.

### LPN Attributes Fields

In XoroWMS, you can define the following five attributes of an LPN:

* **Mfg date:** This field allows you to enter or update the manufacturing date of the LPN.
* **Batch#:** This field allows you to enter or update the production batch from which the LPN originated. This is invaluable for tracking product batches and identifying potential issues related to specific batches.
* **Lot#:** This field allows you to enter or update the lot number associated with the LPN that further specifies the individual lot within a batch, allowing for even finer-grained tracking and control.
* **Expiry Date:** This field allows you to enter or update the expiry date of the LPN.
* **Quality:** This field shows the quality assigned to the LPN, if applicable. Users can choose the quality from the dropdown menu, which lists the predefined quality options in the system. Please note that after quality is set for the LPN, it can only include items that match the specified quality.&#x20;

After making the necessary changes, click "Accept" to apply the changes and move to the next step in the receiving process.&#x20;

<div align="left"><figure><img src="/files/XCVtMlHYGZ7WvAOCS89x" alt="" width="378"><figcaption></figcaption></figure></div>

By capturing all essential LPN attributes, you can ensure that each pallet is accurately documented and tracked. This helps eliminate errors, minimize manual data entry, and improve overall efficiency.

### Suppressing the LPN Attributes Page

We understand that the LPN attributes may not be crucial for all businesses. Therefore, we offer the flexibility to **skip the LPN Attribute module** through the **"Suppress LPN Attributes Page in Receiving"** app config.

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

If this setting is enabled, the LPN attributes page will be bypassed entirely. Users will then be directed straight to the entry of the pallet, which can streamline the receiving process in scenarios where attribute tracking is not essential.


---

# 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://docs.xorosoft.com/other-products/xorowms/wms-receive/receive/lpn-attributes.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.
