<% if (view === "year") { %>
<% } else if (view === "quarter") { %>
<% } else if (view === "month") { %>
<% } else if (view === "patient") { %>
<% } %>
<%= t.adminInvoice.annualSales %>
| <%= t.global.year %> | € |
|---|---|
| Keine Daten | |
| <%= y.year %> | <%= Number(y.total).toFixed(2) %> |
<%= t.adminInvoice.quarterlySales %>
| <%= t.global.year %> | Q | € |
|---|---|---|
| Keine Daten | ||
| <%= q.year %> | Q<%= q.quarter %> | <%= Number(q.total).toFixed(2) %> |
<%= t.adminInvoice.monthSales %>
| <%= t.global.month %> | € |
|---|---|
| Keine Daten | |
| <%= m.month %> | <%= Number(m.total).toFixed(2) %> |
<%= t.adminInvoice.patientsSales %>
| <%= t.adminInvoice.patient %> | € |
|---|---|
| Keine Daten | |
| <%= p.patient %> | <%= Number(p.total).toFixed(2) %> |