Quer receber atualizações?
Deixe seus dados e enviaremos atualizações sobre o assunto desejado:
Using automatic data collection of your processes, identify opportunities for improvement through loss analysis, based on its location, identification and cost (causal + result).
Our solution allows the monitoring of the causal and resulting losses, and with the use of intelligent algorithms, the identification of the total cost of losses, allowing the automatic generation of the matrix C.
<script>
if(document.documentElement.lang=="pt-BR"){
jQuery("input[name='your-name']").attr("placeholder", "Nome Completo*");
jQuery("input[name='your-email']").attr("placeholder", "E-mail*");
jQuery("textarea[name='your-message']").attr("placeholder", "Mensagem*");
jQuery("input[name='your-subject']").attr("placeholder", "Assunto*");
jQuery("input[name='your-subject']").val("Solução WCM");
jQuery(".wpcf7-submit").val("Enviar");
}
if(document.documentElement.lang=="en-US"){
jQuery("input[name='your-name']").attr("placeholder", "Full Name*");
jQuery("input[name='your-email']").attr("placeholder", "E-mail*");
jQuery("textarea[name='your-message']").attr("placeholder", "Menssage*");
jQuery("input[name='your-subject']").attr("placeholder", "Subject*");
jQuery("input[name='your-subject']").val("WCM Solution");
jQuery(".wpcf7-submit").val("Submit");
}
if(document.documentElement.lang=="es-ES"){
jQuery("input[name='your-name']").attr("placeholder", "Nombre Completo*");
jQuery("input[name='your-email']").attr("placeholder", "E-mail*");
jQuery("textarea[name='your-message']").attr("placeholder", "Mensaje*");
jQuery("input[name='your-subject']").attr("placeholder", "Asunto*");
jQuery("input[name='your-subject']").val("Solución WCM");
jQuery(".wpcf7-submit").val("Enviar");
}
</script>