var fDesc=new Array(); fDesc[0] = "Garage Assistant GA3 is our complete garage management software for both Windows and Mac, designed to assist in the every day running of your garage / workshop, from raising estimates and invoices to sending reminders and statements.

Appointments made easy

The appointments / diary system in Garage Assistant GA3 allows you to quickly create and manage appointments using drag and drop. You can enter as much or as little information as you require against the appointment, including the vehicle registration, make, model and customer details. You can then create new documents such as a job sheet, using this information with a few clicks

Professional Invoices, Estimates and Statements

Garage Assistant allows you to create a variety of documents such as Estimates, Job sheets, Pro Forma Invoices, Policy Excess Invoices, Credit Notes and Statements GA3 also allows you to customise the document templates by including your own letter head images / logos, footer images and even a watermark style image, giving you more control over the final presentation of your documents

Powerful Searching, Find information fast

Using the new quick search, you can type in keywords into a single search box and GA3 will search across your database for Estimates, Invoices, Job sheets, Customer Records, Vehicle Records and appointments in a few seconds providing you with a list of the most recent matches. From here, you can go directly to the record you require.

It doesnt end their, you can also perform advanced searches with more specific criteria, such as finding all Vauxhall's which have had a service in the last 6 months."; 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 = ''; } }