> 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/simple-purchasing-process.md).

# Simple purchasing process

## Context

As part of supply management, the company begins by creating the item entitled “Carton” and then registers the supplier CartonPACK in the system. A supplier order is then created and automatically appears in the list of unsent supplier orders.

After the information has been checked or modified, the order is registered and sent to the supplier by email. Once sent, it disappears from the list of unsent orders.

Upon receipt of the cartons, the order is retrieved, then received by selecting the receiving manager Barbier Bruno and validating it. The received items are added to the receiving slip. The order then appears in the list of Receiving Slips Awaiting Invoice, awaiting accounting processing.

## Implementation in SIMAX

### Prerequisite: creation of the item “Carton”

To create an article, go to **Files > Item > Items and click \[\[New]].**

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

### Supplier creation

To create the supplier **CartonPACK**, go to **Purchase > Supplier > Suppliers** and click on **\[\[New]].**

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

and **Save.**

### Supplier order

We go directly to the list of unsent supplier orders. We can view the order details by double-clicking on the supplier order line. If there are any changes, they must be saved.

<figure><img src="/files/4t2Ui0R0HDuoiM55rSV3" alt=""><figcaption></figcaption></figure>

Next, send the order by clicking on **\[\[Send supplier order by email]].**

When sending the order by email, it is sent directly to the email address entered in the supplier's file.

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

It will no longer be visible in the list of unsent supplier orders.

{% hint style="success" %}
You can send multiple orders by email in bulk by selecting them and then clicking **\[\[Send supplier order]].**
{% endhint %}

### Receipt of supplier order

The supplier order can be viewed in **Purchase > Orders > Supplier Orders.**

To receive the supplier order, select the relevant supplier order and click on **\[\[receive]].**

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

Let's choose who will receive the order and **\[\[ok]].**

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

And let's finish by **\[\[Confirm reception]].**

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

On the receipt form, you must fill in the “Items received” list if it is not pre-filled. You can choose how to fill it in under **Settings > Plug-ins and options**, **\[\[logistics]]**, **\[Use of barcodes]**, **\[on receipt].**

The supplier order is currently visible in **Purchase > Supplier Invoice > Delivery receipt waiting for Invoice.**

#### Product Control

#### Quality control

#### Supplier Quality Control


---

# 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/simple-purchasing-process.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.
