var fDesc=new Array(); fDesc[0] = "A powerful yet easy service management tool that manages customers, leads, estimates, work orders, inventory and accounts. Designed for service companies that require a professional and detailed service management tool. Service Master is the most complete service management tool for service companies, for easy and rapid navigation with detailed controls to meet the demands of the most challenging service companies.
Features:
- Detailed Work Order and Job Card Management
- Integrated multi-team calendar and mapping views with drag and drop functionality
- By-directional text message communication with templates for rapid creation and communication history
- Multiple site addresses per account
- Lead to Quote to Work Order to Job Card(s) to Invoice to Receipting Payment with ONE CLICK
- Detailed Reporting functionality
- Stock control of Teams/Vans and Stock Room
- Full user Security
- Integrated Credit Card Transactions
- Export directly to Quick Books or Pastel"; 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 = ''; } }