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