thestepafter
08/08/2018, 5:57 PM<tr>
<td style="width: 30%;">${item.item}</td>
<td style="width: 15%;">${item.options}</td>
<td align="right" style="width: 15%;">${item.quantity}</td>
<td align="right" style="width: 10%;">${item.units}</td>
<td align="right" style="width: 15%;">${item.rate}</td>
<td align="right" style="width: 15%;">${item.amount}</td>
</tr>
<tr class="pb-10 border-bottom pagebreak-never">
<td colspan="2"><span class="uppercase text-grey-light text-small">Description</span><br />${item.description}</td>
<td colspan="4"><span class="uppercase text-grey-light text-small">Memo</span><br />${item.memo}</td>
</tr>