@extends('admin.include.master')
@section('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" data-toggle="modal"
data-target="#"> Print <i class="fas fa-print"></i> </button>
</div>
</div>
</div><!-- /.container-fluid -->
</section>
<!-- Main content -->
<section class="content">
<div class="container-fluid">
{{-- Employee Promotion List --}}
<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="{{ 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. {{ $ViewEmpOrder->PromotionTransferCode }} <small
class="float-right">Date: {{ $ViewEmpOrder->PromotionOrderDate }} </small>
</h5>
</div>
</div>
{{-- Promotion Order --}}
@if ($ViewEmpOrder->AppointmentStatus == 'Promotion')
<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>
@endif
<div class="row justify-content-center mt-4 mb-4">
<div class="col-md-10 text-center">
<h5><strong>ORDER</strong></>
</div>
</div>
{{-- Promotion --}}
@if ($ViewEmpOrder->AppointmentStatus == 'Promotion')
<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>{{ $ViewEmpOrder->EmployeeName }}</strong>, (post) <strong>{{
$ViewEmpOrder->Designation }}</strong> has been appointed on the post of
<strong>{{ $ViewEmpOrder->SanctionPost }}</strong> through <strong>{{
$ViewEmpOrder->AppointmentStatus }}</strong> in the pay scale <strong>{{
$ViewEmpOrder->PayScale }}</strong>. He has joined his duties on (date)
<strong>{{ $ViewEmpOrder->PromotionTransferDate }}</strong> . Hence, his pay is
fixed from the date <strong>{{ $ViewEmpOrder->PromotionTransferDate }}</strong> in
the pay scale applicable to the post of <strong>{{ $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>{{ $ViewEmpOrder->EmployeeName }}( {{ $ViewEmpOrder->SanctionPost }} )
</td>
<td>{{ $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>{{ $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>
@endif
{{-- Transfer --}}
@if ($ViewEmpOrder->AppointmentStatus == 'Transfer')
<div class="row justify-content-center mb-4">
<div class="col-md-10">
<p>Hon. Vice Chancellor, Dr. Balasaheb Sawant Konkan Krishi Vidyapeeth,
Dapoli hereby ordered that, the employees shown in the column no. 2 below should be
transferred to the post, as per details shown in the column no. 3 below, till
further orders.</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 with designation , present scheme and
present work place</th>
<th>Post on which employee transfer, controlling officer, name of the scheme
and actual work place</th>
<th>Remarks</th>
</tr>
</thead>
<tbody>
<tr>
<td>1.</td>
<td>Employee Name: <strong>{{ $EmpPastPosition->EmployeeName }}</strong>
<br />Designation: <strong>{{ $EmpPastPosition->DesignationName
}}</strong>
<br />Scheme: <strong>{{ $EmpPastPosition->SchemeName }}</strong>
<br />Work Place: <strong>{{ $EmpPastPosition->ActualWorkPlace
}}</strong>
</td>
<td>Post: <strong>{{ $ViewEmpOrder->SanctionPost }}</strong>
<br />Scheme: <strong>{{ $ViewEmpOrder->SchemeName }}</strong>
<br />Controlling Officer: <strong>{{ $ViewEmpOrder->ControllingOfficer
}}</strong>
<br />Actual work place: <strong>{{ $ViewEmpOrder->ActualWorkPlace
}}</strong>
</td>
<td>{{ $ViewEmpOrder->Remarks }}</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="row justify-content-center mb-2">
<div class="col-md-10">
<p>The above mentioned employees should be relieved immediately under
intimation to undersigned. Transfer TA bill and transit period should not be
applicable to the employees transfer on ‘Own Request’.</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>Director</li>
<li>Associate Dean</li>
<li>In charge</li>
<li>Head</li>
<li>Comptroller</li>
<li>PAO, PAU</li>
<li>PA to VC</li>
<li>Personal file</li>
</ol>
</div>
</div>
@endif
</div>
</div>
<!-- /.col -->
</div>
<!-- /.row -->
</div>
<!-- /.container-fluid -->
</section>
<!-- /.content -->
</div>
{{-- JS Start Here --}}
<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 -->
@endsection