HRM 360 is an integrated Human Resource Management System designed to streamline and optimize HR processes within an organization. Built on the latest version of the CodeIgniter framework, HRM 360 offers a comprehensive suite of features to manage recruitment, promotions, performance management, training, payroll, and employee services, enhancing operational efficiency and employee engagement.
- 360-Degree Feedback: Collect feedback from superiors, peers, and coworkers to foster a culture of accountability and continuous improvement.
- Recruitment and Promotion: Manage job postings, applications, and promotion processes seamlessly.
- Performance Management: Track and evaluate employee performance with detailed reports and analytics.
- Training and Development: Organize training sessions and track employee progress.
- Payroll Management: Handle payroll, bonuses, loan deductions, provident funds, and more.
- Attendance and Leave Management: Simplify attendance tracking and leave requests with comprehensive reporting.
- Employee Management: Centralized management of employee data, roles, departments, and designations.
- Financial Management: Manage estimates, invoices, and billing efficiently.
- User-Friendly Interface: Intuitive and responsive design for easy navigation and use.
- PHP 7.4 or higher
- MySQL 5.7 or higher
- Composer
- Node.js and npm
Clone the repository:
git clone https://github.com/Jeethanxx01/HRM.git
cd hrm360
Install dependencies:
composer install
npm install
Configure the environment:
Copy the .env.example file to .env and update the necessary configurations.
cp .env.example .env
Set up the database:
Create a database and update the database configuration in the .env file. Then run the migrations:
php artisan migrate --seed
Run the application:
php artisan serve
Your application should now be running at http://localhost:8000.
Admin Login
- Email: jhondoe@hrm360.ac.in
- Password: admin123456
Employee Login
- Email: janedoe@hrm360.ac.in
- Password: ep123456
Attendance and Leave Management
This project is licensed under the MIT License - see the LICENSE file for details. MIT