client_vat_id) { echo '
' . trans('vat_id_short') . ': ' . $invoice->client_vat_id . '
'; } if ($invoice->client_tax_code) { echo '
' . trans('tax_code_short') . ': ' . $invoice->client_tax_code . '
'; } if ($invoice->client_address_1) { echo '
' . htmlsc($invoice->client_address_1) . '
'; } if ($invoice->client_address_2) { echo '
' . htmlsc($invoice->client_address_2) . '
'; } if ($invoice->client_city || $invoice->client_state || $invoice->client_zip) { echo '
'; if ($invoice->client_zip) { echo htmlsc($invoice->client_zip) . ' '; } if ($invoice->client_city) { echo htmlsc($invoice->client_city) . ' '; } if ($invoice->client_state) { echo htmlsc($invoice->client_state); } echo '
'; } if ($invoice->client_country) { echo '
' . get_country_name(trans('cldr'), $invoice->client_country) . '
'; } echo '
'; if ($invoice->client_phone) { echo '
' . trans('phone_abbr') . ': ' . htmlsc($invoice->client_phone) . '
'; } ?>
invoice_date_created, true); ?>
invoice_date_due, true); ?>
payment_method_name); ?>

invoice_number; ?>

invoice_item_tax_total > 0) { ?> invoice_discount_percent != '0.00') : ?> invoice_discount_amount != '0.00') : ?>
item_name); ?> item_description)); ?> item_quantity); ?> item_product_unit) : ?>
item_product_unit); ?>
item_price); ?> item_discount); ?> item_total); ?>
class="text-right"> invoice_item_subtotal); ?>
class="text-right"> invoice_item_tax_total); ?>
class="text-right"> invoice_tax_rate_name) . ' (' . format_amount($invoice_tax_rate->invoice_tax_rate_percent) . '%)'; ?> invoice_tax_rate_amount); ?>
class="text-right"> invoice_discount_percent); ?>%
class="text-right"> invoice_discount_amount); ?>
class="text-right"> invoice_total); ?>
class="text-right"> invoice_paid); ?>
class="text-right"> invoice_balance); ?>