var fDesc=new Array(); fDesc[0] = "Features People has the following key functions:
Human Resource Administration
Human Resource Management
Human Resource Development

easy administration with respect to module and feature wise security
user group and user wise security
easy backup and restoration facility
multi user driven architecture

Attendance and Leave Management
Complete attendance management
Leave scheduler
Customizable leave rules
Complete leave history
Paperless leave request and approval process
Tracks expiry information (like passport, visa and labor card expiry etc.) at the time of leave approval process

Employee Information
Employee data management including photograph, personal information, contact details, medical data, beneficiary details etc.
Complete legal info- (like passport, labor card, health card etc.)
Tracking complete history of employee
Tracking employee related documents
Employee job related info
Appraisal summary
Flexibility to add user defined fields

Financial information
Tenancy contract info
Medical insurance details
Salary payment mode
Employee loan tracking
Employee entitlement/contract information
Fixed Assets tracking
Financial budgeting of employee cost to company

CV Details
Past experience details
Qualifications
Hobbies
Languages known
Employee�s references

Transfer and Termination
Inter department transfers
Inter company transfers

Job Description
Facilitates to user defined templates
Using powerful wizard function to create Job Descriptions
Powerful tool to save management time for repetitive jobs

Performance Appraisal
Facilitates to user defined templates
Using powerful wizard function to create Employee Performance Appraisals
Powerful tool to save management time for repetitive jobs
Job Descriptions and Appraisal process can be customized to suit organization policy and practices.

Grading System
The organization can define grading system, which helps in structuring and maintaining disciplined pay and leave rules.
Letter/Memo Writing
Facilitates to user defined templates
Using powerful wizard function to create letters/memo
Powerful tool to save management time for repetitive jobs
Predefined library of commonly used letters/memo
Task Management
Facilitates user defined tasks
Automatic task generation like passport renewal, labor card renewal, appraisal due etc.
Task view by completion, status, category, company, employee
Reminders for tasks incomplete
User friendly interface to identify tasks
Task costs tracking
Search
Powerful Search Tool for the search criterion by skills/CV, employee personal information"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }