From 232c81e4b1cfd41db676782c24e1e50dff01bcb5 Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Thu, 20 Feb 2025 16:32:33 +0100 Subject: [PATCH] Update recipient addrstyling --- heinrichmalerbetrieb.php | 31 ++++++++++++++++++++++--------- 1 file changed, 22 insertions(+), 9 deletions(-) diff --git a/heinrichmalerbetrieb.php b/heinrichmalerbetrieb.php index 03421d4..c1545e6 100755 --- a/heinrichmalerbetrieb.php +++ b/heinrichmalerbetrieb.php @@ -20,8 +20,15 @@ .invoice-details table { width: 200px; } + .client { + margin-top: 6rem; + } .client small.sender { color: #408236; + font-size: 0.7rem; + } + .client .client_address { + margin-top: 0.4rem; } table.footer th, table.footer td { vertical-align: top; @@ -34,6 +41,9 @@ hr.footer { color: #408236; } + h1.invoice-title { + color: #3a3a3a; + } @@ -45,8 +55,17 @@
Heinrich GmbH • Blumenstraße 16-18 • 75233 Tiefenbronn -
- +
+ per Email: info@test.de
+ client_title) { + echo $invoice->client_title . '
'; + } ?> + client_name) { + echo $invoice->client_name; + } ?> + client_surname) { + echo $invoice->client_surname; + } ?>
client_vat_id) { echo '
' . trans('vat_id_short') . ': ' . $invoice->client_vat_id . '
'; @@ -72,12 +91,6 @@ echo htmlsc($invoice->client_city); } echo '
'; - } - - echo '
'; - - if ($invoice->client_phone) { - echo '
' . trans('phone_abbr') . ': ' . htmlsc($invoice->client_phone) . '
'; } ?>
@@ -150,7 +163,7 @@ -

invoice_number; ?>

+