Automatization of POS process

Hello,

I’m trying to modify the POS process to simplify all the step to create a pos invoice.

The original flow for sales invoice is:

Select all items → save → make payment → submit

I already have some steps done.

What i want?

  1. When i select all the items and click on make payment button, i want to auto submit the new SINV.#### saved.

  2. i want to open the print screen automatically to start printing my new invoice.

I was searching but there is no good results.

If any one knows how to do this please help or give some ideas to do it.

1 Like

Submit happens here

https://github.com/frappe/erpnext/blob/develop/erpnext/public/js/pos/pos.js#L482

2 Likes

Thanks for your help.

dear i want to do same thing. Help me out.

Hey @geekroot …Did you find a way to print automatically? Can you share your solution?

Thanks!