Human Resources System

Version 1.0 0 Downloads 11 Views
Human Resources System
$5.00

Release Date: June 25, 2026

Category: Websites

Version: 1.0

File Size: N/A

Tags: HR Management System Human Resources System HR Software Employee Management Workforce Management Payroll Management Attendance Management Leave Management Employee Self Service Human Capital Management Recruitment System

Description

Collecting data and information that must be available to implement the system and necessary without repetition to achieve outputs that meet the requirements of the citizen. The necessary methods for collecting information and data are chosen in the light of the sources from which information will be obtained for the sake of facts, and among these procedures used in the data collection process are the following: 

-     Search in electronic applications similar to the service.

-     Study a sample of the community.

At this stage, we have used different methods, mechanisms, and multiple sources to form a more comprehensive picture of the characteristics and features that should be available in the application, commensurate with what companies need.

Key Features

2.1.1  Functional requirements

-     Admin

·        Login

·        Insert new Employee

·        View Employee

·        Delete Employee

·        Insert Salary

·        Insert Calendar of project

·        Insert new company

·        Insert new course for Employee

·        View all reports for company

·        Sign Out

-     Employee

·        Login

·        View salary

·        View report

·        View course

·        View calendar

·        Sign Out

2.1.2  Non-Functional requirements

Availability: The system shall be available 98% of the time.

Capacity: The system shall give heart rate output during maximum 5 seconds.

Usability: The system shall allow user to sign in easily.

Security: The user’s information shall be saved securely.

Usability: The system shall be easy to use for first time users.

Portability: The system shall work in iOS and android platforms.

Technical Specifications

  1. Visual Studio Code
  2. Xampp Server
  3. PHP Language
  4. JavaScript
  5. Ajax
  6. Bootstrap

Installation Guide

1. Install the operating environment

Install one of the following programs:

XAMPP

WampServer

Laragon

Laragon or XAMPP are recommended for beginners.

2. Start the services

After installation, start:

Apache

MySQL

Their status should be Running.

3. Copy Project Files

Place the project files in the following folder:

XAMPP

C:\xampp\htdocs\

Example:

C:\xampp\htdocs\myproject

Laragon

C:\laragon\www\

Example:

C:\laragon\www\myproject

4. Create the Database

Open:

http://localhost/phpmyadmin

Then:

Click New

Enter the database name

Click Create

Example:

digital_marketplace

5. Import the SQL File

If the project contains a file:

database.sql

or

backup.sql

Do the following:

Open the database.

Click Import.

Select the SQL file.

Click Go.

6. Modify the Database Connections

Look for the connection file, such as:

config.php

or

db.php

or

database.php

Related Projects