|
<% if (logoBase64) { %>
|
<%= company.company_name %>
<%= company.company_legal_form || "" %>
<%= company.street %> <%= company.house_number %> <%= company.postal_code %> <%= company.city %> <%= company.country %> <% if (company.phone) { %> Tel: <%= company.phone %> <% } %> <% if (company.email) { %> E-Mail: <%= company.email %> <% } %> |
| Rechnungsnummer: | <%= invoice.number %> |
| N.I.E / DNI: <%= patient.dni || "" %> | Geburtsdatum: <%= patient.birthdate ? new Date(patient.birthdate).toLocaleDateString("de-DE") : "" %> |
Für unsere Leistungen erlauben wir uns Ihnen folgendes in Rechnung zu stellen:
| Menge | Behandlung | Preis (€) | Summe (€) |
|---|---|---|---|
| <%= s.quantity %> | <%= s.name %> | <%= s.price.toFixed(2) %> | <%= s.total.toFixed(2) %> |