draft de impresion presupuesto, añadiendo posibilidades de iva

This commit is contained in:
2025-10-13 14:38:30 +02:00
parent 9d88392a2b
commit d99ef65268
11 changed files with 712 additions and 252 deletions

View File

@ -8,7 +8,6 @@ public class TemplateRegistry {
public TemplateRegistry(PdfModuleConfig config) {
this.config = config;
System.out.println("PDF templates registrados => " + config.getTemplates());
}
public String resolve(DocumentType type, String templateId) {