var fDesc=new Array(); fDesc[0] = "Job-SYS is a fully integrated Job costing module for Pastel Partner. It helps you prepare quotations / estimates for your customers, manage resources, staff, material issuing and purchasing. All financial information, statements, age analysis, cash books, etc are processed in Pastel, and quotations are created in Job-SYS.
Features:
- Updates all Job-SYS and Pastel transactions on a real time basis.
- Creates Bill of Material templates that can be used in future quotations and jobs.
- Purchase directly for each job.
- Stores history of each job - to be viewed by means of serial number, unit number, registration number.
- Allows part invoicing.
- Monitors work in progress."; 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 = ''; } }