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

Hi guys,

I want get all previous POS orders and print the chosen.  I cant find any modules for Odoo 10.

So how can I customize the POS ?

How to render to the Pos Billing Screen(following image) by giving Order ID ?


// Example
this.$('.print_order').click(function(){
         //code to find order id
         // render to print screen of order id
})


Please give me your answer or hints

Thanks in Advance !!!!  



Avatar
Discard
Best Answer

Hello,

That reciept's xml id is XmlReceipt , please check point_of_sale/static/src/xml/pos.xml.

You can extend it and make necessary changes

Also js for the print reciept is just a window.print().

js of its files are in /point_of_sale/static/src/js/screens.js

Avatar
Discard
Author

Thanks, But my need is that I want show print screen (like above image) with values.

Related Posts Replies Views Activity
0
Dec 24
17
0
Nov 24
1575
1
Nov 24
18017
0
Nov 23
767
1
Sep 23
1200