Attendance Payroll System using PHP/MySQLi Installation Demo

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 13

  • @zohaibahmed9602
    @zohaibahmed9602 3 роки тому +2

    Can we integrate the biometric input machine into this system for in and out timings?

  • @justgagsoyolo9323
    @justgagsoyolo9323 Рік тому +1

    hello nice work but payslip or payroll dont print out

  • @ananiassosas9905
    @ananiassosas9905 Рік тому

    Our night shift employee cannot timeout, it says "connot timeout. No timein" their schedule is 10 pm to 6 am and obviously their timein date is different to their timeout date because as I said they are night shifters. Can you please help me solve with this matter?

  • @chetanesookdeb5325
    @chetanesookdeb5325 4 місяці тому

    can you send me the source code please. not able to access it

  • @internationalnewsmm
    @internationalnewsmm Рік тому

    why is this int is subtract 1
    if($int > 4){
    $int = $int - 1;
    }

  • @HIWTPakistan
    @HIWTPakistan 2 роки тому

    in datatable after 10 records unable to edit

  • @ahmedabdul-razak4701
    @ahmedabdul-razak4701 Рік тому

    I got error Field 'time_out' doesn't have a default value anf from payroll fatal error apsyste\admin\payroll.php on line 81

  • @pragati6237
    @pragati6237 3 роки тому

    When I changed password from database and try to login with new password.. Then it's not coming

    • @pragati6237
      @pragati6237 3 роки тому

      I can't login after changing password

  • @francis_js
    @francis_js 3 роки тому

    Thanks! :^o

  • @atharvmahajan4714
    @atharvmahajan4714 2 роки тому

    Array and string offset access syntax with curly braces is no longer supported in D:\LOCALHOST\htdocs\onlinepayrollphp\tcpdf\tcpdf.php on line 16893

    • @christiancolewan
      @christiancolewan 2 роки тому

      change the braces to square bracket '[ ]'
      Next error : changed continue to continue 2
      copy: if (!TCPDF_STATIC::empty_string($this->lispacer)) {
      $this->lispacer = '';
      continue 2;
      }
      I gave up on the 3rd error