Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/indem/mailscript/mcell/public_html/query/
Upload File :
Current File : /var/www/html/mmishra/indem/mailscript/mcell/public_html/query/received_tilldate.php

<?php
//show page head
include "../page_header.inc";
echo "<b>Parts Received Till Date:</b><br>";

$sql1 = "select description,model_make,unit_price,receive_date,warranty_date,stock_quantity,issued_quantity,scrap_quantity,remark from parts_receipt order by category_code, receive_date";
//show table data
echo table_data($sql1, $con, $start_pos, $db);

include "../page_footer.inc";
?>