<% if (sent) { %>
Factuur verzonden per email!
<% } %> <% if (error) { %>
<%= error %>
<% } %> Terug

Mek-Tech Consulting

<%= invoice.contact_email %>
<%= invoice.website || '' %>

<%= invoice.client_name %>

<%= invoice.contact_name || '' %>
<%= invoice.contact_email || '' %>
<%= invoice.contact_phone || '' %>

Factuur

<%= invoice.number %>

Datum: <%= invoice.date %>
Vervaldatum: <%= invoice.due_date || '-' %>

Status

Alle facturen
<% items.forEach(function(item){ %> <% }) %>
OmschrijvingAantalPrijsTotaal
<%= item.description %><%= item.quantity %>€<%= (item.unit_price || 0).toFixed(2) %>€<%= (item.total || 0).toFixed(2) %>
Subtotaal€<%= (invoice.subtotal || 0).toFixed(2) %>
BTW€<%= (invoice.tax || 0).toFixed(2) %>
€<%= (invoice.total || 0).toFixed(2) %>
Totaal inclusief BTW
<% if (invoice.notes) { %>

Notities

<%= invoice.notes %>

<% } %>