Quay.io
DevTable, LLC
https://devtable.com
PO Box 48
New York, NY 10009
RECEIPT
Date:
{{ invoice_date }}
Invoice #:
{{ invoice.id }}
Description
Line Total
{%- for line in invoice.lines.data -%}
{{ line.description or ('Plan Subscription' + getRange(line)) }}
{{ getPrice(line.amount) }}
{%- endfor -%}
Subtotal:
{{ getPrice(invoice.subtotal) }}
Total:
{{ getPrice(invoice.total) }}
Paid:
{{ getPrice(invoice.total) if invoice.paid else 0 }}
Total Due:
{{ getPrice(invoice.ending_balance) }}
We thank you for your continued business!