Quer receber mais informações
de nossas soluções?
Deixe seus dados e enviaremos atualizações sobre o assunto desejado:
Based on the TrakSYS platform, our real-time performance management solution provides insights that will make you understand what is limiting the performance of your operations and use appropriate tools to support improvement projects, as well take effective actions timely.
A complete solution that will allow you to improve your planning, scheduling, productivity and profitability.
<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 Gestão de Desempenho");
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("Performance Management 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 Gestión de Rendimiento");
jQuery(".wpcf7-submit").val("Enviar");
}
</script>