> For the complete documentation index, see [llms.txt](https://docs.solutioo.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.solutioo.de/vr-payment-gateway/konfiguration/druckregel.md).

# Druckregel

QR-Code und Zahlungslink erscheinen nur, wenn die Druckregel den Beleg freigibt **und** der Rechnungsdruck-Modus nicht auf **Nichts** steht.

#### Rechnungsdruck-Modus

In der Einrichtung unter **Zahlungsinfo auf Rechnung**:

| Modus                        | Ergebnis                               |
| ---------------------------- | -------------------------------------- |
| **Nichts**                   | Kein QR-Code, kein Link auf dem Beleg. |
| **QR-Code**                  | Nur der QR-Code (Standard).            |
| **Zahlungslink**             | Nur der klickbare Button.              |
| **QR-Code und Zahlungslink** | Beides.                                |

Breite und Höhe des QR-Codes (50–500 Pixel, Standard 150) sind nur editierbar, wenn ein QR-Code vorgesehen ist.

#### Die drei optionalen Kennzeichen

| Schalter in der Einrichtung        | Standard | Wirkung, wenn aktiv                                                       |
| ---------------------------------- | -------- | ------------------------------------------------------------------------- |
| **Zuständigkeitseinheit beachten** | aus      | ZE am Beleg muss gesetzt sein und **VR Payment QR-Code drucken** haben.   |
| **Zahlungsbedingung beachten**     | an       | Zahlungsbedingung muss das QR-Kennzeichen haben. Leere ZB = kein QR/Link. |
| **Debitor-Kennzeichen beachten**   | aus      | Am Debitor muss **VR Payment QR-Code erlauben** gesetzt sein.             |

{% hint style="info" %}
Die meisten Mandanten nutzen keine Zuständigkeitseinheiten. Lassen Sie **Zuständigkeitseinheit beachten** aus. Mandanten mit ZE (z. B. Filialsteuerung) schalten den Schalter ein.
{% endhint %}

#### Stammdaten vorbereiten

* **Zahlungsbedingungen:** Feld **VR Payment QR-Code drucken**. Die Aktion **Zahlungsbedingungen vorbereiten** setzt es bei allen Bedingungen außer Lastschrift/Abbuchung.
* **Zuständigkeitseinheiten:** Feld **VR Payment QR-Code drucken**, Aktion **Alle Zuständigkeitseinheiten freigeben**.
* **Debitor:** Feld **VR Payment QR-Code erlauben** (nur relevant, wenn der Debitor-Schalter an ist).

#### Factbox am Beleg

Auftrag, Rechnung und gebuchte Rechnung zeigen, ob QR/Link erlaubt ist und warum nicht – z. B. „Die Zahlungsbedingung K15 erlaubt keinen QR-Code.“


---

# 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://docs.solutioo.de/vr-payment-gateway/konfiguration/druckregel.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.
