From 9ac724b207b1f842fe29bb270078f341259785ad Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Sun, 26 Nov 2023 10:00:30 +0100 Subject: [PATCH] update invoice template --- vtdirektmarketing.php | 521 ++++++++++++++++++++---------------------- 1 file changed, 254 insertions(+), 267 deletions(-) diff --git a/vtdirektmarketing.php b/vtdirektmarketing.php index 62c15a0..51180bd 100755 --- a/vtdirektmarketing.php +++ b/vtdirektmarketing.php @@ -1,282 +1,269 @@ - - - - - - + + + + + <?php _trans('invoice'); ?> + + + + +
+ + + + -
+
+
+

:

+


+ client_name; ?>
+ client_address_1) { + echo $invoice->client_address_1 . '
'; + } ?> + client_address_2) { + echo $invoice->client_address_2 . '
'; + } ?> + client_zip) { + echo $invoice->client_zip . ' '; + } ?> + client_city) { + echo $invoice->client_city . '

'; + } ?> + client_phone) { ?> + Tel: client_phone; ?>
+ +

+
+
+
+ + user_name; ?> +

+ user_address_1) { + echo $invoice->user_address_1 . '
'; + }?> + user_address_2) { + echo $invoice->user_address_2 . '
'; + } ?> + user_zip) { + echo $invoice->user_zip . ' '; + } ?> + + user_city) { + echo $invoice->user_city . '

'; + } ?> - - - - -

- -
+

Nr. invoice_number; ?>

Leistungszeitraum: bis
Leistungsort:
-
+
-
- - - - - - - - +
+
MengeEPGesamt
+ + + + + + + + + + + + + + + + + - - - - - - - - +
MengeEPGesamt
item_name; ?>item_description); ?> + item_quantity); ?> + item_product_unit) : ?> + item_product_unit); ?> + + + item_price); ?> + + item_subtotal); ?> +
item_name; ?>item_description); ?> - item_quantity); ?> - item_product_unit) : ?> - item_product_unit); ?> - + + +
+
+ + + + +
+ + + - - - - + + + + + + + + +
+ Nettosumme: - item_price); ?> - - item_subtotal); ?> + + invoice_item_subtotal); ?>
+ 0% MwSt: + + 0,00 € +
+ Gesamtbetrag: + + invoice_balance) ?> +
+
+
+ -
-
- - - - -
- - - - - - - - - - - - - -
- Nettosumme: - - invoice_item_subtotal); ?> -
- 0% MwSt: - - 0,00 € -
- Gesamtbetrag: - - invoice_balance) ?> -
-
- - invoice_terms) { ?> -

-

invoice_terms); ?>

- - + + +