MusheAbdulHakim / Laravel-Smarthr

A complete hr management system developed with the laravel framework.
https://smarthr.musheabdulhakim.dev
170 stars 76 forks source link

EMPLOYEE PAYSLIPS #17

Closed chandachewe10 closed 1 year ago

chandachewe10 commented 1 year ago

Implemented the following:

  1. Added Salary Scale and optional Allowances for all employees
  2. Run the payroll for all employees by customizing the date range of the payroll
  3. Compile payslips for all employees with password protected in PDF Format. The Payslip password is the employee UUID without the hyphen (-).
  4. Download the compiled Payslips in ZIP Format
  5. Download the payroll Summary
MusheAbdulHakim commented 1 year ago

Thanks for the PR @chandachewe10 . After inspecting and running your code, it doesn't seem to work very well. The general idea of the payslip is actually a good one.

chandachewe10 commented 1 year ago

Thanks for the PR @chandachewe10 . After inspecting and running your code, it doesn't seem to work very well. The general idea of the payslip is actually a good one.

Ok cool, Noted