> 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/offene-ware.md).

# Offene Ware

Kommissionsware, offene Menge, Einbringer, Einlieferungspositionen, Warenrückgabe

{% hint style="success" %}
*Module: ETRON onRetail  Kommissionswarenverwaltung + einfache Lagerverwaltung*
{% endhint %}

> *Lager* -> *Kommissionsware* -> *Offene Ware*

<div data-with-frame="true"><figure><img src="https://2281246901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlM26Mg6nljOOOe95HyIq%2Fuploads%2FPB9YY0NPn2L9w4PVtLmC%2Fimage.png?alt=media&amp;token=2059b7a3-d2f5-439f-864c-3c42f2814001" alt="Lager -> Kommissionsware -> Offene Ware"><figcaption><p><em>Lager</em> -> <em>Kommissionsware</em> -> <em>Offene Ware</em></p></figcaption></figure></div>

Unter **Offene Ware** sind alle Einlieferungspositionen gelistet, bei denen noch unverkaufte und nicht zurückgegebene Stückzahlen vorhanden sind. Hier ist auf einen Blick erkennbar, welche Kommissionsware sich noch im Bestand befindet und wem sie gehört.

Die Ansicht ist standardmäßig nach **Einbringer** gruppiert. Filterung und Gruppierung können angepasst werden.

## Eigentümer

Der Kommittent (Einbringer), dem die Ware gehört, wird angezeigt.

## Produkt

Das Kommissionsprodukt wird angezeigt.

## Abrechnungsart

Die festgelegte Abrechnungsart wird angezeigt. Es wird zwischen Fixbetrag und Provision unterschieden.

## Abgerechnet

Die bereits verkaufte Stückzahl dieser Einlieferungsposition wird angezeigt.

## Zurückgegeben

Die an den Kommittent (Einbringer) zurückgegebene Stückzahl wird angezeigt.

## Offene Menge

Die noch unverkaufte und im Lager befindliche Stückzahl wird angezeigt.

Die offene Menge wird wie folgt berechnet: `Eingelieferte Menge − Verkaufte Menge − Zurückgegebene Menge`.

### Offene Ware an den Einbringer zurückgeben

Nicht verkaufte Kommissionsware kann direkt aus einer gebuchten Kommissionsrechnung heraus an den Einbringer zurückgegeben werden. Dafür wird der Button **Restliche Ware zurückgeben** verwendet.<br>


---

# 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/offene-ware.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.
