> 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-version-release-notes/january-2025/inventory/enable-lot-code-prompt-in-physical-vs-actual-stock-verification.md).

# Enable LOT Code Prompt in Physical Vs Actual Stock Verification

You can enable Lot Code Prompt (Lot Selection) in Physical Vs Actual Stock Verification by checking ‘Enable Item Code (Prompt Lot) if Barcode is Lot Code’ in the configuration. When you enable this setting then Lot Selection window will open when the scanned barcode has multiple lots. Actual stock will be added to the selected lot.

Here are the steps to apply this Feature.

**STEP 1:** Let us Implement this functionality in Logic ERP

<figure><img src="https://www.logicerp.com/tutorials/wp-content/uploads/2024/12/Phy-and-act-stk-1.png" alt=""><figcaption></figcaption></figure>

**STEP 2:** Here is the option to Implement this functionality\
Open this configuration

<figure><img src="https://www.logicerp.com/tutorials/wp-content/uploads/2024/12/Phy-and-act-configuration.png" alt=""><figcaption></figcaption></figure>

**Step 3:** Scan with Item Code software will prompt LOT Code window for Stock Verification.

<figure><img src="https://www.logicerp.com/tutorials/wp-content/uploads/2024/12/Prmpt-for-lot.png" alt=""><figcaption></figcaption></figure>

**Step 4:** As here you can see Stock has been added to Actual Stock.

<figure><img src="https://www.logicerp.com/tutorials/wp-content/uploads/2024/12/Stock-add-on-with-lot.png" alt=""><figcaption></figcaption></figure>

**Step 5:** Lastly, Press **F3** to Move Net Stock to Physical Stock.

<figure><img src="https://www.logicerp.com/tutorials/wp-content/uploads/2024/12/F3-for-overright-of-phy.png" alt=""><figcaption></figcaption></figure>


---

# 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-version-release-notes/january-2025/inventory/enable-lot-code-prompt-in-physical-vs-actual-stock-verification.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.
