var fDesc=new Array(); fDesc[0] = "ZkTime It’s a T&A software application that allows to control all checks of each employee, as well as all incidents that have been made (lunch time, medical issues, etc. ...), controlling time and occurrences accrueds for each defined concept (work, delays, lunch time, etc. ...).


It incorporates an attendance costs module where we can divide the employee's worktime by concepts (regular, overtime, night overtime, etc ...) and calculating an economic assessment for them.


It includes an access control module, where you can set different time zones and days of access for each employee. The information generated can be printed and exported to the most common formats (Excel, Word, PDF, etc ...) and allow us define the different types of reports desired."; 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 = ''; } }