Adjust pdf invoices.

This commit is contained in:
2025-01-13 14:58:04 +01:00
parent 3da6ed1b85
commit 3bd914a276
2 changed files with 3 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
<div style="font-size: 10px;">{{ $options->company_name }}, {{ $options->address }}
, {{ $options->zip }} {{ $options->city }}</div>
<div style="margin-top: 5mm;">
<div>{{ $invoice->customer->name }}</div>
<div>{{ $invoice->address->name }}</div>
<div>{{ $invoice->address->address }}</div>
<div>&nbsp;</div>

View File

@@ -14,8 +14,8 @@
.header-left { width: 100mm; }
.header-right { width: 70mm; font-size: 13px; }
.header-logo { height: 20mm; }
.footer-left { width: 100mm; }
.footer-center { width: 40mm; }
.footer-left { width: 115mm; }
.footer-center { width: 25mm; }
.footer-right {width: 40mm; }
.text-right { text-align: right; }
.left { float: left; display: inline-block; }