%- include("../partials/page-header", { user, title: t.patienteoverview.patienttitle, subtitle: "", showUserName: true }) %>
| Rechnung | Datum | Gutschrift | Datum | Patient | Betrag | ||
|---|---|---|---|---|---|---|---|
| #<%= i.invoice_id %> | <%= i.invoice_date_fmt %> | <% if (i.invoice_file) { %> 📄 Öffnen <% } %> | #<%= i.credit_id %> | <%= i.credit_date_fmt %> | <% if (i.credit_file) { %> 📄 Öffnen <% } %> | <%= i.firstname %> <%= i.lastname %> | <%= i.invoice_amount_fmt %> € / <%= i.credit_amount_fmt %> € |