diff --git a/vtdirektmarketing.php b/vtdirektmarketing.php index b0a05ae..62c15a0 100755 --- a/vtdirektmarketing.php +++ b/vtdirektmarketing.php @@ -21,6 +21,10 @@ text-align: right; } + .text-left { + text-align: left; + } + .color-l { color: #aaa; } .color-n { color: #888; } .color-d { color: #555; } @@ -88,6 +92,10 @@ margin-bottom: 15px; } + .amount-summary { + margin-right: -5px; + } + @@ -99,26 +107,23 @@
-

:

-

client_name; ?>
+

:

+


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

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

@@ -128,9 +133,7 @@
-

user_name; ?> -

user_address_1) { echo $invoice->user_address_1 . '
'; @@ -138,21 +141,20 @@ user_address_2) { echo $invoice->user_address_2 . '
'; } ?> - user_city) { - echo $invoice->user_city . ' '; + user_zip) { + echo $invoice->user_zip . ' '; } ?> - user_zip) { - echo $invoice->user_zip . '
'; - } ?> - user_state) { - echo $invoice->user_state . '
'; + user_city) { + echo $invoice->user_city . '

'; } ?> + + user_tax_code) { + echo '

' . trans('tax_code_short') . ': ' . $invoice->user_tax_code . '
'; + } ?> + user_phone) { - ?>P:user_phone; ?>
- user_fax) { - ?>F:user_fax; ?>Tel: user_phone; ?>

@@ -162,7 +164,7 @@ - :   + : invoice_date_created, TRUE); ?> @@ -170,7 +172,7 @@ - :   + : invoice_date_due, TRUE); ?> @@ -178,7 +180,7 @@ - :   + : invoice_balance); ?> @@ -194,7 +196,9 @@
-

invoice_number; ?>

+

Nr. invoice_number; ?>

+ Leistungszeitraum: bis
+ Leistungsort:

@@ -202,10 +206,10 @@ - - - - + + Menge + EP + Gesamt @@ -213,11 +217,14 @@ - + item_name; ?> item_description); ?> item_quantity); ?> + item_product_unit) : ?> + item_product_unit); ?> + item_price); ?> @@ -231,59 +238,30 @@ +
- +
- invoice_item_tax_total > 0) { ?> - - - - - - - - - - - - - - - + - - + - - - -
- : + Nettosumme: invoice_item_subtotal); ?>
- - - invoice_item_tax_total); ?> -
- invoice_tax_rate_name . ' ' . $invoice_tax_rate->invoice_tax_rate_percent; ?>% - - invoice_tax_rate_amount); ?> -
- : +
+ 0% MwSt: - invoice_total); ?> + + 0,00 €
- : - - invoice_paid) ?> -
- : + Gesamtbetrag: invoice_balance) ?> @@ -294,7 +272,6 @@
-
invoice_terms) { ?>

invoice_terms); ?>

@@ -302,4 +279,4 @@ - \ No newline at end of file +