> For the complete documentation index, see [llms.txt](https://openjverein.gitbook.io/doku/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://openjverein.gitbook.io/doku/v/3.1/abrech/lastschrift.md).

# Lastschriften

Lastschriften werden bei einem Abrechnungslauf für Mitglieder oder Nicht-Mitglieder generiert bei denen als Zahlungsweg "Basislastschrift" ausgewählt ist und auch für Kursteilnehmer.

Entsprechend der Abbuchungsausgabe wurden diese entweder an Hibiscus übergeben oder in einer XML Datei exportiert. Siehe [Abrechnung](/doku/v/3.1/abrech/abrechnung.md).

## Liste der Lastschriften

![](https://github.com/openjverein/jverein-Book/raw/master/assets/310_LastschriftenListeView.png)

Die Lastschriften lassen sich in dem View nach verschiedenen Kriterien filtern. Mit dem Filter Mitgliedschaft lässt sich nach Mitglieder, Nicht-Mitglieder oder Kursteilnehmer filtern.

Die Lastschrifteinträge werden für die Generierung der Pre-Notificationen verwendet. Siehe [Pre-Notification](/doku/v/3.1/druckmail/pre-notification.md).

Mit einem Rechtsklick auf einen oder mehrere selektierte Tabelleneinträge öffnet sich ein Menü mit folgenden Einträgen:

* Anzeigen: Zeigt die Lastschrift an
* Pre-Notification: Zeigt den Dialog zur Generierung von Pre-Notifications an
* Löschen: Damit können alte Einträge wenn sie aus Dokumentationszwecken nicht mehr gebraucht werden gelöscht werden
* Mitglied anzeigen: Zeigt die Mitglieder Daten an

Lastschrift Einträge werden automatisch gelöscht wenn man den zugehörigen Abrechnungslauf löscht.

**Achtung:**

Solange für Einträge die Pre-Notificationen noch nicht versendet wurden dürfen diese Einträge nicht gelöscht werden. Für gelöschte Einträge können keine Pre-Notificationen verschickt werden.

Auch sollten Lastschriften der letzten 3 Jahre nicht gelöscht werden, da für die Berechnung ob ein gültiges Mandat vorliegt geprüft wird ob in den letzten 3 Jahren eine Lastschrift erfolgt ist. Gibt es keine Lastschrift und das Mandat ist älter, ist ein neues Mandat nötig.

## Lastschrift

![](https://github.com/openjverein/jverein-Book/raw/master/assets/310_LastschriftView.png)


---

# 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://openjverein.gitbook.io/doku/v/3.1/abrech/lastschrift.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.
