Histórico da Página
| HTML |
|---|
<style>
#title-text {
display: none !important;
</style>
|
| HTML |
|---|
<style>
.expand-control-text {
color: #0897E9;
font-size: 15px !important;
font-weight:500 !important;
}
.expand-icon, .aui-icon, .aui-icon-small, .aui-iconfont-chevron-right {
color: #0897E9;
}
}
.wiki-content img.confluence-embedded-image, .wiki-content img.editor-inline-macro, .wiki-content table.wysiwyg-macro {
cursor: grabbing;
}
ul. {
list-color: #0897E9;
list-style: square;
}
hr {
border-bottom: 5px solid #FEAC0E;
}
</style> |
| HTML |
|---|
<style>
#title-text {
display: none !important;
}
.columnLayout.threecustom-equalbutton{
backgroundfont-sizeweight: contain!important;
width: 100%;
margin: 0 auto;
padding-top: 32px;
text-decoration: none;
background-image: url(https://tdn.totvs.com/download/attachments/607056224/Banner.PNG?);
height: 100%;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
height: 230px;
}
div.panelContent{
margin: 0 auto;
padding-top: 32px;
width: 1000px;
height: 300px;
}
.sectionMacro .columnMacro+.columnMacro {
padding-left: 60px!important;
}
.composition-banner-overlay{
background:rgba(0,0,0,0.0);min-height:inherit;position:relative;border-radius:5px;
}
.aui-button.aui-button-primary, .aui-button.aui-button-primary:visited {
background-color: #0c9abe;
color: #111111;
display: block;
margin-left: 20px;
margin-right: auto;
}
.composition-banner-title{
color: #0c9abe!important;
}
.composition-banner-desc{
color: #0c9abe!important;
}
.composition-banner-content {
width:100%;
}
.composition-banner {
min-height: 320px;
border-radius: 5px;
margin-left: 10px;
background-repeat: no-repeat;
background-position: center;
}
.composition-banner{
opacity: 1.0;
filter: alpha(opacity=50); /* For IE8 and earlier */
}
.composition-banner:hover{
opacity: 0.5;
filter: alpha(opacity=100); /* For IE8 and earlier */
}
#main {
padding-left: 10px;
padding-right: 10px;
overflow-x: hidden;
</style>
bold}
.composition-banner-overlay{
background:rgba(0,0,0,0.0);min-height:inherit;position:relative;border-radius:5px;
}
.composition-banner-title{
color: #FFFAF0!important;
font-weight: 900;
font-style: oblique;
}
.composition-banner-desc{
color: #000000!important;
}
.composition-banner-content {
width:100%;
height:100%;
}
a, a:visited, a:focus, a:hover, a:active, a.blogHeading {
color: #000000;
}
</style> |
| Section | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
| HTML |
|---|
<!--Aqui inserimos o texto -->
<div class="container">
<p>Jornada do Aprendizado 2022<span class="typed-text"></span><span class="cursor"> </span></p>
</div> |
| HTML |
|---|
<!-- Aqui formatamos e damos estilo para fonte -->
<style>
.container {
height: 3vh;
display: flex;
justify-content: center;
align-items: center;
color: #1C1C1C
}
.container p {
font-size: 2rem;
padding: 0.5rem;
font-weight: bold;
letter-spacing: 0.1rem;
text-align: center;
overflow: hidden;
}
.container p span.typed-text {
font-weight: bold;
color: #FEAC0E;
}
.container p span.cursor {
display: inline-block;
background-color: #FFFFF0;
margin-left: 0.1rem;
width: 3px;
animation: blink 1s infinite;
}
.container p span.cursor.typing {
animation: none;
}
</style>
|
| HTML |
|---|
<!--Script que faz a animação da fonte -->
<script>
const typedTextSpan = document.querySelector(".typed-text");
const cursorSpan = document.querySelector(".cursor");
const textArray = [" - SUPORTE PLATAFORMAS", " - SUPORTE PLATAFORMAS", " - SUPORTE PLATAFORMAS", " - SUPORTE PLATAFORMAS"];
const typingDelay = 200;
const erasingDelay = 100;
const newTextDelay = 2000; // Delay between current and next text
let textArrayIndex = 0;
let charIndex = 0;
function type() {
if (charIndex < textArray[textArrayIndex].length) {
if(!cursorSpan.classList.contains("typing")) cursorSpan.classList.add("typing");
typedTextSpan.textContent += textArray[textArrayIndex].charAt(charIndex);
charIndex++;
setTimeout(type, typingDelay);
}
else {
cursorSpan.classList.remove("typing");
setTimeout(erase, newTextDelay);
}
}
function erase() {
if (charIndex > 0) {
if(!cursorSpan.classList.contains("typing")) cursorSpan.classList.add("typing");
typedTextSpan.textContent = textArray[textArrayIndex].substring(0, charIndex-1);
charIndex--;
setTimeout(erase, erasingDelay);
}
else {
cursorSpan.classList.remove("typing");
textArrayIndex++;
if(textArrayIndex>=textArray.length) textArrayIndex=0;
setTimeout(type, typingDelay + 1100);
}
}
document.addEventListener("DOMContentLoaded", function() { // On DOM Load initiate the effect
if(textArray.length) setTimeout(type, newTextDelay + 250);
});
</script> |
| Section | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Column | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
| Page Banner | ||
|---|---|---|
|
| width | 25% |
|---|
| width | 50% |
|---|
Confira aqui o material e as gravações dos treinamentos realizados.
| Deck of Cards | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Prime RH | Esocial Periódicos | Bruno Costa | 04:00 | 27/05/2021 | 13:30 - 17:30
Compras | Compras Módulo III - Básico | Marcos Vinicius |
TOTVS Colaboração | Giulliano Matheus
SIGALOJA - Análise de LOGS | Eduardo Gomes |
14:30 - 17:30 | Financeiro | CNAB - Envio e Retorno | Fabio Mello | 03:00 | 11/06/2021 e 14/06/2021 |
Compras | TOTVS COLABORAÇÃO / IMPORTADOR XML |
10:00 às 12:00 | Compras | CONTROLE DE ALÇADAS COMPLETO | Danilo Justiniano
10:00 às 12:00 | Prime - TSS | Treinamento do Processo de RECOPI | Alexsandro Guasti Duarte | 01:00 | 22/07/2021 10:00 às 11:00 | Prime - RH | Contabilização RH | David Oliveira | 01:30 | 28/07/2021 | 8:30 às 10:00 | Estoque | Engenharia de Produto | Everaldo Silva
Estoque | Custo Entrada | Wagner Lima |
Estoque | Custo Médio | Wagner Lima |
Card |
Conteúdo Programático |
análise de eventos |
análise de eventos |
13:30 às 17:30 | Prime - RH | Ponto Eletrônico | Miriam Radlov | Demonstração do ponto principais processos. | 04:00 | 27/09/2021 | 13:30 às 17:30 | Compras | Dashboard de Contratos | Amanda Bárbara | Demonstração dos principais pontos da Funcionalidade | 03:00 |
10:00 às 12:00 | Estoque | Contabilização Custo Médio | Wagner Lima | Contabilização Custo Médio | 02:00 | 15/09/2021 | 09:00 às 11:00 | Estoque | Integração PIMS - EAI | Wagner Lima | Integração PIMS - EAI | 02:00 | 22/09/2021 | 09:00 às 11:00 | Card |
Trilha | Treinamento | Instrutor | Conteúdo Programático | Hrs Duração | Data | Horário | Estoque | ACD - MEU COLETOR DE DADOS | Sabrina | ACD Mobile Configuração | 02:00 | 13/10/2021 | 09:00 às 11:00 | Estoque | ACD - INVENTARIO | Everaldo | Inventario | 02:00 | 20/10/2021 09:00 às 11:00 | Prime RH | Medicina e Segurança MDT Protheus - Eventos SST | Bruno | Geração dos eventos SST MDT | 04:00 | 20/10/2021 | 13:30 às 17:30 | Prime RH | Roteiros de Calculo | David | como analisar os roteiros | 01:30 | 22/10/2021 | 13:30 às 15:00 | Prime RH | Roteiros de Calculo | Miriam | como analisar os roteiros | 01:30 | 25/10/2021 | 13:30 às 15:00 | Card |
Trilha | Treinamento | Instrutor | Conteúdo Programático | Hrs Duração | Data | Horário | Compras | Integração Ativo Fixo | Solange Huerta | Exemplos de Integração Ativo Fixo | 01:30 09/11/2021 | 12:00 às 13:30 | Estoque | Análise de Relatórios Kardex e Fechamento de Estoque | Fernando Henrique | Análise de Relatórios Kardex e Fechamento de Estoque | 02:00 | 10/11/2021 | 09:00 às 11:00 | Estoque | Bloco H | Fernando Henrique | Geração e analise Bloco H | 02:00 | 17/11/2021 | 09:00 às 11:00 | Estoque | Bloco K | Fernando Henrique | Geração e analise Bloco K | 02:00 | 24/11/2021 | 09:00 às 11:00 | TSS | Nota Fiscal de Serviço | Gilcelia Cardoso | Transmissão de Nota Fiscal de Serviço | 02:00 | 24/11/2021 | 10:00 às 12:00 | Card |
Trilha | Treinamento | Instrutor | Conteúdo Programático | Hrs Duração | Data | Horário | |
| width | 25% |
|---|
| width | 30% |
|---|
|
| Calendário da Universidade
|
| Column | |
|---|---|
|
| |
Visão Geral
Import HTML Content
Conteúdo das Ferramentas
Tarefas





