# Production management: manufacturing order, manufacturing operation, manufacturing declaration

Once preparation is complete, the company launches production by issuing a manufacturing order. This order specifies the operations to be performed on the item in question. At each stage, operators or machines can issue a manufacturing declaration, allowing progress to be tracked and process compliance to be verified.

## Manufacturing order:&#x20;

A production order is an order authorizing a manufacturing workshop to produce parts.

The entire production team then receives a manufacturing order for the 50 tote bags that the manager has created, along with all the steps that need to be followed.

The manufacturing workshop has noticed a critical drop in the stock of fabrics needed to make tote bags. The production manager has therefore requested a replenishment by launching a replenishment calculation.

A replenishment line is displayed for the missing fabric. He selects it, then confirms this replenishment. The system automatically generates a supplier order, which it saves for the usual supplier of COTONOUX fabric.

Once the delivery has been received, he proceeds to accept the order associated with the supplier order.

The agent responsible for the workshop therefore confirms that all components are present.

**Implementation:**&#x20;

To create a manufacturing order, go to **Production > Manufacturing Orders**, then click **\[\[New]]**.

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

If you ever find yourself short of any of your raw materials, you can calculate your replenishment requirements directly via **Purchase > Replenishment > Replenishment calculation.**

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

Click on **\[\[Launch the Calculation]]** and the list of replenishment to process will be displayed automatically.

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

SIMAX will automatically open a supplier order for the missing item, immediately specifying the usual supplier.

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

To receive this order, first save it, then select it and click on **\[\[Receive]]**.

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

Select who will receive the order, and click **\[\[OK]]**.

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

A receipt form then opens automatically, indicating that the component has been successfully supplied.

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

### Manufacturing operation

A manufacturing operation is linked to a manufacturing order (MO).

Following the manufacturing order to produce 50 tote bags, the textile operator receives the manufacturing sheet detailing the operations to be performed. He then decides to create the manufacturing operations related to this manufacturing order. He starts by cutting the fabric, then moves on to preparing the handles, then assembling the body of the bag, attaching the handles, and finally finishing touches.

At 8:00 a.m., Deluxe operator Marc begins the fabric cutting operation specified in the manufacture order. He logs into the production management system and records the start of the operation, specifying the date and time, his name, the relevant production order, the “fabric cutting” operation, the workstation (Cutting), and the automatic cutting machine used.

When the operation is complete, Deluxe Marc operator creates a time entry to mark the end of the operation.

**Implementation:**&#x20;

To create the manufacturing operation, go to **Production > Manufacturing Operations.**

<figure><img src="/files/1lRCcVA9PYxirNxF53nm" alt=""><figcaption></figcaption></figure>

To begin an operation, the operator must complete the operation sheet.

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

Now, the operator can click on **\[\[Start]]** and fill in the other information after.

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

Here, the person performing the operation will click on **Save**.

Once this operation is complete, the operator will simply need to enter the current operation and record the time by clicking on **\[\[End]]**.

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

All they have to do is indicate the quantity produced and check **|Completed|**. Of course, they must Save, and once each operation is complete, it will no longer appear in its respective list.

### Production declaration

Once production is complete, a production declaration can be registered.

During the production of tote bags, each operator validates their work at each stage. After completing the preparation of the handles, operator Pataski Elsa selects manufacturing order OF-2025-042 and indicates that the operation is complete.

This production declaration is saved in the system, automatically updating the progress and quantities produced. Through this real-time tracking, the production manager can check progress and anticipate any potential delays.

**Implementation:**

To save the production declaration in SIMAX, follow **Production > Production Declaration.**

<figure><img src="/files/8KMPyQAl4fzzgmj96f7H" alt=""><figcaption></figcaption></figure>

Then, select the manufacturing operation related to the manufacturing order, and double-click on each one to view the details.

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

Enter the **time (h)** and the quantity produced. When the quantity produced equals the quantity remaining to be produced, the total produced will automatically increase, and the **|Completed|** box will automatically be checked.

And do the same with the rest of the operations. Of course, you have to click **\[\[OK]]**.


---

# 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://doc.simax.fr/documentation-simax-anglais/production/production-management-manufacturing-order-manufacturing-operation-manufacturing-declaration.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.
