> 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/fonctionnelle/gestion-commerciale/les-commandes.md).

# Les commandes

## Contexte :

Une fois le devis validé par AMB & ST, la commande pour le nouveau gérant est alors lancée auprès de MASOCIETE.

De plus, une autre nouvelle commande a été reçue pour son nouveau local. Elle comporte :

* Un canapé d’angle
* 4 Fauteuils
* Un meuble de TV mural

Cette commande sera également préparée et expédié à AMB & ST.

## Implémentation dans Simax

### Création d’une commande à partir d’un devis

Lorsque AMB & ST a validé le devi&#x73;**.** Dans la liste de devis, on clique juste sur **\[\[commande]].**

<figure><img src="/files/0bCmSSYkDze1BYDUP7KG" alt=""><figcaption></figcaption></figure>

Les lignes de devis sont reprises dans la commande et on enregistre.

![](/files/fzI15c1qm0SpeDoYs3hV)

### Création d’une commande

Pour créer une commande, il faut cliquer sur **Vente > Commande > Créer commande**.

Remplissez le client, le contact et les lignes de commandes.

![](/files/9KW5xBNjQIOxN9aCO89m)

Pour la ligne de commande, on clique sur **\[\[Créer]]** dans **\[Montant]**, puis choisir le nom de l’article et la quantité, le reste se remplira automatiquement.

![](/files/3GWScd64owJaYkjfkPRd)

Et **\[\[Enregistrer]]**.

Les 2 commandes sont visibles dans **Vente > Commande > Commandes.**

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

### Création commande succursale

[Les commandes succursales](/fonctionnelle/gestion-multi-societe/les-commandes-succursales.md)


---

# 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/fonctionnelle/gestion-commerciale/les-commandes.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.
