Attendance and Payroll System

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 32

  • @eleazarjr.saquiton906
    @eleazarjr.saquiton906 8 месяцев назад

    did you use a framework?

  • @justgagsoyolo9323
    @justgagsoyolo9323 Год назад +1

    show us code to generate payslip of each employee

  • @muhammadayub465
    @muhammadayub465 8 месяцев назад

    Hello when I tried to open the website I got issue it didn't open properly.

    • @cseshahriar
      @cseshahriar  8 месяцев назад

      it's very old code base, you need to proper versions for to opening. thanks

  • @NotDeadPooL8
    @NotDeadPooL8 Год назад +1

    sir can u please post ER diagram for this project

    • @cseshahriar
      @cseshahriar  Год назад

      You can check this github.com/cseshahriar/attendance-and-payroll-system/blob/master/payroll%20system.png

  • @FrencessJhienSalipongZamudio
    @FrencessJhienSalipongZamudio Год назад

    Sir, how can i change the background color?

    • @cseshahriar
      @cseshahriar  Год назад

      selector {background-color: green;} like this ref: www.w3schools.com/cssref/pr_background-color.php

  • @jayzxctrader.7705
    @jayzxctrader.7705 Год назад

    What is the admin password?

  • @renedchin
    @renedchin Год назад

    Hi, did you build this already using django? can you teach me python to build hrms system? I will pay

    • @cseshahriar
      @cseshahriar  Год назад

      Thanks for your interest. I will rebuild with Django and React. keep with us. you will get a notification.

    • @renedchin
      @renedchin Год назад

      @@cseshahriar thank you

    • @renedchin
      @renedchin Год назад

      @@cseshahriar please update me

  • @ahmedshah9544
    @ahmedshah9544 2 года назад

    which technologies are used?

  • @justgagsoyolo9323
    @justgagsoyolo9323 Год назад

    I REPLACE

  • @marcangebattinicolonna1310
    @marcangebattinicolonna1310 2 года назад

    Hi where is the SQL folder BR

    • @cseshahriar
      @cseshahriar  2 года назад

      github.com/cseshahriar/attendance-and-payroll-system/blob/master/app/models/payrollsys.sql

  • @justgagsoyolo9323
    @justgagsoyolo9323 Год назад

    Sir what is wrong with tcpdf

    • @cseshahriar
      @cseshahriar  Год назад

      please give us the error message details

    • @gonjobeabdikarimgalgalo7725
      @gonjobeabdikarimgalgalo7725 Год назад

      @@cseshahriar Sir, can you kindly please share with me your current files of this project. The older version I have access to has a lot of deprecated codes in the loop functions.

    • @gonjobeabdikarimgalgalo7725
      @gonjobeabdikarimgalgalo7725 Год назад

      @@cseshahriar after updating several lines Warning: Undefined array key "rows" in C:\xampp\htdocs\onlinepayrollphp\tcpdf\tcpdf.php on line 16919
      Fatal error: Uncaught TypeError: array_push(): Argument #1 ($array) must be of type array, null given in C:\xampp\htdocs\onlinepayrollphp\tcpdf\tcpdf.php:16921 Stack trace: #0 C:\xampp\htdocs\onlinepayrollphp\tcpdf\tcpdf.php(16921): array_push(NULL, 27) #1 C:\xampp\htdocs\onlinepayrollphp\tcpdf\tcpdf.php(17206): TCPDF->getHtmlDomArray('

    • @gonjobeabdikarimgalgalo7725
      @gonjobeabdikarimgalgalo7725 Год назад

      especially tcpdf

  • @gemmapacunla3599
    @gemmapacunla3599 2 года назад

    how to run

    • @cseshahriar
      @cseshahriar  2 года назад

      it's php project with custom mvc, you can run with lamp, xampp and repository is github.com/cseshahriar/attendance-and-payroll-system, database is github.com/cseshahriar/attendance-and-payroll-system/blob/master/app/models/payrollsys.sql

  • @PoonamSingh-gi9uj
    @PoonamSingh-gi9uj 4 года назад

    can i get source code

    • @cseshahriar
      @cseshahriar  2 года назад

      github.com/cseshahriar/attendance-and-payroll-system/blob/master/app/models/payrollsys.sql

  • @shehzadsheri1353
    @shehzadsheri1353 3 года назад +1

    admin password please

    • @cseshahriar
      @cseshahriar  3 года назад +1

      2 years ago code I can't remember, you can import app/models/payrollsys.sql and change the password by using PHPMyAdmin.

    • @cseshahriar
      @cseshahriar  3 года назад +1

      used bcrypt algorithm for pass generation, so generate a pass by passwordhashing.com and replace it, admin table, any user and I think you can log in.