@if($isPDF) @else @endif
| Rechnungs-Nr. | {{ $invoice['nr'] }} |
|---|---|
| Kunden-Nr. | {{ $invoice['customer']['customerNr'] }} |
| Datum |
@php
$fmt = new \IntlDateFormatter('de_DE', NULL, NULL);
$fmt->setPattern('d. MMMM yyyy');
@endphp
|
| Fälligkeitsdatum |
|
| Leistungsdatum |
|
| Leistungszeitraum | {{ $fmt->format(strtotime($invoice['serviceStartDate'])) }} – {{ $fmt->format(strtotime($invoice['serviceEndDate'])) }} |
| Pos. | Bezeichnung | Menge | Einheit | Einzelpreis | Gesamtpreis |
|---|---|---|---|---|---|
| {{ $item['position'] }} |
{{ $item['title'] }} {{ $item['description'] }} |
@toCommaFloat($item['quantity']) | {{ $item['unit'] }} | @toCurrency($item['price']) | @toCurrency($item['quantity'] * $item['price']) |
| Nettobetrag | @toCurrency($invoice['totalAmount']) | ||||
| 19 % MwSt. | @toCurrency(round($invoice['totalAmount'] * 0.19, 2)) | ||||
| Gesamt brutto | @toCurrency($invoice['totalAmount'] + round($invoice['totalAmount'] * 0.19, 2)) | ||||
Zahlungsziel {{ $invoice['billingData']['paymentTerms']['description'] }}
@elseZahlungsziel {{ $invoice['billingData']['paymentTerms']['days'] }} Tage
@endif
GiroCode/EPC-QR-Code
Der Code enthält alle relevanten Zahlungsdaten. Mit Ihrer Banking App können Sie den Code scannen und die Zahlung als Überweisung ausführen.