| Current Path : /var/www/html/mmishra/ilight/mybp/ |
| Current File : /var/www/html/mmishra/ilight/mybp/z.php |
<?php
require("../icure/init.inc.php");
echo $header;
?>
<br>
<center>
<?php
if (!$user) {
echo "<table border='9'><tr><td>
UID <input type='text' name='txtID' value='' size='15'>
PWD <input type='password' name='txtPWD' value='' size='15'>
<input type='submit' name='login' value='LOGIN'>
</td></tr></table>
";
}
?>
[ <a href='guest/'>Guest access</a> ]
</center>
<h3>Process Flow</h3>
<center>
<?php
echo "<table width='90%' border='1'><tr valign='top'>
<th width='20%'>
<table width='98%' border='1'>
<tr><th>ESTABLISHMENT</th></tr>
<tr><td>Employees Roll</td></tr>
<tr><td>Leave Processing</td></tr>
</table>
</th>
<th width='20%'>
<table width='98%' border='1'><tr valign='top'>
<th>STORE</th></tr>
";
if ($role == 'operator') {
echo "<tr><td><a href='operator/indentform.php'>Indent Entry</a></td></tr>
<tr><td><a href='operator/indentstatus.php'>Indent Status</a></td></tr>";
} else {
echo "<tr><td>Indent Entry</td></tr>
<tr><td>Indent Status</td></tr>";
}
echo "
<tr><td>Office Approval</td></tr>
<tr><td>Stockbook Entry</td></tr>
<tr><td>Stockbook Status</td></tr>
<tr><td>Material In-Out</td></tr>
</table>
</th>
<th width='20%'>
<table width='98%' border='1'>
<tr><th>PURCHASE</th></tr>
<tr><td>Tender Processing</td></tr>
<tr><td>Purchase Order</td></tr>
<tr><td>Work Order</td></tr>
<tr><td>Material Receipt</td></tr>
</table>
</th>
<th width='20%'>
<table width='98%' border='1'>
<tr><th>ACCOUNT</th></tr>
<tr><td>Expenditure Head</td></tr>
";
if ($role == 'operator') {
echo "<tr><td><a href='operator/departments.php'>Departments</a></td></tr>
<tr><td><a href='operator/projects.php'>Projects</a></td></tr>";
} else {
echo "<tr><td>Departments</td></tr>
<tr><td>Projects</td></tr>";
}
echo "
<tr><td>Bill Voucher</td></tr>
<tr><td>Bill Payment</td></tr>
</table>
</th>
<th width='20%'>
<table width='98%' border='1'>
<tr><th>HEALTH CENTER</th></tr>
<tr><td><a href='../icure/'>icure.iiita.ac.in</a></td></tr>
</table>
</th>
</tr><tr valign='top'>
<th width='20%'>
<table width='98%' border='1'>
<tr><th>EXAMCELL</th></tr>
<tr><td><a href='http://sip.iiita.ac.in'>SIP Ver. 1.0</a></td></tr>
<tr><td>Admission</td></tr>
<tr><td>Examination</td></tr>
<tr><td>Certification</td></tr>
</table>
</th>
<th width='20%'>
<table width='98%' border='1'>
<tr><th>LIBRARY</th></tr>
<tr><td><a href='http://library.iiita.ac.in'>LibSite Ver. 2.0</a></td></tr>
</table>
</th>
<th width='20%'>
<table width='98%' border='1'>
<tr><th>MCELL</th></tr>
<tr><td>Inventory</td></tr>
<tr><td>Utilization</td></tr>
<tr><td>Scrap</td></tr>
</table>
</th>
<th width='20%'>
<table width='98%' border='1'>
<tr><th>PHDCELL</th></tr>
<tr><td><a href='http://phd.iiita.ac.in'>Admission</a></td></tr>
<tr><td>Scholar Roll</td></tr>
<tr><td>Attendance</td></tr>
<tr><td>Stipend</td></tr>
</table>
</th>
<th width='20%'>
<table width='98%' border='1'>
<tr><th>ELECTRICAL</th></tr>
<tr><td><a href='http://mybp.iiita.ac.in'>MyBillPower Ver. 1.0</a></td></tr>
<tr><td>Inventory</td></tr>
<tr><td>AMC Records</td></tr>
</table>
</th>
</table>
</center>";
echo $footer;
/* close connection */
$mysqli->close();
?>