> 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/production/preparation-de-la-production/nomenclature-eclatee.md).

# Nomenclature éclatée

La nomenclature éclatée permet d'afficher la composition détaillée d'un article fabriqué ainsi que les différentes étapes de sa fabrication.

***Voici le cas d’une entreprise fabriquant des canapés sur mesure:***

L’entreprise ***BoisDesign*** fabrique des canapés sur mesure. Un nouveau collaborateur doit comprendre comment est fabriquée la référence **PF27 Canapé.**

Pour cela, il consulte la **nomenclature éclatée** de l’article.

L’affichage arborescent lui permet de visualiser tous les composants nécessaires :

{% columns %}
{% column valign="middle" %}

* [x] **Bois**
  {% endcolumn %}

{% column %}

* [x] **Coussin**
  {% endcolumn %}

{% column %}

* [x] **Tissus**
  {% endcolumn %}
  {% endcolumns %}

En consultant également la **gamme opératoire**, il peut voir les différentes étapes de fabrication :

{% stepper %}
{% step %}

* **Découpe**
  {% endstep %}

{% step %}

* **Assemblage**
  {% endstep %}

{% step %}

* **Couture**
  {% endstep %}
  {% endstepper %}

Grâce à la nomenclature éclatée, le collaborateur comprend rapidement la composition du canapé ainsi que les opérations nécessaires à sa fabrication.

### &#x20;Implémentation :

Pour accéder à la nomenclature éclatée des articles fabriqués, deux options s'offrent à vous :

***Option 1*** : via le menu **Fichiers > Articles > Articles**. Vous pouvez ensuite filtrer la liste en sélectionnant le type d'article « **Produit fabriqué** ».

<figure><img src="/files/6CVSdydPfxm9MP4cEPN8" alt=""><figcaption></figcaption></figure>

Ensuite, cliquez sur **\[\[Nomenclature éclatée]].**

Et vous aurez la liste de la **\[Nomenclature]** de l’article :

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

Ainsi que la **\[Gamme opératoire]** :

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

***Option 2*** : via le même menu, ouvrez la fiche d'un article fabriqué, puis dans **\[Production]**. Cliquez ensuite sur **\[\[Nomenclature éclatée]]** situé dans la partie Main-d'œuvre.

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

{% hint style="success" %}
Cette option affiche le même résultat que l'option précédente.
{% endhint %}


---

# 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/production/preparation-de-la-production/nomenclature-eclatee.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.
