0byt3m1n1
Path:
C:
/
wamp64
/
www
/
cpms_new
/
USER
/
[
Home
]
File: stockmanagement.php
<!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> <title>Index | OFMSP</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="../style.css" rel="stylesheet" type="text/css" /> <link rel="icon" href="../images/icon.ico" /> <style type="text/css"> <!-- #apDiv1 { position:absolute; width:200px; height:115px; z-index:1; left: 336px; top: 195px; } #apDiv2 { position:absolute; width:200px; height:146px; z-index:1; left: 248px; top: 358px; } #apDiv3 { position:absolute; width:200px; height:149px; z-index:2; left: 588px; top: 354px; } #apDiv4 { position:absolute; width:164px; height:22px; z-index:3; left: 270px; top: 307px; } .style2 { font-size: 16px } #apDiv5 { position:absolute; width:153px; height:22px; z-index:4; left: 616px; top: 308px; } --> </style> </head> <body> <p> <!--<div id="headerbg"> <div id="headerblank">--> <?php include("include/userheader.php"); ?> </p> <p><a href="addstockcategory.php"></a></p> <p><a href="additem.php"></a></p> <div id="apDiv2"> <table width="200" border="1"> <tr> <td height="137"><table width="200" align="center"> <tr> <td height="30"><a href="addstockcategory.php" class="projectboldtxt">Stock category Entry</a></td> </tr> <tr> <td height="26"><a href="additem.php" class="projectboldtxt">Stock item entry</a></td> </tr> <tr> <td height="26"><a href="stockentry.php" class="projectboldtxt">Stock entry</a></td> </tr> <tr> <td height="31"><a href="stockusage_entry.php" class="projectboldtxt">Item used</a></td> </tr> </table></td> </tr> </table> </div> <p><a href="stockentry.php"></a></p> <p><a href="stockusage_entry.php"></a></p> <p><a href="stockentry_reports.php"></a></p> <p><a href="stockusage_reports.php"></a></p> <p><a href="stocksummary_reports.php"></a></p> <div id="apDiv3"> <table width="200" height="143" border="1"> <tr> <td height="137"><table width="200"> <tr> <td height="31"><a href="stockentry_reports.php" class="projectboldtxt">Stock entry Report</a></td> </tr> <tr> <td height="32"><a href="stockusage_reports.php" class="projectboldtxt">Used item Report</a></td> </tr> <tr> <td height="37"><a href="stocksummary_reports.php" class="projectboldtxt">Summary Report</a></td> </tr> <tr> <td height="17"><a href="lastphysicalquantity.php" class="projectboldtxt">Last physical quantity in stock</a></td> </tr> </table></td> </tr> </table> </div> <p align="left"><a href="lastphysicalquantity.php"></a></p> <div class="projectboldtxt style2" id="apDiv5">Reports For Stock</div> <div class="projectboldtxt style2" id="apDiv4"> Entries For Stock</div> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </div> <?php include "include/footer.php"; ?> </p> </body> </html>