> 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/facturation/facturation-standard/factures-sur-commande/facturer-une-commande.md).

# Facturer une commande

**MASOCIETE** est un acteur majeur dans la fourniture de **mobilier professionnel**. Plusieurs **clients** passent régulièrement des **commandes** pour différents types de meubles au cours d’un même mois.

La société **EK France** a ainsi effectué une **commande** pour l’équipement de son **nouvel employé**, comprenant :

* un **bureau d’angle** ;
* un **repose-pied**.

Le client souhaite recevoir une **facture** correspondante à cette commande.

Avant d’établir la facture de EK France, il faut commencer par créer la commande y rattachée.

De ce fait, il faut aller dans **Vente > Commande > Créer commande.**

![](/files/8uycLk5SqHXyNjH7TXAA)

Après l’enregistrement de la commande, vous allez voir la commande dans **Vente > Commande > Commandes.**

Pour créer la facture, il suffit de sélectionner la commande concernée et cliquez sur **\[\[Facturer]]** en bas de la liste des commandes.

![](/files/6VGbTnIJeZFNmh3ylBDW)

![](/files/x2bjwk7yCoXDwP8cJFg7)

Les commandes ont été reportées dans les lignes de factures, il ne reste plus qu’à cliquer sur **\[\[Enregistrer]]** et d’envoyer la facture à EK FRANCE.


---

# 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/facturation/facturation-standard/factures-sur-commande/facturer-une-commande.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.
