Beispiel #1
0
	<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);
?>
</TD>
</TR>
<TR>
	<TD CLASS="form_field_header_cell">Amount:</TD>
	<TD CLASS="form_field_cell"><?php 
echo SureInvoice::getCurrencySymbol();
?>
<INPUT NAME="amount" CLASS="input_text" SIZE="10" TYPE="text" VALUE="<?php 
echo number_format($invoice->getAmountDue(), 2);
?>
"></TD>
</TR>
<TR>
	<TD CLASS="form_field_header_cell">First Name:</TD>