Browse Source

Dec 30 : [UPDT] Bug Fixed 'thermal_invoice_report'

pull/299/head
AjmalCybro 1 year ago
parent
commit
5868c9a4e7
  1. 5
      thermal_invoice_report/doc/RELEASE_NOTES.md
  2. 2
      thermal_invoice_report/report/thermal_report.xml
  3. 1
      thermal_invoice_report/static/src/css/thermal_style.css

5
thermal_invoice_report/doc/RELEASE_NOTES.md

@ -4,3 +4,8 @@
#### Version 16.0.1.0.0 #### Version 16.0.1.0.0
#### ADD #### ADD
- Initial commit for Thermal Invoice Report - 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.

2
thermal_invoice_report/report/thermal_report.xml

@ -100,7 +100,6 @@
</div> </div>
<br/> <br/>
<center style="width:90%;"> <center style="width:90%;">
<table class="my_table"> <table class="my_table">
<tbody> <tbody>
<tr> <tr>
@ -124,7 +123,6 @@
<div class="cntr"> <div class="cntr">
-------------------------------------------------------------------- --------------------------------------------------------------------
</div> </div>
<br/>
<center> <center>
Thank You For Shopping With Us Thank You For Shopping With Us
<p class="cntr">-- *** --</p> <p class="cntr">-- *** --</p>

1
thermal_invoice_report/static/src/css/thermal_style.css

@ -5,7 +5,6 @@ body {
} }
.my_container { .my_container {
font-family: 'VT323', monospace; font-family: 'VT323', monospace;
font-size: 8px; font-size: 8px;
} }

Loading…
Cancel
Save