Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/iws8/html/pcstore/backupxxxxxxx/
Upload File :
Current File : /var/www/html/mmishra/iws8/html/pcstore/backupxxxxxxx/query_received_tilldate.php

<?php
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, $start_pos, $db, $conf);

?>