From 1d0024c5382e5512613bae9d93388527f255fb87 Mon Sep 17 00:00:00 2001 From: vicent Date: Tue, 21 Mar 2023 14:08:34 +0100 Subject: [PATCH] =?UTF-8?q?refs=20#5013=20feat:=20a=C3=B1adida=20observaci?= =?UTF-8?q?on=20para=20cada=20ticket?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/changes/231201/00-observationType.sql | 2 ++ print/templates/reports/invoice/invoice.html | 11 +++++++++++ print/templates/reports/invoice/sql/tickets.sql | 9 ++++++--- 3 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 db/changes/231201/00-observationType.sql diff --git a/db/changes/231201/00-observationType.sql b/db/changes/231201/00-observationType.sql new file mode 100644 index 000000000..20e3608e4 --- /dev/null +++ b/db/changes/231201/00-observationType.sql @@ -0,0 +1,2 @@ +INSERT INTO `vn`.`observationType` (`description`, `code`, `hasNewBornMessage`) +VALUES ('Factura', 'invocieOut', '0'); diff --git a/print/templates/reports/invoice/invoice.html b/print/templates/reports/invoice/invoice.html index 2d180878a..2c37126fc 100644 --- a/print/templates/reports/invoice/invoice.html +++ b/print/templates/reports/invoice/invoice.html @@ -119,6 +119,16 @@ {{ticketSubtotal(ticket) | currency('EUR', $i18n.locale)}} + +
+
+
{{$t('observations')}}
+
+
{{ticket.description}}
+
+
+
+ @@ -251,6 +261,7 @@ +