whoami7 - Manager
:
/
home
/
kckglobal
/
cloud.kckglobal.net
/
modules
/
hr_profile
/
assets
/
js
/
hr_record
/
Upload File:
files >> //home/kckglobal/cloud.kckglobal.net/modules/hr_profile/assets/js/hr_record/importxlsx_js.php
<script> $(function(){ 'use strict'; appValidateForm($('#import_form'),{file_csv:{required:true,extension: "xlsx"},source:'required',status:'required'}); var language = $('input[name="language"]').val(); if(language == 'vietnamese') { $( "#dowload_file_sample" ).append( '<a href="'+ site_url+'modules/hr_profile/uploads/sample_file/Sample_import_hrm_staff_file_vi.xlsx" class="btn btn-primary mright5" ><?php echo _l('hr_download_sample') ?></a>' ); $( "#dowload_file_sample" ).append( '<a href="<?php echo admin_url('hr_profile/staff_infor'); ?>" class=" mright5 btn btn-default" ><?php echo _l('hr__back') ?></a><hr>' ); }else{ $( "#dowload_file_sample" ).append( '<a href="'+ site_url+'modules/hr_profile/uploads/sample_file/Sample_import_hrm_staff_file_en.xlsx" class="btn btn-primary mright5" ><?php echo _l('hr_download_sample') ?></a>' ); $( "#dowload_file_sample" ).append( '<a href="<?php echo admin_url('hr_profile/staff_infor'); ?>" class=" mright5 btn btn-default" ><?php echo _l('hr__back') ?></a><hr>' ); } }); function get_laguage() { 'use strict'; return $(".header-languages").find("li.active>").html(); } function uploadfilecsv(){ 'use strict'; if(($("#file_csv").val() != '') && ($("#file_csv").val().split('.').pop() == 'xlsx')){ var formData = new FormData(); formData.append("file_csv", $('#file_csv')[0].files[0]); formData.append("csrf_token_name", $('input[name="csrf_token_name"]').val()); formData.append("leads_import", $('input[name="leads_import"]').val()); $.ajax({ url: admin_url + 'hr_profile/importxlsx2', method: 'post', data: formData, contentType: false, processData: false }).done(function(response) { response = JSON.parse(response); $("#file_csv").val(null); $("#file_csv").change(); $(".panel-body").find("#file_upload_response").html(); if($(".panel-body").find("#file_upload_response").html() != ''){ $(".panel-body").find("#file_upload_response").empty(); }; if(response.total_rows){ $( "#file_upload_response" ).append( "<h4>Result</h4><h5><?php echo _l('import_line_number') ?> :"+response.total_rows+" </h5>" ); } if(response.total_row_success){ $( "#file_upload_response" ).append( "<h5><?php echo _l('import_line_number_success') ?> :"+response.total_row_success+" </h5>" ); } if(response.total_row_false){ $( "#file_upload_response" ).append( "<h5><?php echo _l('import_line_number_failed') ?> :"+response.total_row_false+" </h5>" ); } if(response.total_row_false > 0) { $( "#file_upload_response" ).append( '<a href="'+response.site_url+'file_error_hr_profile'+response.staff_id+'.xlsx" class="btn btn-warning" ><?php echo _l('hr_download_file_error') ?></a>' ); } if(response.total_rows < 1){ alert_float('warning', response.message); } }); return false; } } </script>
Copyright ©2021 || Defacer Indonesia