Esempio n. 1
0
<?php

require_once "../../../lib/stkReturn.class.php";
require_once "../../../lib/helper_functions.php";
$StockReturn = new StockReturn();
$stock_returns = $StockReturn->PrintDetailsOfStockReturn((int) $_GET[id]);
// echo "<pre>";
// 	var_dump($getPassDetails);
// echo "</pre>";
$row = count($stock_returns);
?>
<!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 Stock Return</title>
<link href="../../../css/report.css" rel="stylesheet" type="text/css" />
</head>

<body>

<table width="50%" height="67" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td height="26" align="center" valign="top"><h1>Square Textiles Ltd.</h1>
          <p class="style1">Saradaganj, Kashimpur, Gazipur </p></td>
        </tr>
        <tr>
        <td height="26" align="center" valign="top"><p><b>Stock Return</b></p></td>
    </tr>
</table>