|
|
lang->line('Proforma Invoice') ?>
|
lang->line('Proforma Invoice') ?> | config->item('prefix') . '_P#' . $invoice['tid'] ?> |
lang->line('Invoice Date') ?> | |
lang->line('Due Date') ?> | |
lang->line('Reference') ?> | |
|
lang->line('Our Info') ?>: |
lang->line('Customer') ?>: |
config->item('ctitle'); ?>
config->item('address') . ' ' . $this->config->item('city') . ',' . $this->config->item('country') . ' '.$this->lang->line('Phone').': ' . $this->config->item('phone') . ' '.$this->lang->line('Email').': ' . $this->config->item('email');
if ($this->config->item('taxno')) echo ' ' . $this->lang->line('Tax') . ' ID: ' . $this->config->item('taxno');
?>
|
'.$invoice['name'] . ' ';
if ($invoice['company']) echo $invoice['company'] . ' ';
echo $invoice['address'] . ' ' . $invoice['city'] . ' '.$this->lang->line('Phone').': ' . $invoice['phone'] . ' ' . $this->lang->line('Email') . ' : ' . $invoice['email'];
if ($invoice['taxid']) echo ' ' . $this->lang->line('Tax') . ' ID: ' . $invoice['taxid'];
?>
|
' . $this->lang->line('Shipping Address') . ': ';
echo $invoice['name_s'] . ' ';
echo $invoice['address_s'] . ' ' . $invoice['city_s'] . ' '.$this->lang->line('Phone').': ' . $invoice['phone_s'] . ' '.$this->lang->line('Email').': ' . $invoice['email_s'];
?>
|
lang->line('Description') ?>
|
lang->line('Price') ?>
|
lang->line('Qty') ?>
|
0) echo '' . $this->lang->line('Tax') . ' | ';
if ($invoice['discount'] > 0) echo '' . $this->lang->line('Discount') . ' | '; ?>
lang->line('SubTotal') ?>
|
' . $row['product'] . ' |
' . amountExchange($row['price'],$invoice['multi']) . ' |
' . $row['qty'] . ' | ';
if ($invoice['tax'] > 0) { $cols++; echo '' . amountExchange($row['totaltax'], $invoice['multi']) . ' (' . amountFormat_s($row['tax']) . '%) | '; }
if ($invoice['discount'] > 0) { $cols++; echo ' ' . amountExchange($row['totaldiscount'], $invoice['multi']) . ' | '; }
echo '' . amountExchange($row['subtotal'], $invoice['multi']) . ' |
';
if($row['product_des']) { $cc=$cols+1; echo '
' . $row['product_des'] . ' |
'; }
$fill = !$fill;
}
if ($invoice['shipping'] > 0) { $cols++;}
?>
' . $this->lang->line('Status') . ': ' . $this->lang->line(ucwords($invoice['status'])).'
' . $this->lang->line('Total Amount') . ': ' . amountExchange($invoice['total'], $invoice['multi']) . '
' . $this->lang->line('Paid Amount') . ': ' . amountExchange($invoice['pamnt'], $invoice['multi']); ?>
|
lang->line('Summary') ?>: |
|
lang->line('SubTotal') ?>: |
|
0) {
echo '
' . $this->lang->line('Total Tax') . ' : |
' . amountExchange($invoice['tax'], $invoice['multi']) . ' |
';
}
if ($invoice['discount'] > 0) {
echo '
' . $this->lang->line('Total Discount') . ': |
' . amountExchange($invoice['discount'], $invoice['multi']) . ' |
';
}
if ($invoice['shipping'] > 0) {
echo '
' . $this->lang->line('Shipping') . ': |
' . amountExchange($invoice['shipping'], $invoice['multi']) . ' |
';
}
?>
lang->line('Balance Due') ?>: |
|
'.$this->lang->line('Authorized person').'
(' . $employee['name'] . ')
' . user_role($employee['roleid']) . '
' . $invoice['notes'] . '
' . $this->lang->line('Terms') . ':
';
echo '' . $invoice['termtit'] . '
' . $invoice['terms'];
?>