Skip to content

Human Resource Management System built with Laravel and Livewire. It provides flexible and efficient tools for managing employees, leaves, and attendance effortlessly.

License

Notifications You must be signed in to change notification settings

amralsaleeh/HRMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn

Logo

HRMS

Human Resource Management System

Report Bug · Request Feature


HRMS is an open-source web application tailored to streamline employee management and HR processes within organizations.

It optimizes organizational efficiency through clear hierarchy establishment, centralized employee records, streamlined attendance and leave management, precise salary processing, timely alerts, comprehensive HR reports, and efficient asset/device tracking.

This concise solution promotes effective workforce management and informed decision-making.

Built With

Features

  • Organizational Structure: Establish a clear hierarchy with centers, departments, and positions.

  • Employee Information Management: Maintain centralized and detailed records of employee information.

  • Process Automation: Reduces administrative burdens on the department by handling routine tasks.

  • Attendance and Leave Tracking: Track attendance, manage leave requests, and monitor employee availability.

  • Salary and Deduction Management: Streamline salary and deduction processes, ensuring accuracy and compliance.

  • Alerts and Messaging System: Implement notifications for important dates and announcements.

  • Comprehensive HR Reports: Generate detailed reports for insights into employee performance and attendance.

  • Asset and Device Management: Efficiently manage and track organizational assets and assigned devices for each employee.

  • Support localization: Enable multilingual support and adapt the system to various regional and cultural settings, ensuring usability and compliance with local practices. Supports both left-to-right (LTR) and right-to-left (RTL) text directions.

Screenshots

Login

Login


Dashboard

Dashboard


Employee Info

Employee Info


SMS

SMS


Fingerprints

Fingerprints


Discounts

Discounts


User

User


Getting Started

Requirements

  • PHP 8.1 or later.
  • Composer.
  • MySQL.

Installation

  1. Download the source code using the following command:

    git clone https://github.com/amralsaleeh/HRMS.git
    
  2. Navigate to the project folder:

    cd HRMS
    
  3. Install dependencies using Composer:

    composer install
  4. Set up the database and necessary configurations:

    • Copy the .env.example to .env file in the root of your project.

    • Open the .env file in the root of your project.

    • Set the database connection details, including DB_CONNECTION, DB_HOST, DB_PORT, DB_DATABASE, DB_USERNAME, DB_PASSWORD.

    • Set the APP_TIMEZONE to 'Asia/Istanbul' or whatever timezone you like.

  5. Run the key generate command:

    php artisan key:generate
    
  6. Run the storage link command:

    php artisan storage:link
  7. Run the migration command with the seed flag to add some fake data:

    php artisan migrate --seed
  8. Run the development server:

    php artisan serve
  9. Open your browser and go to http://localhost:8000 to see the application.

Usage

  1. Login:

    email: [email protected]
    password: admin
    

Contribution

We welcome contributions from developers and users. If you have ideas for improving the system or discover issues, feel free to create an Issue or submit a Pull Request.

Contact

Amr Alsaleh - @amralsaleeh - [email protected]

Project Link: https://github.com/amralsaleeh/HRMS

License

This project uses the MIT License. Please see LICENSE File for more information.

About

Human Resource Management System built with Laravel and Livewire. It provides flexible and efficient tools for managing employees, leaves, and attendance effortlessly.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •