var fDesc=new Array(); fDesc[0] = "Accord is a complete labour management system and runs on Microsoft Windows.
- UIF, SDL, PAYE can all be calculated on the employees' payslips.
- Basic service conditions like service contracts, leave and overtime are included.
- Casual and full-time employees are supported in one data set.
- Several forms like leave applications, and Service certificates are included.
- Different payment periods, from daily to monthly, can be selected.
- Custom funds like pensions and medical aids can be set up for the employees.
- Accord's payment data can be exported to SimFini.
- Complete employee records, which include transactions, personal information and employment information, are the basis of Accord's functionality.
- Different payment methods, like cash, and electronic payments can be set up.
- Reports can be printed for data in any time period, i.e. previous payslips, savings and loan balances, coinage reports, and leave forms etc."; 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 = ''; } }