?
Current Path : /home1/savoy/www/oscarerp.com/application/views/report/ |
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/oscarerp.com/application/views/report/view_personal_summary_report.php |
<?php if (!defined('BASEPATH')) exit('No direct script access allowed'); $this->load->view('documentreadyfunctions'); ?> <div class="icons_main"> <div class="icons"> <img src="<?= base_url() ?>assets/images/back.png" title="Back" class="clickimage" onclick="viewdata('report','viewinreportsearch','search_report','view_report','<?= $_SESSION['pagenum']; ?>')" alt="Back" align = "center" width="32" height="32" /> </div> <div class="icons_caption"> <h4> PERSONNEL SUMMARY REPORT</h4> </div> </div> <?php $attributes = array('id' => 'validateform', 'class' => 'validate'); echo form_open('report/generate_report/get_personal_summary_report/_personal_report', $attributes); ?> <div class="clean"></div> <div class="grid_6"> <div class="box"> <div class="header main no-icon">PERSONNEL Summary Report <span></span> </div> <div class="content no-padding"> <div class="section _100"> <label>Date filter</label> <div> <select name="sub_date" class=" chzn-done" > <option value="">--Select--</option> <!-- <option value="passport_expiry_date">Passport Expiry Date</option>--> <option value="employee_visa_expiry_date">Resident Visa Expiry Date</option> <option value="employee_labour_card_expiry_date ">Labour Card Expiry Date</option> <option value="medical_test_expiry_date">Medical Test Expiry Date</option> </select> </div> </div> <div class="section _100"> <label>From Date </label> <div> <input name="start_date" id="date1" type="text" class="calfocus" /> </div> </div> <div class="section _100"> <label>To Date</label> <div> <input name="end_date" id="date" type="text" class="calfocus" /> </div> </div> </div> </div> </div> <div class="grid_6"> <div class="box"> <div class="header main no-icon">Report Fields <span></span> </div> <div class="content no-padding"> <table class="table"> <tr> <th style="text-align: center"><input type="checkbox" id="checkall" checked name="checkall" class="reportcheck" onchange="field_check_all()"/></th> <th style="text-align: center">Report Fields</th> </tr> <?php $i = 1; ?> <tr> <td style="text-align: center"><input type="checkbox" value="employee_name~Name [English]" name="field_name_<?= $i++; ?>" class="reportcheck" checked /></td> <td>Name [English]</td> </tr> <tr> <td style="text-align: center"><input type="checkbox" value="''~Name [Arabic]" name="field_name_<?= $i++; ?>" class="reportcheck" checked /></td> <td>Name [Arabic]</td> </tr> <tr> <td style="text-align: center"><input type="checkbox" value="employee_qatar_id_no~ID No." name="field_name_<?=$i++;?>" class="reportcheck" checked/></td> <td>Qatar Id No</td> </tr> <tr> <td style="text-align: center"><input type="checkbox" value="nationality_name~Nationality" name="field_name_<?=$i++;?>" class="reportcheck" checked/></td> <td>Nationality</td> </tr> <tr> <td style="text-align: center"><input type="checkbox" value="''~Educational Certificate" name="field_name_<?=$i++;?>" class="reportcheck" checked/></td> <td>Educational Certificate</td> </tr> <tr> <td style="text-align: center"><input type="checkbox" value="employee_visa_type~Kind of Visa" name="field_name_<?=$i++;?>" class="reportcheck" checked/></td> <td>Kind of Visa</td> </tr> <tr> <td style="text-align: center"><input type="checkbox" value="employee_visa_expiry_date~Expiry Date of Visa" name="field_name_<?=$i++;?>" class="reportcheck" checked/></td> <td>Resident Visa Expiry Date</td> </tr> <tr> <td style="text-align: center"><input type="checkbox" value="employee_police_certificate~Police Cleanrance Certificate" name="field_name_<?=$i++;?>" class="reportcheck" checked /></td> <td>Police Clearance</td> </tr> <tr> <td style="text-align: center"><input type="checkbox" value="''~Work_Permit" name="field_name_<?= $i++; ?>" class="reportcheck" checked /></td> <td>Work Permit</td> </tr> <tr> <td style="text-align: center"><input type="checkbox" value="''~Medical Certificate" name="field_name_<?= $i++; ?>" class="reportcheck" checked/></td> <td>Medical Certificate</td> </tr> <tr> <td style="text-align: center"><input type="checkbox" value="employee_labour_card_expiry_date~Labour_Card_Expiry_Date" name="field_name_<?= $i++; ?>" class="reportcheck" checked/></td> <td>Labour Card Expiry Date</td> </tr> <tr> <td style="text-align: center"><input type="checkbox" value="medical_test_expiry_date~Medical_Test_Expiry_Date" name="field_name_<?= $i++; ?>" class="reportcheck" checked /></td> <td>Medical Test Expiry Date</td> </tr> </table> </div> </div> </div> <input type="hidden" name="report_type" value="view"/> <input type="hidden" name="report_name" value="Personnel Summary Report"/> <input type="hidden" name="field_count" value="<?= $i; ?>"/> <div class="grid_12"> <div class="box"> <div class="actions"> <div class="actions-left"> <input type="reset"> </div> <div class="actions-right"> <button style="margin-left: 130px;" type="submit" id="submit" class="clickimage" >Generate</button> </div> </div> </div> </div> <?php echo form_close(); ?>