Merge pull request #680 from Luca-Timo/fix/invoice-pdf-multipage

Fix/invoice pdf multipage
This commit is contained in:
Paul Nothaft
2026-06-28 22:17:07 +02:00
committed by GitHub
12 changed files with 337 additions and 41 deletions
+4
View File
@@ -4646,6 +4646,7 @@
"total": "Summe",
"subtotal": "Zwischensumme",
"vat": "MwSt.",
"rounding": "Rundung",
"position": "Pos.",
"discount": "Rabatt %",
"descriptionPlaceholder": "Beschreibung (mehrere Zeilen möglich)",
@@ -4991,6 +4992,9 @@
"crm_invoices_qr_enabled": {
"label": "Zahlungs-QR auf Rechnungen aktivieren"
},
"crm_invoice_round_total": {
"label": "Rappenrundung auf einen sauberen Gesamtbetrag ausgleichen (fügt eine \"Rundung\"-Zeile hinzu, wenn die zeilenweise Rundung von Menge × Preis abweicht)"
},
"crm_invoices_reminders_enabled": {
"label": "Automatische Mahnungen aktivieren"
},
+4
View File
@@ -4646,6 +4646,7 @@
"total": "Total",
"subtotal": "Subtotal",
"vat": "VAT",
"rounding": "Rounding",
"position": "Pos.",
"discount": "Rabatt %",
"descriptionPlaceholder": "Description (multi-line OK)",
@@ -4989,6 +4990,9 @@
"crm_invoices_qr_enabled": {
"label": "Render payment QR on invoice PDFs"
},
"crm_invoice_round_total": {
"label": "Reconcile sub-cent rounding to a clean total (adds a \"Rundung\" row when per-line rounding drifts from qty × rate)"
},
"crm_invoices_reminders_enabled": {
"label": "Send automatic reminders for overdue invoices"
},