var fDesc=new Array(); fDesc[0] = "The Time registration program of Softwarenetz is a simple, user friendly program to register the working hours and the holiday planning of your employees.

With the check in/out system you can register the working hours automatically. With a double click you can check in/out your employees. It is even easier when you use our magnet card system. The employee simply pulls his magnet card through the reader device to check in/out.

In the holiday planner you can enter the holidays of your employees. The Time Registration program automatically calculates the remaining days off and shows the allocated days per year. It is possible to assign per employee the allocated days off per year.

Several analysis show you the workings hours of a certain period. The time journal shows the working hours one by one in a listing. You can select whether this listing should show all employees or only a certain group of employees, e.g. different departments. You can export the working hours to a CSV-file and give it to your accountant.

With Softwarenetz Time Registration you can enter the working hours of employees who work (partly) from home. This way it's possible to export the hours e.g. once a month per email to the central office where the hours can be imported into the employee account.

Every employee can have his own individual working days, e.g. when a employee only works on Monday and Wednesday. These individual working days are taking into account with regard to the holiday planning.

The Softwarenetz Time Registration can be used within a network. E.g. you can use one terminal within the network as a check in/out terminal. With this special modus you can exit this terminal only with a password. Your employees can check in/out at this terminal, either manually or automatically with magnet cards)."; 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 = ''; } }