var fDesc=new Array(); fDesc[0] = "Helps you track, manage, analyze, and get paid for your hours.
Features:
- Clock in/out to track your hours in real time from our web app
- Use our time clock tray application to clock in/out from your Windows taskbar
- Manually enter hours with a start and end time
- Review and edit previously entered hours
- Assign hours to clients and projects
- Enter notes for each block of time
- Mark hours as billable or non-billable
- Quickly create invoices for each client based on hours entered
- Include multiple projects and/or employees on a single invoice
- Export invoices to QuickBooks
- Specify different hourly rates for employees
- Manually exclude individual hours from being billed
- Prevent duplicate billing errors
- Save and/or Email PDF invoices
- Use your own country currency format"; 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 = ''; } }