> 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/show-sale-order-for-transfer-to-branch-as-current-branch.md).

# Show Sale Order for Transfer To Branch As Current Branch

**YouTube:** [How to Filter Sales Orders by “Transfer to Branch” for the Logged-In Branch in Packing Slips?](https://youtu.be/sjg8mfDAjPw)

## How to Filter Sales Orders by “Transfer to Branch” for the Logged In Branch in Packing Slips ?

In this tutorial, we will learn how to configure Logic ERP to display only those **Sales Orders transferred to the currently logged-in branch** while creating a Packing Slip. This helps users quickly identify and retrieve the relevant Sales Orders for their branch.

***

### Objective of This Feature

* Display only relevant transferred Sales Orders
* Filter Sales Orders based on the current branch
* Simplify Sales Order selection
* Reduce unnecessary entries in the search list
* Improve Packing Slip entry efficiency

***

### Observe the Default Behavior

* Initiate a new **Packing Slip** entry.
* Select the required **Customer**.
* Open the **Sales Order Selection** window.

<figure><img src="https://4031188996-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXMVkjt8zqHBQX1c9QvFS%2Fuploads%2F4dx1CEUXJsDknULjOOCL%2FCNF.png?alt=media&amp;token=ac2cadba-6faf-4c3a-bb7a-1de379c0d4a4" alt=""><figcaption></figcaption></figure>

#### Result

The search list displays **all available Sales Orders**, including:

* Sales Orders created in the current branch
* Sales Orders transferred to other branches
* Sales Orders transferred to the current branch

***

### Enable Branch-Wise Sales Order Filtering

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

> **"Show Sale Order for Transfer To Branch As Current Branch"**

<figure><img src="https://4031188996-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXMVkjt8zqHBQX1c9QvFS%2Fuploads%2FkRru2WVkeqXdFLJQvdaT%2FDefault.png?alt=media&amp;token=1ff23ee4-e8dd-45fc-98a0-6314d2b4f7f2" alt=""><figcaption></figcaption></figure>

* Save the configuration changes.

***

### Verify the Configuration

* Initiate a new **Packing Slip** entry.
* Select the required **Customer**.
* Open the **Sales Order Selection** window.

<figure><img src="https://4031188996-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXMVkjt8zqHBQX1c9QvFS%2Fuploads%2FZW98nAIJKhuuNyqXGrgM%2FFiltered.png?alt=media&amp;token=02a20985-1911-4d8c-90d4-455d0daa44c0" alt=""><figcaption></figcaption></figure>

**Result:**&#x20;

* The search list now displays **only those Sales Orders that have been transferred to the currently logged-in branch**.

**Example**

* If the currently logged-in branch is **HO**, only Sales Orders transferred to **HO** will be displayed in the selection window.

***

### Key Benefits

* **Branch-Specific Filtering:** Displays only relevant transferred Sales Orders.
* **Faster Selection:** Makes Sales Order retrieval quicker.
* **Reduced Clutter:** Removes irrelevant Sales Orders from the search list.
* **Improved Accuracy:** Helps users select the correct Sales Order for their branch.
* **Efficient Packing Slip Entry:** Streamlines the Sales Order retrieval process.

***

### Final Outcome

After enabling **"Show Sale Order for Transfer To Branch As Current Branch"**, Logic ERP filters the Sales Order selection list and displays only the Sales Orders **transferred to the currently logged-in branch**, making Packing Slip entry more focused 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/show-sale-order-for-transfer-to-branch-as-current-branch.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.
