feat: enhance ComprovantePonto component by adding logo support and restructuring document layout with auto-generated tables for employee and registration data, improving PDF output clarity and presentation

This commit is contained in:
2025-11-30 15:40:58 -03:00
parent 3204440a38
commit e43f9fcf14
2 changed files with 90 additions and 57 deletions

View File

@@ -2849,7 +2849,7 @@
{#await client.query( api.ausencias.obterDetalhes, { solicitacaoId: solicitacaoAusenciaAprovar } ) then detalhes}
{#if detalhes}
<dialog class="modal modal-open">
<div class="modal-box max-w-4xl">
<div class="modal-box max-h-[90vh] max-w-3xl overflow-y-auto">
<AprovarAusencias
solicitacao={detalhes}
gestorId={currentUser.data._id}