hello i want to download pos receipt as pdf instead of printing
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
Bonjour mister ,
you can print pdf pos .look this tuto
https://www.youtube.com/watch?v=E9EIOTPeCvk
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
Hi,
below links may help you,
https://apps.odoo.com/apps/modules/13.0/pos_order_print/
https://apps.odoo.com/apps/modules/13.0/pos_orders_reprints/
Thanks
Aswini iWesabe
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
i want to make another button in pos screen called download receipt also i have print receipt