layout->load_view('layout/alerts'); ?>
'; } ?>
user_name); ?>
user_vat_id) {
echo lang("vat_id_short") . ": " . $invoice->user_vat_id . '
';
} ?>
user_tax_code) {
echo lang("tax_code_short") . ": " . $invoice->user_tax_code . '
';
} ?>
user_address_1) {
echo htmlsc($invoice->user_address_1) . '
';
} ?>
user_address_2) {
echo htmlsc($invoice->user_address_2) . '
';
} ?>
user_city) {
echo htmlsc($invoice->user_city) . ' ';
} ?>
user_state) {
echo htmlsc($invoice->user_state) . ' ';
} ?>
user_zip) {
echo htmlsc($invoice->user_zip) . '
';
} ?>
user_phone) { ?>: user_phone); ?>
user_fax) { ?>: user_fax); ?>
client_vat_id) {
echo lang("vat_id_short") . ": " . $invoice->client_vat_id . '
';
} ?>
client_tax_code) {
echo lang("tax_code_short") . ": " . $invoice->client_tax_code . '
';
} ?>
client_address_1) {
echo htmlsc($invoice->client_address_1) . '
';
} ?>
client_address_2) {
echo htmlsc($invoice->client_address_2) . '
';
} ?>
client_city) {
echo htmlsc($invoice->client_city) . ' ';
} ?>
client_state) {
echo htmlsc($invoice->client_state) . ' ';
} ?>
client_zip) {
echo htmlsc($invoice->client_zip) . '
';
} ?>
client_phone) {
echo trans('phone_abbr') . ': ' . htmlsc($invoice->client_phone); ?>
| invoice_date_created); ?> | |
| invoice_date_due); ?> | |
| invoice_balance); ?> | |
| payment_method_name); ?> |
| item_name); ?> | item_description)); ?> |
item_quantity); ?>
item_product_unit) : ?>
item_product_unit); ?> |
item_price); ?> | item_discount); ?> | item_subtotal); ?> |
| : | invoice_item_subtotal); ?> | ||||
| invoice_item_tax_total); ?> | |||||
| invoice_tax_rate_name) . ' ' . format_amount($invoice_tax_rate->invoice_tax_rate_percent); ?> % | invoice_tax_rate_amount); ?> | ||||
| : | invoice_discount_percent > 0) { echo format_amount($invoice->invoice_discount_percent) . ' %'; } else { echo format_amount($invoice->invoice_discount_amount); } ?> | ||||
| : | invoice_total); ?> | ||||
| invoice_paid) ?> | |||||
| invoice_balance) ?> | |||||
';
} ?>
';
} ?>