'; } ?>
user_name); ?>
user_vat_id) {
echo lang("vat_id_short") . ": " . $quote->user_vat_id . '
';
} ?>
user_tax_code) {
echo lang("tax_code_short") . ": " . $quote->user_tax_code . '
';
} ?>
user_address_1) {
echo htmlsc($quote->user_address_1) . '
';
} ?>
user_address_2) {
echo htmlsc($quote->user_address_2) . '
';
} ?>
user_city) {
echo htmlsc($quote->user_city) . ' ';
} ?>
user_state) {
echo htmlsc($quote->user_state) . ' ';
} ?>
user_zip) {
echo htmlsc($quote->user_zip) . '
';
} ?>
user_phone) { ?>: user_phone); ?>
user_fax) { ?>: user_fax); ?>
client_name); ?>
client_vat_id) {
echo lang("vat_id_short") . ": " . $quote->client_vat_id . '
';
} ?>
client_tax_code) {
echo lang("tax_code_short") . ": " . $quote->client_tax_code . '
';
} ?>
client_address_1) {
echo htmlsc($quote->client_address_1) . '
';
} ?>
client_address_2) {
echo htmlsc($quote->client_address_2) . '
';
} ?>
client_city) {
echo htmlsc($quote->client_city) . ' ';
} ?>
client_state) {
echo htmlsc($quote->client_state) . ' ';
} ?>
client_zip) {
echo htmlsc($quote->client_zip) . '
';
} ?>
client_phone) {
echo trans('phone_abbr') . ': ' . htmlsc($quote->client_phone); ?>
| quote_date_created); ?> | |
| quote_date_expires); ?> | |
| quote_total); ?> |
| item_name); ?> | item_description)); ?> |
item_quantity); ?>
item_product_unit) : ?>
item_product_unit); ?> |
item_price); ?> | item_discount); ?> | item_total); ?> |
| : | quote_item_subtotal); ?> | ||||
| quote_item_tax_total); ?> | |||||
| quote_tax_rate_name . ' ' . format_amount($quote_tax_rate->quote_tax_rate_percent); ?> % | quote_tax_rate_amount); ?> | ||||
| : | quote_discount_percent > 0) { echo format_amount($quote->quote_discount_percent) . ' %'; } else { echo format_amount($quote->quote_discount_amount); } ?> | ||||
| quote_total) ?> | |||||