This question has been flagged
1 Reply
5760 Views

I want to print the session resume to printer in the PoS terminal. In the computer I only need to print the form and everything is ok, but in the POS (touchscreen) there is no keyboard to print the form.

I have the idea of put a new print button, next to validate button, that do an javascript action like "window.print();"

Well this seems easy at first, I've succeeded in putting the button, but can't find a way of associate the onclick event.

Any suggestion? Thanks

Avatar
Discard
Best Answer

There is a Virtual keyboard in touch screen POS.

I assuming that you are using OpenERP v7,

In point of sale menu please see Configuration > Point of Sales.

Click on edit button to edit record named main. here you can see field with string virtual keyboard interface. check mark True and save the record.

now you can see virtual keyboard in touch screen POS.

Avatar
Discard
Author

I don't explain myself very well. I want to print the payment methods resume when closing the session, not inside the PoS interface. This Form (pos.session.form.view) don't have a print command in "more" button, but if I print from Files -> Print I got what I want. In the touchscreen, I want a button to do it.