File: /var/www/html/qcr24/app/global/pdf/generatepdf_8_10_18.html
<style>
.width100
{
width: 100%;
}
.width100 th, .width100 td {
text-align: left;
font-size: 12pt;
border-bottom: 1px dashed #eee;
padding: 5px;
}
.width100 th {
background-color: #eee;
}
</style>
<table class="box2">
<tbody>
<tr>
<td class="box3">South Eastern Taxi Brokers</td>
<td class="box4">PAYMENT RECEIPT</td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<!--<tr>
<td class="box5" >ABN: {driver-abn}</td>
<td class="box6" >{paid-status}</td>
</tr>-->
</tbody>
</table>
<table class="width100" style="margin:20px 0px;">
<tr>
<th>Report #:</th>
<td><span>10000{rand}</span></td>
<th>Driver DC:</th>
<td><span>{driver_dc}</span></td>
<th>From:</th>
<td><span>{from}</span></td>
<th>To:</th>
<td><span>{to}</span></td>
</tr>
</table>
<table class="width100">
<tr>
<th>Trx Date:</th>
<th >Trx ID:</th>
<th >Status</th>
<th >From - To</th>
<th style="text-align:right;">Fare Amount</th>
<th style="text-align:right;">Total Amount</th>
</tr>
<tr>
{generatepdf}
</tr>
<tr>
<td style="width: 17%;">
</td>
<td style="width: 18%;">
</td>
<td style="width: 15%;">
</td>
<td style="width: 35%;text-align:right;">
<h3>Total:</h3>
</td>
<td style="width: 15%;text-align:right;">
<h3><span id="tTotal" class="trx-amount-total">{total_amount}</span></h3>
</td>
</tr>
</table>