# November 2023 Release

### 1. Manufacturing Order: Added the ability to **align Finished Goods Location with Raw Materials**

We have added the capability to use the same Lot and Batch number for the finished goods as theraw materials. A new app config, "**Use raw materials lot and batch number for finished good item"** has been introduced to facilitate this feature.

<figure><img src="/files/33JWnBXiVblzfGRFRRqs" alt=""><figcaption></figcaption></figure>

***\*\*Please note that this feature is specifically designed for scenarios where there is only one raw material in the production process.***

This enhancement allows you to align your finished goods with their raw material location, optimizing your inventory management, and providing greater flexibility in production. For instance, when manufacturing 20 units of a finished good with 10 units of raw material available at locations A and B respectively, you can now conveniently store 10 units of the finished good at location A and the remaining 10 units at location B.

#### How does it work?

* Enable the above-mentioned app config.
* Create a manufacturing order, proceed with releasing the order, complete the picking process, and transition to the "Work In Progress" stage.
* Click on the newly introduced "Edit LPN" button. It's important to note that this button will only be available if the raw material is in multiple locations.

  <figure><img src="/files/yUmksbzI7dGQcX5gZoUA" alt=""><figcaption></figcaption></figure>
* This will redirect you to the Edit LPN screen, where the LPN and Batch numbers for the raw material, along with their respective quantities, will be pre-populated.

  <figure><img src="/files/f3fsHU5yEomtOmErky4d" alt=""><figcaption></figcaption></figure>
* To store the finished goods at the same location, simply click "Save" without altering any information. If you intend to place the finished goods in a different location, adjust the LPN and Batch number details before clicking "Save".

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

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

### 2. Restriction on voiding MO waves

We have added a restriction on voiding the manufacturing order waves, even when the order is in picking status. If you attempt to void the MO wave, the system will throw an error.

<div align="left"><figure><img src="/files/S3iS0ihUjETDN4XARN8F" alt=""><figcaption></figcaption></figure></div>

To void the MO wave, you will have to void the manufacturing order directly.


---

# Agent Instructions: 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:

```
GET https://docs.xorosoft.com/whats-new/release-notes/previous-releases/2023/november-2023-release.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
