feat: Agregar exportación PDF del formulario de catación EVC-IH01
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 2m51s

- Implementar módulo de generación PDF con jsPDF
- Crear composable usePdfExport para exportar muestras y sesiones
- Añadir botones de exportación PDF en header y por muestra
- Replicar layout exacto del formulario físico IHCAFE
- Soportar máximo 3 formularios por hoja carta
This commit is contained in:
2025-11-24 17:20:49 -06:00
parent cbea6d2885
commit 701d0c8fdb
8 changed files with 1550 additions and 5 deletions

View File

@@ -17,6 +17,7 @@
"@nuxt/ui": "^4.0.1",
"better-sqlite3": "^12.4.1",
"eslint": "^9.37.0",
"jspdf": "^3.0.4",
"nuxt": "^4.1.3",
"typescript": "^5.9.3",
"vue": "^3.5.22",