Small fixes to Greeting and Name in template #1

Merged
b12f merged 2 commits from teutat3s/invoiceplane-templates:small-fixes into main 2024-07-05 10:09:05 +00:00
Owner

This also enables usage of QR code feature

This also enables usage of QR code feature
teutat3s added 2 commits 2024-06-21 15:22:24 +00:00
b12f reviewed 2024-07-01 16:06:58 +00:00
@ -0,0 +386,4 @@
Bitte überweisen Sie den Rechnungsbetrag innerhalb von <?php echo (-1 * $invoice->days_overdue); ?> Tagen auf untenstehendes Konto:<br />
Inhaber: <?php echo $invoice->user_name; ?><br />
IBAN: <?php echo $invoice->user_iban; ?><br />
<?php echo invoice_qrcode($invoice->invoice_id); ?>
Owner

What is this exactly?

What is this exactly?
Author
Owner
https://github.com/InvoicePlane/InvoicePlane/pull/995
Author
Owner

Can be enabled in system settings -> invoices -> QR code settings

Can be enabled in system settings -> invoices -> QR code settings
b12f reviewed 2024-07-01 16:07:07 +00:00
b12f left a comment
Owner

Thanks!

Thanks!
b12f approved these changes 2024-07-05 10:09:02 +00:00
b12f merged commit e531dd71ee into main 2024-07-05 10:09:05 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: momo/invoiceplane-template#1
No description provided.