var fDesc=new Array(); fDesc[0] = "QuickBooks Premier integrated payroll will save you time and money by avoiding duplicate data entry and will help you avoid hassles associated with incorrect payroll withholding.
Features:
-Customisable Company Snapshot - Quickly view your business performance using the company snapshot tool. Customisable fields and graphs allow you to design a ‘snapshot’ that presents the most significant information that impacts your business decisions – with the ability to drill down into transaction, customer or supplier details.
-Real-time BAS lodgement - Easily prepare and lodge your BAS with Reckon GovConnect, SBRTM enabled software. It helps to pre-fill your e-form with data direct from the ATO and provide you with real-time feedback and lodgement confirmation, so you will instantly know that BAS has been successfully submitted and the refund entitlement or money owed.
-Paid Parental Leave - New tools make it easy to calculate payments that help you comply with the Federal Government’s new Paid Parental Leave Scheme.
-Office 2010 compatible - It is easy to export data from QuickBooks into the latest Microsoft Office products, including Microsoft Office 2003, 2007 and 2010.
-Effortless wildcard search - The intuitive wildcard search feature now makes it even easier to find customers and suppliers, so you can get on with the job faster."; 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 = ''; } }