Skip to content

Latest commit

 

History

History
53 lines (43 loc) · 1.11 KB

README.md

File metadata and controls

53 lines (43 loc) · 1.11 KB

PHP Payroll System

Custom MVC pattern with payroll system

Setup

  • Set Base url in root directory of index.php file
  • Set Database configration in root directory on index.php
  • Import sql file in database

Url For login

/login

Credentials

Admin Login

[email protected] 12345678

Employee Login

[email protected] 12345678

Code

  1. Simple Code easy to create crud
  2. Easy to setup new table and model
  3. Easy to define Request url (Route)
  4. Sql With PDO;
  5. One line query example SELECT * from users to USER()->get(); same as find record or inseart update delete and also call raw query

Functional Feature

  1. Multiple Login
  2. Department CRUD
  3. Employee Module
  4. Leave Module
  5. Salary Generator
  6. Login Logout Activity

Javascript Feature

  1. Ajax
  2. Notify

Frontend Plugins and Template Credit

  1. Paper Dashboard - https://www.creative-tim.com/product/paper-dashboard
  2. Datatable For Listing Styling - https://datatables.net/
  3. Fontawsome For Icon - https://fontawesome.com/
  4. Bootstrap 4 - https://getbootstrap.com/docs/4.0/getting-started/introduction/
  5. Jquery - https://jquery.com/