Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
2 Ответы
5989 Представления

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.

Аватар
Отменить
Лучший ответ

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;

}


Аватар
Отменить
Лучший ответ

I have exactly same problem. Any solution?

Аватар
Отменить
Related Posts Ответы Просмотры Активность
0
янв. 24
1546
0
июн. 25
1990
3
окт. 21
7350
2
мар. 20
7326
2
мая 18
7367