forked from momo/invoiceplane-template
Compare commits
3 commits
600f3dc278
...
f046b789dd
Author | SHA1 | Date | |
---|---|---|---|
teutat3s | f046b789dd | ||
teutat3s | 4e77e51bf2 | ||
teutat3s | a779b7d594 |
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
tags
|
||||
result
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
description = "b12f invoiceplane template";
|
||||
description = "teutat3s invoiceplane template";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
|
||||
|
|
|
@ -385,7 +385,8 @@ footer .notes {
|
|||
<p>
|
||||
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; ?>
|
||||
IBAN: <?php echo $invoice->user_iban; ?><br />
|
||||
<?php echo invoice_qrcode($invoice->invoice_id); ?>
|
||||
</p>
|
||||
<?php else: ?>
|
||||
</p>Vielen Dank!<p>
|
||||
|
@ -394,7 +395,7 @@ footer .notes {
|
|||
<p>
|
||||
Mit freundlichen Grüßen,<br />
|
||||
<br />
|
||||
Benjamin Yule Bädorf
|
||||
<?php echo $invoice->user_name; ?>
|
||||
</p>
|
||||
</footer>
|
||||
|
Loading…
Reference in a new issue