HEX
Server: Apache
System: Linux 185.122.168.184.host.secureserver.net 5.14.0-570.52.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 15 06:39:08 EDT 2025 x86_64
User: barbeatleanalyti (1024)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/barbeatleanalyti/public_html/baris.beatleanalytics.com/site/template/pmcsurprisesummary.php
<!DOCTYPE html>  
<?php  
   // Declare new object 
   
   $objScorecardctsnew = object; 
   
   // Assing object 
   $objScorecardctsnew = $objDB->objController;
   
   // Assign all variable's value
   $pg            = $objScorecardctsnew->pg;
   $acn           = $objScorecardctsnew->acn;
   $v             = $objScorecardctsnew->v;
   $State         = $objScorecardctsnew->State;
   $ReligionName  = $objScorecardctsnew->ReligionName;
   $sort          = $objScorecardctsnew->sort;
   $ReligionID    = $objScorecardctsnew->ReligionID;
   $field         = $objScorecardctsnew->field;
   $error         = $objScorecardctsnew->error;
   $msg           = $objScorecardctsnew->msg;
   $perpage       = $objScorecardctsnew->perpage;
   $start         = $objScorecardctsnew->start;
   $limit         = $objScorecardctsnew->limit;
   $SearchValue   = $objScorecardctsnew->SearchValue;
   $s             = $objScorecardctsnew->s;
   
   $CustomerID    = $objScorecardctsnew->CustomerID;
   $SurveyID      = $objScorecardctsnew->SurveyID;
   $TokenID       = $objScorecardctsnew->TokenID;
   $pType         = $objScorecardctsnew->pType;
   
   $OrgID         = $objScorecardctsnew->OrgID;
   $BranchID      = $objScorecardctsnew->BranchID;
   $IndustryID    = $objScorecardctsnew->IndustryID;
   $FromDate      = $objScorecardctsnew->FromDate;
   $ToDate        = $objScorecardctsnew->ToDate;
   
   $StationId  = $objScorecardctsnew->StationId;
   $QuestionId = $objScorecardctsnew->QuestionId;
   $AuditorId  = $objScorecardctsnew->AuditorId;
   $Month  		 = $objScorecardctsnew->Month;
   $Year  		 = $objScorecardctsnew->Year;
   
   $valck[] = array();
   
   if(!in_array('PMC', explode(',', $userdata[0]['reportType']))){
   ReturnPostFormData($ValidateArr = array(),"error.html","<span class='error-msg'>Method <strong>".$acn."</strong> does not exist in <strong>".$pg."</strong> file !</span>",2);
   }
   
   ?>  
