Schwifty
10/19/2021, 9:20 AMPete Kastner
10/19/2021, 12:50 PMPete Kastner
10/19/2021, 12:50 PM<table style="width: 100%; margin-top: 10px;"><!-- start items --><#list record.item as item><#if item_index==0>
<thead>
<tr>
<th align="center" colspan="3" style="padding: 10px 6px;">${item.quantity@label}</th>
<th colspan="12" style="padding: 10px 6px;">${item.item@label}</th>
<th align="right" colspan="4" style="padding: 10px 6px;">${item.rate@label}</th>
<th align="right" colspan="4" style="padding: 10px 6px;">${item.amount@label}</th>
</tr>
</thead>
</#if><tr>
<td align="center" colspan="3" line-height="150%">${item.quantity}</td>
<td colspan="12"><span style="font-weight: bold; line-height: 150%; color: #333333;">${item.item}</span><br />${item.description}</td>
<td align="right" colspan="4">${item.rate}</td>
<td align="right" colspan="4">${item.amount}</td>
</tr>
</#list><!-- end items --></table>
<hr style="width: 100%; color: #D3D3D3; background-color: #D3D3D3; height: 1px;" /></#if>
<table style="page-break-inside: avoid; width: 100%; margin-top: 10px;"><tr>
<td colspan="4"> </td>
<td align="right" style="font-weight: bold; color: #333333;">${record.subtotal@label}</td>
<td align="right">${record.subtotal}</td>
</tr>
<tr>
<td colspan="4"> </td>
<td align="right" style="font-weight: bold; color: #333333;">${record.taxtotal@label} (${record.taxrate}%)</td>
<td align="right">${record.taxtotal}</td>
</tr>
<tr style="background-color: #E3E3E3; line-height: 200%;">
<td background-color="#FFFFFF" colspan="4"> </td>
<td align="right" style="font-weight: bold; color: #333333;">${record.total@label}</td>
<td align="right">${record.total}</td>
</tr></table>Schwifty
10/19/2021, 4:27 PMSchwifty
10/19/2021, 4:30 PMSchwifty
10/19/2021, 4:32 PMSchwifty
10/19/2021, 4:33 PMSchwifty
10/19/2021, 4:33 PMPete Kastner
10/19/2021, 4:57 PMSchwifty
10/19/2021, 5:50 PMSchwifty
10/19/2021, 5:50 PMSchwifty
10/19/2021, 5:51 PMSchwifty
10/19/2021, 5:52 PM