PHP HR VERSION 11

PHPHR Version 11 is An employee management software provides managers with insights into their workforce, manage recruitment, attendance, tasks, performance and helps them to better plan and manage work hours to easily control labor costs and increase productivity.

Version: 11.3
Release Date: 11/11/2022
Last Update: 14/03/2023

Download Latest PHP HR Software:
Location: Download PHP HR 11.3(Latest Version)

Demo URL: Click here to request free PHP HR 11.3 demo.

In PHP HR Version 11, We have added new features in addition to all old PHP HR features.

Old PHP HR Versions:

Download PHP HR 11.2
Download PHP HR 11.1
Download PHP HR 11
Download PHP HR 9.9

PHP HR 11 UPDATES

Update: 11/11/2022

Recruitment Management
In recruitment section managers can manage job, candidates, follow them, generate assessment or online exam test paper, organize candidates online test, able to view exam results.
Employees, only those who have recruitment access can do the same things as managers or users can do. Read More

Work Management
Now a manager can easily create tasks or work and assign them to his/her team members. Employee can update status of work like processing, completed etc, and also can submit their daily work status and number of hours spent on it. Read More

Employee Management System
We have further advanced the Leaves, Performance, Tasks, Reimbursement and Attendance system with advanced security features in the Employee Management System. Read More

Attendance Management
We did some enhancements in the attendance management system ( like employees could not be able to mark attendance on holiday or on leaves) based on customers suggestions. Read More

Update: 19/11/2022

Employee Messaging System

We added new features to the PHP HR messaging system. Now Manager can message his/her team and employee can do same according to their level of messaging access. This message system is private and one-to-one.
Now Employee can submit grievance to their manager or admin very easily.

Payroll Management
We did some additional features in employee salary slips. Read More

How to update existing software?
Files:

  • Please first create your database and files backup.
  • Download application/config/database.php file your existing server.
  • Rename existing application folder and upload new application folder.
  • Update new application/config/database.php with old database.php file.

Database:
Open your phpMyadmin, select database and run below query

ALTER TABLE `phphr_employees` ADD `recruitment` TINYINT(2) NOT NULL DEFAULT ‘1’ AFTER `online_status`;

ALTER TABLE `phphr_employees` ADD `message` TINYINT(2) NOT NULL DEFAULT ‘1’ AFTER `online_status`;

CREATE TABLE `phphr_message` (
`id` int(11) NOT NULL,
`sender` int(11) NOT NULL,
`sender_name` varchar(30) COLLATE utf8_unicode_ci NOT NULL,
`receiver` int(11) NOT NULL,
`message` mediumtext COLLATE utf8_unicode_ci NOT NULL,
`msg_related` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
`reply_id` int(11) DEFAULT 0,
`msg_read` tinyint(2) NOT NULL DEFAULT 0,
`sender_type` tinyint(2) NOT NULL DEFAULT 0,
`receiver_type` tinyint(2) NOT NULL DEFAULT 0,
`file1` varchar(200) COLLATE utf8_unicode_ci DEFAULT NULL,
`msg_date` varchar(20) COLLATE utf8_unicode_ci NOT NULL,
`created_date` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;ALTER TABLE `phphr_message` ADD PRIMARY KEY (`id`);ALTER TABLE `phphr_message` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
COMMIT;

Update: 14/03/2023

SMTP Email Template
Admin/Manager can edit or enable email template.

Document Expiry Date Notification
Employee or Manager will get auto 15 days employee document expiry date notification.

Employee Login Section Changes
Employee add and view related their data.

Notice Management
Now easily can send notice to department.

If you want our software updation service – it will cost you a small amount of $20.

× How can I help you?