?
Current Path : /home1/savoy/public_html/savoyglobal.net/busybees/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/public_html/savoyglobal.net/busybees/application/views/hr/view_final_settlement.php |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); $this->load->view('documentreadyfunctions'); ?> <script type="text/javascript"> jQuery(document).ready(function () { suggestemployeesalarypayment(); }); </script> <?php // $attributes=array('id'=>'validateform','class'=>'validate'); // echo form_open('',$attributes); ?> <div class="icons_main"> <div class="icons_caption"> <h4>Final Settlement</h4> </div> </div> <div style="margin: 0 auto;width:50%;"> <div class="grid_12"> <div class="box"> <div class="header"></div> <div class="content no-padding"> <table class="table" > <tr> <td style="width:50%;">Salary Date</td> <td><input class="w_90 required" type="dateonly" name="date" id="date"/></td> </tr> <tr> <th>Posted</th> <th>Unposted</th> </tr> <tr class="alt1"> <td> <input type="radio" name="empdiv" id="posted" onclick="loadpostedsalary()"/> </td> <td> <input type="radio" name="empdiv" id="unposted" onclick="loadunpostedsalary()"/> </td> </tr> </table> </div> </div> </div> <?php //echo form_close();?> </div> <div class="grid_12" style="min-height: 400px;"> <div id="salpay"></div> <div id="salary_box" style="list-style: none;"></div> </div>