> 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/default-godowns.md).

# Default Godowns

**YouTube:** [How to Configure Default Godown Filters in Packing Slip Entry?](https://youtu.be/iptSgvKgi6M)

## How to Configure Default Godown Filters in Packing Slip Entry?

In this tutorial, we will learn how to configure **Default Godowns** in Logic ERP so that only the selected godowns are available for selection during Packing Slip entry.

***

### Observe the Default Behavior

* Initiate a new **Packing Slip** entry.
* Open the **Godown** dropdown list.

**Result:** By default, the dropdown displays **all available godowns**.

***

### Configure Default Godowns

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

> **"Default Godowns"**

* A list of available godowns will appear.
* Select the godowns you want to make available during Packing Slip entry.

<figure><img src="https://4031188996-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXMVkjt8zqHBQX1c9QvFS%2Fuploads%2FZPN3WOaTeuh9uW8Sk4I3%2FCNF.png?alt=media&amp;token=60ea9f8d-b360-4552-8817-bacde12269e3" alt=""><figcaption></figcaption></figure>

* Save the configuration changes.

***

### Verify the Configuration

* Initiate a new **Packing Slip** entry.
* Open the **Godown** dropdown list.

<figure><img src="https://4031188996-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXMVkjt8zqHBQX1c9QvFS%2Fuploads%2F3wf6TU5iUQ89WE5qO8VB%2FDefault%20Godwon.png?alt=media&amp;token=b8355aa7-4feb-48e8-b340-62f11b82c498" alt=""><figcaption></figcaption></figure>

**Result**

The dropdown now displays **only the godowns selected in the configuration**, making godown selection more focused and efficient.

***

### Key Benefits

* **Focused Selection:** Displays only the required godowns.
* **Faster Entry:** Makes godown selection quicker.
* **Reduced Errors:** Prevents selection of unintended godowns.
* **Better Control:** Allows administrators to define available godowns for Packing Slip entries.

#### Final Outcome

After configuring **Default Godowns**, Logic ERP restricts the Godown dropdown to the **selected godowns**, simplifying and streamlining the Packing Slip entry process.


---

# 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/default-godowns.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.