<!-- jQuery 3 -->
<script src="<?php echo $curImagePath?>/bower_components/jquery/dist/jquery.min.js"></script>
<link rel="stylesheet" href="<?php echo $curImagePath?>/datatable/css/jquery.dataTables.min.css">
<link rel="stylesheet" href="<?php echo $curImagePath?>/datatable/css/buttons.dataTables.min.css">
<!--<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">-->
<link rel="stylesheet" href="<?php echo $curImagePath?>/dist/css/Custom.css">
<link rel='stylesheet' type='text/css' href='<?php echo $curImagePath?>/datepikar2/datepicker3.css'>
<link rel='stylesheet' type='text/css' href='<?php echo $curImagePath?>/datepikar2/daterangepicker-bs3.css'>
<script src="<?php echo $curImagePath?>/dist/js/jQuery.print.min.js"></script>
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<!-- Main content -->
<section class="content">
   <div class="row">
   <div class="col-xs-12">
      <!-- /.box -->
      <div class="box">
         <!-- /.box-header -->
         <div class="box-body">
            <!------------------------------------------------------------------>
            <form method="post" action="pmcsurprisesummary.html" name="frmSearch" id="frmSearch" class="pe-no-print" style="display:block;">
               <div class="box-header">
                  <h3 class="box-title" style="width:100%;">
                     <div class="form-group">
                        <div class="col-md-4"><a class="btn btn-info btn-sm" href="dailysurprise.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">
                           <select class="form-control input-md" id="month" name="Month">
                              <option value="01">Janaury</option>
                              <option value="02">February</option>
                              <option value="03">March</option>
                              <option value="04">April</option>
                              <option value="05">May</option>
                              <option value="06">June</option>
                              <option value="07">July</option>
                              <option value="08">August</option>
                              <option value="09">September</option>
                              <option value="10">October</option>
                              <option value="11">November</option>
                              <option value="12">December</option>
                           </select>
                        </div>
                        <div class=" col-xs-12 col-md-3 col-lg-2 form-group">
                           <select class="form-control input-md" id="year" name="Year">
                           <?php 
                              $firstYear = 2020;
                              $lastYear = (int)date('Y');
                              for($i=$firstYear;$i<=$lastYear;$i++){
                              	echo '<option value='.$i.'>'.$i.'</option>';
                              }?>								
                           </select>
                        </div>
                        <div class="input-group input-group-sm pull-right- text-right">
                           <span class="pull-right text-right form-group no-padding">
                              <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 class="col-md-4"></div>
                     </div>
                  </h3>
               </div>
            </form>
            
            <div class="NEWCTS">
               <div class="fixed-btn">
                <?php if ($userdata[0]['db_usertype'] != 'viewer' ){ ?>
                  <div class="table_print- pe-no-print">
                     <form name="myform" class="print_cheked">
                        <button type="button" class="print print_btn">Print All</button>
                        <!-- onClick="breakeveryheader()" -->
                        <input type="checkbox" name="mybox" checked="" style="display: none;">
                     </form>
                  </div>
                <?php } ?>
               </div>
               <div class="printTable pe-preserve-ancestor" id="printTable">
                  <!---<div class="creat_new_page_print"></div>
                     <table id="" class="display-- new_print_display" style="width:100%;     margin-bottom: 87px;  ">
                          aaaaaaa
                       </table>--->
                 
                  <table id="" class="display-- new_print_display" style="width:80%; margin: 0 auto">
                     <tbody>
                        <tr class="no_br report_header2">
                           <td colspan="28" height="28"  valign="bottom"> <?php echo $objScorecardctsnew->getcommondata('baris_station','zoneName','OrgID',$_SESSION['UserInfo']['OrgID']) ?> RAILWAY   </td>
                        </tr>
                        <tr class="no_br report_header2">
                           <td colspan="28" height="28" align="center" valign="bottom"><span class="report_name">PMC - Surprise Summary</span> </td>
                        </tr>
                        <tr class="no_br report_header2 " style="border-bottom: 1px solid #bfbfbf;">
                           <td colspan="28" height="28" align="center" valign="bottom">
                              Daily uses of type and quantity of consumables of environmental sanitation, mechanized cleaning and housekeeping contract at <?php echo $objScorecardctsnew->getcommondata('baris_station','stationName','OrgID',$_SESSION['UserInfo']['OrgID']) ?> Railway station
                           </td>
                        </tr>
                        <tr class="no_br">
                           <td height="100" style=" height: 12px !important;"></td>
                        </tr>
                        <tr class="no_br report_header2">
                           <td colspan="28" height="28" valign="bottom">
                              Month: :<span class="t_nas" id="dateofinspection00"><?php echo date("F", mktime(null, null, null, $Month)) ?>-<?php echo $Year; ?></span>    
                              Division  :<span class="t_nas" id="auditorname00"><?php echo $objScorecardctsnew->getcommondata('baris_division','DivisionName','OrgID',$_SESSION['UserInfo']['OrgID']) ?></span>     
                              Station :<span class="t_nas" id="trainno00"><?php echo $objScorecardctsnew->getcommondata('baris_station','stationName','OrgID',$_SESSION['UserInfo']['OrgID']) ?></span>     
                              Name Of Contractor:<span class="t_nas" id="#"><?php echo $objScorecardctsnew->getcommondata('baris_organization','db_Orgname','OrgID',$_SESSION['UserInfo']['OrgID']) ?>   </span>  
                              Average  :<span class="t_nas" id="pmcsummary_average"></span>  
							   <!-- Total Month Penalty :<span class="t_nas" id="#">xxxxxx </span> --> 
                           </td>
                        </tr>
                        <tr class="no_br">
                           <td height="100" style=" height: 12px !important;"></td>
                        </tr>
                        <tr class="header_bg">
                           <td style="" height="21" align="center" valign=middle>S.No</td>
                           <td style="" align="center" valign=middle>Inspection Date</td>
                           <td style="" align="center" valign=middle>Total</td>
                           <td style="" align="center" valign=middle>Score</td>
                           <td style="" align="center" valign=middle>Score(%)</td>
                        </tr>
                        <?php 
                        // if($_SESSION['UserInfo']['OrgID'] == 16){
                        //   $QuestionId = 16;
                        //   $mQuestionId = 15;
                        // }else{
                        //   $QuestionId = 1;
                        //   $mQuestionId = 14;
                        // }
                        $mQuestionId = getquestionid('PMC');
                        $QuestionId = getsubquestionid('PMC','daily_surprise');
                        
                        $rsParamIDS = SubQuestionGroupIDS('params',$QuestionId);//subquestion
                        
                        $totalper = 0;
                        $totalcount = 0;
                        $number = cal_days_in_month(CAL_GREGORIAN, $Month, $Year);
                        for ($i=1; $i <= $number; $i++) { 

                           $date = $Year.'-'.$Month.'-'.$i;
                           
                           $totalScore = 0;
                           $obtainScore = 0;
                           $rsQuestionsInfo = $objScorecardctsnew->FetchQuestionsData($mQuestionId,$QuestionId,$date);
                           if(count($rsQuestionsInfo)>0){ 
                              for ($q=0;$q< count($rsQuestionsInfo);$q++){
                                 foreach ($rsParamIDS as $rsParams) {
                                    $rsPagesIDS = SubQuestionGroupIDS('pages',$rsParams);
                                    foreach ($rsPagesIDS as $rsPages) {

                                       $avgVal = $objScorecardctsnew->FetchValueScore($rsQuestionsInfo[$q][0]['db_surveyQuestionId'],$rsQuestionsInfo[$q][0]['db_surveySubQuestionId'],$rsParams,$rsPages,$rsQuestionsInfo[$q][0]['tokenid']);
                                       $totalScore = $totalScore+10;
                                       $obtainScore = $obtainScore+$avgVal;
                                    }
                                 }
                              }
                           }


                           $totalper = $totalper + round(($obtainScore*100)/$totalScore,2);
                           if(!empty($obtainScore))
                              $totalcount++;
                         ?>
                        <tr>
                           <td style="" height="21" align="center" valign=middle  ><?php echo $i; ?></td>
                           <td style="" align="center" valign=middle sdval="44044" sdnum="1033;0;M/D/YYYY"><?php echo $i.'-'.date("M", mktime(null, null, null, $Month)).'-'.$Year ?></td>
                           <td style="" align="center" valign=middle sdval="300" ><?php echo $totalScore; ?></td>
                           <td style="" align="center" valign=middle sdval="297" ><?php echo $obtainScore; ?></td>
                           <td style="" align="center" valign=middle sdval="99" ><?php echo round(($obtainScore*100)/$totalScore,2); ?></td>
                        </tr>

                     <?php } ?>

                        <script type="text/javascript">
                           $("#pmcsummary_average").text("<?php echo round($totalper/$totalcount,2) ?>%")
                        </script>                        
                        <tr class="no_br report_header2 signature" style="">
                           <td colspan="28" height="28" valign="bottom" style=" padding-top: 28px !important;">
                              <span class="t_nas" id="" style=" padding: 0px 20px 36px 20px; margin-right: 20%;">Signature of Contractor Representative </span>
                              <?php  if ($userdata[0]['OrgID'] == 30)
                                       { ?>
                                    <span class="t_nas" id="" style="padding: 13px 32px; margin-left: 20%;">DCI IN Charge</span> 
                                    
                                    <?php } else { ?> 
                                    <span class="t_nas" id="" style="padding: 13px 32px; margin-left: 20%;">CHI IN Charge</span>   
                                    <?php } ?>
                               
                           </td>
                        </tr>
                  </table>
               </div>
            </div>
            <!-- /.box-body -->
         </div>
         <!-- /.box -->
      </div>
      <!-- /.col -->
