> For the complete documentation index, see [llms.txt](https://docs.xorosoft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xorosoft.com/xoroerp-1/admin/warehouse/wave-template/what-is-a-wave-template/how-to-set-default-wave-template-for-a-customer.md).

# How to “Set Default Wave Template” for a Customer?

There is an option to assign a **Default Wave Template** to a **Customer.** The Default Wave Template can be added from the Customer module under the **Other Info tab**.

While creating an SO, if the Customer selected has a Default Wave Template linked to it, and the particular Store is selected, the Inventory will be Allocated according to the linked Wave Template when a Wave is created.

**Please Note: This feature is enabled if the App Config setting “Wave Template Selection Type” under the Warehouse tab is set to “Default Template”.**

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

**How does it work?**

* Navigate to the Customer module/Customer Centre. *Example: Customer name: Xoro\_Test\_Org ABC.*
* Open the “Other Info” tab, there is a new dropdown added, “Default Wave Template”.

  <figure><img src="/files/xeEh36sVWbj8rhLaRftg" alt=""><figcaption></figcaption></figure>
* Choose the Wave Template to Allocate to the Customer.&#x20;
* The new feature in the Customer module allows you to **select, edit and create/add a new Wave Template.**

  <figure><img src="/files/d4KZSWSb98ByUJEltaSX" alt=""><figcaption></figcaption></figure>
* Update the Customer information.

**Please Note:  In the Wave-Template, a Location & Sequence field has been added. In this field add the Sequence of Locations from which is to be used to Allocate the Inventory.**

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

* Now, navigate to the Sales Order module and create an Order with the Customer *Xoro\_Test\_Org ABC*
* Select the Store used in the Wave Template assigned to the Customer.
* Add Item, Save and Release the Order.
* *Example; Item# Testing\@2611-Blue-L, Qty; 50.*

  <figure><img src="/files/ztMQsucsPmG0G9l8RGIk" alt=""><figcaption></figcaption></figure>
* *The Wave Template Location & Sequence:*

  <figure><img src="/files/WkkUENjDykDIYt8bCqkG" alt=""><figcaption></figcaption></figure>
* Create Wave, and check the Inventory by location module for the selected Store and Item.&#x20;
* The Allocation of the Item is according to the Pick Sequence defined in the Wave Template.

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

<br>


---

# 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://docs.xorosoft.com/xoroerp-1/admin/warehouse/wave-template/what-is-a-wave-template/how-to-set-default-wave-template-for-a-customer.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.
