“Smart HR Management System Documentation” by “Mina Samy” v2.0


Smart HR Management System

Created: 25/10/2024
By: Mina Samy
Email: minasamy792@gmail.com


Table of Contents

  1. Overview
  2. Key Features
  3. Technologies Used
  4. CSS Files
  5. JavaScript Files
  6. Blade
  7. Controller Files
  8. Model Files
  9. Sources and Packages
  10. Installation Guide
  11. User Guide

A) Overview - top

The Smart HR Management System is a comprehensive, user-friendly solution for streamlining HR processes across multiple organizations. Designed using the AdminLTE 3 framework, it provides a modern and intuitive interface. The system is suitable for organizations of all sizes, offering tools for attendance tracking, employee management, payroll generation, and now supporting multi-company functionality, allowing each company to manage its own set of employees, departments, and payroll independently within a single system.


B) Key Features - top


C) Technologies Used - top


D) CSS Files Top

The system utilizes multiple CSS files to maintain structure and ensure a consistent style:

Path: public/dist/css


E) JavaScript Files - top

Path: public/dist/js


F) Blade - top

Path: resources/views

Path: resources/views/admins

Path: resources/views/backend


G) Controller Files - top

Path: app/Http/Controllers


H) Model Files - top

models used for the search functionality and the retrieving of data based on company_id and paginate of the pages

Path: app/Models


I) Sources and Packages - top


J) Installation Guide - top

    Follow these clear, step-by-step installation instructions to set up your HR system on localhost:

    1. Download the Source Code: Download the ZIP file containing the source code of the HR system.
    2. Set Up Environment:
      1. Create a Database: Use your preferred database management tool (e.g., phpMyAdmin) to create a new database for the application.
      2. Configure (open) the .env File: Locate the .env file in the source code and update the database name and other (database credentials).
    3. Install Dependencies:

      Open your terminal of the project and run the following command:

      composer install

      if you don't have it

    4. Run Migrations and Seeders:

      After installing dependencies, execute the following command in the command line interface (CLI) of the project:

      php artisan migrate --seed
    5. Serve the Application:

      Start the Laravel development server by writing the command in the project terminal:

      php artisan serve
    6. Access the Application to start register:

      Open your web browser and navigate to your localhost:

      like: http://127.0.0.1:8000

    J) User Guide - top

      After make an account:

      1. Add the Managers of the Company
      2. Add the Departments
      3. Add the Jobs of the Company
      4. Add Employees and HR

      Once departments and jobs are set up, you can proceed to add employees and HR personnel. Assign each employee to a specific job and department.

      Now, You’re Ready!

      Now you can start to manage attendance, estimate payroll, track leaves, and perform other HR operations efficiently.