Пример #1
0
<?php

require_once "../../../lib/purchaseOrder.class.php";
require_once "../../../lib/helper_functions.php";
$P_order = new Purchaseorder();
$P_orders = $P_order->PrintPurchaseOrderById((int) $_GET[id]);
// echo "<pre>";
// 	var_dump($getPassDetails);
// echo "</pre>";
$row = count($P_orders);
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Print Purchase Order</title>
<style type="text/css">
.style1 {	
font-size: 14px;
font-weight: bold;
}

.font_content {
font-size:10px;
}

.style11 {
font-size:12px;
font-weight:bold;
}