"Job ID", "Order_Date" => "Order Date", "User_Name" => "User Name", "Location" => "Location", "Quantity" => "Quantity", "Comment" => "Comment", "Order_Status" => "Order_Status" ); ?> IMS "; echo ""; echo""; echo"
"; echo "
"; echo "

Part history.\n"; echo "

"; echo "
"; echo "

$part_string\n"; echo "

"; echo "
"; echo "\n"; echo "\n"; foreach($table_heads as $heading) { echo ""; } echo "\n"; echo "\n"; for ($i=1;$i<=$n_row;$i++) { echo ""; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; if ($inv_det[$i]['Order_Status'] == 'c') { echo "\n"; } else if ($inv_det[$i]['Order_Status'] == 'o') { echo "\n"; } echo "\n"; } echo ""; echo "\n"; echo ""; echo "
$heading
{$inv_det[$i]['Order_ID']}{$inv_det[$i]['Order_Date']}{$inv_det[$i]['Cust_Name']}{$inv_det[$i]['Ship_Name']}{$inv_det[$i]['Order_Amount']}{$inv_det[$i]['Order_Item_Description']}ClosedPending
"; echo "
"; ?>