var fDesc=new Array(); fDesc[0] = "The Open Source System to manage Repair Sheet.

The system RepairsLab allow to manage the entry and exit of equipment repair in a small workshop for repairs or service center.

The application allows the printing of a "Repairs sheet" for each device and manage the state of repair. Inside the Repairs ticket, you can enter the features of the delivered and the state of repair.

The system provides management of different master data for definition of states of repair, customers, types of equipment, trademarks and models.

You can print a paper "Repairs sheet" in duplicate to store paper and as a delivery receipt for the customer.

The software is completely free and waiting to raise funds to develop new features."; 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 = ''; } }