File manager - Edit - /home/autoph/public_html/ahglegal/includes/body/inventory_body.php
Back
<div style='padding:1px;width:99.80%;height:80%;min-height:530px;border:1px solid lightgray;background:white'> <?php switch($action){ case 'add': echo "<div id='dragme' style='position:absolute;width:1000px;height:500px;border:1px solid gray;background:#F2F2F2;z-index:5'>"; echo "<h3 style='padding-left:5px;padding-top:2px'>UPDATE PATIENT`S RECORD</h3>"; echo "<div style='top:2px;left:97.5%;position:absolute;z-index:3'> <a href='main_new.php?view=100&sview=".$_GET['sview']."&sid=".$_GET['sid']."&action=&tab=4#id-4' style='display:block;width:17px;height:17px;border:1px solid gray;background:lightgray;border-radius:2px'> <center>X</center> </a> </div>"; include 'includes/stockadjustment_new.php'; echo "</div>"; break; } echo "<table style='width:100%;min-width:800px;height:100%;'>"; echo "<tr style='background:white'>"; echo "<td valign='top' style='width:20%;min-width:250px;'>"; if(isset($_GET['sview'])){ $sview = $_GET['sview']; switch($sview){ case '': //PATIENTS //include 'includes/inventory_dashboard.php'; include 'includes/maindashboard_new.php'; break; case '308': //CASH //include 'includes/inventory_dashboard.php'; include 'includes/maindashboard_new.php'; break; case '307': //CASH //include 'includes/inventory_dashboard.php'; include 'includes/maindashboard_new.php'; break; case '309': //CASH include 'includes/stock_receiving_dashboard.php'; break; case '310': //CASH include 'includes/stock_issuance_dashboard.php'; break; } } echo "</td>"; echo "<td valign='top' style='width:80%;min-width:550px;'>"; if(isset($_GET['sid'])){ $sid=$_GET['sid']; switch($sid){ case 'card': // ACTIV include 'includes/menu/masterfile/inventory_summary_new.php'; break; case 'adj': // ACTIV include 'includes/menu/masterfile/inventory_stockadjustment.php'; break; case 'newd': // ACTIV include 'includes/menu/masterfile/new_delivery.php'; break; case 'udel': // Unposted include 'includes/menu/masterfile/unposted_delivery.php'; break; case 'pdel': // Unposted include 'includes/menu/masterfile/posted_delivery.php'; break; case 'cdel': // Unposted include 'includes/menu/masterfile/cancel_posted_delivery.php'; break; case 'isu': // Unposted include 'includes/menu/masterfile/stock_issuance_module.php'; break; case 'isuu': // Unposted include 'includes/menu/masterfile/stock_issuance_unposted.php'; break; case 'isuc': // Unposted include 'includes/menu/masterfile/stock_issuance_cancelled.php'; break; } } echo "</td>"; echo "</tr>"; echo "</table>"; ?> </div>
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings