Invoice Detail

{{ client.company_name or client.contact_name or client.email }}

Invoice

{{ invoice.invoice_number or ("INV-" ~ invoice.id) }}

Status

{% set s = (invoice.status or "")|lower %} {% if s == "paid" %} {{ invoice.status }} {% elif s == "pending" %} {{ invoice.status }} {% elif s == "overdue" %} {{ invoice.status }} {% else %} {{ invoice.status }} {% endif %}

Created

{{ invoice.created_at }}

Total

{{ invoice.total_amount }}

Paid

{{ invoice.amount_paid }}

Outstanding

{{ invoice.outstanding }}

Invoice Items

{% for item in items %} {% else %} {% endfor %}
Description Qty Unit Price Line Total
{{ item.description }} {{ item.quantity }} {{ item.unit_price }} {{ item.line_total }}
No invoice line items found.
{% if pdf_url %}
Open Invoice PDF
{% endif %}
{% include "footer.html" %}

Payment Instructions

Interac e-Transfer
Send payment to:
payment@outsidethebox.top
Reference: Invoice {{ invoice.invoice_number or ("INV-" ~ invoice.id) }}

Credit Card (Square)


Credit Card (Square)

Pay with Card (Square)

You will be redirected to Square's secure payment page. Please include your invoice number in the payment note.

If you have questions please contact support@outsidethebox.top