var fDesc=new Array(); fDesc[0] = "Track and invoice time and expenses, get in touch with your customers and employees, manage your business efficiently!
A GENUINELY easy-to-use interface for all your employees
It will only take your employees one or two minutes each day to complete a normal time sheet (about 4 entries), so they won’t lose any time in comparison to recording it on paper the traditional way. And dont be anxious... You will get warned if they made mistakes creating their timesheet.
Everything is now done automatically. You create your projects (jobs, service requests, internal tasks, administration, or any other sort of work) and your employees fill out their own time sheets directly on-screen - that’s all there is to it!
Create project groups and activities. For instance, you can create a special group for "S - Service requests" projects, one for "AD - Administration", one for "P - Long-term projects", another for "RD - Research and Development ", and so on. For each group you can create up to 30 different activities. One advantage of such groups is that employees can easily find the project they are looking for when filling out their time sheet. And it means it is easier for you to check data and reports."; 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 = ''; } }