date_default_timezone_set('Asia/Kolkata');
$caller="active";
$caller1="open";
$oc_appointment_detil="active";
require_once '../template/superadmin/action_connection.php' ;
include("../settings/adminsession.php");
include "../../include/conf.php";
session_start();
$today = date('Y-m-d');
$get_tod_direct = mysqli_query($conn, "SELECT * from tbl_appointment_office where status in (1,2,3,4) and DATE(appointment_date) = '$today'");
$get_tod_direct_count = mysqli_num_rows($get_tod_direct);
$get_tod_direct = mysqli_query($conn, "SELECT * from tbl_appointment_office where status='2' and DATE(appointment_date) = '$today'");
$get_tod_direct_completed_count = mysqli_num_rows($get_tod_direct);
$get_pen = mysqli_query($conn, "SELECT * from tbl_appointment_office where status='1' and DATE(appointment_date) = '$today'");
$get_pending = mysqli_num_rows($get_pen);
$get_can = mysqli_query($conn, "SELECT * from tbl_appointment_office where status in (3,4) and DATE(appointment_date) = '$today'");
$get_cancelled = mysqli_num_rows($get_can);
$dates = date('Y-m-d');
$get_on_con = mysqli_query($conn, "SELECT * from tbl_appointment where status = 1 and DATE(appointment_date) < '$dates'");
$get_on_con_count = mysqli_num_rows($get_on_con);
$get_oc = mysqli_query($conn, "SELECT * from tbl_appointment where status='1' and DATE(appointment_date) = '$today'");
$get_oc_pending = mysqli_num_rows($get_oc);
?>
if(isset($_POST['sumbit1_para'])){//to run PHP script on submit
$v_id_order=$_REQUEST["v_id_order"];
$cour=$_REQUEST["courier_status_".$v_id_order.""];
$date_ss = date('Y-m-d H:i:s ', time());
$Query="UPDATE `tbl_appointment_office` SET `status`='$cour' WHERE `id`='$v_id_order'";
$DB->query($Query);
//$ids=$_REQUEST['ids'];
header("location:appointment_details.php");
//$cour="courier_status".$v_id_order."";
//header("location:view_order.php?ids=15");
}
?>
if(isset($_POST['sumbit_note_para'])){//to run PHP script on submit
$v_id_order=$_REQUEST["v_id_order"];
$cour=$_REQUEST["c_note_".$v_id_order.""];
date_default_timezone_set('Asia/Kolkata');
$date_ss = date('Y-m-d H:i:s ', time());
$Query="UPDATE tbl_appointment SET status='". $cour."',comp_time_da='". $date_ss."' WHERE `id`='".$v_id_order."'";
$DB->query($Query);
$date_ss = date('Y-m-d H:i:s ', time());
//$ids=$_REQUEST['ids'];
header("location:appointment_details.php");
//$cour="courier_status".$v_id_order."";
//header("location:view_order.php?ids=15");
}
?>
if($_REQUEST['id']!='')
{
$id=$_REQUEST['id'];
$datemal = date_default_timezone_set('Asia/Kolkata');
$dt2=date('Y-m-d H:i:s');
$Query="UPDATE tbl_appointment SET status='4',cancel_time='$dt2' WHERE `id`='".$_REQUEST['id']."'";
$DB->query($Query);
$Query_m = "SELECT * from tbl_appointment where id='".$_REQUEST['id']."'";
$namesss_m=$DB->query($Query_m);
$rowsss_m = mysql_fetch_array($namesss_m);
$email_id=$rowsss_m['email_id'];
$mailcopy=$rowsss_m['email_id'];
$date=$rowsss['date'];
$me_id=$rowsss_m['mem_id'];
$order_id=$rowsss_m['id'];
$ap_date= $rowsss_m['appointment_date'];
$ap_hour= sprintf("%02d",$rowsss_m['hour_date']);
$ap_min= sprintf("%02d",$rowsss_m['min_date']);
$ap_sec= $rowsss_m['am_date'];
$Query_m_a = "SELECT * from `tbl_member` where id='$me_id' ";
$namesss_m_a=$DB->query($Query_m_a);
$no_m_a=mysql_num_rows($namesss_m_a);
$row_m_a = mysql_fetch_array($namesss_m_a);
$firstname= $row_m_a['name'];
$skypeid=$row_m_a['skypeid'];
$mobss= $row_m_a['phone'];
sprintf("%02d", $to_hour);
/* -----------------------------------*/
$message = "Hi ".$firstname." your appointment with Dr. G.ANBUGANAPATHI on ".$ap_date." ".$ap_hour.":".$ap_min.":".$ap_sec." is Cancelled.Sorry For the inconvenience."; //enter Your Message
$message = urlencode($message);
$curl = curl_init();
curl_setopt_array($curl, array(
CURLOPT_URL => 'http://sms.dial4sms.com/api/v2/SendSMS?SenderId=DRANBU&Message='.$message.'&MobileNumbers='.$mobss.'&ApiKey=eYfIWFmiAMhbL6JDTfOb3kzGzQr+eimy6prshuD8qLo=&ClientId=b45d4e3d-cb26-4856-8cbf-93a02a7b9eeb',
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => '',
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 0,
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => 'GET',
));
$response = curl_exec($curl);
curl_close($curl);
//$mobilenumbers1='$res_owner_mobile';
$Msg1 = '
Dr. G.ANBUGANAPATHI |
|
|
Cancelled Appointment Details |
Hi '.$firstname.' your appointment with Dr. G.ANBUGANAPATHI on '.$ap_date.' '.$ap_hour.':'.$ap_min.':'.$ap_sec.'(Indian Standard Time (IST)) is Cancelled.Sorry For the inconvenience.
* Consultation fees will be refunded with in 3-4 bank working days.
|
Thanks & Regards Dr. G.ANBUGANAPATHI
|
|
|
Copyright © 2020 - dranbuganapathi.com, All Rights Reserved. |
|
';
$job_name14357="Appointment Cancellation in Dr. G.ANBUGANAPATHI";
$Subjectnew123 = "$job_name14357-$order_id";
$Subject1="Appointment Cancellation in Dr. G.ANBUGANAPATHI";
//echo $mailformat;
//$mailheaders = "Content-type: text/html; charset=iso-8859-1\r\n";
$useremail="drganbuganapathi@gmail.com";
$headers1 = "From: dranbuganapathi.com\r\n"."Content-Type: text/html; charset=iso-8859-1\r\n";
$Msg1;
//@mail($useremail,$Subjectnew123,$Msg1,$headers1);
@mail($mailcopy,$Subject1,$Msg1,$headers1);
//$Delete_Question = "DELETE FROM tbl_appointment WHERE `id`='$id'";
//$Result_Question = mysql_query($Delete_Question);
////$Query_delete = "DELETE from tbl_appointment where id='$id'";
//$name_delete=$DB->query($Query_delete);
header("location:appointment_details.php?msg=sucess");
}
?>
}elseif($_GET['msg1']=='failure'){
?>
}
?>
if($_GET['msg2']=='success'){
?>
}elseif($_GET['msg2']=='failure'){
?>
}
?>
if($_REQUEST['msg']=="sucess")
{
?>
Success! Data Deleted Sucessfully.
}
?>
S.No |
Reference |
Reports |
Name |
Problem |
Mobile No |
Booked Date |
Appt Date |
City |
= CURDATE() order by appointment_date asc ";
$get_split = "SELECT distinct(appointment_date) as app_date from tbl_appointment where status='1' order by appointment_date asc ";
$get_arr = $DB->query($get_split);
while($get_split_date = mysql_fetch_array($get_arr)){
$si=0;
?>
= date('d-m-Y', strtotime($get_split_date['app_date'])).' - '.date('l', strtotime($get_split_date['app_date']))?> |
query($Query);
while ($rowsss = mysql_fetch_array($namesss)) {
$pundai_order_id=$rowsss['id'];
$upd_sta=$rowsss['update_status'];
$date=$rowsss['date'];
$me_id=$rowsss['mem_id'];
$status=$rowsss['status'];
$des=$rowsss['des'];
$docname=$rowsss['document_name'];
$document_name=$rowsss['document_name'];
$Query = "SELECT * from `tbl_member` where id='$me_id' ";
$name=$DB->query($Query);
$no=mysql_num_rows($name);
$row = mysql_fetch_array($name);
$skypeid=$row['skypeid'];
$men_country=$row['country'];
sprintf("%02d", $to_hour);
$docname=$rowsss['document_name'];
$new_email=$row['phone'];
$Query_user = "SELECT * from `shop_user` where phone='$new_email' ";
$name_user=$DB->query($Query_user);
$no_user=mysql_num_rows($name_user);
$row_user = mysql_fetch_array($name_user);
$cur_1_dt2=date('Y-m-d');
$new_appointment_date=$rowsss['appointment_date'];
$country=$row_user['country'];
$Query_c= "SELECT * from `shop_country` where name='$country' ";
$name_c=$DB->query($Query_c);
$row_c = mysql_fetch_array($name_c);
$veh=$rowsss['vehicle'];
$aaaaaaaa=$rowsss['amount'];
?>
style=" color:#0000FF;" } ?>
if($cur_1_dt2<$new_appointment_date) { ?> } ?>
if($cur_1_dt2>$new_appointment_date) { ?> style=" color:#FF0000;" } ?>
style="background-color:#AAFF00;" >
echo $si=$si+1;?> |
= $rowsss['vehicle'] ?> |
$des=$rowsss['des'];
$docname=$rowsss['document_name'];
if($des!='')
{
?>
}
else
{
?>
}
?>
|
echo $row['name'];?> ( echo $row['dob'];?>) |
echo $rowsss['consulting_for'];?>
|
echo $row['phone'];?>
| echo $rowsss['added_date'];?> |
format('H:i');
$dateTime = new DateTime($time24Hour);
// Subtract 10 minutes
$dateTime->modify('-10 minutes');
// Format the resulting time
?>
echo $rowsss['appointment_date'].' '.$dateTime->format('h:i A');?>
|
$new_city_pundai=$row_user['city'];
$new_c_p=$row['medical_report'];
if($men_country=="India")
{
if($new_city_pundai=="")
{
echo $new_city_pundai= ucwords($new_c_p);
}
else
{
echo $new_city_pundai= ucwords($new_city_pundai);
}
}
else
{
echo $men_country;
}
?>
$r_p_ar=$rowsss['id'];
?>
if($r_p_ar==3304)
{
?>
USA
}
else
{
?>
echo $connn=$row['country'];?>
}
?>
|
$des=$rowsss['des'];
$docname=$rowsss['document_name'];
?>
$des=$rowsss['des'];
$docname=$rowsss['document_name'];
?>
$nsssss=$nsssss-1;
}
} //track here
?>
= '2021-12-17' order by appointment_date,hour_date,min_date asc ");
$get_split = "SELECT distinct(appointment_date) as app_date from tbl_appointment_office where status='1' and appointment_date >= '2021-12-17' order by appointment_date asc ";
$get_arr = $DB->query($get_split);
?>
' . $js_code . '';
}
echo $js_code;
}
?>