acabando presupuesto

This commit is contained in:
2025-10-16 21:46:02 +02:00
parent ff9c04afb6
commit ea8a005cde
11 changed files with 349 additions and 139 deletions

View File

@ -29,7 +29,7 @@ class PdfSmokeTest {
@Test
void generaPresupuesto() throws Exception {
/*
Map<String, Object> model = new HashMap<>();
model.put("numero", "2025-00123");
model.put("fecha", LocalDate.of(2025, 10, 12));
@ -129,5 +129,6 @@ class PdfSmokeTest {
Files.write(out, pdf);
System.out.println("✅ PDF generado en: " + out.toAbsolutePath());
*/
}
}