> 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/billing/packing-slip/packing-slip-configuration/pick-stock-from-bin.md).

# Pick Stock from Bin

**YouTube:** [How to Configure Stock Picking from Bins in Packing Slips?](https://youtu.be/e0Bdc61Nf4Y)

## How to Configure Stock Picking from Bins in Packing Slips?

In this tutorial, we will learn how to enable **stock picking from bins** during Packing Slip entry in Logic ERP. Once enabled, the system will pick stock from the respective bins and display the corresponding bin-wise stock availability.

***

### Access to the Configuration

* Open the **Packing Slip Configuration** window.
* Navigate to the **Other Options 2** section.
* Locate and enable the option labeled as:

> **"Pick Stock from Bin"**&#x20;

<figure><img src="https://4031188996-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXMVkjt8zqHBQX1c9QvFS%2Fuploads%2FtDAUVsFd4KCsmxHi2Q7p%2FCNF.png?alt=media&amp;token=a5fcba13-4311-4b00-b60d-2554807cf717" alt=""><figcaption></figcaption></figure>

* Save the configuration changes.

***

### Transfer Stock to Bins

* Go to **Inventory Module → Physical Stock Verification and Bin Transfer of Purchase Voucher**.
* Select the required **Purchase Voucher**.

<figure><img src="https://4031188996-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXMVkjt8zqHBQX1c9QvFS%2Fuploads%2Fu5y52zeCHGIUZnPF54uV%2FSelect%20PV.png?alt=media&amp;token=eed0c47f-b965-4eed-a13c-64b55c0d39cf" alt=""><figcaption></figcaption></figure>

* Navigate to the **Item Details** section.
* Select the required **Bin** from the dropdown list.

<figure><img src="https://4031188996-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXMVkjt8zqHBQX1c9QvFS%2Fuploads%2FHRJA2sD4XkOyZcwFytoO%2FBIN%20Selection.png?alt=media&amp;token=d46f8fee-9ffc-4e05-9a34-b334763e5430" alt=""><figcaption></figcaption></figure>

* Scan the item barcodes to transfer the stock.

<figure><img src="https://4031188996-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXMVkjt8zqHBQX1c9QvFS%2Fuploads%2F2YaOxMT7gj47UyEoH2Yx%2FQty%20Allocation.png?alt=media&amp;token=aff6bf7d-2cc7-4230-b9bb-63e4c10d632d" alt=""><figcaption></figcaption></figure>

* Save the voucher.

***

### Verify Bin-Wise Stock Picking

* Open the **Packing Slip Entry** window.
* Initiate a new **Packing Slip** entry.
* Select the required **Customer**.
* Navigate to the **Item Details** section.
* Scan the required **Item Code**.

**Result**

The system automatically picks the available stock from the respective bin, and the **Bin Name** is displayed.

* Similarly, scan other item codes.
* The **Current Stock** column displays only the stock available in the respective bin.

***

### Key Benefits

* **Accurate Stock Picking:** Picks stock directly from the respective bins.
* **Bin-Wise Visibility:** Displays the corresponding bin name and available quantity.
* **Faster Entry:** Simplifies the stock-picking process during Packing Slip entry.
* **Better Inventory Control:** Ensures accurate bin-wise stock allocation.

#### Final Outcome

After enabling **"Pick Stock from Bin"**, Logic ERP automatically picks stock from the relevant bins during Packing Slip entry and displays the **bin name and available bin-wise quantity**, making the process more accurate and efficient.


---

# 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/billing/packing-slip/packing-slip-configuration/pick-stock-from-bin.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.
