var fDesc=new Array(); fDesc[0] = "Best Practice – Optical is a software application designed and built for Optometrists.

The system tracks:

- Patient Information,
- Exam Information,
- Inventory,
- Sales,
- Laboratory Orders and
- Patient/Staff/Resource Scheduling.

Features

-No more searching through examination cards and paper records.
-Examination & Prescription information for both Spectacles and Contact Lenses.
-Patient History can be maintained indefinitely.
-Printing/Emailing of all reports, including Laboratory Orders.
-Patient Recalls, Reminders & Birthdays.
-Staff/Resource Scheduling.
-Appointment Scheduling.
-Retail – sales of Services, Lenses, Contact Lenses, Frames and Accessories.
-Discounts – flexible, user defined discounting options.
-Inventory – accurate stock control automatically performed. Bar code labeling of stock and scanning at Point of Sale.
-many standard reports included"; 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 = ''; } }