# Stock Transfer - Lot Wise

YouTube: [How to Transfer Stock from One Lot or Batch to Another?](https://youtu.be/59Sp8P7iqbA)

## How to Transfer Stock from One Lot or Batch to Another?

In this tutorial, we will learn how to **transfer item stock from one lot or batch to another in Logic ERP** and verify the updated stock position after the transfer.

***

### Checking Current Stock Position

Before initiating the stock transfer, it is recommended to review the existing stock details.

* Navigate to the **Inventory Module** from the main menu
* Open the **Stock Query Report**
* Search and select the required **Item**
* Click **Create** to generate the report

***Observation:***

The report displays the available stock for the selected item across different **lots or batches**.

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

***

### Opening Lot-Wise Stock Transfer Window

After verifying the stock position:

* Go back to the **Inventory Module**
* Open **Stock Transfer – Lot Wise**

***

### Transferring Stock Between Lots

* Click on **Item Details**
* Select the required **Item**
* Choose the **Source Lot** from which stock will be transferred

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

* Define the **Destination Lot** to which the stock will be moved
* Enter the **Transfer Quantity**

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

* Click **Save** to complete the transaction

The stock is successfully transferred from the selected source lot to the destination lot.

***

### Verifying Updated Stock Position

To confirm the stock transfer:

* Open the **Stock Query Report**
* Press **F2** to refresh the report

***Result:***

The updated stock quantities are now correctly reflected in both the **source** and **destination** lots.

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

***

### Conclusion

This completes the **Lot / Batch-Wise Stock Transfer process in Logic ERP**, enabling accurate stock reallocation and proper batch-level inventory control.


---

# Agent Instructions: 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://kb.logicerp.com/logic-erp-learning-hub-tutorials-and-best-practices/inventory/stock-transfer-lot-wise.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.
