File: /home/barbeatleanalyti/public_html/barisnew.beatleanalytics.com/site/backup/template/low_rating.php
<script>
$(document).ready(function(){
$("#FromDate").datepicker({format:'dd-mm-yyyy'});
$("#ToDate").datepicker({format:'dd-mm-yyyy'});
//document.forms["frmSearch"].submit();
});
function validateDate(){
var D1 = document.getElementById("ToDate");
var D2 = document.getElementById("FromDate");
if(D1.value.trim() == ""){
D1.style.border = "1px solid red";
return false;
}
if(D2.value.trim() == ""){
D2.style.border = "1px solid red";
return false;
}
}
</script>
<script type="text/javascript">
// document.getElementById('frmSearch').submit();
</script>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<?php
// Declare new object
$objLowRating = object;
// Assing object
$objLowRating = $objDB->objController;
// Assign all variable's value
$pg = $objLowRating->pg;
$acn = $objLowRating->acn;
$v = $objLowRating->v;
$State = $objLowRating->State;
$ReligionName = $objLowRating->ReligionName;
$sort = $objLowRating->sort;
$ReligionID = $objLowRating->ReligionID;
$field = $objLowRating->field;
$error = $objLowRating->error;
$msg = $objLowRating->msg;
$perpage = $objLowRating->perpage;
$start = $objLowRating->start;
$limit = $objLowRating->limit;
$SearchValue = $objLowRating->SearchValue;
$s = $objLowRating->s;
$CustomerID = $objLowRating->CustomerID;
$SurveyID = $objLowRating->SurveyID;
$TokenID = $objLowRating->TokenID;
$pType = $objLowRating->pType;
$OrgID = $objLowRating->OrgID;
$BranchID = $objLowRating->BranchID;
$IndustryID = $objLowRating->IndustryID;
$FromDate = $objLowRating->FromDate;
$ToDate = $objLowRating->ToDate;
$valck[] = array();
$rsCustomerInfo = $objLowRating->FetchCustomerData();
//echo "<pre>";
//print_r($rsCustomerInfo);die;
//echo $BranchID."|||||".$IndustryID;
if($sort == '0'){
$sort = '1';
}
else{
$sort = '0';
}
$link = "";
if( $start != "" && $start != 0 ){
$link .= "&start={$start}";
}
if( $perpage != "" && $perpage != 0 ){
$link .= "&perpage={$perpage}";
}
if(trim($s) != ""){
$link .= "&s={$s}";
}
$Dash = "";
if($_SESSION['UserInfo']['UType'] == 'MasterAdmin'){
$Dash = "dashboardma";
}else if($_SESSION['UserInfo']['UType'] == 'Admin'){
$Dash = "dashboardadmin";
}
?>
<style>
.fixed .dataTables_scrollHeadInner { width:100% !IMPORTANT; margin:0px !IMPORTANT;}
.fixed table.example420.order-table.table.table-striped.table-bordered.dragscroll.dataTable.no-footer {
width: 100% !IMPORTANT; padding-right: 5px;
}
</style>
<div class="content-wrapper cust_hight normal_report">
<?php
if( strtolower($v)=='add'|| strtolower($v)=='edit')
{}
else if($v=='list'){ ?>
<section class="content-header">
<?php if(strtolower($v) == 'list'){?>
<?php if(empty($CustomerID)) {?>
<h1>Reports </h1>
<ol class="breadcrumb">
<li><a href="index.html"><i class="fa fa-home"></i> Home</a></li>
<li class="active">Reports </li>
</ol>
<?php }else{ ?>
<h1> Customer Profile </h1>
<ol class="breadcrumb">
<li><a href="index.html"><i class="fa fa-home"></i> Home</a></li>
<li><a href="low_rating.html"><i class="fa fa-user"></i> Customer</a></li>
<li class="active">Profile</li>
</ol>
<?php } ?>
<?php } ?>
</section>
<?php
// Error or success message display
$objDB->NotificaitonForResult($msg,$error);
$objLowRating->setDefineValue();
?>
<!--Fetching Data loder---->
<div class="loader head_loader" style="display:none;">
<div class="sk-double-bounce" style="margin-bottom:10px; margin-top:10px;">
<div class="sk-child sk-double-bounce1"></div>
<div class="sk-child sk-double-bounce2"></div>
</div>
<h3 style="text-align: center; margin-top: 0px; padding-top: 0px;">Fetching Data...</h3>
</div>
<section class="content">
<div class="row">
<div class="col-md-12">
<div class="box box-primary">
<div class="box-header">
<div class="col-md-12 col-xs-12 no-padding">
<?php if(empty($CustomerID) && empty($SurveyID)) {
$rsPagesIDS = IndustryPageIDS($pType,$BranchID,$IndustryID);
?>
<div class="row">
<div class="col-md-12">
<form method="post" action="low_rating.html" name="frmSearch" id="frmSearch">
<input type="hidden" name="start" id="start" value="<?php echo $start?>" />
<input type="hidden" name="perpage" id="perpage" value="<?php echo $perpage?>" />
<div class=" col-xs-3 col-sm-2 col-md-1 col-lg-1 pull-left form-group no-padding ">
<a class="btn btn-info btn-sm" href="dashboardma.html"> <i class="fa fa-long-arrow-left"></i> Back </a>
</div>
<div class="col-md-2 col-xs-6 form-group">
<input type="text" readonly="readonly" id="FromDate" name="FromDate" placeholder="Start date.." class="form-control input-md" value="<?php echo $FromDate;?>">
</div>
<div class="col-md-2 col-xs-6 form-group">
<input type="text" readonly="readonly" id="ToDate" name="ToDate" placeholder="End date.." class="form-control input-md" value="<?php echo $ToDate;?>">
</div>
<div class="clearfix"></div>
<div class="col-md-12 no-padding">
<div class=" col-xs-12 col-md-3 col-lg-2 form-group">
<?php $rsOrganization = $objLowRating->fetchOrganization(); ?>
<!--<span id="span_select" style="width:120pf; height:35px; float:right;">-->
<select class="form-control input-md" id="org_list" onchange="javascript: getBranchData(this.value)" name="Organization">
<option value="0">Select Organization</option>
<?php if(count($rsOrganization) > 0) { ?>
<option style="font-weight:bold;" <?php if(!empty($OrgID)) echo 'selected="selected"'; ?> value="<?php echo $rsOrganization[0]['OrgId']?>"><?php echo $rsOrganization[0]['db_Orgname']?></option>
<?php }else{ ?>
<option value="0">No any org. found</option>
<?php } ?>
</select>
<!--</span>-->
</div>
<script>
function getBranchData(orgid){
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
if (xhttp.readyState == 4 && xhttp.status == 200) {
document.getElementById("branch_list").innerHTML = xhttp.responseText;
}
};
xhttp.open("GET", "runajax.php?acn=FetchBranchDetails&orgid="+orgid, true);
xhttp.send();
}
function FetchIndustryDetails(branchid){
var xhttpI = new XMLHttpRequest();
xhttpI.onreadystatechange = function() {
if (xhttpI.readyState == 4 && xhttpI.status == 200) {
document.getElementById("industry_list").innerHTML = xhttpI.responseText;
}
};
xhttpI.open("GET", "runajax.php?acn=FetchIndustryDetails&branchid="+branchid, true);
xhttpI.send();
}
</script>
<div class="col-xs-12 col-md-3 col-lg-2 form-group" id="branch_list" >
<?php $rsBranches = $objLowRating->fetchBranches(); ?>
<!--<span id="span_select" style="width:120px; height:35px; float:right;">-->
<select class="form-control input-md" name="Branches" onchange="javascript: getBranchData(this.value)">
<option value="0"> Select Branch </option>
<?php if(count($rsBranches) > 0) { for($b=0; $b<count($rsBranches); $b++) { ?>
<option <?php if($BranchID === $rsBranches[$b]['branchId']) echo 'selected="selected"'; ?> value="<?php echo $rsBranches[$b]['branchId']?>"><?php echo $rsBranches[$b]['db_branchName']?></option>
<?php }
}else{ ?>
<option value="0">No any branch found</option>
<?php } ?>
</select>
<!--</span>-->
</div>
<div class="col-xs-12 col-md-3 col-lg-2 form-group" id="industry_list">
<!--<span id="span_select" style="width:120px; height:35px; float:right;">-->
<?php $rsIndustrys = $objLowRating->fetchIndustrys($OrgID,$BranchID,$IndustryID); ?>
<select class="form-control input-md" id="state_list" name="Industrys">
<option value="0"> Select Industry </option>
<?php if(count($rsIndustrys) > 0) { for($b=0; $b<count($rsIndustrys); $b++) { ?>
<option <?php if($IndustryID === $rsIndustrys[$b]['IndId']) echo 'selected="selected"'; ?> value="<?php echo $rsIndustrys[$b]['IndId']?>"><?php echo $rsIndustrys[$b]['db_industry']?></option>
<?php }
}else{ ?>
<option value="0">No Data Found</option>
<?php } ?>
</select>
<!--</span>-->
</div>
<div class="col-xs-6 col-sm-2 col-md-2 col-lg-1 text-right">
<div class="input-group input-group-sm pull-right text-right" style="width:100%;">
<!--<input type="text" id="s" name="s" placeholder="Search content here .." class="form-control" value=""> -->
<span class="text-right form-group no-padding">
<!--<button class="btn btn-block btn-success btn-md no-padding" type="submit"><i class="fa fa-search" aria-hidden="true"></i> GO !</button> -->
<a class="btn btn-success btn-sm" onclick="myFunction()" href="#"> <i class="fa fa-search"></i> GO </a>
<script>
function myFunction() {
$(".loader").show();
document.getElementById("frmSearch").submit();
}
$(window).bind("load", function() {
//$(".loader").hide();
});
</script>
</span>
</div>
</div>
<div class="col-xs-6 col-sm-2 col-md-2 col-lg-1 text-right form-group ">
<a class="btn btn-sm btn-danger text-left " href="low_rating.html"> <i class="fa fa-refresh"></i> Reset </a>
</div>
<!--<div class="col-xs-6 col-sm-2 col-md-2 col-lg-1 form-group pull-right">
<?php if(!empty($OrgID) && !empty($BranchID) && !empty($IndustryID)) { ?>
<input class="btn btn-info pull-right " type="button" name="sendemailall" onclick="javascript: return validateCheckboxToEmail();" id="sendemailall" value="Email" style="width:100%;" />
<?php } ?>
</div>--->
</div>
<!--<div class="col-md-2 col-xs-6 col-sm-4 form-group "><a class="btn btn-sm btn-success col-xs-12" href="low_rating.html?v=add"> <i class="fa fa-plus"></i> Add Religions </a>
</div> -->
<?php //if($pType == 'content') { ?></form> <?php //} ?>
</div>
</div>
<div class="question">
<div class="row">
<style>
th td {border:1px solid !important;}
</style>
<div id="holder">
<div class="col-md-12 " id="scroll--">
<div class="table-responsive-- table_download" id="propertyThumbnails--" >
<?php if(!empty($OrgID) && !empty($BranchID) && !empty($IndustryID) ){ ?>
<?php if($pType == 'content') {?>
<?php //print_r($rsPagesIDS); ?>
<?php if(count($rsPagesIDS) > 0) {?>
<table id="imgs" class="table order-table table-striped table-bordered fixed_headers-- tblCustomers">
<!---<table id="question_all" class="display nowrap cell-border" style="width:100%">-->
<thead class="table_fix_heder">
<tr style="font-size:12px;">
<th>Sr.No.</th>
<th>Date</th>
<th rowspan="2" >Served By</th>
<th>Customer Name</th>
<th>organization</th>
<th>Branch</th>
<th>Industry type</th>
<th>Manager</th>
<th>Line Manager</th>
<!---<th>Customer ID</th>
<?php $keywordName = $objLowRating->industryKeywordName($IndustryID);?>
<th><?php if($keywordName[0]['keywordName']==""){echo "keyword";}else{echo $keywordName[0]['keywordName']." No.";}?></th>
<th rowspan="2" >Bill Amount</th>
<th rowspan="2">Number of Pax</th>
<th rowspan="2" >Total Visits</th>--->
<th>Overall Score</th>
</tr>
</thead>
<tbody class="mehul_mt">
<?php
//print_r($rsCustomerInfo);die;
if(count($rsCustomerInfo)>0){
?>
<form name="frmEmail" id="frmEmail" action="low_rating.html?pg=reports&acn=sendemultiplemailtocustomer" method="post" class="form-horizontal" enctype="multipart/form-data">
<?php
$idArr = array();
for ($i=0;$i< count($rsCustomerInfo);$i++)
{
if($i%2)
$bgclass='altrow';
else
$bgclass='oddrow';
$objLowRating->FromDate = date("Y-m-d",strtotime($rsCustomerInfo[$i]['created_date']));
$objLowRating->ToDate = date("Y-m-d",strtotime($rsCustomerInfo[$i]['created_date']));
?>
<tr class="<?php echo $bgclass;?>" >
<td class="sr_no"><label name="No"><?php echo $i+1; ?></label></td>
<td ><label name="Date"><?php echo date("d/m/Y",strtotime($rsCustomerInfo[$i]['created_date'])); ?></label></td>
<td><label><?php if(!empty($rsCustomerInfo[$i]['servername'])) echo $rsCustomerInfo[$i]['servername']; else echo "NA"; ?></label></td>
<td ><label name="User ID"><a target="_blank" href="customers.html?v=list&cid=<?php echo $rsCustomerInfo[$i]['db_surveyUserid']."&tid=".$rsCustomerInfo[$i]['tokenid']."&Industrys=".$rsCustomerInfo[$i]['db_surveyIndId'].$lnk;?>">
<?php if(!empty($rsCustomerInfo[$i]['db_username'])) echo $rsCustomerInfo[$i]['db_username']; else echo "NA"; ?></a><?php //echo $rsCustomerInfo[$i]['db_phone']; ?></label></td>
<td><label><?php if(!empty($rsCustomerInfo[$i]['db_Orgname'])) echo $rsCustomerInfo[$i]['db_Orgname']; else echo "NA"; ?></label></td>
<td><label><?php if(!empty($rsCustomerInfo[$i]['db_branchName'])) echo $rsCustomerInfo[$i]['db_branchName']; else echo "NA"; ?></label></td>
<td><label><?php if(!empty($rsCustomerInfo[$i]['ind_type_name'])) echo $rsCustomerInfo[$i]['ind_type_name']; else echo "NA"; ?></label></td>
<td><label><?php if(!empty($rsCustomerInfo[$i]['db_branchManager'])) echo $objLowRating->FetchUserName($rsCustomerInfo[$i]['db_branchManager']); else echo "NA"; ?></label></td>
<td><label><?php if(!empty($rsCustomerInfo[$i]['db_userid'])) echo $objLowRating->FetchUserName($rsCustomerInfo[$i]['db_userid']); else echo "NA"; ?></label></td>
<!---<td><label name="User ID"><a target="_blank" href="customers.html?v=list&cid=<?php echo $rsCustomerInfo[$i]['db_surveyUserid']."&tid=".$rsCustomerInfo[$i]['tokenid']."&Industrys=".$rsCustomerInfo[$i]['db_surveyIndId'].$lnk;?>">
<?php if(!empty($rsCustomerInfo[$i]['db_userLoginName'])) echo $rsCustomerInfo[$i]['db_userLoginName']; else echo $rsCustomerInfo[$i]['db_phone']; ?></a><?php //echo $rsCustomerInfo[$i]['db_phone']; ?></label></td>
<td><?php if(!empty($rsCustomerInfo[$i]['keyword'])) echo $rsCustomerInfo[$i]['keyword']; else echo "NA"; ?></td>
<td ><?php if(!empty($rsCustomerInfo[$i]['totalBill'])) echo $rsCustomerInfo[$i]['totalBill']; else echo "NA"; ?></td>
<td><?php if(!empty($rsCustomerInfo[$i]['paxNo'])) echo $rsCustomerInfo[$i]['paxNo']; else echo "NA"; ?></td>
<?php $rsTotalVisits = $objLowRating->FetchTotalVisits($rsCustomerInfo[$i]['db_surveyUserid'],$FromDate,$ToDate);?>
<td><?php echo $rsTotalVisits;?></td>--->
<td><label id="oavg_<?php echo $i?>" name="Overall Avg."></label></td>
<?php
$totalAvg = 0;
foreach($rsPagesIDS as $val) {
?>
<!--<th class="text-center"> -->
<?php $rsPagesContent = $objLowRating->fetchPageList($val);
$avgSum = 0;
for($pgc=0;$pgc<count($rsPagesContent); $pgc++){
$styBorder = '';
if($pgc == count($rsPagesContent)-1){
$styBorder = 'style="border-right:1px solid;"';
}
?>
<?php $avgVal = $objLowRating->FetchOverAllAvg($rsCustomerInfo[$i]['db_surveyUserid'],$OrgID,$BranchID,$IndustryID,$pType,$rsPagesContent[$pgc]['pageConId'],$rsCustomerInfo[$i]['tokenid']);?>
<?php $avgName = $objLowRating->FetchContentName($avgVal,$rsPagesContent[$pgc]['pageConId']);
$avgSum = $avgSum + $avgVal;?>
<?php }
$totalAvg += round($avgSum/count($rsPagesContent),2);
?>
<?php }
$totalAvg = round($totalAvg/count($rsPagesIDS),2);
//echo "<br />";
if($totalAvg <= 2){
$span = '<span class="badge bg-red" >'.$totalAvg.'</span>';
}else{
$span = '<span class="badge bg-green">'.$totalAvg.'</span>';
}
?>
<script>
$("#oavg_<?php echo $i?>").html('<?php echo $span ;?>');
</script>
</tr>
<?php } ?>
</form>
<?php
}else{
?>
<tr class="altrow" style="width:100%;" >
<td colspan="26" style=" height: 33vw;background: #FFF;"><br>
<!--low---->
<div class="w3-padding w3-display-middle">
<div class="thams_icon"><img src="theme/black/images/low_rating.png"></div>
<div class="ind_best_name">
<h1 class="ind_name">Your Rating is</h1>
<h1 class="great"><b>Great</b></h1>
</div>
</div>
<!--//low----->
</td>
</tr>
<?php } ?>
</tbody>
<?php }else{ ?>
<tbody>
<tr>
<td class="text-center">No data found.</td>
</tr>
</tbody>
<?php } ?>
</table>
<style>
table td, table th { text-align: center;}
table.dataTable tbody th, table.dataTable tbody td { padding: 11px 0 5px 0;}
</style>
<script>
$(document).ready(function(){
$("#high_rating").click(function(){
$("table#imgs span.badge.bg-red").hide();
$("table#imgs span.badge.bg-green").show();
});
$("#low_rating").click(function(){
$("table#imgs span.badge.bg-green").hide();
$("table#imgs span.badge.bg-red").show();
});
$("#all_rating").click(function(){
$("table#imgs span.badge.bg-green").show();
$("table#imgs span.badge.bg-red").show();
});
});
</script>
<!---<script>
$('span.badge.bg-green').each(function() {
if ($(this).text() == "3.00") {
$(this).parent().addClass("mmm");
}
});
</script>
<script>
$('span.badge.bg-green').each(function() {
if ($(this).text() == "4.00") {
$(this).parent().addClass("mmm");
}
});
</script>-->
<style>
.red {
color: red !IMPORTANT;
}
</style>
<style>
div#propertyThumbnails-- {
position: relative;
}
.loader {
position: absolute;
top: 46%;
left: 46%;
background: #000000c7;
padding: 8px 24px;
border-radius: 7px;
color: #FFFF;
}
.sk-double-bounce .sk-child {
background-color: #fff;}
</style>
<!--//Fetching Data loder---->
<?php } ?>
<?php }else{ ?>
</div>
<?php //print_r($rsCustomerInfo);die;?>
</div>
<?php if($pType == 'content') {?>
<?php if(count($rsPagesIDS) > 0) {?>
<table class="table table-striped table-bordered" >
<tbody>
<tr>
<td class="text-center"><!--<img src="theme/black/images/low-report_landing_page.jpg" style="width:100%;">
---->
<table id="imgs" class="table order-table table-striped table-bordered fixed_headers-- tblCustomers dataTable">
<!---<table id="question_all" class="display nowrap cell-border" style="width:100%">-->
<thead class="table_fix_heder">
<tr style="font-size:12px;">
<th>Sr.No.</th>
<th>Date</th>
<th rowspan="2">Served By</th>
<th>Customer Name</th>
<th>organization</th>
<th>Branch</th>
<th>Industry type</th>
<th>Manager</th>
<th>Line Manager</th>
<!---<th>Customer ID</th>
<th>Table No.</th>
<th rowspan="2" >Bill Amount</th>
<th rowspan="2">Number of Pax</th>
<th rowspan="2" >Total Visits</th>--->
<th>Overall Score</th>
</tr>
</thead>
<tbody class="mehul_mt">
<?php
//echo "<pre>";
//print_r($rsCustomerInfo);die;
if(count($rsCustomerInfo)>0){
?>
<form name="frmEmail" id="frmEmail" action="low_rating.html?pg=reports&acn=sendemultiplemailtocustomer" method="post" class="form-horizontal" enctype="multipart/form-data">
<?php
$idArr = array();
for ($i=0;$i< count($rsCustomerInfo);$i++)
{
$rsPagesIDS = IndustryPageIDS($pType,$rsCustomerInfo[$i]['branchId'],$rsCustomerInfo[$i]['IndId']);
if($i%2)
$bgclass='altrow';
else
$bgclass='oddrow';
$objLowRating->FromDate = date("Y-m-d",strtotime($rsCustomerInfo[$i]['created_date']));
$objLowRating->ToDate = date("Y-m-d",strtotime($rsCustomerInfo[$i]['created_date']));
?>
<tr class="<?php echo $bgclass;?>" >
<td class="sr_no"><label name="No"><?php echo $i+1; ?></label></td>
<td ><label name="Date"><?php echo date("d/m/Y",strtotime($rsCustomerInfo[$i]['created_date'])); ?></label></td>
<td><label><?php if(!empty($rsCustomerInfo[$i]['servername'])) echo $rsCustomerInfo[$i]['servername']; else echo "NA"; ?></label></td>
<td ><label name="User ID"><a target="_blank" href="customers.html?v=list&cid=<?php echo $rsCustomerInfo[$i]['db_surveyUserid']."&tid=".$rsCustomerInfo[$i]['tokenid']."&Industrys=".$rsCustomerInfo[$i]['db_surveyIndId'].$lnk;?>">
<?php if(!empty($rsCustomerInfo[$i]['db_username'])) echo $rsCustomerInfo[$i]['db_username']; else echo "NA"; ?></a><?php //echo $rsCustomerInfo[$i]['db_phone']; ?></label></td>
<td><label><?php if(!empty($rsCustomerInfo[$i]['db_Orgname'])) echo $rsCustomerInfo[$i]['db_Orgname']; else echo "NA"; ?></label></td>
<td><label><?php if(!empty($rsCustomerInfo[$i]['db_branchName'])) echo $rsCustomerInfo[$i]['db_branchName']; else echo "NA"; ?></label></td>
<td><label><?php if(!empty($rsCustomerInfo[$i]['ind_type_name'])) echo $rsCustomerInfo[$i]['ind_type_name']; else echo "NA"; ?></label></td>
<td><label><?php if(!empty($rsCustomerInfo[$i]['db_branchManager'])) echo $objLowRating->FetchUserName($rsCustomerInfo[$i]['db_branchManager']); else echo "NA"; ?></label></td>
<td><label><?php if(!empty($rsCustomerInfo[$i]['db_userid'])) echo $objLowRating->FetchUserName($rsCustomerInfo[$i]['db_userid']); else echo "NA"; ?></label></td>
<td><label id="oavg_<?php echo $i?>" name="Overall Avg."></label></td>
<?php
$totalAvg = 0;
foreach($rsPagesIDS as $val) {
//echo $val;
?>
<!--<th class="text-center"> -->
<?php $rsPagesContent = $objLowRating->fetchPageList($val);
$avgSum = 0;
for($pgc=0;$pgc<count($rsPagesContent); $pgc++){
$styBorder = '';
if($pgc == count($rsPagesContent)){
$styBorder = 'style="border-right:1px solid;"';
}
?>
<?php $avgVal = $objLowRating->FetchOverAllAvg($rsCustomerInfo[$i]['db_surveyUserid'],$OrgID,$BranchID,$IndustryID,$pType,$rsPagesContent[$pgc]['pageConId'],$rsCustomerInfo[$i]['tokenid']);?>
<?php $avgName = $objLowRating->FetchContentName($avgVal,$rsPagesContent[$pgc]['pageConId']);
$avgSum = $avgSum + $avgVal;
?>
<?php }
//echo "<br>";
$totalAvg += round($avgSum/count($rsPagesContent),2);
?>
<?php }
$totalAvg = round($totalAvg/count($rsPagesIDS),2);
//echo "<br />";
if($totalAvg <= 2){
$span = '<span class="badge bg-red" >'.$totalAvg.'</span>';
}else{
$span = '<span class="badge bg-green">'.$totalAvg.'</span>';
}
?>
<script>
$("#oavg_<?php echo $i?>").html('<?php echo $span ;?>');
</script>
</tr>
<?php } ?>
</form>
<?php
}else{
?>
<tr class="altrow" style="width:100%;" >
<td colspan="26" style=" height: 33vw;background: #FFF;"><br>
<!--low---->
<div class="w3-padding w3-display-middle">
<div class="thams_icon"><img src="theme/black/images/low_rating.png"></div>
<div class="ind_best_name">
<h1 class="ind_name">Your Rating is</h1>
<h1 class="great"><b>Great</b></h1>
</div>
</div>
<!--//low----->
</td>
</tr>
<?php } ?>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<?php }?>
<?php }?>
<?php }?>
<?php
if(count($rsCustomerInfo) > 0 ) {
?>
<?php //echo pagination_log($s,$perpage,$start,$nume,$totalpage,$pg,$v); ?>
<?php
}
?>
</div>
<?php } else{ ?>
<?php
//echo "<pre>";
//print_r($rsCustomerInfo);
//echo "</pre>";
?>
<?php } ?>
</div>
</div>
</div>
</div>
</div>
<div class="trand" style="display:none;">
<!---trand-->
<div id="holder">
<?php
$rsTrendCustomerInfo = $objLowRating->FetchTrendCustomerData($FromDate,$ToDate);
//$rsTrendBill = $objLowRating->FetchTrendTotalBill('181',$FromDate,$ToDate);
//echo "bill total ".$rsTrendBill;
?>
<div class="col-md-12" id="scroll----" >
<div class="new table trand-report">
<table id="example" class="display" style="width:100%">
<thead class="table_fix_heder">
<tr>
<th>Sr.No</th>
<th>Customer id</th>
<th>cust name</th>
<th>No of Pax</th>
<th>Total Visit</th>
<th>Bill Amount</th>
</tr>
</thead>
<tbody>
<?php if(count($rsTrendCustomerInfo) > 0) { ?>
<?php for($b=0; $b<count($rsTrendCustomerInfo); $b++) { ?>
<?php $rsTrendInfo = $objLowRating->FetchTrendTotalBill($rsTrendCustomerInfo[$b]['db_surveyUserid'],$FromDate,$ToDate);?>
<tr>
<td></td>
<td><?php echo $rsTrendCustomerInfo[$b]['db_surveyUserid']; ?></td>
<td><?php if($rsTrendCustomerInfo[$b]['db_username'] == "")echo $rsTrendCustomerInfo[$b]['db_phone'];else echo $rsTrendCustomerInfo[$b]['db_username'];?></td>
<td><?php echo $rsTrendInfo['totalPax'];?></td>
<td><?php echo $rsTrendInfo['visit']; ?></td>
<td><?php echo $rsTrendInfo['totalBill'];?></td>
</tr>
<?php }
} ?>
</tbody>
<tfoot>
<tr>
<th></th>
<th></th>
<th></th>
<th></th>
<!-- <th colspan="5" style="text-align:right">Total:</th>-->
<th></th>
<th></th>
</tr>
</tfoot>
</table>
</div>
</div>
<?php
if(count($rsCustomerInfo) > 0 ) {
?>
<?php //echo pagination_log($s,$perpage,$start,$nume,$totalpage,$pg,$v); ?>
<?php
}
?>
</div>
<!---//trand-------->
</div>
<? } ?>
</div>
</div>
</section>
</div>
<!--trand report hide and show-->
<script>
$(document).ready(function(){
$(".report1").click(function(){
$(".trand").hide();
$(".question").show();
$(".report1").hide();
$(".report2").show();
});
$(".report2").click(function(){
$(".trand").show();
$(".question").hide();
$(".report2").hide();
$(".report1").show();
});
});
</script>
<!--countaint_report-%_#-->
<script>
$(document).ready(function(){
$(".content_report1").click(function(){
$(".content_report_new").hide();
$(".content_report_noraml").show();
$(".conte_report1").hide();
$(".conte_report2").show();
});
$(".content_report2").click(function(){
$(".content_report_new").show();
$(".content_report_noraml").hide();
$(".conte_report2").hide();
$(".conte_report1").show();
});
});
</script>
<!------.tblCustomers--#question_all--#example---------------->
<script><!--total-colum-rupis---imp--->
$(document).ready(function() {
$('#example').DataTable( {
"lengthMenu": [[10, 25, 50, -1], [10, 25, 50, "All"]],
"footerCallback": function ( row, data, start, end, display ) {
var api = this.api(), data;
// Remove the formatting to get integer data for summation
var intVal = function ( i ) {
return typeof i === 'string' ?
i.replace(/[\$,]/g, '')*1 :
typeof i === 'number' ?
i : 0;
};
// Total over all pages
total = api
.column( 5 )
.data()
.reduce( function (a, b) {
return intVal(a) + intVal(b);
}, 0 );
// Total over this page
pageTotal = api
.column( 5, { page: 'current'} )
.data()
.reduce( function (a, b) {
return intVal(a) + intVal(b);
}, 0 );
// Update footer
$( api.column( 5 ).footer() ).html(
''+pageTotal +' ( '+ total +' Total Amount)'
);
// Total over all pages
total = api
.column( 4 )
.data()
.reduce( function (a, b) {
return intVal(a) + intVal(b);
}, 0 );
// Total over this page
pageTotal = api
.column( 4, { page: 'current'} )
.data()
.reduce( function (a, b) {
return intVal(a) + intVal(b);
}, 0 );
// Update footer
$( api.column( 4 ).footer() ).html(
''+pageTotal +' ( '+ total +' Total Visit)'
);
// Total over all pages
total = api
.column( 3 )
.data()
.reduce( function (a, b) {
return intVal(a) + intVal(b);
}, 0 );
// Total over this page
pageTotal = api
.column( 3, { page: 'current'} )
.data()
.reduce( function (a, b) {
return intVal(a) + intVal(b);
}, 0 );
// Update footer
$( api.column( 3 ).footer() ).html(
''+pageTotal +' ( '+ total +' Total Pax)'
);
}
} );
} );
</script>
<script>
$(document).ready(function() {
$('.tblCustomers').DataTable( {
"lengthMenu": [[10, 25, 50, -1], [10, 25, 50, "All"]],
"scrollY": 500,
"scrollX": true,
} );
} );
</script>
<script>
$(document).ready(function() {
$('#question_all').DataTable( {
"lengthMenu": [[10, 25, 50, -1], [10, 25, 50, "All"]],
"scrollY": 700,
"scrollX": true
} );
$('a.toggle-vis').on( 'click', function (e) {
e.preventDefault();
// Get the column API object
var column = table.column( $(this).attr('data-column') );
// Toggle the visibility
column.visible( ! column.visible() );
} );
} );
</script>
<style>
div.dataTables_wrapper {
max-width:2000px;
min-width:1400px
margin: 0 auto;
}
div#propertyThumbnails td { color: black !IMPORTANT;}
.dataTables_scroll { box-shadow: 1px 1px 20px 1px #7c7c7c;}
</style>
<script><!---number-count---->
$(document).ready(function() {
var t = $('#example').DataTable( {
"lengthMenu": [[10, 25, 50, -1], [10, 25, 50, "All"]],
"scrollY": 700,
"scrollX": true,
"columnDefs": [ {
"searchable": false,
"orderable": false,
"targets": 0
} ],
"order": [[ 1, 'asc' ]]
} );
t.on( 'order.dt search.dt', function () {
t.column(0, {search:'applied', order:'applied'}).nodes().each( function (cell, i) {
cell.innerHTML = i+1;
} );
} ).draw();
} );
</script>
<style>
.table_fix_heder{ background: #48a9d4;
color: #FFF !IMPORTANT;}
.table_fix_heder tr th{ color: #FFF !IMPORTANT;}
tr.average_rating {
background: #fff;
}
tr.average_rating th {
color: #dedede !IMPORTANT;
}
</style>
<style>
.dataTables_scrollBody {
height: auto !IMPORTANT;
max-height: 500px !IMPORTANT;
}
.dataTables_scroll {
border: 1px solid #909090;
border-radius: 3px;
}
tbody.mehul_mt tr td label {
font-weight: 600;
color: black;
}
</style>