var fDesc=new Array(); fDesc[0] = "BBQuick Quote produce quotes, comprised of labor or parts, with one keystroke.

For businesses that need a simple and quick way to produce customer quotes.
Quick Quote displays the costs (labor or parts/products) from a selected job record in a job file. Every job is comprised of different costs, either services or products/parts (or a combination). With one click, you can display up to 84 costs on the screen.
Simple one-screen system. User Manual included.

Main Features :

- Designed for easy production of customer quotes.
- Can produce quotes with one keystroke.
- Adjust markup %'s instantly.
- Print detail or summary quotes for customer or office.
- Save quotes to customer file for recall later.
- You can load new job files (standard .dbf type files) for different types of services or products.
- Make "mass price changes" to parts or labor elements of a job.
- If you have existing accounting files (SBT/SourceMate) we can customize Quick Quote to access your accounting files.
- Extra "cost" Buttons for users who may want to insert assorted groups of extra costs.
- Costs are automatically totalled for each cost, but change the markup % interactively, and the new quote total is displayed."; 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 = ''; } }