> For the complete documentation index, see [llms.txt](https://doc.simax.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.simax.fr/documentation-simax-anglais/functional/purchase/open-supplier-order.md).

# Open supplier order

## Context:&#x20;

As part of its office activities, MASOCIETE works with a paper supplier, PapierPro.

Each year, MASOCIETE consumes around 6,000 reams of A4 paper.

Rather than placing a new order every month, the company opts for an open annual order.

The open order:

* Start date: January 1, 2025
* End date: December 31, 2025
* Total quantity: 6,000 reams of paper
* Delivery frequency: 500 reams per month
* Delivery location: Headquarters
* Pricing conditions: Fixed unit price for the year (€2.50 per ream)
* Payment terms: 30 days end of month after each delivery

## Implementation in SIMAX&#x20;

To create the open order, go to **Purchase > Contract > supplier open orders** and **\[\[New]]**.

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

Before saving, we fill in the open supplier order line.

<figure><img src="/files/17xgAZyLYu5QWWszeP84" alt=""><figcaption></figcaption></figure>

And let's finish by clicking **\[\[Save]].**

The order appears in the List supplier open order.

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

{% hint style="info" %}
The firm quantity and the firm amount represent what has already been consumed by us, in other words, what has already been ordered through closed orders.
{% endhint %}

{% hint style="info" %}
**Process:** Open order > Creation of close orders (standard supplier orders) > Creation of other firm close orders over time until the open order is fulfilled.
{% endhint %}

{% hint style="info" %}
Closed orders are simply the supplier orders that are usually submitted.
{% endhint %}

### Example relevant to our case:

PapierPro offered us an open order for 6,000 reams of paper.

The open order was entered into Simax.

Later, we ordered 1,000 reams of paper from this supplier within the validity period of the open order.

The supplier delivered the 1,000 reams of paper to us at the price agreed in the open order.

At that point, in Simax:

The firm quantity changed to 1,000 (because we had already ordered those 1,000 reams),

Leaving 5,000 reams to be consumed in the open order.


---

# 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://doc.simax.fr/documentation-simax-anglais/functional/purchase/open-supplier-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.
