| Date | {{ now | date: "%B %e, %Y" }} |
{{ account.company }}
{{ account | two_line_address : client }} {% if account.email != blank %}{{ account.email | h | mail_to: account.email }}
{% endif %} {% if account.invoice_extra_fields != blank %}{{ client.name }}
{{ client | two_line_address : account }} {% if client.number != blank %}ID: {{ client.number | h }}
{% endif %} {% if client.tax_id != blank %}Tax ID: {{ client.tax_id | h }}
{% endif %} {% if client.invoice_extra_fields != blank %}There are currently no outstanding invoices with a remaining balance.
This is a statement of all outstanding invoices on your account with a remaining balance.
Please note that payment should be remitted per individual invoice.
| Outstanding Invoices {% if invoices_by_currency.size > 1 %}({{pair[0]}}){% endif %} | |||
|---|---|---|---|
| Invoice Number | Invoice Date | Invoice Due | Balance |
| {{ invoice.number }}{% if invoice.title != blank %} - {{ invoice.title }}{% endif %} | {{ invoice.date | date: "%Y-%m-%d" }} | {{ invoice.due_date | date: "%Y-%m-%d" }} | {{ invoice.balance | currency: invoice.currency_code }} |
| Outstanding Balance {% if invoices_by_currency.size > 1 %}({{pair[0]}}){% endif %} | {% assign currency_code = pair[0] %} {{ balance_by_currency[currency_code] | currency: pair[0] }} | ||
| Retainer Balance {% if retainer_balances_by_currency.size > 1 %}({{pair[0]}}){% endif %} | {{ pair[1] | currency: pair[0] }} |