File manager - Edit - /home/autoph/public_html/portal/mainindex.php
Back
<?php include 'core/init.php'; //mysql_query('SET NAMES utf8'); //mysql_query("SET NAMES 'utf8'"); // mysql_query("SET CHARACTER SET utf8"); protected_page(); $compCode = $user_data['company_assignment']; $checkIfAccess = $user_data['guard_access_only']; $checkIfNurse = $user_data['nurse_access_only']; $uLockedCount = $user_data['u_locked_count']; $account_type= $user_data['account_type']; $user = $user_data['u_name']; $uID = $user_data['u_id']; $CompanyAssignment = $user_data['company_assignment']; if($user!='arnel'){ if($uLockedCount >= 5){ header("Location: logout.php"); } } if($account_type === 'Doctor'){//redirect to doctor's page header('Location:doctors_portal.php'); } if($checkIfAccess==='1'){ header("Refresh:0; url=checkin-window.php?view=in"); } if($checkIfNurse==='1'){ header("Refresh:0; url=nurse-station.php?view=on"); } //check if access is for Guard Only, if yes access will redirect to guards module include 'includes/checkchangefunds.php'; ?> <html> <head> <title>NEPHRO GROUP</title> <meta charset="UTF-8"> <link rel="stylesheet" href="css/screen_white.css"> </head> <!--<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"> <link rel="stylesheet" href="/resources/demos/style.css"> <script src="https://code.jquery.com/jquery-1.12.4.js"></script> <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> --> <link rel="stylesheet" href="css/jquery/css/jquery-ui.css"> <link rel="stylesheet" href="css/jquery/css/jquery-ui.css"> <link rel="stylesheet" href="/resources/demos/style.css"> <script src="css/jquery/css/jquery-1.12.4.js"></script> <script src="css/jquery/css/jquery-ui.js"></script> <script> $( function() { $( "#datepicker" ).datepicker(); } ); $( function() { $( "#datepickerA" ).datepicker(); } ); $( function() { $( "#datepickerB" ).datepicker(); } ); $( function() { $( "#datepickerPOS" ).datepicker(); } ); </script> <!-- POP UP CENTER --> <script> function popupCenter(pageURL, title, w, h) { //var left = (screen.width / 2) - (w / 2); //var top = (screen.height / 2) - (h / 2) ; var left = 300; var top = 50; var targetWin = window.open(pageURL, title, 'toolbar=no, location=no, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=no, copyhistory=no, width='+w+', height='+h+', top='+top+', left='+left); } </script> <!-- ////////////////////////////////////////////////////////////////////////////////////// START OF SCRIPT FOR AUTOM COMPLETE --> <script type="text/javascript" charset="utf-8"> $( function() { var userName = <?php $d = mysql_query( "SELECT * FROM `patient_list` ORDER BY `patient_lname` ASC" ); $usernames = array(); while( $r = mysql_fetch_assoc($d) ) { $usernames[] = $r['patient_fname']." ".$r['patient_lname'] ."---".$r['patient_id']; } echo json_encode( $usernames ); ?>; $( "#tags" ).autocomplete({ source: userName }); } ); </script> <script type="text/javascript" charset="utf-8"> $( function() { var medicinesName = <?php $mm = mysql_query( "SELECT * FROM `medicines` ORDER BY `medicine_desc` ASC" ); $Medicines = array(); while( $med = mysql_fetch_assoc($mm) ) { $Medicines[] = $med['item_code']." = ".$med['medicine_desc'] ."---".$med['medicine_id']; } echo json_encode( $Medicines ); ?>; $( "#med" ).autocomplete({ source: medicinesName }); } ); </script> <!-- ////////////////////////////////////////////////////////////////////////////////////// END OF SCRIPT FOR AUTOM COMPLETE --> <style type="text/css"> div#containerM { width: 1200px; height: 30px; margin-top: 0px; margin-left: 0px; text-align: left; position:relative; } </style> <style type="text/css"> body { background-color: #FFFFFF; color: #000000; } </style> <style type="text/css"> a:hover { color: #290200; } </style> <script type="text/javascript" src="./jscookmenu.js"></script> <link rel="stylesheet" href="./ThemeFancy/theme.css" type="text/css"> <script type="text/javascript" src="./ThemeFancy/theme.js"></script> <script type="text/javascript"> <!-- function popupwnd(url, toolbar, menubar, locationbar, resize, scrollbars, statusbar, left, top, width, height) { if (left == -1) { left = (screen.width/2)-(width/2); } if (top == -1) { top = (screen.height/2)-(height/2); } var popupwindow = this.open(url, '', 'toolbar=' + toolbar + ',menubar=' + menubar + ',location=' + locationbar + ',scrollbars=' + scrollbars + ',resizable=' + resize + ',status=' + statusbar + ',left=' + left + ',top=' + top + ',width=' + width + ',height=' + height); } //--> </script> <body class="lightGradient"><center> <table style="width:100%;background:white;border-collapse:collapse;height:100%;min-width:1300px"> <tr> <?php include 'includes/adminwidgets.php';?> </tr> <tr> <?php //HIDE OR SHOW HEADER if(!empty($_GET['view']) ){ }else{ include 'includes/mainmenu.php'; } ?> </tr> <tr> <td class="lightGradient" align="center" valign="top" style="background-image: url(images/ThemeFancy1.png);border:none;width:100%;text-align:center;height:34px;border-bottom:1px solid #F2F2F2"> <center><?php include 'includes/copy_dropmenu.php';?></center> </td> </tr> <tr> <td class="lightGradient" align="center" valign="top" style="background:lightgray;border:none;width:100%;text-align:center;height:100%;border-bottom:1px solid lightgray"> <table style='width:100%;height:100%;background:lightgray'> <td valign='top' style='height:100%;width:100%;border:1px solid whtie'> <table style="height:100%;width:100%;border:1px solid white;background:lightgray;border-bottom:none;border-left:none;border-right:none;"> <tr> <td valign="top" style="height:100%;text-align:middle;border:none;width:250px;min-width:250px;background:white;font-size:20px;font-weight:bold;color:blue;border-right:1px solid gray"> <?php if($CompanyAssignment === '2'){ include 'includes/executivedashboard.php'; }else { include 'includes/maindashboard.php'; } ?> </td> <td valign="top" style="border:none;width:100%;background:white;text-align:top;"> <?php //======================================================================== //Check if there is unprocessed philhealth claims //======================================================================== if($viewPhicAlert==='1'){ if(isset($_GET['check'])){ $qq=mysql_query("SELECT * FROM `treatment_session` WHERE `phic_soa` ='No' AND `phic_claim`='Valid' AND `branch_code`='$compCode' ORDER by `date_added` ASC"); while($row = mysql_fetch_array($qq)){ $addDate = $row['date_added']; //get lapses days from date of philhealth filed up to current date $diff = abs(strtotime($toDate) - strtotime($addDate)); $years = floor($diff / (365*60*60*24)); $months = floor(($diff - $years * 365*60*60*24) / (30*60*60*24)); $days = floor(($diff - $years * 365*60*60*24 - $months*30*60*60*24)/ (60*60*24)); if($days > 1 ){ echo "<div align='left' style='float:float;position:absolute;top:5px;left:5px;width:100%;height:100%;border:5px solid blue;border-radius:10px;background:#f5f5f5'>"; echo "<center><h3 style='border-radius:10px 10px 0px 0px;background:#f5f5f5;font-size:25px;color:red;height:40px'> <img src='images/alert.png'> PhilHealth Notification:</img></h3></center>"; echo "<table style='width:100%;height:100%'> <tr> <td valign='top' style='background:#f5f5f5;font-size:18px;font-weight:bold;font-family:calibri;color:blue;height:400px;border:0px solid #FCA75D'>"; //========================================================================================== $q=mysql_query("SELECT * FROM `treatment_session` WHERE `phic_soa`='No' AND `phic_claim`='Valid' AND `branch_code`='$compCode'"); $row=mysql_fetch_array($q); $total=mysql_num_rows($q); $dis=15; $total_page=ceil($total/$dis); $page_cur=(isset($_GET['page']))?$_GET['page']:1; $k=($page_cur-1)*$dis; $page_cur = mysql_real_escape_string($page_cur); $qq=mysql_query("SELECT * FROM `treatment_session` WHERE `phic_soa` !='Post' AND `branch_code`='$compCode' ORDER by `date_added` ASC"); echo "<table style='width:100%; height:95% border:1px solid white; border-collapse:collapse;'>"; echo "<tr> <th class='Gradient' style='text-align:center;width:80px;background:lightgray;border:1px solid gray;font-size:13px;height:25px'>Trans. #</th> <th class='Gradient' align='left' style='width:200px;background:lightgray;border:1px solid gray;font-size:13px'>First Name</th> <th class='Gradient' align='left' style='width:200px;background:lightgray;border:1px solid gray;font-size:13px'>Last Name</th> <th class='Gradient' align='left' style='width:100px;background:lightgray;border:1px solid gray;font-size:13px'>Package</th> <th class='Gradient' align='center' style='width:100px;background:lightgray;border:1px solid gray;font-size:13px'>Date</th> <th class='Gradient' align='center' style='width:120px;background:lightgray;border:1px solid gray;font-size:13px'>Lapses MM | DD</th> <th class='Gradient' align='left' style='width:80px;background:lightgray;border:1px solid gray;font-size:13px'>Amount</th> <th class='Gradient' align='center' style='width:80px;background:lightgray;border:1px solid gray;font-size:13px'>-</th> </tr>"; while($row = mysql_fetch_array($qq)){ $addDate = $row['date_added']; //get lapses days from date of philhealth filed up to current date $diff = abs(strtotime($toDate) - strtotime($addDate)); $years = floor($diff / (365*60*60*24)); $months = floor(($diff - $years * 365*60*60*24) / (30*60*60*24)); $days = floor(($diff - $years * 365*60*60*24 - $months*30*60*60*24)/ (60*60*24)); if($days >= 49 ){ $bgColor = '#FF6666'; }else { $bgColor = '#33FF66'; } if($months >1){ $msuffix ='s'; }else { $msuffix =''; } if($days >1){ $dsuffix ='s'; }else { $dsuffix =''; } //$diff=date_diff($toDate,$addDate); $sponsor_control_number='0'; $headID = $row['session_header_id']; //$sponsor_control_number = mysql_result(mysql_query("SELECT `sponsor_control_number` FROM `pindex_hdr` WHERE `index_hdr_id`='$headID'"),0); $tranID = $row['index_hdr_id']; //$gender = mysql_result(mysql_query("SELECT `patient_sex` FROM `patient_list` WHERE `patient_id` ='".$row['index_hdr_id']."'"),0); //$status = mysql_result(mysql_query("SELECT `patient_status` FROM `patient_list` WHERE `patient_id` ='".$row['session_patient_id']."'"),0); //$sesqq=mysql_query("SELECT * FROM `treatment_session` WHERE `session_header_id`='$tranID' AND `branch_code`='$compCode'"); // while($sesrow = mysql_fetch_array($sesqq)){ // $getTransID =$sesrow['session_header_id']; // if($getTransID==$tranID){ // $usage = $usage + $sesrow['sponsor_amount']; // } // } echo "<tr>"; echo "<td style='font-size:12px;border:1px solid lightgray;text-align:center;width:50px;height:25px'>" . $row['session_id'] . "</td>"; //echo "<td style='font-size:12px;border:1px solid lightgray;text-align:left;width:200px;height:25px'>" . $sponsor_control_number . "</td>"; echo "<td style='font-size:12px;border:1px solid lightgray;text-align:left;width:200px;height:25px'>" . $row['session_fname'] . "</td>"; echo "<td style='font-size:12px;border:1px solid lightgray;text-align:left;width:250px;height:25px'>" . $row['session_lname'] . "</td>"; echo "<td style='font-size:12px;border:1px solid lightgray;text-align:left;width:100px;height:25px'>" . $row['session_package_code'] . "</td>"; echo "<td style='font-size:12px;border:1px solid lightgray;text-align:center;width:100px;height:25px'>" . $row['date_added'] . "</td>"; echo "<td style='font-size:12px;border:1px solid lightgray;text-align:center;width:150px;height:25px;background:$bgColor'>"; echo $months . " mon".$msuffix." & " . $days . " day".$dsuffix; echo "</td>"; echo "<td style='font-size:12px;border:1px solid lightgray;text-align:right;width:80px;height:25px'>" . number_format($row['session_package_copay'],2,'.',',') . "</td>"; echo "<td style='font-size:12px;border:1px solid lightgray;text-align:center;width:80px;height:25px'><a href='mainindex.php?view=phidetailedclaim&hID=".$row['session_header_id']."&pID=".$row['session_patient_id']."&sponcode=PHIC&cID=".$sponsor_control_number."&sessionID=".$row['session_id']."&update=true'>Details</a></td>"; echo "</tr>"; } echo "<tr>"; echo "<td align ='center' colspan='9' style='border:1px solid white;background-color:#fff'> <br>"; if($page_cur>1){ echo '<a href="mainindex.php?page='.($page_cur-1).'&view=&check=true&check=true"> style="cursor:pointer;color:lightgray;" > <input style="cursor:pointer;background-color:lightgray;border:1px lightgray solid;border-radius:5px;width:100px;height:35px;color:green;font-size:16px;font-weight:bold;" type="button" value=" Previous "></a>'; }else { echo '<input style="background-color:lightgray;border:1px lightgray solid;border-radius:35px 0px 0px 35px;width:100px;height:35px;color:blue;font-size:16px;font-weight:bold;" type="button" value=" Previous ">'; } echo '<font color = "red"> <b>[ ' . $page_cur . ' of ' . $total_page . ' ] </font> </b> '; for($i=1;$i<=$total_page;$i++) { //if($page_cur==$i) //{ // echo ' <input style="background-color:lightgray;border:1px red solid;border-radius:1px;width:30px;height:20px;color:red;font-size:12px;font-weight:normal;" type="button" value="'.$i.'"> '; //} //else //{ //echo '<a href="mydocuments.php?page='.$i.'"> <input style="cursor:pointer;background-color:lightgray;border:1px black solid;border-radius:1px;width:30px;height:20px;color:green;font-size:12px;font-weight:normal;" type="button" value="'.$i.'"> </a>'; //} } if($page_cur<$total_page) { echo '<a href="mainindex.php?page='.($page_cur-1).'&view=&check=true&check=true"> <input style="cursor:pointer;background-color:lightgray;border:1px lightgray solid;border-radius:1px;width:100px;height:35px;color:green;font-size:16px;font-weight:bold;" type="button" value=" Next "></a>'; } else { echo '<input style="background-color:lightgray;border:1px lightgray solid;border-radius:0px 35px 35px 0px;width:100px;height:35px;color:blue;font-size:16px;font-weight:bold;" type="button" value=" Next ">'; } echo "<br><br></td>"; echo "</tr>"; echo "</table>"; //========================================================================================== echo "</td>4 </tr> </table> <center><a href='mainindex.php?view='><input type='button' value='Close' style='font-size:14px;font-weight:bold;width:100px;height:30px;border:1px solid gray;border-radius:3px;background:#FAAC58'></a></center>"; echo "</div>"; } } } } //======================================================================== //======================================================================== $branch_dashboard = $user_data['branch_dashboard']; $executive_dashboard = $user_data['executive_dashboard']; $view = $_GET['view']; switch($view){ case '': if($branch_dashboard==='1' && $executive_dashboard==='0'){ //echo "Graph1"; //include 'includes/graph1.php'; //Graph Summary include 'includes/rptbranchdashboard.php'; }else if($executive_dashboard==='1'){ // echo "Graph2"; include 'includes/executive-dashboard.php'; }else{ include 'includes/usermenu.php'; } break; case 'bd': include 'includes/backdate.php'; break; case 'graph1': include 'includes/graph1.php'; break; case 'adduser': include 'includes/addusers.php'; break; case 'spo': include 'includes/addsponsor.php'; break; case 'newpatient': include 'includes/addpatient.php'; //include 'includes/patient_profile.php'; break; case 'register'; include 'includes/treatment_registration.php'; break; case 'checkin': include 'includes/checkin.php'; break; case 'checkout': include 'includes/forcheckout.php'; break; case 'index': include 'includes/indexheader.php'; break; case 'checkin-patient'; include 'includes/checkinnapplication.php'; break; case 'newsession'; include 'includes/newsession.php'; break; case 'regpatient': include 'includes/registeredpatient.php'; //include 'includes/frm_registeredpatient.php'; break; case 'xregpatient': include 'includes/xregisteredpatient.php'; break; case 'txcount': include 'includes/tx_count.php'; break; case 'livetxt': include 'includes/grp_active_session.php'; break; case 'phicla': include 'includes/xphiclaims.php'; break; case 'sponca': include 'includes/xsponsors_claims.php'; break; case 'xinhu': include 'includes/xinhouse_claims.php'; break; break; case 'inhouse': include 'includes/inhouse_summary.php'; break; case 'updateindex': include 'includes/updateindex.php'; break; case 'updatesession'; include 'includes/indexcard.php'; break; case 'sessionpayment': include 'includes/sessionpayment.php'; break; case 'waiting'; include 'includes/waitingarea.php'; break; case 'active-session'; include 'includes/activesession.php'; break; case 'application': include 'includes/activeapplication.php'; break; case 'clearance': include 'includes/clearance.php'; break; case 'viewsession': include 'includes/viewclosedsession.php'; break; case 'deferred': include 'includes/deferredsession.php'; break; case 'preports': include 'includes/patientreport.php'; break; case 'sponsclaim': include 'includes/sponsor-clams.php'; break; case 'sponsdetailedclaim': include 'includes/sponsor-detailed-clams.php'; break; case 'phiclaim': include 'includes/philhealth-claims.php'; break; case 'phidetailedclaim': include 'includes/philhealth-detailed-claims.php'; break; case 'hmoclaim': include 'includes/hmo-claims.php'; break; case 'hmodetailedclaim': include 'includes/hmo-detailed-claims.php'; break; case 'docpro': include 'includes/docprofile.php'; break; case 'sponsum': include 'includes/sponsorsoasummary.php'; break; case 'hmosum': include 'includes/hmorsoasummary.php'; break; case 'sponsoaview': include 'includes/spon-soa-summaryview.php'; break; case 'hmosoaview': include 'includes/hmo-soa-summaryview.php'; break; case 'upackage': include 'includes/package.php'; break; case 'epackage': include 'includes/epackage.php'; break; case 'viewpackage': include 'includes/viewpackage.php'; break; case 'updatepackage': include 'includes/package-header.php'; break; case 'hmo': include 'includes/addhmo.php'; break; case 'medicines': include 'includes/medicines.php'; break; case 'config': include 'includes/sys-config.php'; break; case 'branch': include 'includes/branch-operation.php'; break; case 'group': include 'includes/group-operation.php'; break; case 'executive': include 'includes/executive-filter-date.php'; break; case 'executive-rpt': include 'includes/executive.php'; break; case 'phic-select': include 'includes/phic-date-selector.php'; break; //phic-refile-selector.php case 'refphic': include 'includes/phic-refile-selector.php'; break; // case 'phicsum': include 'includes/phicsoasummary.php'; break; case 'closepackage': include 'includes/closepackage.php'; break; case 'menu': include 'includes/usermenu.php'; break; case 'plookup': include 'includes/patient-lookup.php'; break; case 'noshow': include 'includes/noshow-lookup.php'; break; case 'phic-cofirmation': include 'includes/phic-refilinglist.php'; break; case 'cf2': include 'includes/print-cf2.php'; break; case 'yearly': include 'includes/print-cf2.php'; break; case 'monthly': include 'includes/print-cf2.php'; break; case 'pupdate': include 'includes/editpatient.php'; break; case 'payments': include 'includes/payments_report_list.php'; break; case 'walkin': include 'includes/walkin-patient.php'; break; case 'payment': include 'includes/pos.php'; //include 'includes/pos_autocomplete.php'; break; case 'settings': include 'includes/accessright.php'; break; case 'chngeup': include 'includes/changeuserpassword.php'; break; case 'cpwd': include 'includes/changepwd.php'; break; case 'newpwd': include 'includes/userchangepassword.php'; break; case 'control': include 'includes/access-control.php'; break; case 'cp': include 'includes/changepassword.php'; break; case 'phicpay': include 'includes/payment_received.php'; break; case 'phicpaylist': include 'includes/payment_voucher_list.php'; break; //STATEMENT OF ACCOUNT CREATION case 'valuecare': include 'includes/soa_valuecare_filter.php';//soa_ecc.php'; break; case 'valuecare_add': include 'includes/soa_valuecare.php';//valuecare.php'; break; case 'intel': include 'includes/soa_intellicare_filter.php';//soa_ecc.php'; break; case 'intelsoa_add': include 'includes/soa_intellicare.php';//soa_ecc.php'; break; case 'medcard': include 'includes/soa_medicard_filter.php';//soa_ecc.php'; break; case 'medcard_add': include 'includes/soa_medicard.php';//valuecare.php'; break; case 'pcsosoa': include 'includes/soa_pcso_filter.php';//soa_ecc.php'; break; case 'pcsosoa_add': include 'includes/soa_pcso.php';//soa_ecc.php'; break; case 'eccsoa': include 'includes/soa_ecc_filter.php';//soa_ecc.php'; break; case 'delivery': include 'includes/soa_ecc.php';//soa_ecc.php'; break; //STATEMENT OF ACCOUNT CREATION// case 'nsoa': include 'includes/filter-create-soa.php'; break; case 'payment_voucher': include 'includes/voucher_filterdate.php'; break; case 'delivery': include 'includes/newdelivery.php'; break; case 'adj': include 'includes/stockadjustment.php'; break; case 'stkadj': include 'includes/addadjustmentitems.php'; break; //cancelled_dr_summary.php case 'adddritems': include 'includes/adddeliveryitems.php'; break; case 'vxdr': include 'includes/viewxdr.php'; break; case 'unposteddr': include 'includes/unposted_dr_summary.php'; break; case 'xdr': include 'includes/cancelled_dr_summary.php'; break; case 'posteddr': include 'includes/filter_posted_dr.php'; //include 'includes/posted_dr_summary.php'; break; case 'posteddrdtl': include 'includes/posted_dr_summary.php'; //include 'includes/posted_dr_summary.php'; break; case 'viewdritems': include 'includes/viewedritems.php'; break; case 'stransfer': include 'includes/stk_transfer.php'; break; case 'process-stk': include 'includes/stkprocess_transfer.php'; break; case 'unpostedstk': include 'includes/unposted_stk.php'; break; case 'postedstk': include 'includes/posted_stk.php'; break; case 'viewstkdetl': include 'includes/viewunposted_stk.php'; break; case 'viewpostedstkdetl': include 'includes/viewposted_stk.php'; break; case 'sj': include 'includes/sales-journal-filter.php'; break; case 'sjreport': include 'includes/sales-journal.php'; // include 'includes/sales-journal_ar.php'; break; case 'crj': include 'includes/cash-receipt-filter.php'; break; case 'pts': include 'includes/pts-filter.php'; break; case 'adap': include 'includes/adap-receipt-filter.php'; break; case 'adapreport': include 'includes/advpay_availment_summary.php'; break; case 'gul': include 'includes/gul-receipt-filter.php'; break; case 'gulreport': include 'includes/gulpay_availment_summary.php'; break; case 'crjreport': //include 'includes/cash-receipt.php'; include 'includes/cash-receipt_cs.php'; break; case 'daily': include 'includes/dailyschedule.php'; break; case 'findpay': include 'includes/searchPAY.php'; break; case 'card': include 'includes/itemsearch.php'; break; case 'viewadv': include 'includes/advancepayment_detalis.php'; break; case 'viewcard': include 'includes/stockcard.php'; break; case 'printinventory': include 'printinventory.php'; break; case 'agear': include 'includes/filter-agear.php'; break; case 'agesum': include 'includes/aging_non_phic_filter.php'; //include 'includes/prtagingsummary.php';nonaging break; case 'nonaging': // include 'includes/aging_non_phic_filter.php'; include 'includes/prtagingsummary2.php';//nonaging break; case 'plookup2': include 'includes/patient-lookup2.php'; break; case 'plookup3': include 'includes/patient-lookup3.php'; break; case 'amonsum': include 'includes/filter_doc_session.php'; //include 'includes/monthly-daily-summary.php';viewdocsum break; case 'viewdocsum': include 'includes/monthly-daily-summary.php'; break; case 'cancelpay': include 'includes/xpos.php'; break; case 'advpay': include 'includes/advancepayment.php'; break; case 'apos': //include 'includes/apos_autocomplete.php'; include 'includes/apos.php'; break; case 'gpay': include 'includes/gpos.php'; //include 'includes/gpos_autocomplete.php'; break; case 'vgua': include 'includes/guaranteeusagedetails.php'; break; case 'docpf': include 'includes/doc_filter_date.php'; break;//issuance case 'pfpcso': include 'includes/doc_filter_date.php'; break;//issuance case 'pfhmo': include 'includes/doc_filter_date.php'; break;//issuance case 'reg': include 'includes/doc_filter_date.php'; break;//issuance case 'srp': include 'includes/doc_filter_date.php'; break;//issuance case 'hmo': include 'includes/doc_filter_date.php'; break;//issuance case 'docref': include 'includes/docref_filter_date.php'; break;//issuance payinc case 'upft-d': include 'includes/docpf_fdate.php'; break; case 'payinc-d': include 'includes/docinc_fdate.php'; break; case 'paypf': include 'includes/docpaypf.php'; break; case 'payinc': include 'includes/docpayinc.php'; break; case '_': include 'includes/doc_filter_date.php'; break;//.php paypf case 'docinc'://doctx searchitem.php include 'includes/doc_filter_date.php'; break; case 'sit'://doctx searchitem.php include 'includes/searchitem.php'; break; case 'invfit'://doctx cashdepositsummary.php include 'includes/inventory_report_filter.php'; break; case 'cdp'://doctx include 'includes/cashdepositsummary.php'; break; case 'doctx': include 'includes/doc_filter_sum.php'; break; case 'prntdel': include 'includes/inventory_filterdate.php'; break; case 'prntdtl': include 'includes/inventory_filterdate2.php'; break; case 'itemupdate': include 'includes/edititem.php'; break; case 'weekly': include 'includes/weeklyinventoryfilterdate.php'; break; case 'tx-daily': include 'includes/tx-selectmonth.php'; break; case 'stkrpt': include 'includes/stk_filterdate.php'; break; case 'adjrep': include 'includes/stk_adjustmentdate.php'; break; case 'out-stk': include 'includes/outgoing-stk.php'; break; case 'in-stk': include 'includes/incoming-stk.php'; break; case 'recvstk': include 'includes/receive-stk.php'; break; case 'stk-issue': include 'includes/stock-issuance.php'; break; case 'addissueditem': include 'includes/addissuanceitems.php'; break; case 'unpostedisstk': include 'includes/unposted_stock_issuance.php'; break; case 'postedisstk': include 'includes/posted_stock_issuance.php'; break; case 'unviewpostedisstk': include 'includes/updateaddissuanceitems.php'; break; case 'viewpostedisstk': include 'includes/viewaddissuanceitems.php'; break; case 'stkemp': include 'includes/selectemployee.php'; break; case 'medhis': include 'includes/searchpatient.php'; break; case 'upft': include 'includes/doctor_access.php'; break; case 'uinc': include 'includes/doctor_incentive_summary.php'; break; case 'fupft': include 'includes/doctor_uinc.php'; break; break; case 'ppaid': include 'includes/phic-partialpayment.php'; break; case 'cbr': include 'includes/changebranch.php'; break; case 'recon': include 'includes/recon.php'; break; case 'dep': include 'includes/ideposit.php'; break; case 'gua': include 'includes/iguarantee.php'; break; case 'vpatient': include 'includes/tx_doctor.php'; break; case 'branch-config': include 'includes/branch_config.php'; break; case 'newpackage': include 'includes/newpackage.php'; break; case 'newpos': include 'includes/help/process_new_payment.php'; break; case 'help': include 'includes/help/help.php'; break; case 'abt': include 'includes/aboutus.php'; break; case 'wtx': include 'includes/filter_weekly_tx_report.php'; break; case 'usche': include 'includes/help/update_tx_schedule.php'; break; case 'wtcsr': include 'includes/filter_weekly_batch_report.php'; break; case 'expired': include 'includes/expired.php'; break; case 'wdel': include 'includes/filter_weekly_detailed_report.php'; break; case 'ns': include 'includes/filter_nowshow_report.php'; break; case 'fout': include 'includes/force_checkout.php'; break; case 'pcbill': include 'includes/pcso_filter_date.php'; break; case 'pgcr': include 'includes/pagcor_filter_date.php'; break; case 'asoa': include 'includes/insert_soa.php'; break; case 'dsoa': include 'includes/soa_details.php'; break; case 'search': include 'includes/search.php'; break; //update_payment_by_patient.php case 'phicpay_patient': include 'includes/update_payment_by_patient.php'; break; } ?> </td> </tr> </table> </td> </table> </td> </tr> <tr> <?php include 'includes/links.php'; ?> </tr> </table></center> </body> </html>
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings