you can also use netprice instead of sellprice if you
don't want to show the discount
netprice = sellprice - discount
-->
<tr>
<td colspan=9><hr noshade></td>
</tr>
<tr>
<%if taxincluded%>
<th colspan=7 align=right>Total</th>
<td colspan=2 align=right><%invtotal%></td>
<%end taxincluded%>
<%if not taxincluded%>
<th colspan=7 align=right>Subtotal</th>
<td colspan=2 align=right><%subtotal%></td>
<%end taxincluded%>
</tr>
<%foreach tax%>
<tr>
<th colspan=7 align=right><%taxdescription%> em <%taxbase%> @ <%taxrate%> %</th>
<td colspan=2 align=right><%tax%></td>
</tr>
<%end tax%>
<%if paid%>
<tr>
<th colspan=7 align=right>Pago</th>
<td colspan=2 align=right>- <%paid%></td>
</tr>
<%end paid%>
<tr>
<td colspan=5> </td>
<td colspan=4><hr noshade></td>
</tr>
<%if total%>
<tr>
<td colspan=5> </td>
<th colspan=2 align=right nowrap>Pendente</th>
<th colspan=2 align=right><%total%></th>
</tr>
<%end total%>
<tr>
</table>
</td>
</tr>
<tr>
<td> </td>
<td>
<table width=100%>
<tr valign=top>
<%if notes%>
<td><%notes%></td>
<%end notes%>
<td><%text_amount%> ***** <%decimal%>/100</td>
<td align=right nowrap>
Todos os valores em <b><%currency%></b>
</td>
</tr>
</table>
</td>
</tr>
<%if paid%>
<tr>
<td> </td>
<td colspan=9>
<table width=60%>
<tr>
<th align=left>Pagamentos</th>
</tr>
<tr>
<td colspan=4>
<hr noshade>
</td>
</tr>
<tr>
<th align=left>Data</th>
<th align=left>Conta</th>
<th align=left>Fonte</th>
<th align=left>Valor</th>
</tr>
<%end paid%>
<%foreach payment%>
<tr>
<td><%paymentdate%></td>
<td><%paymentaccount%></td>
<td><%paymentsource%></td>
<td><%payment%></td>
</tr>
<%end payment%>
<%if paid%>
</table>
</td>
</tr>
<%end paid%>
<tr height=10></tr>
<tr>
<td> </td>
<th>
Obrigado pela preferência!
</th>
</tr>
<tr>
<td> </td>
<td>
<table width=100%>
<tr valign=top>
<td width=60%><font size=-3>
Pagamentos pendentes até <%duedate%>.
Itens devolvidos estão sujeitos a cobrança de 10% como taxa de reestocagem. Uma autorização de devolução deve ser obtida de <%company%> antes da devolução das mercadorias. Devoluções devem ser enviadas com frete pago e com o seguro apropriado. <%company%> não se responsabilizará por danos durante o transporte.
</font>
</td>
<td width=40%>
X <hr noshade>
</td>
</tr>
</table>
</td>
</tr>
<%foreach tax%>
<tr>
<td> </td>
<th colspan=9 align=left><font size=-2><%taxdescription%> Registro <%taxnumber%></th>
</tr>
<%end tax%>
<%if taxincluded%>
<tr>
<td> </td>
</tr>
<tr>
<th colspan=8 align=left><font size=-2>Os impostos estão incuídos nos preços.</th>