> For the complete documentation index, see [llms.txt](https://kb.logicerp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.logicerp.com/logic-erp-learning-hub-tutorials-and-best-practices/order-processing/purchase-order/po-configuration/default-lot-number.md).

# Default Lot Number

**YouTube:** [How to Set a Default Lot Number in Purchase Orders?](https://youtu.be/8pXJGqcmO-I)

## How to Set a Default Lot Number in Purchase Orders?

This tutorial explains how to define a **Default Lot Number** in Purchase Orders in Logic ERP. This feature automatically assigns a predefined Lot Number to all items during Purchase Order entry, reducing manual effort and ensuring consistency.

***

### **Objective of This Feature**

* Automatically assign a predefined Lot Number
* Reduce manual Lot Number entry
* Maintain consistency across Purchase Orders
* Improve speed and efficiency during item entry

***

### **Access to Purchase Order Configuration**

* Open the **Purchase Order Configuration Window**
* Navigate to **Other Settings**
* Locate the option labeled as:

> **“Default Lot Number”**

* Enter the required Default Lot Number

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

**Functionality**

* Whatever Lot Number is defined here:
  * Will be automatically picked in the Purchase Order for every Item
* Click **Save**

***

### **Create a New Purchase Order**

**Transaction Process**

* Create a **New Purchase Order Entry**
* Select the **Supplier**
* Proceed to the **Item Details Section**

***

#### **Verify Default Lot Number Functionality**

**Action**

* Enter an Item
* Skip the **Lot Number Field**

**System Behavior**

* The software automatically picks and transacts:
  * The predefined Default Lot Number

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

**Additional Observation**

* The same Default Lot Number is automatically applied in all item rows

***

### **Key Benefits**

* Faster Purchase Order entry
* Eliminates repetitive Lot Number typing
* Maintains consistency across transactions
* Reduces manual entry errors

***

### B**est Practice Tips**

* Use meaningful and standardized Lot Numbers
* Review Default Lot Number settings periodically
* Change the default value whenever required for new procurement cycles

***

### **Final Outcome**

* Default Lot Number is automatically assigned during Purchase Order entry
* Faster and more efficient item transaction process
* Reduced manual effort and improved consistency
* Better control over Lot Number management


---

# 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://kb.logicerp.com/logic-erp-learning-hub-tutorials-and-best-practices/order-processing/purchase-order/po-configuration/default-lot-number.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.
