Skip to Content
Menu
This question has been flagged
1 Reply
2406 Views

hello  i want to  download pos receipt as pdf  instead of printing

Avatar
Discard
Author

i want to make another button in pos screen called download receipt also i have print receipt

Best Answer

Bonjour mister ,

you can print pdf pos .look this tuto

https://www.youtube.com/watch?v=E9EIOTPeCvk

Avatar
Discard
Author

hello thank you for this answer but i want to download receipt as pdf

ok tu veux l'imprimer en pdf .dans ce cas il faut que tu utilise le Qweb dans le back'end ,heriter le receip et le transformer en pdf .comme tu veux que ca soit .

Yes brother i tried to change the width of POS reciept from pos.css file:

.pos .pos-sale-ticket {
text-align: right;
width: 700px; /* <------ Old 300px */
background-color: white;
margin: 10px;
padding: 15px;
font-size: 10px;
padding-bottom:30px;
display: inline-block;
font-family: "Inconsolata";
border: solid 1px rgb(220,220,220);
clear: both;
overflow: hidden;
}

The width of pos reciept is increased in browser view but when i print it or try to see in print preview, it is shown at the old 300px width.

https://www.odoo.com/fr_FR/forum/aide-1/how-to-edit-pos-customer-receipt-report-81827