File: /var/www/html/hrms-production/storage/framework/views/1b7bc3184231efbd94142473e681cbb3caaf799a.php
<?php $__env->startSection('content'); ?>
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<section class="content-header">
<div class="container-fluid">
<div class="row mb-2">
<div class="col-sm-6">
</div>
<div class="col-sm-6 text-right">
<button type="button" class="btn btn-sm btn-outline-success mx-1" onclick="window.print()"> Print <i class="fas fa-print"></i> </button>
</div>
</div>
</div><!-- /.container-fluid -->
</section>
<!-- Main content -->
<section class="content">
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-10">
<div class="invoice p-3 mb-3">
<div class="row justify-content-center">
<div class="col-10 text-center">
<img class="profile-user-img img-fluid img-circle mb-3"
src="<?php echo e(url('/uploads/dbskkv_logo.jpg')); ?>" alt="Logo" style="max-width: 72px">
<h5>
<strong>DR. BALASAHEB SAWANT KONKAN KRISHI VIDYAPEETH, DAPOLI</strong>
</h5>
<hr />
</div>
<div class="col-10">
<h5>University Order No. <?php echo e($ViewEmpOrder->PromotionTransferCode); ?> <small
class="float-right">Date: <?php echo e(date('d-M-y', strtotime($ViewEmpOrder->PromotionOrderDate))); ?> </small>
</h5>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-10">
<p>Read:</p>
<ol>
<li>MCSR.</li>
<li>Government Resolution No.</li>
<li>University Order</li>
</ol>
</div>
</div>
<div class="row justify-content-center mt-4 mb-4">
<div class="col-md-10 text-center">
<h5><strong>ORDER</strong></>
</div>
</div>
<div class="row justify-content-center mb-4">
<div class="col-md-10">
<p>Vide order referred above at Sr. No. ……. above
Shri./Smt. <strong><?php echo e($ViewEmpOrder->EmployeeName); ?></strong>, (post) <strong><?php echo e($ViewEmpOrder->Designation); ?></strong> has been appointed on the post of
<strong><?php echo e($ViewEmpOrder->SanctionPost); ?></strong> through <strong><?php echo e($ViewEmpOrder->AppointmentStatus); ?></strong> in the pay scale <strong><?php echo e($ViewEmpOrder->PayScale); ?></strong>. He has joined his duties on (date)
<strong><?php echo e(date('d-M-y', strtotime($ViewEmpOrder->PromotionTransferDate))); ?></strong> . Hence, his pay is fixed from the date <strong><?php echo e(date('d-M-y', strtotime($ViewEmpOrder->PromotionTransferDate))); ?></strong> in the pay scale applicable to the post of <strong><?php echo e($ViewEmpOrder->SanctionPost); ?></strong> as per details given in the table below;</p>
</div>
</div>
<div class="row mb-4">
<div class="col-12 table-responsive">
<table class="table table-striped">
<thead>
<tr>
<th>Sr. N.</th>
<th>Name of the Employee and post</th>
<th>Joining Date of the new cadre</th>
<th>PayScale of the lower cadre</th>
<th>Pay drawn in the lower cadre</th>
<th>PayScale applicable to new cadre</th>
<th>Pay fixed on the date of joining the new cadre as per MCSR(Pay)19 81
Rule No. 11(1)(A/B)</th>
<th>As per MCSR(Pay)19 81 Rule No. 11(1)(A/B) pay on the date of increment
</th>
<th>Date of next increment</th>
</tr>
</thead>
<tbody>
<tr>
<td>1.</td>
<td><?php echo e($ViewEmpOrder->EmployeeName); ?>( <?php echo e($ViewEmpOrder->SanctionPost); ?> )
</td>
<td><?php echo e(date('d-M-y', strtotime($ViewEmpOrder->PromotionTransferDate))); ?></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="row justify-content-center mb-2">
<div class="col-md-10">
<p>As shown above, pay fixed from the date …………… should may made applicable to Shri./Smt
<strong><?php echo e($ViewEmpOrder->EmployeeName); ?></strong> and arrears if any should be paid
in cash to the concern from the grant available in the scheme from which his pay is
drawn.</p>
</div>
</div>
<div class="row justify-content-center mb-4">
<div class="col-10 text-right">
<p><strong>REGISTRAR</strong></p>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-10">
<p>Copy forwarded for information and further necessary action:</p>
<ol>
<li>Comptroller</li>
<li>In charge</li>
<li>Assistant Comptroller</li>
<li>Pay and Accounts Officer</li>
<li>Concern Employee</li>
<li>Personal file</li>
</ol>
</div>
</div>
</div>
</div>
<!-- /.col -->
</div>
<!-- /.row -->
</div>
<!-- /.container-fluid -->
</section>
<!-- /.content -->
</div>
<script>
$(function() {
$("#emplaoyeePromotionTable").DataTable({
"responsive": true,
"lengthChange": true,
"autoWidth": false,
"lengthMenu": [10, 20, 50, 100, 250, 500],
//"buttons": ["copy", "csv", "excel", "pdf", "print", "colvis"]
}).buttons().container().appendTo('#userTable_wrapper .col-md-6:eq(0)');
});
</script>
<!-- /.content-wrapper -->
<?php $__env->stopSection(); ?>
<?php echo $__env->make('admin.include.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/html/hrms/resources/views/admin/EmployeeProfile/view-employee-promotion.blade.php ENDPATH**/ ?>