var fDesc=new Array(); fDesc[0] = "QuickService is an enterprise server solution.
QuickService solves the most common problems encountered by service based companies interested in automating their total business operations, from controlling inventory to wireless dispatching to purchase order management.
Features:
* Schedule & Dispatch Boards with multi-day calendar to optimize scheduling
* Mapping and routing for work ticket locations
* Full service history tracking by customer site and piece of equipment
* Syncs with tech's software in the field, providing more than just work order management in the field
* Service agreement estimating, scheduling, billing, reminder and renewal features
* Advanced invoicing features for T&M, flat rate, or quoted jobs
* Print or email batch invoices, notification of over due balances from the call taking screen, and tools to ensure all items and costs are correctly billed
* Integrates with popular third-party flat rate systems, or use the built-in flat rate system to construct your own flat rate pricing book
* Full multi-location inventory tracking including truck inventories

* Purchasing module including field POs. Uses work ticket processes and inventory management system to provide full control of material costs and tracking.
* Barcoding further automates inventory control
* Customer Relations Management
* Automatic alarms for priority accounts
* Integration with several accounting packages including: Intuit QuickBooks, Sage Peachtree, Sage Master Builder, Microsoft Dynamics GP, and StarBuilder"; 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 = ''; } }