From 585036b2092ba99bf0ebaa76521609d4f1ff83ba Mon Sep 17 00:00:00 2001 From: Thilina Hasantha Date: Thu, 4 Aug 2016 20:30:13 +0530 Subject: [PATCH] Add language setting --- core-ext/scripts/icehrm_master_data.sql | 3 +++ readme.md | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/core-ext/scripts/icehrm_master_data.sql b/core-ext/scripts/icehrm_master_data.sql index 543194cf..00d45170 100644 --- a/core-ext/scripts/icehrm_master_data.sql +++ b/core-ext/scripts/icehrm_master_data.sql @@ -910,6 +910,9 @@ REPLACE INTO `Settings` (`name`, `value`, `description`, `meta`) VALUES REPLACE INTO `Settings` (`name`, `value`, `description`, `meta`) VALUES ('System: Allowed Nationality', '', 'Only these nationalities will be allowed in select boxes','["value", {"label":"Value","type":"select2multi","remote-source":["Nationality","id","name"]}]'); +REPLACE INTO `Settings` (`name`, `value`, `description`, `meta`) VALUES + ('System: Language', 'en', 'Current Language','["value", {"label":"Value","type":"select2","allow-null":false,"remote-source":["SupportedLanguage","name","description"]}]'); + INSERT INTO `Certifications` (`id`, `name`, `description`) VALUES (1, 'Red Hat Certified Architect (RHCA)', 'Red Hat Certified Architect (RHCA)'), diff --git a/readme.md b/readme.md index 4c0643d4..b528d1bc 100644 --- a/readme.md +++ b/readme.md @@ -530,10 +530,14 @@ Release note v18.0 * PDF Reports * Ability to specify department heads * Add advanced custom fields to employees via UI - * Allow indirect admins to allow travel requests + * Allow indirect admins to approve travel requests * Adding more languages to Language meta data table * Improvements to report module * Ability to select sections for placing custom fields on employee detail view screen + * Introducing clone button + * Unlimited custom fields for employees + * PDF report for monitoring time employee spent on projects + * Report files module - Allow downloading all previously generated reports ### Fixes * Fix: subordinates are not showing beyond first page issue.