Comment 10 for bug 1246847

Revision history for this message
Amit Parik (amit-parik) wrote :

Hello Jean,

Yes, you can do this via small customization at your end.
You can edit the pos order via js and add the customer on pos order object/view.

We can create an invoice from the POS order and when you confirm the invoice it will generate the sales entry ,
Now as per my Opinion the sloution is as follow.

Add the customer on pos order and when you validate the pos order from the pos forntend (Tocuch screen) then same time it will also creates the customer invoice. You can override the validate button of pos order and create the invoice the value are as follow.
Invoice =pos line
Customer for invoice : Customer field on POS order (new field add on pos order).
Journal : You can set by defualt sales journal or you can add journal field too.

Please also change the string of the "Validate" button and change it to "Validate and Create Invoice".

Hope this help to you!