From 5868c9a4e71dd84795b5d6646c86e6ca28356dc9 Mon Sep 17 00:00:00 2001 From: AjmalCybro Date: Sat, 30 Dec 2023 11:51:29 +0530 Subject: [PATCH] Dec 30 : [UPDT] Bug Fixed 'thermal_invoice_report' --- thermal_invoice_report/doc/RELEASE_NOTES.md | 5 +++++ thermal_invoice_report/report/thermal_report.xml | 2 -- thermal_invoice_report/static/src/css/thermal_style.css | 1 - 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/thermal_invoice_report/doc/RELEASE_NOTES.md b/thermal_invoice_report/doc/RELEASE_NOTES.md index 4aa76f99c..bab577093 100644 --- a/thermal_invoice_report/doc/RELEASE_NOTES.md +++ b/thermal_invoice_report/doc/RELEASE_NOTES.md @@ -4,3 +4,8 @@ #### Version 16.0.1.0.0 #### ADD - Initial commit for Thermal Invoice Report + +#### 27.12.2023 +#### Version 16.0.1.0.1 +##### FIX +- Bug Fixed, PDF splitting fixed for seamless single invoices. diff --git a/thermal_invoice_report/report/thermal_report.xml b/thermal_invoice_report/report/thermal_report.xml index 740befc3a..61a0ab4ff 100644 --- a/thermal_invoice_report/report/thermal_report.xml +++ b/thermal_invoice_report/report/thermal_report.xml @@ -100,7 +100,6 @@
- @@ -124,7 +123,6 @@
--------------------------------------------------------------------
-
Thank You For Shopping With Us

-- *** --

diff --git a/thermal_invoice_report/static/src/css/thermal_style.css b/thermal_invoice_report/static/src/css/thermal_style.css index 7bcbc1d98..71ec0ffc4 100644 --- a/thermal_invoice_report/static/src/css/thermal_style.css +++ b/thermal_invoice_report/static/src/css/thermal_style.css @@ -5,7 +5,6 @@ body { } .my_container { font-family: 'VT323', monospace; - font-size: 8px; }