var fDesc=new Array(); fDesc[0] = "A-Pay Payroll is suitable for all industries and caters for companies with unusual payroll requirements. Built on a stable Windows platform, the system can be used in a multi-user environment where each user can be granted suitable access and security rights.

Besides featuring the functionality normally expected from a good payroll system, A-Pay also has a growing list of more advanced features.

These include:


-An unlimited number of user definable earnings, deductions, and contributions types
-Various taxation modes per employee
-A powerful formula builder that can evaluate even the most complex formulae
-Job costing and shift tracking
-A comprehensive loans and savings feature
-An easy to use report wizard that can set up user definable reports
-Audit Trails
-Exporting of reports to the user’s desired format
-Importing from Time & Attendance systems and spreadsheets
-Coinage breakdowns and cheque printing
-Quick data entry payroll processing screens
-Multiple bank accounts per employee
-Complete history of rate increases
-Generating electronic bank transfer files
-IRP5/IT3(a) certificates and electronic file to SARS
-Generating electronic bank transfer files
-Electronic UIF submissions
-Electronic MIBFA/MIBCO submissions
-System will produce a EMP 201 for SARS"; 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 = ''; } }