Attendance and Payroll System

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 พ.ย. 2024

ความคิดเห็น • 32

  • @eleazarjr.saquiton906
    @eleazarjr.saquiton906 8 หลายเดือนก่อน

    did you use a framework?

  • @justgagsoyolo9323
    @justgagsoyolo9323 ปีที่แล้ว +1

    show us code to generate payslip of each employee

  • @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

  • @muhammadayub465
    @muhammadayub465 7 หลายเดือนก่อน

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

    • @cseshahriar
      @cseshahriar  7 หลายเดือนก่อน

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

  • @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?

  • @ahmedshah9544
    @ahmedshah9544 2 ปีที่แล้ว

    which technologies are used?

  • @justgagsoyolo9323
    @justgagsoyolo9323 ปีที่แล้ว

    I REPLACE

  • @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

  • @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.