
" alt="Company logo">
">
= $company_name ?>
- = formatAddress($company_address, $company_city, $company_state, $company_zip, $company_country, '
') ?>
- = "$company_email | $company_phone" ?>
- = $company_website ?>
- = $company_tax_id_display ?>
INVOICE
= "$invoice_status" ?>
| Invoice #: |
= "$invoice_prefix$invoice_number" ?> |
| Date: |
= $invoice_date ?> |
| Due: |
= $invoice_due ?> |
Bill To:
- = $client_name ?>
- = formatAddress($location_address, $location_city, $location_state, $location_zip, $location_country, '
') ?>
- = "$contact_email | $contact_phone $contact_extension" ?>
| Item |
Description |
Qty |
Unit Price |
Tax |
Amount |
| = $item_name ?> |
= nl2br($item_description) ?> |
= $item_quantity ?> |
= numfmt_format_currency($currency_format, $item_price, $invoice_currency_code) ?> |
= numfmt_format_currency($currency_format, $item_tax, $invoice_currency_code) ?> |
= numfmt_format_currency($currency_format, $item_total, $invoice_currency_code) ?> |
= nl2br($invoice_note) ?>
| Subtotal: |
= numfmt_format_currency($currency_format, $sub_total, $invoice_currency_code) ?> |
0) {
?>
| Discount: |
-= numfmt_format_currency($currency_format, $invoice_discount, $invoice_currency_code) ?> |
0) { ?>
| Tax: |
= numfmt_format_currency($currency_format, $total_tax, $invoice_currency_code) ?> |
| Total: |
= numfmt_format_currency($currency_format, $invoice_amount, $invoice_currency_code) ?> |
0) { ?>
Paid: |
= numfmt_format_currency($currency_format, $amount_paid, $invoice_currency_code) ?> |
| Balance: |
= numfmt_format_currency($currency_format, $balance, $invoice_currency_code) ?> |
= nl2br($config_invoice_footer) ?>