New Product Release New Software Tools to Assist with Quality Management Issues

Falmouth, MA. June 20, 2011 – Zumatrix, Inc. announces the availability of the first modules in a new Quality Management Suite, developed by Autoscribe, Ltd. These are Competency Tracker, Document Manager and Feedback which may be purchased separately or as part of the Suite. They may also be used along with Matrix Gemini LIMS. They are built using the Microsoft© .NET architecture.

Feedback tracks, stores and reports on comments and complaints received from your customers, from receipt to response and disposition.

Document Manager provides secure storage for all important controlled documents such as SOPs, Analytical Methods and staff training records. Every document can be stored in the database, along with the revision, author and date as well as other important meta-data. Documents may be “issued”, circulated for review and marked as read and understood by staff members. These records can also be signed by a second person as evidence that they are understood.

Competency Tracker tracks and reports on the current competencies held by individual staff members and can be used to indicate when additional training or refresher training is due, as well as which individuals are qualified to carryout specific tasks. Document Manager and Competency Tracker may interact to ensure that new versions of SOPs or methods are read once they have been approved.

When used combined with Matrix Gemini LIMS, these new tools can ensure that tests are conducted by appropriately qualified staff.

Send me more information on Quality Management Suite    var cX = 0; var cY = 0; var rX = 0; var rY = 0; var frameWidth = 0; var frameHeight = 0;function UpdateCursorPosition(e){ cX = e.pageX; cY = e.pageY;}function UpdateCursorPositionDocAll(e){ cX = event.clientX; cY = event.clientY;}function updateHoverDivPosition(hoverdiv){ var left = parseInt(hoverdiv.style.left); var top = parseInt(hoverdiv.style.top); if (self.innerWidth) { frameWidth = self.innerWidth; frameHeight = self.innerHeight; } else if (document.documentElement && document.documentElement.clientWidth) { frameWidth = document.documentElement.clientWidth; frameHeight = document.documentElement.clientHeight; } else if (document.body) { frameWidth = document.body.clientWidth; frameHeight = document.body.clientHeight; } if(left – rX + hoverdiv.offsetWidth > frameWidth) { left = frameWidth – hoverdiv.offsetWidth + rX; hoverdiv.style.left = left + “px”; } if(top – rY + hoverdiv.offsetHeight > frameHeight) { top = frameHeight – hoverdiv.offsetHeight + rY; hoverdiv.style.top = top +”px”; } if(left – rX < 0 || top – rY < 0) hoverdiv.style.display = "none";}if(document.all) { document.onmousemove = UpdateCursorPositionDocAll; }else { document.onmousemove = UpdateCursorPosition; }function RatingToMouseOverDiv(rating, scoreClass) {/* return JSON.stringify(rating);*/document.getElementById("wrc_bigscore").className = scoreClass;document.getElementById("wrc_txtrating").innerHTML = getTextFromScoreClass(scoreClass);document.getElementById("wrccat_shopping").src = rating.flags.shopping ? "res://C:%5CProgram Files%5CAlwil Software%5CAvast5%5CaswWebRepIE.dll/shopping-small-selected.png" : "res://C:%5CProgram Files%5CAlwil Software%5CAvast5%5CaswWebRepIE.dll/shopping-small-disable.png";document.getElementById("wrccat_social").src = rating.flags.social ? "res://C:%5CProgram Files%5CAlwil Software%5CAvast5%5CaswWebRepIE.dll/social-small-selected.png" : "res://C:%5CProgram Files%5CAlwil Software%5CAvast5%5CaswWebRepIE.dll/social-small-disable.png";document.getElementById("wrccat_news").src = rating.flags.news ? "res://C:%5CProgram Files%5CAlwil Software%5CAvast5%5CaswWebRepIE.dll/news-small-selected.png" : "res://C:%5CProgram Files%5CAlwil Software%5CAvast5%5CaswWebRepIE.dll/news-small-disable.png";document.getElementById("wrccat_it").src = rating.flags.it ? "res://C:%5CProgram Files%5CAlwil Software%5CAvast5%5CaswWebRepIE.dll/it-small-selected.png" : "res://C:%5CProgram Files%5CAlwil Software%5CAvast5%5CaswWebRepIE.dll/it-small-disable.png";document.getElementById("wrccat_corporate").src = rating.flags.corporate ? "res://C:%5CProgram Files%5CAlwil Software%5CAvast5%5CaswWebRepIE.dll/corporate-small-selected.png" : "res://C:%5CProgram Files%5CAlwil Software%5CAvast5%5CaswWebRepIE.dll/corporate-small-disable.png";document.getElementById("wrccat_pornography").src = rating.flags.pornography ? "res://C:%5CProgram Files%5CAlwil Software%5CAvast5%5CaswWebRepIE.dll/pornography-small-selected.png" : "res://C:%5CProgram Files%5CAlwil Software%5CAvast5%5CaswWebRepIE.dll/pornography-small-disable.png";document.getElementById("wrccat_violence").src = rating.flags.violence ? "res://C:%5CProgram Files%5CAlwil Software%5CAvast5%5CaswWebRepIE.dll/weapons-small-selected.png" : "res://C:%5CProgram Files%5CAlwil Software%5CAvast5%5CaswWebRepIE.dll/weapons-small-disable.png";document.getElementById("wrccat_gambling").src = rating.flags.gambling ? "res://C:%5CProgram Files%5CAlwil Software%5CAvast5%5CaswWebRepIE.dll/gambling-small-selected.png" : "res://C:%5CProgram Files%5CAlwil Software%5CAvast5%5CaswWebRepIE.dll/gambling-small-disable.png";document.getElementById("wrccat_drugs").src = rating.flags.drugs ? "res://C:%5CProgram Files%5CAlwil Software%5CAvast5%5CaswWebRepIE.dll/drugs-small-selected.png" : "res://C:%5CProgram Files%5CAlwil Software%5CAvast5%5CaswWebRepIE.dll/drugs-small-disable.png";document.getElementById("wrccat_illegal").src = rating.flags.illegal ? "res://C:%5CProgram Files%5CAlwil Software%5CAvast5%5CaswWebRepIE.dll/warez-small-selected.png" : "res://C:%5CProgram Files%5CAlwil Software%5CAvast5%5CaswWebRepIE.dll/warez-small-disable.png";}function WRCAssignPosition(el) {if(self.pageYOffset) { rX = self.pageXOffset; rY = self.pageYOffset; }else if(document.documentElement && document.documentElement.scrollTop) { rX = document.documentElement.scrollLeft; rY = document.documentElement.scrollTop; }else if(document.body) { rX = document.body.scrollLeft; rY = document.body.scrollTop; }if(document.all) { cX += rX; cY += rY; }el.style.left = (cX+10) + "px";el.style.top = (cY+10) + "px";}var cancel = false;function WRCHideContent() {if(cancel) return;var el = document.getElementById("wrchoverdiv");el.style.display = "none";}function WRCShowContent(rating, scoreClass) {cancel = true;var el = document.getElementById("wrchoverdiv");WRCAssignPosition(el);/*el.innerHTML = */RatingToMouseOverDiv(rating, scoreClass);el.style.display = "block";updateHoverDivPosition(el);}function getTextFromScoreClass(scoreClass) { switch(scoreClass) { case "wrc0": return "This site has no rating (not enough votes)"; case "wrc11": return "This site has a good rating (based on a small number of votes)"; case "wrc12": return "This site has a good rating (based on a limited number of votes)"; case "wrc13": return "This site has a good rating (based on many votes)"; case "wrc21": return "This site has an average rating (based on a small number of votes)"; case "wrc22": return "This site has an average rating (based on a limited number of votes)"; case "wrc23": return "This site has an average rating (based on many votes)"; case "wrc31": return "This site has a bad rating (based on a small number of votes)"; case "wrc32": return "This site has a bad rating (based on a limited number of votes)"; case "wrc33": return "This site has a bad rating (based on many votes)"; case "wrcx": default: return "This site has no rating"; }}