<?php

include "../../../myDatabase2.php";
$date = $_GET['date'];
$username = $_GET['username'];
$ro = new database2();
$ro->deleteNow("generatorCharge", "dateStart", $date);
echo "<center>";
echo "<Br><br><Br><Br><Br><Br>";
echo "<font color=red>Deleted!</font>";
echo "</center>";
Exemple #2
0
<?php

include "../../../myDatabase2.php";
$radioSavedNo = $_GET['radioSavedNo'];
$registrationNo = $_GET['registrationNo'];
$username = $_GET['username'];
$ro = new database2();
$ro->deleteNow("radioSavedReport", "radioSavedNo", $radioSavedNo);
$ro->gotoPage("http://" . $ro->getMyUrl() . "/COCONUT/Results/clinicalChemistry/view_labTest_done.php?registrationNo={$registrationNo}&username={$username}");
<?php

include "../../../myDatabase2.php";
$collectionNo = $_GET['collectionNo'];
$month = $_GET['month'];
$day = $_GET['day'];
$year = $_GET['year'];
$ro = new database2();
$ro->deleteNow("cashCollection", "collectionNo", $collectionNo);
$ro->gotoPage("http://" . $ro->getMyUrl() . "/COCONUT/Cashier/cashCollection/cashCollectionDetails.php?month={$month}&day={$day}&year={$year}");
<?php

include "../../../myDatabase2.php";
$chargeNo = $_GET['chargeNo'];
$username = $_GET['username'];
$ro = new database2();
$ro->deleteNow("generatorCharge", "chargeNo", $chargeNo);
echo "<center>";
echo "<Br><br><Br><Br><Br><Br>";
echo "<font color=red>Deleted!</font>";
echo "</center>";
<?php

include "../../../myDatabase2.php";
$templateNo = $_POST['templateNo'];
$ro = new database2();
$ro->deleteNow("labResultList", "templateNo", $templateNo);
$ro->gotoPage("http://" . $ro->getMyUrl() . "/COCONUT/Laboratory/resultList/resultFormMasterfile.php");
Exemple #6
0
<?php

include "../../../myDatabase2.php";
$orderNo = $_GET['orderNo'];
$batchNo = $_GET['batchNo'];
$ro = new database2();
$ro->deleteNow("orderForm", "orderNo", $orderNo);
$ro->gotoPage("http://" . $ro->getMyUrl() . "/COCONUT/availableMedicine/reOrder/orderForm_update.php?batchNo={$batchNo}");
Exemple #7
0
<?php

include "../../myDatabase2.php";
$dietNo = $_POST['dietNo'];
$username = $_POST['username'];
$ro = new database2();
$ro->deleteNow("dietList", "dietNo", $dietNo);
$ro->gotoPage("http://" . $ro->getMyUrl() . "/COCONUT/dietary/viewDiet.php?username={$username}");
Exemple #8
0
<?php

include "../../../myDatabase2.php";
$controlNo = $_GET['controlNo'];
$ro = new database2();
$ro->deleteNow("vouchers", "controlNo", $controlNo);
echo "Voucher Deleted";
Exemple #9
0
<?php

include "../../../myDatabase2.php";
$itemNo = $_POST['itemNo'];
$registrationNo = $_POST['registrationNo'];
$ro = new database2();
$ro->deleteNow("patientCharges", "itemNo", $itemNo);
$ro->gotoPage("http://" . $ro->getMyUrl() . "/COCONUT/android/doctor/viewHospitalCharges.php?registrationNo={$registrationNo}");
Exemple #10
0
<?php

include "../../../myDatabase2.php";
$verificationNo = $_GET['verificationNo'];
$batchNo = $_GET['batchNo'];
$username = $_GET['username'];
$ro = new database2();
$ro->deleteNow("inventoryManager", "verificationNo", $verificationNo);
$ro->gotoPage("http://" . $ro->getMyUrl() . "/COCONUT/requestition/batchRequest/showCart_update.php?batchNo={$batchNo}&username={$username}");