Quay.io

Quay.io

DevTable, LLC
https://devtable.com
PO Box 48
New York, NY 10009

RECEIPT

Date:{{ invoice_date }}
Invoice #:{{ invoice.id }}

{%- for line in invoice.lines.data -%} {%- endfor -%}
Description Line Total
{{ line.description or ('Plan Subscription' + getRange(line)) }} {{ getPrice(line.amount) }}
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!