diff --git a/modules/customer-invoices/templates/uecko/factura_acana.jpg b/modules/customer-invoices/templates/uecko/factura_acana.jpg
deleted file mode 100644
index 8337e8a9..00000000
Binary files a/modules/customer-invoices/templates/uecko/factura_acana.jpg and /dev/null differ
diff --git a/modules/customer-invoices/templates/uecko/issued-invoice.hbs b/modules/customer-invoices/templates/uecko/issued-invoice.hbs
index b2350c42..64da3fa4 100644
--- a/modules/customer-invoices/templates/uecko/issued-invoice.hbs
+++ b/modules/customer-invoices/templates/uecko/issued-invoice.hbs
@@ -126,6 +126,7 @@
.col-concepto { width: auto; text-align: left; }
.col-cantidad { width: 70px; text-align: center; border-right: 1px solid #000;}
.col-precio { width: 110px; text-align: right; border-right: 1px solid #000;}
+ .col-dto { width: 50px; text-align: center; border-right: 1px solid #000;}
.col-total { width: 110px; text-align: right; }
.resume-table td {
@@ -178,6 +179,34 @@
font-size: 8px;
}
+ .footer-row {
+ display: flex;
+ justify-content: space-between;
+ align-items: top;
+ width: 100%;
+ margin-top: 4px;
+ }
+
+ .footer-left {
+ text-align: left;
+ font-size: 8pt;
+ line-height: 1.2;
+ max-width: 25%; /* evita que pise los sellos */
+ }
+
+ .footer-right {
+ display: flex;
+ justify-content: flex-end;
+ align-items: top;
+ gap: 8px; /* separación entre sellos */
+ max-width: 75%;
+ }
+
+ .footer-right img {
+ width: 100%; /* ajusta el tamaño de los sellos */
+ object-fit: contain;
+ }
+
@media print {
* {
-webkit-print-color-adjust: exact;
@@ -196,18 +225,17 @@