Simple HRM manager is easy to get started and use, HRM manager is fast and user-friendly to use, web-based HRM Management and clock system written in Laravel. It makes the system easy to monitor and manage employees from different location. Clock in, clock out in real time. Whenever and wherever work takes you. Our HRM Manager system includes time tracking, attendance functionality, employee management, leave management, scheduling, asset management and payroll.
Manager Dashboard
Get a full view of employee, recent attendances, recent leaves of absence with HRM Manager Admin Dashboard.
Employee Management (HRM)
Managing employee information is now faster, easier and less time consuming with employee and manager self-service.
Time Tracking and Attendance
Time tracking is a simple, easy to use, web-based manager full worker attendance lifecycle everywhere on your preferred devices.
Leave Management
Use one version of a single Leave management system. Easily approve leave and manage employee leave request across your entire organization.
Payroll Management
Collecting, calculating, and entering data in order to maintain and update payroll information.
TimeZone
TimeZone is Fully Supported Just change APP_TIMEZONE in .env file at the time of configuration.
Have a question or need some guidance? Visit my Support Center, I am always happy to help.
Regular updates include: New features, Bug fixes, Application improvements, User Interface improvements and user reports
We’re listening to your feedback and working to improve HRM.
What’s new: version 1.1
ALTER TABLE `system_setting` ADD `is_ip_restrict` tinyint(1) NOT NULL DEFAULT '0', ALTER TABLE `system_setting` ADD `allow_ip` varchar(150) DEFAULT NULL, ALTER TABLE `system_setting` ADD `is_allow_webcam` tinyint(1) NOT NULL DEFAULT '0', ALTER TABLE `presents` ADD `image` blob, ALTER TABLE `schedule` ADD `work_shift` varchar(150) NOT NULL,
CREATE TABLE `presents_pauses` ( `id` int(10) UNSIGNED NOT NULL, `present_id` int(11) NOT NULL, `pause_start` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `pause_end` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `reason` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; ALTER TABLE `presents_pauses` ADD PRIMARY KEY (`id`);
Update version 3.0
New modules
* Task management ->Task Dashboard for admin and employee’s. -> You can assign multiple task to employee’s. -> Group type of task like To Do, Research, In progress. -> Option of dynamically add label’s for tasks. * New Task reports (employees and labels filters ). * Admin profile update. * Bug Fix. * Layout Improvement.