This question has been flagged
3 Replies
33166 Views

Hi, i'm setting up a POS. I have a Star SP500 POS impact printer, but as the font on the receipt are small the the printer resolution isn't enough to actually read the content of the receipt.

I was thinking about resizing the fonts a little bigger and see if that could solve my dilema.

How can i edit the POS receipt font size?

Avatar
Discard

have you tried checking the pos.css?

Author Best Answer

Oh thanks, i'll check that.

This is my first OpenERP installation, so i'm not quite familiar yet.

Thanks, i'll report my findings.

Avatar
Discard
Author

I couldn't see any change when changing the font size on .point-of-sale .pos-sale-ticket But by disabling the border on the tickets it made a slight improve on the font resolution since it can make a better close up, but still not enough. So maybe i really need to change the printer with a new one that uses termic paper. Do you use a impact printer with openerp using the default configuration? or do you hard code the POS tickets before? Thanks for you comments. :)

Best Answer

Hi

You have do change in point_of_sale >>  report >> pos_reciept.rml

 

Avatar
Discard
Best Answer

Hello,

Just change font size in static/src/css/pos.css : Look for ".point-of-sale .pos-sale-ticket "

Regards

Avatar
Discard

Should we not write our CSS code in a custom module?