Suggested edition for the receipt.php ticket of TakePOS module

Hello community,

I have implemented Dolibarr 14.0.0 and also I am using the module TakePOS for the POS system of my small business. When I was doing tests of the ticket configuration and local printing from an installation in a cloud provider, I have concluded that the TakePOS connector java app is the best solution for this printer mode implementation.
Also I have modified some parameters of the format of the ticket in the TakePOS module to have a more efficient use of paper reducing the Title size and some spaces between the tables used in the ticket.

The modifications were:

Line 98 change font size

</style>
<center>
<font size="2">
<?php echo '<b>'.$mysoc->name.'</b>'; ?>
</font>
</center>

Lines 103, 116 y 251 change style parameters

<p class="left"; style="margin: 0; padding: 0;">

Line 246 before footer delete commented spaces in HTML

</table>
<div style="border-top-style: double;">
<!--<br>
<br>
<br>-->
<p class="left"; style="margin: 0; padding: 0;">

I attach the modified file public_html/dolibarr/takepos/receipt.php for your review and consideration.

receipt.php (10.3 KB)

Regards,

Leonardo Muñoz M.

1 Like