File: /home/barbeatleanalyti/public_html/manage.beatleanalytics.com/site/template/shiftreportdetails.php
<link rel="stylesheet" href="theme/black/datatable/css/buttons.dataTables.min.css">
<script>
$(document).ready(function(){
$("#FromDate").datepicker({format:'dd-mm-yyyy'});
$("#ToDate").datepicker({format:'dd-mm-yyyy'});
});
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>
<?php
// Declare new object
$objshiftreportdetails = object;
// Assing object
$objshiftreportdetails = $objDB->objController;
// Assign all variable's value
$pg = $objshiftreportdetails->pg;
$acn = $objshiftreportdetails->acn;
$v = $objshiftreportdetails->v;
$State = $objshiftreportdetails->State;
$ReligionName = $objshiftreportdetails->ReligionName;
$sort = $objshiftreportdetails->sort;
$ReligionID = $objshiftreportdetails->ReligionID;
$field = $objshiftreportdetails->field;
$error = $objshiftreportdetails->error;
$msg = $objshiftreportdetails->msg;
$perpage = $objshiftreportdetails->perpage;
$start = $objshiftreportdetails->start;
$limit = $objshiftreportdetails->limit;
$SearchValue = $objshiftreportdetails->SearchValue;
$s = $objshiftreportdetails->s;
$CustomerID = $objshiftreportdetails->CustomerID;
$SurveyID = $objshiftreportdetails->SurveyID;
$TokenID = $objshiftreportdetails->TokenID;
$pType = $objshiftreportdetails->pType;
$OrgID = $objshiftreportdetails->OrgID;
$BranchID = $objshiftreportdetails->BranchID;
$IndustryID = $objshiftreportdetails->IndustryID;
$FromDate = $objshiftreportdetails->FromDate;
$ToDate = $objshiftreportdetails->ToDate;
$shiftFrom = $objshiftreportdetails->shiftFrom;
$shiftTo = $objshiftreportdetails->shiftTo;
$mDate = $objshiftreportdetails->mDate;
$valck[] = array();
/*$rsCustomerInfo = $objshiftreportdetails->FetchCustomerData("All");
if($start == 1)
$limit = 0;
else if($start == 2)
$limit = $perpage;
else
$limit = ($start-1) * $perpage;
$objshiftreportdetails->limit = $limit;
$nume = count($rsCustomerInfo);
$totalpage = @ceil(count($rsCustomerInfo)/$perpage); */
$rsCustomerInfo = $objshiftreportdetails->FetchCustomerData();
/* echo "<pre>";
print_r($rsCustomerInfo);*/
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";
}
?>
<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>shiftreportdetails </h1>
<ol class="breadcrumb">
<li><a href="index.html"><i class="fa fa-home"></i> Home</a></li>
<li class="active">Shift Report Details </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="shiftreportdetails.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);
$objshiftreportdetails->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" style="display: none;">
<form class="main01_search" method="post" action="shiftreportdetails.html" name="frmSearch" id="frmSearch" style="display:block;">
<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-xs-12 col-md-3 col-lg-2 form-group">
<?php $rsOrganization = $objshiftreportdetails->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 = $objshiftreportdetails->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 = $objshiftreportdetails->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-12 col-md-2 col-lg-2 form-group">
<!--<span id="span_select" style="width:120px; height:35px; float:right;">-->
<select class="form-control input-md" id="pType" name="ptype">
<option style="font-weight:bold;" <?php if($pType == 'content') echo 'selected="selected"'; ?> value="content">Content</option>
<option style="font-weight:bold;" <?php if($pType == 'question') echo 'selected="selected"'; ?> value="question">Question</option>
</select>
<!--</span>-->
</div>
<div class="col-xs-6 col-sm-2 col-md-2 col-lg-1 pull-right text-right form-group ">
<a class="btn btn-sm btn-danger pull-left text-left " href="shiftreportdetails.html"> <i class="fa fa-refresh"></i> Reset </a>
</div>
<div class="col-xs-6 col-sm-2 col-md-2 col-lg-1 pull-right text-right">
<div class="input-group input-group-sm pull-right text-right">
<!--<input type="text" id="s" name="s" placeholder="Search content here .." class="form-control" value=""> -->
<span class="pull-right 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>
</span>
</div>
</div>
<div class="clearfix"></div>
<div class="col-md-12 no-padding">
<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="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>
<script>
function myFunction() {
$(".loader").show();
document.getElementById("frmSearch").submit();
}
$(window).bind("load", function() {
//$(".loader").hide();
});
</script>
<!--<div class="col-md-2 col-xs-6 col-sm-4 form-group "><a class="btn btn-sm btn-success col-xs-12" href="shiftreportdetails.html?v=add"> <i class="fa fa-plus"></i> Add Religions </a>
</div> -->
</form>
</div>
</div>
<div class="question">
<div class="row">
<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') {
$rsPagesIDS_ = IndustryPageIDS('question',$BranchID,$IndustryID);
/*echo "<pre>";
print_r($rsPagesIDS_);*/
?>
<?php if(count($rsPagesIDS) > 0) {?>
<div class="col-md-12 table_info_clu">
<div class="col-md-12 col-xs-12 form-group">
<!-- <button class="badge bg-red" id="low_rating" style=" display: block; float: left; padding: 8px 7px; border: none; margin: 13px 0px;"> BETWEEN 0.00 TO 2.00 </button>
<button class="badge bg-green" id="high_rating" style=" display: block; float: left; padding: 8px 7px; border: none; margin: 13px 15px;"> BETWEEN 2.01 TO 5.00 </button>--->
<!---<button class="badge one_to_four" id="all_rating" style=" display: block; float: left; padding: 8px 7px; border: none; margin: 13px 0px; background: linear-gradient(to right, #de4c39 , #07a759) !IMPORTANT;"> BETWEEN 1.00 TO 5.00 </button>-->
<!-- <button class="content_report1 conte_report1" type="button" style="display:none;" ><img src="theme/black/images/haje.png"></button>
<button class="content_report2 conte_report2" type="button" ><img src="theme/black/images/per.png"></button>-->
<input class="btn btn-success btn-md" type="hidden" id="btnExport" value="Excel Export" />
</div>
</div>
<!--<table id="" class="content_report">-->
<!-- Latest compiled and minified CSS -->
<table id="content_report" class="display content_report" style="width:100%">
<thead class="">
<?php $keywordName = $objshiftreportdetails->industryKeywordName($IndustryID);?>
<tr>
<th rowspan="2" style="text-align:center; border:1px solid; line-height: 8;">Sr.No.</th>
<th style="text-align:center; border:1px solid !important; border-right:1px solid;" colspan="<?php if(empty($keywordName[0]['keywordName'])){ echo '4';}else{echo '8';}?>">FEEDBACK DETAILS</th>
<?php
foreach($rsPagesIDS as $val) {
?>
<th style="border:1px solid;" id="tbl-<?php echo $val;?>"><?php echo $objshiftreportdetails->SelectPageName($val);?></th>
<?php } ?>
</tr>
<tr>
<th style="border:1px solid !important;">Date</th>
<th style="border:1px solid !important;">Shift</th>
<th style="border:1px solid !important;">Customer Name</th>
<th style="border:1px solid !important;">Customer PhoneNo</th>
<th style="border:1px solid !important;"><?php echo $keywordName[0]['keywordName']; ?></th><!-- Table No -->
<th style="border:1px solid !important;"><?php echo $keywordName[0]['keywordServer']; ?></th><!-- Served By, Platform Number -->
<th style="border:1px solid !important;">PNR </th>
<th style="border:1px solid !important;">Overall Score</th>
<?php
foreach($rsPagesIDS as $val) {
?>
<!--<th class="text-center"> -->
<?php $rsPagesContent = $objshiftreportdetails->fetchPageList($val); ?>
<script>
$("#tbl-<?php echo $val;?>").attr("colspan",<?php echo count($rsPagesContent);?>);
</script>
<?php for($pgc=0;$pgc<count($rsPagesContent); $pgc++){
$styBorder = '';
if($pgc == count($rsPagesContent)-1){
$styBorder = 'style="border-right:1px solid;"';
}
?>
<th style="border:1px solid; padding: 9px 6px; "<?php echo $styBorder;?>><?php echo $rsPagesContent[$pgc]['db_pageConTitle'] ?> </th>
<?php } ?>
<?php } ?>
</tr>
</thead>
<tbody>
<?php
if(count($rsCustomerInfo)>0){
?>
<?php
$idArr = array();
for ($i=0;$i< count($rsCustomerInfo);$i++)
{
if($i%2)
$bgclass='altrow';
else
$bgclass='oddrow';
//$objshiftreportdetails->FromDate = date("Y-m-d",strtotime($rsCustomerInfo[$i]['created_date']));
//$objshiftreportdetails->ToDate = date("Y-m-d",strtotime($rsCustomerInfo[$i]['created_date']));
//$dis = 'N';
//if(!in_array($rsCustomerInfo[$i]['db_surveyUserid'],$idArr)){
// $dis = 'Y';
// $idArr[] = $rsCustomerInfo[$i]['db_surveyUserid'];
//}
?>
<tr class="<?php echo $bgclass;?>" >
<td><label name="No"><?php echo $i+1; ?></label></td>
<td><label name="Date"><?php echo date("d/m/Y h:m:s",strtotime($rsCustomerInfo[$i]['created_date'])); ?></label></td>
<td><label name="User ID"><?php echo $shiftFrom." to ".$shiftTo; ?></label>
</td>
<td style="border-right:0px solid;" ><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 style="border-right:0px solid;" ><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_phone'])) echo $rsCustomerInfo[$i]['db_phone']; else echo "NA"; ?></a><?php //echo $rsCustomerInfo[$i]['db_phone']; ?></label>
</td>
<td style="border-right:0px solid;" > <?php echo $rsCustomerInfo[$i]['keyword']; ?> </td>
<td style="border-right:0px solid;" > <?php echo $rsCustomerInfo[$i]['servername']; ?> </td>
<td style="border-right:0px solid;" >
<?php
$orgType = $objshiftreportdetails->FetchOrganizationType($OrgID);
if($orgType == 'Railway Cleanliness'){
$indType = $objshiftreportdetails->FetchIndustryType($rsCustomerInfo[$i]['db_surveyIndId']);
if($indType[0]['name'] == 'Platform Cleanliness'){
$avgVal = $objshiftreportdetails->FetchQuestionValue($rsCustomerInfo[$i]['db_surveyUserid'],$OrgID,$BranchID,$IndustryID,'question','123',$rsCustomerInfo[$i]['tokenid']);
}elseif($indType[0]['name'] == 'Train Feedback'){
$avgVal = $objshiftreportdetails->FetchQuestionValue($rsCustomerInfo[$i]['db_surveyUserid'],$OrgID,$BranchID,$IndustryID,'question','1188',$rsCustomerInfo[$i]['tokenid']);
}
echo $avgVal;
}else{
echo "Not Applicable";
}
?>
</td>
<td style="border-right:0px solid;" ><label id="oavg_<?php echo $i?>" name="Overall Avg."></label></td>
<?php
$totalAvg = 0;
$avgSum = 0;
$noZeroPageConCount = 0;
foreach($rsPagesIDS as $val) {
?>
<?php $rsPagesContent = $objshiftreportdetails->fetchPageList($val);
// $avgSum = 0;
// $noZeroPageConCount = 0;
for($pgc=0;$pgc<count($rsPagesContent); $pgc++){
$styBorder = '';
if($pgc == count($rsPagesContent)-1){
$styBorder = 'style="border-right:1px solid;"';
}
?>
<?php $avgVal = $objshiftreportdetails->FetchOverAllAvg($rsCustomerInfo[$i]['db_surveyUserid'],$OrgID,$BranchID,$IndustryID,$pType,$rsPagesContent[$pgc]['pageConId'],$rsCustomerInfo[$i]['tokenid']);?>
<?php $avgName = $objshiftreportdetails->FetchContentName($avgVal,$rsPagesContent[$pgc]['pageConId']);?>
<td id="rating_gr_re" title="<?php echo $avgName;?>" style="padding: 9px 6px;" <?php echo $styBorder;?> class="text-center"><?php
if($avgVal != 0){
$noZeroPageConCount++;
}
//echo "<br />";
$avgSum = $avgSum + $avgVal;
//echo $avgVal;
// $span = '';
// if($avgVal <= 2){
// echo $span = '<span class="badge bg-red" >'.$avgVal.'</span>';
// }else{
// }
if($avgVal == 0){
echo $span = '<span class="badge bg-gold" >'.$avgVal.'</span>';
}elseif($avgVal >0 && $avgVal <= 2){
echo $span = '<span class="badge bg-red" >'.$avgVal.'</span>';
}else{
echo $span = '<span class="badge bg-green" >'.$avgVal.'</span>';
}
//echo $avgSum;
?>
</td>
<?php }
//echo count($rsPagesContent);
//echo "<br />";
//die();
//$totalAvg += round($avgSum/count($rsPagesContent),2);
//$totalAvg += round($avgSum/$noZeroPageConCount,2);
?>
<?php }
//echo $totalAvg;
//$totalAvg = round($totalAvg/count($rsPagesIDS),2);
$totalAvg = round($avgSum/$noZeroPageConCount,2);
//echo "<br />";
//die();
$totalAvgVer = $totalAvgVer + $totalAvg;
$totalAvgVerCount++;
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 }
$finalTotalAvgVer = round($totalAvgVer/$totalAvgVerCount,2);
if($finalTotalAvgVer <= 2){
$spanVer = '<span class="badge bg-red" >'.$finalTotalAvgVer.'</span>';
}else{
$spanVer = '<span class="badge bg-green">'.$finalTotalAvgVer.'</span>';
}
if($finalTotalAvgVer <= 2){
$spanVerPer = '<span class="badge bg-red" >'.($finalTotalAvgVer*100) / 5 .'%</span>';
}else{
$spanVerPer = '<span class="badge bg-green">'.($finalTotalAvgVer*100) / 5 .'%</span>';
}
?>
<script>
$(".totalAvgVerNormal").html('<?php echo $spanVer; ?>');
$(".totalAvgVerNew").html('<?php echo $spanVerPer; ?>');
</script>
<?php
}else{
?>
<tr class="altrow" style="width:100%;" >
<td colspan="26" align="center"> No record found.</td>
</tr>
<?php } ?>
</tbody>
<?php }else{ ?>
<tbody>
<tr>
<td class="text-center">No data found.</td>
</tr>
</tbody>
<?php } ?>
</table>
<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>-->
<!--//Fetching Data loder---->
<?php } else { ?>
</div>
</div>
<div class="total_out_of_data">
<div class="col-md-12 col-xs-12 form-group">
<span class="badge bg-green">Filtered <span><?php echo count($rsCustomerInfo);?></span> out of <span><?php $rsTotalRows = $objshiftreportdetails->FetchTotalRows($FromDate,$ToDate); echo $rsTotalRows;?></span></span>
</div>
</div>
<div class="col-md-12" id="scroll----" >
<div class="table-responsive--" id="propertyThumbnails" >
<table id="question_report" class="display question_report" style="width:100%">
<?php if(count($rsPagesIDS) > 0) {?>
<thead>
<tr>
<th rowspan="2" style="border:1px solid !important;">Sr.No.</th>
<th rowspan="2" style="border:1px solid !important;">Date</th>
<th rowspan="2" style="border:1px solid !important;">Customer ID</th>
<th id="cust_name" rowspan="2" style="border:1px solid !important;" >Customer Name</th>
<?php $keywordName = $objshiftreportdetails->industryKeywordName($IndustryID);?>
<?php if(!empty($keywordName[0]['keywordName'])){ ?>
<th rowspan="2" style="border:1px solid !important;" ><?php echo $keywordName[0]['keywordName'];?></th>
<?php } ?>
<?php if(!empty($keywordName[0]['keywordServer'])){ ?>
<th rowspan="2" style="border:1px solid !important;"> <?php if($keywordName[0]['keywordServer']==""){echo "keyword 2";}else{echo $keywordName[0]['keywordServer'];}?></th>
<?php } ?>
<?php if(!empty($keywordName[0]['keywordPax'])){ ?>
<th rowspan="2" style="border:1px solid !important;"><?php if($keywordName[0]['keywordPax']==""){echo "keyword 3";}else{echo $keywordName[0]['keywordPax'];}?></th>
<?php } ?>
<?php if(!empty($keywordName[0]['keyword4'])){ ?>
<th rowspan="2" style="border:1px solid !important;"><?php if($keywordName[0]['keyword4']==""){echo "keyword 4";}else{echo $keywordName[0]['keyword4'];}?></th>
<?php } ?>
<th rowspan="2" style="border:1px solid !important;">Total Visits</th>
<?php
foreach($rsPagesIDS as $val) {
$valck[] = $val;
?>
<th class="<?php echo $val;?>" style="border:1px solid;" id="tbl-<?php echo $val;?>"><?php
echo $titleQue = $objshiftreportdetails->SelectPageName($val);
$fltverVal = 0;
//echo $val;
//echo $val."#".$titleQue."#<br />".QUESTION_DEFAULT_SENTENCE_FILTER;
if(strtolower($titleQue) == strtolower(QUESTION_DEFAULT_SENTENCE_FILTER)){
$fltverVal = $val;
}
?></th>
<?php } ?>
</tr>
<tr style="font-size:12px; font-weight:bold !important;">
<?php
foreach($rsPagesIDS as $val) {
?>
<?php $rsPagesContent = $objshiftreportdetails->fetchPageList($val);
// echo "<pre>";
// print_r($rsPagesContent);
?>
<script>
$("#tbl-<?php echo $val;?>").attr("colspan",<?php echo count($rsPagesContent);?>);
</script>
<?php for($pgc=0;$pgc<count($rsPagesContent); $pgc++){
$styBorder = 'style="border:1px solid; "';
if($pgc == count($rsPagesContent)-1){
$styBorder = 'style="border:1px solid; "';
}
?>
<th id="<?php echo $rsPagesContent[$pgc]['db_pageid']; ?>" class="que_c one6 <?php echo $val;?>" align="center" <?php echo $styBorder;?>>
<?php
echo $rsPagesContent[$pgc]['db_pageConTitle'];
?>
</th>
<?php } ?>
<?php } ?>
</tr>
</thead>
<tbody>
<?php
//echo "<pre>";
//print_r($rsCustomerInfo);
//echo "</pre>";
if(count($rsCustomerInfo)>0){ ?>
<?php for ($i=0;$i< count($rsCustomerInfo);$i++)
{
if($i%2)
$bgclass='altrow';
else
$bgclass='oddrow';
$objshiftreportdetails->FromDate = date("Y-m-d",strtotime($rsCustomerInfo[$i]['created_date']));
$objshiftreportdetails->ToDate = date("Y-m-d",strtotime($rsCustomerInfo[$i]['created_date']));
//$rsTotalVisits = $objshiftreportdetails->FetchTotalVisits($rsCustomerInfo[$i]['userId']);
//$rsTotalVisits = $objshiftreportdetails->FetchTotalVisits();
?>
<tr class="<?php echo $bgclass;?>" >
<td><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><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 //echo $rsCustomerInfo[$i]['db_phone'];
if(!empty($rsCustomerInfo[$i]['db_userLoginName'])) echo $rsCustomerInfo[$i]['db_userLoginName']; else echo $rsCustomerInfo[$i]['db_phone']; ?>
</a>
<label name="User ID">
<?php //echo $rsCustomerInfo[$i]['db_phone']; ?></label>
</td>
<td><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 //echo $rsCustomerInfo[$i]['db_phone'];
if(!empty($rsCustomerInfo[$i]['db_username'])) echo $rsCustomerInfo[$i]['db_username']; else echo "NA"; ?>
</a>
</td>
<?php if(!empty($keywordName[0]['keywordName'])){ ?>
<td ><?php if(!empty($rsCustomerInfo[$i]['keyword'])) echo $rsCustomerInfo[$i]['keyword']; else echo "NA"; ?></td>
<?php } ?>
<?php if(!empty($keywordName[0]['keywordServer'])){ ?>
<td><?php if(!empty($rsCustomerInfo[$i]['servername'])) echo $rsCustomerInfo[$i]['servername']; else echo "NA"; ?></td>
<?php } ?>
<?php if(!empty($keywordName[0]['keywordPax'])){ ?>
<td><?php if(!empty($rsCustomerInfo[$i]['paxNo'])) echo $rsCustomerInfo[$i]['paxNo']; else echo "NA"; ?></td>
<?php } ?>
<?php if(!empty($keywordName[0]['keyword4'])){ ?>
<td ><?php if(!empty($rsCustomerInfo[$i]['totalBill'])) echo $rsCustomerInfo[$i]['totalBill']; else echo "NA"; ?></td>
<?php } ?>
<?php $rsTotalVisits = $objshiftreportdetails->FetchTotalVisits($rsCustomerInfo[$i]['db_surveyUserid'],$FromDate,$ToDate);?>
<td><?php echo $rsTotalVisits;?></td>
<?php
foreach($rsPagesIDS as $val) {
$rsPagesContent = $objshiftreportdetails->fetchPageList($val);
for($pgc=0;$pgc<count($rsPagesContent); $pgc++){ $styBorder = '';
if($pgc == count($rsPagesContent)-1){
$styBorder = 'style=" "';
}
?>
<td id="<?php echo $val;?>" <?php echo $styBorder;?>>
<?php $avgVal = $objshiftreportdetails->FetchQuestionValue($rsCustomerInfo[$i]['db_surveyUserid'],$OrgID,$BranchID,$IndustryID,$pType,$rsPagesContent[$pgc]['pageConId'],$rsCustomerInfo[$i]['tokenid']);
//echo $val;
if(strlen($avgVal) > 30) {
echo substr($avgVal,0,30)."..<a data-toggle='modal' data-target='#modal_".$rsCustomerInfo[$i]['db_surveyUserid'].$OrgID.$BranchID.$IndustryID.$pType.$rsPagesContent[$pgc]['pageConId'].$rsCustomerInfo[$i]['tokenid']."' href=''> more </a>"; ?>
<div class="modal cust_coment" id="<?php echo "modal_".$rsCustomerInfo[$i]['db_surveyUserid'].$OrgID.$BranchID.$IndustryID.$pType.$rsPagesContent[$pgc]['pageConId'].$rsCustomerInfo[$i]['tokenid'];?>" style="padding-right: 17px;">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span></button>
<h4 class="modal-title">More details</h4>
</div>
<div class="modal-body" style="text-align:left;">
<p><?php echo $avgVal; ?></p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default pull-right" data-dismiss="modal">Close</button>
<!--<button type="button" class="btn btn-primary">Save changes</button> -->
</div>
</div>
<!-- /.modal-content -->
</div>
<!-- /.modal-dialog -->
</div>
<?php }
else
echo $avgVal;
?>
</td>
<?php } ?>
<?php }
?>
</tr>
<?php } ?>
</tbody>
<tbody>
<?php }else{
?>
<tr class="altrow">
<td colspan="25" align="center" style="float: none;"> No record found. </td>
</tr>
<?php } ?>
</tbody>
<?php }else{ ?>
<tbody>
<tr>
<td class="text-center">No data found.</td>
</tr>
</tbody>
<?php } ?>
</table>
<?php }?>
<?php }else{ ?>
</div>
</div>
<table class="table table-striped table-bordered" >
<tbody>
<tr>
<td class="text-center"><img src="theme/black/images/searchfeedback4.jpg" style="width:100%;"></td>
</tr>
</tbody>
</table>
<?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>
</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();
$(".totalAvgVerNormal").show();
$(".totalAvgVerNew").hide();
});
$(".content_report2").click(function(){
$(".content_report_new").show();
$(".content_report_noraml").hide();
$(".conte_report2").hide();
$(".conte_report1").show();
$(".totalAvgVerNormal").hide();
$(".totalAvgVerNew").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>
<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>
<script>
$.fn.dataTable.ext.type.detect.unshift(
function ( d ) {
return d === 'Low' || d === 'Medium' || d === 'High' ?
'salary-grade' :
null;
}
);
$.fn.dataTable.ext.type.order['salary-grade-pre'] = function ( d ) {
switch ( d ) {
case 'Low': return 1;
case 'Medium': return 2;
case 'High': return 3;
}
return 0;
};
$(document).ready(function() {
$('.tblCustomers').DataTable();
} );
</script>
<!---
<script>
$(document).ready(function() {
var table = $('#content_report').DataTable( {
'lengthMenu': [[10, 20, 25, 50, -1], [10, 20, 25, 50, 'All']],
scrollY: "300px",
scrollX: true,
scrollCollapse: true,
paging: true,
fixedColumns: {
leftColumns: 6
}
} );
} );
</script>
---->
<!---
<script>
$(document).ready(function() {
var table = $('#content_report').DataTable( {
"lengthMenu": [[10, 20, 50, -1], [10, 20, 50, "All"]],
scrollY: "900px",
scrollX: true,
scrollCollapse: true,
paging: true,
fixedColumns: {
leftColumns: 6,
}
} );
} );
</script>
---->
<script>
$(document).ready(function() {
$('#content_report').DataTable( {
scrollY: "900px",
scrollX: true,
scrollCollapse: true,
paging: true,
dom: 'Bfrtip',
lengthMenu: [
[ 10, 20, 30, -1 ],
[ '10 rows', '20 rows', '30 rows', 'Show all' ]
],
buttons: [
'pageLength','excel','print'
]
} );
} );
</script>
<!-----data_table_content_report--->
<script>
$(document).ready(function() {
$('#question_report').DataTable( {
"lengthMenu": [[10, 25, 50, -1], [10, 25, 50, "All"]],
"scrollY": 200,
"scrollX": true
} );
} );
</script>
<script src="theme/black/datatable/js/dataTables.buttons.min.js"></script>
<script src="theme/black/datatable/js/buttons.flash.min.js"></script>
<script src="theme/black/datatable/js/jszip.min.js"></script>
<script src="theme/black/datatable/js/pdfmake.min.js"></script>
<script src="theme/black/datatable/js/vfs_fonts.js"></script>
<script src="theme/black/datatable/js/buttons.html5.min.js"></script>
<script src="theme/black/datatable/js/buttons.print.min.js"></script>