61 lines
1.7 KiB
PHP
61 lines
1.7 KiB
PHP
<?php
|
|
$Empcnt = '';
|
|
//echo $DEPCode;
|
|
//echo ROLE_MANAGER;
|
|
if(!empty($EmpCount))
|
|
{
|
|
foreach ($EmpCount as $Emp)
|
|
{
|
|
$Empcnt = $Emp->EmpCount;
|
|
}
|
|
|
|
|
|
}
|
|
?>
|
|
<div class="content-wrapper">
|
|
<section class="content">
|
|
<!-- Dashboard for Account department-->
|
|
<?php
|
|
if($DEPCode == FINANCE)
|
|
{
|
|
?>
|
|
<div class="content-wrapper">
|
|
<!-- Content Header (Page header) -->
|
|
<section class="content-header">
|
|
<center><h1> Accounts Department Dashboard</h1> </center>
|
|
</section>
|
|
<!-- Main content -->
|
|
<section class="content">
|
|
<!-- Info boxes -->
|
|
<center>
|
|
<div class="row">
|
|
<!-- fix for small devices only -->
|
|
<div class="clearfix visible-sm-block"></div>
|
|
<div class="col-md-4 col-md-offset-4 col-sm-6 col-xs-12">
|
|
<div class="info-box">
|
|
<span class="info-box-icon bg-yellow"><i class="ion ion-ios-people-outline"></i></span>
|
|
<div class="info-box-content">
|
|
<span class="info-box-text">Employees</span>
|
|
<span class="info-box-number"><?php echo $Empcnt ?></span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</center>
|
|
<div>
|
|
<marquee direction="up" scrollamount="2" height="150px;"> <font color="Brown"> <h1><b>Guidelines:</b></h1><h3> # PaySlip menu in header has two sub menu ( 1.Upload Salary , 2.PaySlip Generator)<br/><br/>
|
|
# Upload salary menu is used to upload the Salary Excel file into the database<br/><br/>
|
|
# Payslip generator menu is to generate the salary slip for individual Employess or All Employees</h3>
|
|
</center> </font></marquee>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
|
|
<?php
|
|
}
|
|
?>
|
|
|
|
|
|
|
|
</section>
|
|
</div>
|