Example #1
0
	<TD COLSPAN="2" CLASS="form_header_cell"><?php 
echo $title;
?>
</TD>
</TR>
<TR>
	<TD CLASS="form_field_header_cell">Date:</TD>
	<TD CLASS="form_field_cell"><?php 
echo date('n/j/y');
?>
</TD>
</TR>
<TR>
	<TD CLASS="form_field_header_cell">Company:</TD>
	<TD CLASS="form_field_cell"><?php 
echo SI_Company::getName($payment->company_id);
?>
</TD>
</TR>
<TR>
	<TD CLASS="form_field_header_cell">Invoice:</TD>
	<TD CLASS="form_field_cell"><?php 
echo $invoice->id;
?>
</TD>
</TR>
<TR>
	<TD CLASS="form_field_header_cell">Invoice Amount Due:</TD>
	<TD CLASS="form_field_cell"><?php 
echo SureInvoice::getCurrencySymbol() . number_format($invoice->getAmountDue(), 2);
?>