> For the complete documentation index, see [llms.txt](https://docs.dailybiz.com/index/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dailybiz.com/index/gestion-commerciale-bis/ventes/devis/creer-un-devis/affichage-de-letat-du-stock-des-articles.md).

# affichage-de-letat-du-stock-des-articles

Vous pouvez visualiser l'état d'un article dans les lignes d'article de la pièce selon la quantité de la ligne et la quantité en stock, vous permettant ainsi de prendre des décisions par rapport à la gestion en stock des articles.

Pour visualiser l'état de l'article, vous devez passer par la fonction de [personnalisation des lignes d'article](https://docs.dailybiz.com/gestion-commerciale/ventes/devis/personnalisation-de-laffichage-des-listes/personnalisation-de-laffichage-des-lignes-darticle) et rajouter la donnée "**Etat**". Vous pouvez aussi rajouter en même temps la donnée "**Reliquat**" vous permettant ainsi de gérer en temps réel la suite du traitement de votre pièce, comme par exemple, passer par la [gestion en contremarque](https://docs.dailybiz.com/gestion-commerciale/ventes/devis/contremarque-introduction).

## Etats lignes d'article

#### Etat rouge : ![](/files/42HIMrZozpOjlB7aK6Q2)

Indique que la quantité saisie dans la ligne article est supérieure à celle en stock.

#### Etat vert : ![](/files/URkVZW3y8u3qzT0wwZyj)

Indique que la quantité saisie dans la ligne article est bien égale ou supérieure à celle en stock.


---

# 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://docs.dailybiz.com/index/gestion-commerciale-bis/ventes/devis/creer-un-devis/affichage-de-letat-du-stock-des-articles.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.
