var fDesc=new Array(); fDesc[0] = "Know who needs to be trained on what and when.
Now you can plan and prepare for training without the last minute scrambling that occurs when recurring training becomes due. Run a report to show overdue and upcoming training for the next period of time that you define, and see what's coming up while you still have time to prepare and schedule.
Easily track Employee Safety Training, HR Training, Internal/External Training, and more.
Do you have different records stored in different systems, file cabinets, or within various groups? With Training Manager, you can consolidate these disparate systems into one and always know where to find all your training records.
Manage and share your training data across your company in a central repository.
Whether you want to provide more transparency to training records for everyone or just standardize a back-office system for training records administrators and managers, Training Manager allows you to create login accounts to define who can login, view, or edit the training records database.
Eliminate the tedious, time-consuming work spent preparing training compliance reports.
If you have been working with a paper or Excel based tracking system, you know how much work it takes to determine whether an individual is compliant with required training. Summarizing compliance metrics for a Group or the entire Company can be a daunting task without a training records database. With Training Manager, you can print these reports at any time without the trouble of manually collating and preparing the data."; 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 = ''; } }