> For the complete documentation index, see [llms.txt](https://helpcenter.etron.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.etron.info/verwaltungsoberflache/lager/kommissionsware/lieferscheine.md).

# Lieferscheine

{% hint style="success" %}
*Modul: Kommissionswarenverwaltung*
{% endhint %}

> *Lager* ➜ *Kommissionsware* ➜ *Lieferscheine*

<figure><img src="/files/8fddITJPiKi3GPaQblBu" alt=""><figcaption><p>Lager ➜ Kommissionen ➜ Lieferscheine ➜ Neu</p></figcaption></figure>

{% hint style="warning" %}
*Da die vom Lieferanten erhaltenen Produkte demselben Verkäufer gehören, müssen die Felder "Erhalten von" und "Eigentümer zuweisen" übereinstimmen!*
{% endhint %}

<figure><img src="/files/8bXHhWkALVuC3YbxfBhp" alt=""><figcaption></figcaption></figure>

* Die Auswahl der **Vorgangsart** erfolgt je nachdem, ob es sich um einen Eingang oder Ausgang handelt. Bei einem Kommissionseingang wird beispielsweise die Vorgangsart "Anlieferungen" gewählt.&#x20;
* Im Reiter **Vorgänge** wird das zu kommissionierende **Produkt** sowie der **Bedarf** (Menge) eingetragen.

{% hint style="info" %}
*Die Kommissionierung ist auschließlich für* [*Lagerprodukte*](/verwaltungsoberflache/stammdaten/produkte/produkte-produktstammblatt/allgemeine-informationen.md#lagerfaehiges-produkt) *möglich.*
{% endhint %}

Nachdem alle Felder ausgefüllt wurden, kann der Lieferschein vorerst als "To-Do" markiert werden. Dies bedeutet, dass die Ware noch nicht als eingegangen gilt. Die endgültige Bestätigung erfolgt erst, wenn die Informationen überprüft und die zu erledigenden Mengen durch Klicken auf die Schaltfläche "Validieren" bestätigt wurden.

Der erstellte Kommissionseingang / Kommissionsausgang ist nun unter [*Lager ➜ Kommissionsware ➜ Bewegungen*](/verwaltungsoberflache/lager/kommissionsware/bewegungen.md) sichtbar.

<figure><img src="/files/5f8Ws6SCvnNbHOAy6GSK" alt=""><figcaption></figcaption></figure>

Die Kommissionsbestände können unter [*Lager ➜ Kommissionsware ➜ Bestand*](/verwaltungsoberflache/lager/kommissionsware/bestand.md) eingesehen werden.

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


---

# 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://helpcenter.etron.info/verwaltungsoberflache/lager/kommissionsware/lieferscheine.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.
