
" alt="Company logo">
">
= $company_name ?>
- = formatAddress($company_address, $company_city, $company_state, $company_zip, $company_country, '
') ?>
- = "$company_email | $company_phone" ?>
- = $company_website ?>
QUOTE
= "$quote_status" ?>
| Quote #: |
= "$quote_prefix$quote_number" ?> |
| Date: |
= $quote_date ?> |
| Expires: |
= $quote_expire ?> |
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, $quote_currency_code) ?> |
= numfmt_format_currency($currency_format, $item_tax, $quote_currency_code) ?> |
= numfmt_format_currency($currency_format, $item_total, $quote_currency_code) ?> |
| Subtotal: |
= numfmt_format_currency($currency_format, $sub_total, $quote_currency_code) ?> |
0) { ?>
| Discount: |
= numfmt_format_currency($currency_format, -$quote_discount, $quote_currency_code) ?> |
0) { ?>
| Tax: |
= numfmt_format_currency($currency_format, $total_tax, $quote_currency_code) ?> |
| Total: |
= numfmt_format_currency($currency_format, $quote_amount, $quote_currency_code) ?> |
= nl2br($config_quote_footer) ?>