Mentoria
Betel
Carregando...
Grupos Disponíveis

Escolha um grupo de mentoria para participar:

Grupo

Preencha seus dados para garantir a vaga.

Inscrição Confirmada!

Área do Gestor

Mentores
Grupos
Relatórios
Manutenção do Sistema
Gerenciar Mentores
Gerenciar Grupos

Relatórios

Gerenciar Inscritos
`); w.document.close(); }async printReport(type) { try { const h = await this.req('gerarRelatorioHTML', { tipo: type }, "Gerando relatório..."); this.openReportWindow(h, "Relatório Mentoria"); } catch(e) { alert("Erro ao gerar relatório."); } } async printComprovante() { try { const h = await this.req('gerarComprovanteHTML', this.state.lastReg, "Gerando Comprovante..."); this.openReportWindow(h, "Comprovante de Inscrição"); } catch(e) { alert("Erro ao gerar comprovante."); } } }const initWidgets = () => { document.querySelectorAll(`${WIDGET_SELECTOR}:not([data-initialized])`).forEach(w => { new BetelMentorshipController(w); w.setAttribute('data-initialized', 'true'); }); }; if (document.readyState === 'loading') document.addEventListener('DOMContentLoaded', initWidgets); else initWidgets(); new MutationObserver((m) => { if (m.some(x => x.addedNodes.length)) initWidgets(); }).observe(document.body, { childList: true, subtree: true }); })();