$cashPaid = $_GET['cashPaid']; $batchNo = $_GET['batchNo']; $username = $_GET['username']; $quantity = $_GET['quantity']; $inventoryFrom = $_GET['inventoryFrom']; $room = ""; $paycash = $_GET['paycash']; $remarks = $_GET['remarks']; echo "<script src='../js/jquery-2.1.4.min.js'></script>"; echo "<script src='../js/jquery-ui.min.js'></script>"; echo "<link rel='stylesheet' href='../myCSS/coconutCSS.css'></link>"; echo "<link rel='stylesheet' href='../myCSS/jquery-ui.css'></link>"; echo "\n\n<script>\n\t\$(document).ready(function(){\n\t\t\$('#dateCharge').datepicker({\n\t\t\tdateFormat:'yy-mm-dd'\n\t\t});\n\t});\n</script>\n\n"; $ro = new storedProcedure(); $ro->coconutDesign(); $ro->coconutFormStart("get", "http://" . $ro->getMyUrl() . "/COCONUT/availableMedicine/addMe.php"); echo "<br><br>"; $ro->coconutBoxStart("500", "100"); echo "<Br>"; echo "<font color=red>{$description}</font>"; echo "<br>"; echo "<table border=0>"; echo "<tr>"; echo "<Td>Date Charge </td>"; echo "<Td>"; /* $ro->coconutComboBoxStart_short("month"); echo "<option value='".date("m")."'>".date("M")."</option>"; echo "<option value='01'>Jan</option>"; echo "<option value='02'>Feb</option>"; echo "<option value='03'>Mar</option>";
<?php include "../../../storedProcedure.php"; $date = $_GET['date']; $ro = new storedProcedure(); $ro->coconutDesign(); echo "<script src='http://" . $ro->getMyUrl() . "/COCONUT/js/jquery-1.9.1.js'></script>"; echo "<script src='http://" . $ro->getMyUrl() . "/COCONUT/js/jquery-ui.js'></script>"; echo "<link rel='stylesheet' type='text/css' href='http://" . $ro->getMyUrl() . "/COCONUT/myCSS/jquery-ui.css' />"; echo "<script>"; echo "\$(function() {\n\$('#date').datepicker({ 'dateFormat':'yy-mm-dd' });\n});\n"; echo "</script>"; echo "<br><Br><br><br><br>"; $ro->coconutFormStart("post", "requestStatus.php"); $ro->coconutBoxStart("500", "100"); echo "<br>"; echo "<table border=0>"; echo "<tr>"; echo "<Td>Date</td>"; echo "<Td>"; $ro->coconutTextBox("date", $date); echo "</td>"; echo "</tr>"; echo "</table>"; echo "<br>"; $ro->coconutButton("Proceed"); $ro->coconutBoxStop(); $ro->coconutFormStop();
<li><a href="http://<?php echo $ro->getMyUrl(); ?> /LOGINPAGE/module.php"><font color=white>Home</font><span class="arrow"></span></a></li> <li><a href="#" class='odd'><font color=yellow>Admin Approval</font><span class="arrow"></span></a></li> <li> </li> </ol> <?php $ro->coconutUpperMenuStart(); $ro->coconutUpperMenuStop(); echo "<Br><bR><Br>"; $ro->coconutFormStart("post", "approvalLog1.php"); $ro->coconutBoxStart("500", "150"); echo "<br>"; echo "<table border=0>"; echo "<Tr>"; echo "<Td>Username</td>"; echo "<td>"; $ro->coconutTextBox("username", ""); echo "</tD>"; echo "</tr>"; echo "<Tr>"; echo "<Td>Password</td>"; echo "<td>" . $ro->coconutPasswordBox_return("password", "") . "</tD>"; echo "</tr>"; echo "</table>"; echo "<br>";
$paycash = $_GET['paycash']; $remarks = $_GET['remarks']; $url = $_GET['url']; if (isset($_GET['doctorSpecialization'])) { $docSpecialization = $_GET['doctorSpecialization']; } else { $docSpecialization = ""; } echo "<script src='../js/jquery-2.1.4.min.js'></script>"; echo "<script src='../js/jquery-ui.min.js'></script>"; echo "<link rel='stylesheet' href='../myCSS/jquery-ui.css'></link>"; echo "<link rel='stylesheet' href='../myCSS/coconutCSS.css'></link>"; echo "\n\n<script>\n\t\$(document).ready(function(){\n\t\t\$('#dateCharge').datepicker({\n\t\t\tdateFormat:'yy-mm-dd'\n\t\t});\n\t});\n</script>\n\n"; $ro = new storedProcedure(); $ro->coconutDesign(); $ro->coconutFormStart("get", "http://" . $ro->getMyUrl() . "/COCONUT/availableCharges/addCharges_date1.php"); echo "<br><br>"; $ro->coconutBoxStart("500", "100"); echo "<Br>"; echo "<font color=red>{$description}</font>"; echo "<br>"; /* echo "<table border=0>"; echo "<tr>"; echo "<Td>Date Charge </td>"; echo "<Td>"; $ro->coconutComboBoxStart_short("month"); echo "<option value='".date("m")."'>".date("M")."</option>"; echo "<option value='01'>Jan</option>"; echo "<option value='02'>Feb</option>"; echo "<option value='03'>Mar</option>";