?
Current Path : /home1/savoy/www/savoyglobal.net/eldertree/application/views/hr/ |
Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 |
Current File : /home1/savoy/www/savoyglobal.net/eldertree/application/views/hr/manage_pay_slip.php |
<!DOCTYPE html> <!--[if IE 8]> <html lang="en" class="ie8"> <![endif]--> <!--[if IE 9]> <html lang="en" class="ie9"> <![endif]--> <!--[if !IE]><!--> <html lang="en"> <!--<![endif]--> <!-- BEGIN HEAD --> <head> <?php $this->load->view('header'); $this->load->view('commonfunctions'); ?> </head> <body class="page-header-fixed"> <?php $this->load->view('top'); ?> <!-- BEGIN CONTAINER --> <div class="page-container row-fluid" > <!-- BEGIN PAGE --> <div class="page-sidebar nav-collapse collapse"> <!-- BEGIN SIDEBAR MENU --> <?php $this->load->view('menu'); ?> <!-- END SIDEBAR MENU --> </div> <!-- END SIDEBAR --> <!-- BEGIN PAGE --> <div class="page-content"> <!-- BEGIN PAGE CONTAINER--> <div class="container-fluid"> <!-- BEGIN PAGE HEADER--> <div class="row-fluid"> <div class="span12"> <!-- BEGIN PAGE TITLE & BREADCRUMB--> <h3 class="page-title"> <?= $_SESSION['menu_name']; ?> </h3> <ul class="breadcrumb"> <li> <i class="icon-home"></i> <?= $_SESSION['module_title']; ?> <i class="icon-angle-right"></i> </li> <li><a href="#"><?= $_SESSION['menu_name']; ?></a></li> <li class="pull-right no-text-shadow"> </li> </ul> <!-- END PAGE TITLE & BREADCRUMB--> </div> </div> <!-- END PAGE HEADER--> <div id="view_msg"></div> <!-- BEGIN PAGE CONTENT--> <div id="inner_content"> </div> <!-- END PAGE CONTENT--> <div class="clearfix"></div> </div> </div> <!-- END PAGE CONTAINER--> </div> <!-- END PAGE --> <!-- END CONTAINER --> <?php $this->load->view('footer'); $this->load->view('commonjsfiles'); ?> <script src="<?= base_url() ?>assets/scripts/jquery.autocomplete.js"></script> <script src="<?= base_url() ?>assets/scripts/autonumeric.js"></script> <script type="text/javascript"> $(document).ready(function() { viewdata('hr','viewinhrsearch','search_payslip','view_payslip','1'); App.init(); }); function loadpostedsalary() { var mydate = document.getElementById('date').value; if (mydate == '') { alert("Please Select Date First"); $("input#posted").attr('checked', false); return false; } else { $("#salpay").empty().html('<CENTER><img src="<?=base_url()?>/assets/img/loading.gif" class="loading"/></CENTER>'); $("#salpay").load("<?= site_url('hr/loadsalary/loadpostedsalary/0') ?>/"+mydate); } } function loadunpostedsalary() { var mydate = document.getElementById('date').value; if (mydate == '') { alert("Please Select Date First"); $("input#unposted").attr('checked', false); return false; } else { $("#salpay").empty().html('<CENTER><img src="<?=base_url()?>/assets/img/loading.gif" class="loading"/></CENTER>'); $("#salpay").load("<?= site_url('hr/loadsalary/loadunpostedsalary/1') ?>/"+mydate); } } function checkunpostedsal() { var length=document.getElementById('empcount').value; if($('#checksalempdet').is(':checked')) { var checkval=true; $('#button1').attr('disabled', ''); } else { var checkval=false; $('#button1').attr('disabled', 'disabled'); } for(var i=1; i <length; i++) { $("input#salempdet_"+i).attr('checked', checkval); } } function viewunpostedpayslip(salid) { var wef_date=$('#wef_date').val(); $("#staffsaldetdiv").empty().html('<CENTER><img src="<?=base_url()?>/assets/img/loading.gif" class="loading"/></CENTER>'); $("#staffsaldetdiv").load("<?= site_url('hr/loadunpostedsalary/add_single_posted_salary_payment/') ?>" +"/" +salid+"/"+wef_date); $(".slslip").colorbox({width:"75%",height:"90%", inline:true, href:"#staffsaldetdiv"}); } function viewpostedpayslip(salid) { $("#staffsaldetdiv").empty().html('<CENTER><img src="<?=base_url()?>/assets/img/loading.gif" class="loading"/></CENTER>'); $("#staffsaldetdiv").load("<?= site_url('hr/loadpostedsalary/viewpostedsalpay/') ?>" +"/" +salid); $(".slslip").colorbox({width:"75%",height:"90%", inline:true, href:"#staffsaldetdiv"}); } </script> <!-- END FOOTER --> </body> <!-- END BODY --> </html>