0byt3m1n1
Path:
C:
/
GEOMATICS 23-01-2021
/
LAN
/
CPMS code
/
CPMS
/
USER
/
[
Home
]
File: addstockcategory.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>Stock category| 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"> <!-- .style1 {font-size: 16px} .style2 {font-size: 14px} --> </style> </head> <body> <p> <!--<div id="headerbg"> <div id="headerblank">--> <?php include("include/first_userheader.php"); ?> </p> <p class="msgText"> <?php if (isset($message)) echo $message;?> </p> <p class="msgText"> </p> <p class="msgText"> </p> <p align="center" class="projectboldtxt style1">Add Category of Items</p> <form action="addstockcategory_ctrl.php" method="post" enctype="multipart/form-data" name="form1" id="form1"> <table width="200" height="100" border="1" align="center"> <tr> <td height="94"><table width="406" height="86" align="center"> <tr> <td width="125" class="projectboldtxt">Stock Account name</td> <td width="163"><input type="text" name="txtstockaccount" id="txtstockaccount" value="<?php if ($stockaccname_restore!="") { echo $stockaccname_restore; } ?>"/></td> <td width="102"><label><span class="valText"> <?php if(isset($error['stockaccname_null'])) { echo $error['stockaccname_null']; } if(isset($error['stockaccname_exist'])) { echo $error['stockaccname_exist']; } ?> </span> </label></td> </tr> <tr> <td> </td> <td><input type="submit" name="saveaccountbtn" id="saveaccountbtn" value="SAVE" /> <a href="search_stockacc.php" class="projectboldtxt">Search & Update</a></td> <td><label><a href="stockmanagement.php" class="projectboldtxt style2">Back</a></label></td> </tr> </table></td> </tr> </table> </form> <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>