Skip to Content
Menu
This question has been flagged

Hi,

I am trying to setup POS using Odoo 13 Community Edition. I configured order printer (Epson TM-U220B Model M188B) When I print the order, it cuts off. The fonts are too big and the text is cut off on the right. I only see a bit of the text. It seems like it is trying to print A4/Letter size in the thin paper.


I also have TM-m30 receipt printer and it works fine. I don't understand if the issue is with the printer or Odoo. In the printer configuration page, I see EPOS setting which I have enabled and the printing method is set to "Impact". Other options are "Impact (24pin)", "Thermal (180dpi)" and "Thermal (203dpi)". If I select any of the other three, it gives me gibberish text in the print.

Avatar
Discard
Best Answer

Goto odoo\addons\point_of_sale\static\src\css\pos_receipts.css then try reduce the font-size & paper width in the first section:

.pos-receipt-print {

    width: 256px;

    font-size: 10px;

    color: #000000;

}


Avatar
Discard
Best Answer

I have exactly same problem. Any solution?

Avatar
Discard
Related Posts Replies Views Activity
0
Jan 24
1477
0
Jun 25
1800
3
Oct 21
7242
2
Mar 20
7235
2
May 18
7257