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/ctsmanpowersummary.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('CTS', 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="ctsmanpowersummary.html" name="frmSearch" id="frmSearch" class="pe-no-print">
				  <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="ctsmanpower.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">
                        
                        <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>
                     </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:100%; margin-top:25px; margin-bottom:0px;">
	<colgroup span="8" width="64"></colgroup>
	<tbody>
	
		<tr class="no_br report_header2">
                                 <td colspan="28" height="28" align="center" valign="bottom"> NORTH EASTERN RAILWAY    </td>
                              </tr>
							  
							  <tr class="no_br report_header2">
                                 <td colspan="28" height="28" align="center" valign="bottom"><span class="report_name">CTS - Manpower 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)) ?></span>   
										Year :<span class="t_nas" id="dateofinspection00"><?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>  
                                   </td>
                              </tr>
							  
							  
							  <tr class="no_br">
                                 <td height="100" style=" height: 12px !important;"></td>
                              </tr>
	
	 
	<tr class="header_bg">
		<td height="220" align="center" valign="middle"><b>S.No</b></td>
		<td align="center" valign="middle"> Date </td>
		<td align="center" valign="middle"><b>To Be Provided as per Norms</b></td>
		<td align="center" valign="middle"><b>Actual Avaliable</b></td>
		<td align="center" valign="middle"><b>Absent (A)</b></td>
		<td align="center" valign="middle"><b>Found Without Dress Code/ ID Cards/ Batches (D)</b></td>
		<td align="center" valign="middle"><b>Found Without Protective Gears (G)</b></td>
		<td align="center" valign="middle"><b>Penalty for the Day @ Rs. 1000 for A,  Rs. 100 for D/ person, Rs. 20 for G /person </b></td>
	</tr>

	<?php 

	$rsParamIDS = SubQuestionGroupIDS('params',9);//subquestion
	$rsPagesIDS = SubQuestionGroupIDS('pages',$rsParamIDS[0]);
	$totalTarget = 0;
	foreach ($rsParamIDS as $key => $rsParams){
	    	
		$rsParamData = $objScorecardctsnew->getParamsData($rsParams);
	    $desc = explode(',', $rsParamData[0]['paramChoice']);
	    	
		$rsTargetData = $objScorecardctsnew->getTarget("11","9",$rsParams);
    	$rsTargetData = explode(',', $rsTargetData[0]['value']);

    	foreach ($desc as $key1 => $value) {   
     		$totalTarget = $totalTarget + $rsTargetData[$key1];
     	}
      
	} 

	$totalDays = cal_days_in_month(CAL_GREGORIAN, $Month, $Year);
	for ($i=1; $i <= $totalDays; $i++) { 
		
		$date = $Year.'-'.$Month.'-'.$i;

		$actualAvailable = 0;
		$absent = 0;
		$foundWoDress = 0;
		$foundWoProGlass = 0;
	    $rsQuestionsInfo = $objScorecardctsnew->FetchQuestionsDataManpower($date);
	    if(count($rsQuestionsInfo)>0){ 
	        for ($q=0;$q< count($rsQuestionsInfo);$q++){
	        	foreach ($rsParamIDS as $rsParams) {
	        		$rsParamData = $objScorecardctsnew->getParamsData($rsParams);
				    $desc = explode(',', $rsParamData[0]['paramChoice']);
	        		foreach ($desc as $key1 => $value) {
		        		$avgVal1 = 0;
		        		foreach ($rsPagesIDS as $key2 => $rsPages) {

		        			$avgVal = $objScorecardctsnew->FetchValueScoreManpower($rsQuestionsInfo[$q][0]['db_surveyQuestionId'],$rsQuestionsInfo[$q][0]['db_surveySubQuestionId'],$rsParams,$rsPages,$value,$rsQuestionsInfo[$q][0]['tokenid']);
		        			$avgVal1 += $avgVal;
		        			if($key2==1){
		        				$absent += $avgVal;
								$avgVal1 -= $avgVal;
	            				$actualAvailable += $avgVal1-$avgVal;
		        			}
		        			if($key2==2){
		        				$foundWoDress += $avgVal;
		        			}
		        			if($key2==3){
		        				$foundWoProGlass += $avgVal;
		        			}
		        		}
		        	}
	        	}
	        }
	    } 

	?>
	<tr>
		<td height="20" align="center" valign="bottom" sdval="1" sdnum="1033;"><?php echo $i; ?></td>
		<td height="20" align="center" valign="middle" sdval="43891" sdnum="1033;1033;D-MMM-YYYY;@"><?php echo $i.'-'.date("M", mktime(null, null, null, $Month)).'-'.$Year ?></td>
		<td align="center" valign="middle" sdval="32" sdnum="1033;"><?php echo $totalTarget; ?></td>
		<td align="center" valign="middle" sdval="32" sdnum="1033;"><?php echo $actualAvailable; ?></td>
		<td align="center" valign="middle" sdval="0" sdnum="1033;"><?php echo $absent; ?></td>
		<td align="center" valign="middle" sdval="0" sdnum="1033;"><?php echo $foundWoDress; ?></td>
		<td align="center" valign="middle" sdval="1" sdnum="1033;"><?php echo $foundWoProGlass; ?></td>
		<td align="center" valign="middle" sdval="20" sdnum="1033;"><?php echo ($absent*1000)+($foundWoDress*100)+($foundWoProGlass*20) ?></td>
	</tr>
	<?php } ?>
	<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>
                                    <span class="t_nas" id="" style="padding: 0px 20px 36px 20px; margin-left: 20%;">SSE/JE IN Charge</span> 
                                 </td>
                              </tr>
</tbody></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>