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

@@ -20,6 +20,9 @@ return [
'Email' => 'Email',
'Password' => 'Passwort',
'Phone' => 'Telefon',
'Phone_short' => 'Tel',
'Web_short' => 'Web',
'Email_short' => 'Email',
'Address' => 'Adresse',
'Zip Code' => 'Postleitzahl',
'City' => 'Stadt',
@@ -29,5 +32,6 @@ return [
'Confirm' => 'Bestätigen',
'Email Password Reset Link' => 'Email Passwort-Reset Link',
'Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.' => 'Passwort vergessen? Kein Problem. Teilen Sie uns einfach Ihre E-Mail-Adresse mit und wir senden Ihnen per E-Mail einen Link zum Zurücksetzen Ihres Passworts, mit dem Sie ein neues Passwort auswählen können.',
'Date' => 'Datum',
];

View File

@@ -43,5 +43,6 @@ return [
'Correspondence' => 'Schriftverkehr',
'Color' => 'Farbe',
'Company logo' => 'Firmenlogo',
'Activity' => 'Tätigkeitsfeld',
];

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.'
];