> 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/vorgange/stapeltransfers.md).

# Stapeltransfers

> *Lager* ➜ *Vorgänge* ➜ *Stapeltransfers*

{% embed url="<https://vimeo.com/1048823391?fe=sh&fl=pl#t=1m14s&end=4m57s>" %}
Video: "Stapeltransfer" ab 06:48
{% endembed %}

Ein Stapeltransfer ist eine Gruppierung von Einzeltransfers, die zusammen als eine Einheit bearbeitet werden können. Beispiel: wenn viele Produkte von einem Lagerstandort zu einem anderen verschoben werden müssen, können diese Transfers zu einem Stapel zusammengefasst, gemeinsam validiert und durchgeführt werden. \
Dies ist besonders nützlich, wenn eine größere Anzahl von Warenbewegungen in einem Durchgang bearbeitet werden sollen, anstatt jeden Transfer einzeln abzuwickeln.

{% hint style="info" %}
*In einem Stapel können nur Transfers gemeinsam abgewickelt werden, die die gleiche Vorgangsart haben.*
{% endhint %}

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

Beim Anlegen eines Stapeltransfers können die einzelnen Transfers, die gemeinsam als Stapel  durchgeführt werden sollen, in der Zeile hinzugefügt werden.

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

Zudem kann das Datum und die Uhrzeit gewählt werden, an dem die hinzugefügten Transfers gemeinsam durchgeführt werden sollen.&#x20;

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

Anschließend kann der Stapeltransfer bestätigt und validiert werden, um alle Transfers innerhalb des Stapels durchzuführen.

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

### Vorgangsart

Wird eine Vorgangsart gewählt, werden bei der Auswahl von "Zeile hinzufügen" die Transfers mit dieser Vorgangsart vorgefiltert.

z.B. Vorgangsart "Anlieferungen" -> Zeile hinzufügen -> alle Transfers, die Anlieferungen sind, werden angezeigt.

<figure><img src="/files/S0kacHtcGM1f02oTradM" 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/vorgange/stapeltransfers.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.
