HEX
Server: Apache/2.4.41 (Amazon) OpenSSL/1.0.2k-fips PHP/5.6.40
System: Linux ip-172-31-40-18 4.14.146-93.123.amzn1.x86_64 #1 SMP Tue Sep 24 00:45:23 UTC 2019 x86_64
User: apache (48)
PHP: 5.6.40
Disabled: NONE
Upload Files
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>&nbsp;</td>
        <td>&nbsp;</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>