> 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/warehouse/picking/pick-wave/how-to-void-a-wave-unallocate-an-order.md).

# How to Void a Wave/Unallocate an Order?

Voiding a Wave releases the allocated inventory on the sales order and makes it available to sell again. If you void a wave, the sales order will go back to being "Unallocated". If you wish process the order, you will have to create a new Wave to allocate the inventory.

*It is also important to note that the status of the Wave is ‘**Allocated**’, ‘**Picked**’, ‘**In Picking**’, or ‘**Closed**’ as you cannot void a ‘Shipped’ or ‘Partially Shipped’ Wave.*

To Void the Wave, follow the steps below:

* Navigate to the Wave Centre and open the Wave you wish to void. Use ‘Advanced Search’ if need be to search for the wave.

  <figure><img src="/files/xEFZIGjCpwu0UBqwpVUn" alt=""><figcaption></figcaption></figure>
* Alternatively, you can open the wave from the "History" tab of the corresponding Sales Order.

  <figure><img src="/files/OPnoqCGHmAv4ka3ABUVY" alt=""><figcaption></figcaption></figure>
* Double-click on the wave, and a smaller window will open.

  <figure><img src="/files/tftnjsDsLhcxVzoN1GHt" alt=""><figcaption></figcaption></figure>
* To delete, click on the delete icon on the top-right corner of this new window.

  <figure><img src="/files/oXJfxB6Pg7h4SapFxY8k" alt=""><figcaption></figcaption></figure>
* On prompt “Are you sure?”, press OK to void the wave.

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

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

### Voiding Scheduled Waves

If you have a scheduler enabled for sending waves or you send waves to your 3PL, make sure you void the Wave before your scheduler fires again and sends the waves because if it sends them and then you do the void afterward, you will have to call your 3PL and make sure that they haven’t already loaded the order and started shipping.

View the video below for a walkthrough of the above steps, also **in case you want to void a line of the Wave.**&#x20;

{% embed url="<https://youtu.be/whGDMzfyL64>" %}


---

# 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/warehouse/picking/pick-wave/how-to-void-a-wave-unallocate-an-order.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.
