Use Laravel-Dompdf and create pdf invoices.

This commit is contained in:
2025-01-06 16:04:51 +01:00
parent fa085b7384
commit 8e0696d438
15 changed files with 872 additions and 4 deletions

View File

@@ -29,9 +29,20 @@ return [
'Description' => 'Beschreibung',
'State' => 'Status',
'Invoice Number' => 'Rechnungsnummer',
'Invoice Number short' => 'Rechnung-Nr.',
'Sum' => 'Summe',
'Net' => 'Nettobetrag',
'From' => 'Von',
'End' => 'Bis',
'Enter your invoice items. Click add for an additional invoice item.' => 'Gib Deine Rechnungspositionen ein. Klicke auf "Hinzufügen" für weitere Rechnungspositionen.',
'Item position short' => 'Pos.',
'Item amount short' => 'Anz.',
'Item description' => 'Beschreibung',
'Item single price short' => 'E-Preis',
'Vat short' => 'MwSt.',
'Item total price short' => 'G-Preis',
'Net long' => 'Netto zuzüglich MwSt.',
'Gross long' => 'Gesamtpreis inkl. gesetzlicher MwSt.',
'Final sentence' => 'Bitte überweisen Sie den fälligen Rechnungsbetrag in Höhe von :sum bis spätestens :date auf das unten genannte Konto.'
];