</section>
<!-- /.content -->
</div>
<!-- /.content-wrapper -->
<!-- Bootstrap 3.3.7 -->
<script src="<?php echo $curImagePath?>/bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- DataTables -->
<script src="<?php echo $curImagePath?>/datatable/js/jquery.dataTables.min.js"></script>
<script src="<?php echo $curImagePath?>/datatable/js/dataTables.buttons.min.js"></script>
<script src="<?php echo $curImagePath?>/datatable/js/buttons.flash.min.js"></script>
<script src="<?php echo $curImagePath?>/datatable/js/buttons.print.min.js"></script>
<!-- SlimScroll -->
<script src="<?php echo $curImagePath?>/bower_components/jquery-slimscroll/jquery.slimscroll.min.js"></script>
<!-- FastClick -->
<script src="<?php echo $curImagePath?>/bower_components/fastclick/lib/fastclick.js"></script>
<!-- AdminLTE for demo purposes -->
<script src="<?php echo $curImagePath?>/dist/js/demo.js"></script>
<script src="<?php echo $curImagePath?>/datepikar2/bootstrap-datepicker.js"></script>
<script src="<?php echo $curImagePath?>/datepikar2/daterangepicker.js"></script>
<script src="<?php echo $curImagePath?>/datepikar2/moment.min.js"></script>
<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;
       }
   }
   
   $('#month').val('<?php echo $Month ?>');
   $('#year').val('<?php echo $Year ?>');
</script>
<!---creat_new_page_print--->
<script>
   function breakeveryheader() {
       if (!document.getElementById) {
           alert("You need IE5 or NS6 to run this example")
           return
       }
       var thestyle = (document.forms.myform.mybox.checked) ? "always" : "auto"
       for (i = 0; i < document.getElementsByClassName("creat_new_page_print").length; i++)
           document.getElementsByClassName("creat_new_page_print")[i].style.pageBreakBefore = thestyle
   }
</script>
<script>
   $('.print_btn').on('click', function() { // select print button with class "print," then on click run callback function
       breakeveryheader();
       $.print("#printTable"); // inside callback function the section with class "content" will be printed
   });
</script>
<!--//creat_new_page_print -->
<style> 
   @media print {
   .new_print_display { page-break-after: always; }
   }
   @page { size: A4;  }
  
</style>