var fDesc=new Array(); fDesc[0] = "Includes Preloaded FREE ISO 9001 Starter Package with manual, procedures, checklists, training materials, instructions, etc. ISOXpress is a database application for operating a paperless ISO 9001 quality management system (QMS). With ISOXpress you will save significant amount of time managing the system, while improving its overall efficiency and compliance. No more manual forms and logs, updating of documents/records binders, or Excel spreadsheets. The software will consolidate your whole ISO 9001 QMS into a single icon on your computer desktop.
Eight ISO System Management modules cover all QMS activities required in the ISO 9001 standard, thus enabling you to create and operate a completely paperless system. Common features for these modules include:
- Receive record status alerts (due, past-due, days left, etc) and generate record status reports
- Assign record-specific tasks to yourself and/or to others (tasks includes a two-way communication channel with messaging, e-mailing and attachments)
- Use electronic signatures for approving and closing out records
- Add attachments to any record in the system, and thus create completely paperless record trails
- Export data to Excel for charting and statistical analysis
- Generate overview and record-level reports"; 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 = ''; } }