Datum und Inhalt weiter nach unten verschoben

This commit is contained in:
Erik Thiele
2026-07-02 16:03:09 +02:00
parent 1374e47e07
commit 6c4f3e3c1b

2
app.py
View File

@@ -325,7 +325,7 @@ def invoice_pdf():
right_bottom = pdf.get_y() right_bottom = pdf.get_y()
# --- Rechnungsdaten & Empfaenger (links, unterhalb der rechten Spalte) --- # --- Rechnungsdaten & Empfaenger (links, unterhalb der rechten Spalte) ---
content_y = max(right_bottom + 5, 50) content_y = max(right_bottom + 15, 65)
pdf.set_xy(left, content_y) pdf.set_xy(left, content_y)
pdf.set_font("Arial", "", 10) pdf.set_font("Arial", "", 10)
if rechnungsnummer: if rechnungsnummer: