Elogistix - registered word/figurative mark of RWFK.
RWFK Internationale Transport & Logistik GmbH - Genshagener Strasse 27 - 14974 Ludwigsfelde
{{ $invoice->branch->ShopName }} ({{ $invoice->branch->ShopID }})
{{ $invoice->branch->Address }}
{{ $invoice->branch->ZIP }} {{ $invoice->branch->City }}
{{ EU_COUNTRIES[$invoice->branch->Country] ?? '' }}
{{-- --}} {{-- --}}
Internet {{ $config->internet ?? '' }}
E-Mail {{ $config->email ?? '' }}
Telefon {{ $config->telephone ?? '' }}
Fax {{ $config->fax ?? '' }}
 
Steuer-Nr. {{ $config->tax_no ?? '' }}
UStID-Nr {{ $config->vat_no ?? '' }}
 
Datum {{ $invoice->created_at->format('d.m.Y') }}
Kunde {{ str_pad($invoice->branch->client->id, 4, 0, STR_PAD_LEFT) }}_{{ str_pad($invoice->branch->id, 2, 0, STR_PAD_LEFT) }}
Rechnung {{ $invoice->invoice_no }}
 
{{--
Sehr geehrter Herr Hoffrichter, nachfolgend berechnen wir Ihnen wie vorab besprochen:
--}}
Storno-Rechnung {{ $invoice->invoice_no }}
zu Rechnung {{ $invoice->invoice_no }} vom {{ $invoice->created_at->format('d-m-Y') }}
Sehr geehrte Damen und Herren,
hiermit stornieren wir die zuvor ausgestellte Rechnung {{ $invoice->invoice_no }} vom {{ $invoice->created_at->format('d-m-Y') }} über folgende Position(en):
{{-- --}} @php $category = 0; @endphp @foreach ($invoice->subCalc as $index => $row) @if ($row->category_id != $category) @php($category = $row->category_id) @endif @endforeach @if ($invoice->service_fee > 0) @endif
Pos Art-Nr. + Bezeichnung Menge Einzelpreis Betrag in €
Zeitraum: {{ $invoice->from->format('d M, Y') }} Zu {{ $invoice->to->format('d M, Y') }}
{{ $row->category->name ?? '-' }}
{{ $index + 1 }} {{ $row->service->name ?? '-' }}
@php($sub_service = $row->sub_service->subserviceable) {{ $sub_service->name ?? ($sub_service->packing_material_name ?? '-') }}
{{ $row->quantity }} - {{ numberFormat($row->price) }} - {{ numberFormat($row->total) }}
{{ $invoice->subCalc->count() + 1 }} Service Fee 1 - {{ numberFormat($invoice->service_fee) }} - {{ numberFormat($invoice->service_fee) }}
  Nettobetrag - {{ numberFormat($invoice->amount) }}
  Umsatzsteuer {{ $invoice->tax }}% - {{ numberFormat($invoice->tax_amount) }}
  Rechnungsbetrag - {{ numberFormat($invoice->total_amount) }}
@if (!empty($branchConfig) && $branchConfig->tax == 0) @endif
 
Tax ID: {{ $branchConfig->tax_id }}
 
Die Stornorechnung ist gültig ab dem heutigen Datum und wird als Gutschrift behandelt. Wir bedauern etwaige Unannehmlichkeiten und stehen für Rückfragen gerne zur Verfügung.
{!! view('admin.invoice.pdf', compact('config', 'invoice', 'base64Logo', 'branchConfig'))->render() !!}