[Freewerm-update] FreeWERM version 1.0.5 released
Brought to you by:
freewermadmin
From: FreeWERM A. <fre...@gm...> - 2006-10-04 14:29:50
|
Version 1.0.5 is released - I've added a feature to the employee info page where users with the ability to terminate employees can also indicate a reason for their termination. Also removed some more JavaScript from several of the pages and replaced it with PHP code. If you are using an older version of FreeWERM, you will need to update the employee_info table in your database with the following code: alter table employee_info add column termination_reason varchar(100); Also, if you are using an older version of FreeWERM, these were the files that were altered: employee_profile_PDF.pl localized_vars.inc absence_form.php update_tcr_record.php insert_tcr_record.php includes/search_rslts.inc includes/employee_info.inc |