header changes for payroll
This commit is contained in:
parent
0db91ac029
commit
7584ef0f2f
@ -137,6 +137,7 @@ define('MAINTENANANCE', 'DEP09');
|
||||
define('FINANCE', 'DEP10');
|
||||
define('PURCHASE', 'DEP11');
|
||||
define('MANAGEMENT', 'DEP12');
|
||||
define('HR', 'DEP13');
|
||||
/* PO Type */
|
||||
define('REVENUE', 'REVENUE');
|
||||
define('SERVICE', 'SERVICE');
|
||||
|
||||
0
application/logs/log-2017-10-05.php
Normal file → Executable file
0
application/logs/log-2017-10-05.php
Normal file → Executable file
0
application/logs/log-2017-10-11.php
Normal file → Executable file
0
application/logs/log-2017-10-11.php
Normal file → Executable file
0
application/views/bankreport.php
Normal file → Executable file
0
application/views/bankreport.php
Normal file → Executable file
0
application/views/bankreportprint.php
Normal file → Executable file
0
application/views/bankreportprint.php
Normal file → Executable file
0
application/views/editPayslip.php
Normal file → Executable file
0
application/views/editPayslip.php
Normal file → Executable file
0
application/views/esireportprint.php
Normal file → Executable file
0
application/views/esireportprint.php
Normal file → Executable file
@ -1,3 +1,4 @@
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
@ -149,7 +150,7 @@ $(function() {
|
||||
<div class="navbar-custom-menu collapse navbar-collapse" id="myNavbar">
|
||||
<ul class="nav navbar-nav">
|
||||
<!-- User Account: style can be found in dropdown.less -->
|
||||
<?php if($Designation != SECURITY ){ ?>
|
||||
<?php if($Designation != SECURITY ){ ?>
|
||||
<li class="treeview">
|
||||
<a href="<?php echo base_url(); ?>dashboard">
|
||||
<i class="fa fa-dashboard"></i> <span>Dashboard</span>
|
||||
@ -269,7 +270,7 @@ $(function() {
|
||||
|
||||
?>
|
||||
<?php
|
||||
if (( $role == ROLE_MANAGER|| $role == ROLE_EMPLOYEE || $role == ROLE_ADMIN || $DEPCode == MANAGEMENT) && $Designation != SECURITY )
|
||||
if (( $role == ROLE_MANAGER|| $role == ROLE_EMPLOYEE || $role == ROLE_ADMIN || $DEPCode == MANAGEMENT ) && $Designation != SECURITY && $DEPCode != HR )
|
||||
{
|
||||
?>
|
||||
<li class="treeview">
|
||||
@ -398,7 +399,7 @@ $(function() {
|
||||
</li>
|
||||
<?php
|
||||
}
|
||||
if ($Designation != SECURITY )
|
||||
if ($Designation != SECURITY && $DEPCode != HR )
|
||||
{
|
||||
|
||||
?>
|
||||
@ -438,7 +439,7 @@ $(function() {
|
||||
<?php
|
||||
|
||||
}
|
||||
if($DEPCode == FINANCE)
|
||||
if($DEPCode == HR)
|
||||
{
|
||||
?>
|
||||
<li class="treeview">
|
||||
|
||||
0
application/views/monthlypayinputs.php
Normal file → Executable file
0
application/views/monthlypayinputs.php
Normal file → Executable file
0
application/views/paysliplist.php
Normal file → Executable file
0
application/views/paysliplist.php
Normal file → Executable file
0
application/views/pfreportprint.php
Normal file → Executable file
0
application/views/pfreportprint.php
Normal file → Executable file
0
assets/lightswitch/lightswitch/.gitattributes
vendored
Normal file → Executable file
0
assets/lightswitch/lightswitch/.gitattributes
vendored
Normal file → Executable file
0
assets/lightswitch/lightswitch/.gitignore
vendored
Normal file → Executable file
0
assets/lightswitch/lightswitch/.gitignore
vendored
Normal file → Executable file
0
assets/lightswitch/lightswitch/.jshintrc
Normal file → Executable file
0
assets/lightswitch/lightswitch/.jshintrc
Normal file → Executable file
0
assets/lightswitch/lightswitch/.travis.yml
Normal file → Executable file
0
assets/lightswitch/lightswitch/.travis.yml
Normal file → Executable file
0
assets/lightswitch/lightswitch/CHANGELOG.md
Normal file → Executable file
0
assets/lightswitch/lightswitch/CHANGELOG.md
Normal file → Executable file
0
assets/lightswitch/lightswitch/Gruntfile.js
Normal file → Executable file
0
assets/lightswitch/lightswitch/Gruntfile.js
Normal file → Executable file
0
assets/lightswitch/lightswitch/MIT-LICENSE
Normal file → Executable file
0
assets/lightswitch/lightswitch/MIT-LICENSE
Normal file → Executable file
0
assets/lightswitch/lightswitch/README.md
Normal file → Executable file
0
assets/lightswitch/lightswitch/README.md
Normal file → Executable file
0
assets/lightswitch/lightswitch/bower.json
Normal file → Executable file
0
assets/lightswitch/lightswitch/bower.json
Normal file → Executable file
0
assets/lightswitch/lightswitch/lib/jquery.tabletojson.js
Normal file → Executable file
0
assets/lightswitch/lightswitch/lib/jquery.tabletojson.js
Normal file → Executable file
0
assets/lightswitch/lightswitch/lib/jquery.tabletojson.min.js
vendored
Normal file → Executable file
0
assets/lightswitch/lightswitch/lib/jquery.tabletojson.min.js
vendored
Normal file → Executable file
0
assets/lightswitch/lightswitch/package.json
Normal file → Executable file
0
assets/lightswitch/lightswitch/package.json
Normal file → Executable file
0
assets/lightswitch/lightswitch/src/jquery.tabletojson.js
Normal file → Executable file
0
assets/lightswitch/lightswitch/src/jquery.tabletojson.js
Normal file → Executable file
0
assets/lightswitch/lightswitch/tabletojson.jquery.json
Normal file → Executable file
0
assets/lightswitch/lightswitch/tabletojson.jquery.json
Normal file → Executable file
0
assets/lightswitch/lightswitch/test/index.html
Normal file → Executable file
0
assets/lightswitch/lightswitch/test/index.html
Normal file → Executable file
0
assets/lightswitch/lightswitch/test/specs/content.test.js
Normal file → Executable file
0
assets/lightswitch/lightswitch/test/specs/content.test.js
Normal file → Executable file
0
assets/lightswitch/lightswitch/test/specs/core.test.js
Normal file → Executable file
0
assets/lightswitch/lightswitch/test/specs/core.test.js
Normal file → Executable file
Loading…
Reference in New Issue
Block a user