Terug
<%= totalHours.toFixed(1) %>
Totaal uren
<%= billableHours.toFixed(1) %>
Facturabel
€<%= totalInvoiced.toFixed(0) %>
Gefactureerd
€<%= totalPaid.toFixed(0) %>
Betaald
€<%= totalOutstanding.toFixed(0) %>
Openstaand
Uren toevoegen Factuur maken
Open volledige registratie <% entries.forEach(function(e){ %><% }) %> <% if (entries.length === 0) { %><% } %>
DatumCliëntHoursOmschrijvingFact.
<%= e.date %><%= e.client_name || '-' %><%= e.hours %><%= e.description || '' %><%= e.billable ? '✓' : '-' %>
Nog geen uren
Alle facturen <% invoices.forEach(function(i){ %><% }) %> <% if (invoices.length === 0) { %><% } %>
NrCliëntDatumTotaalStatus
<%= i.number %><%= i.client_name %><%= i.date %>€<%= (i.total||0).toFixed(2) %><%= i.status %>
Nog geen facturen