This question has been flagged
1 Reply
5089 Views

Using the demo database I made a sale through the POS and had it paid by the customer Then I created an invoice from the same already paid POS order, because the customer required an invoice on top of the POS receipt. then going to the previously created invoice, which was appearing as OPEN, I created a payment from the same customer.

Thus the same transaction is now recorded Twice on the customer account, as per the attached imageC:\fakepath\openerp_duplicate entry.jpg

Is there any possibility to avoid such behaviour?

Avatar
Discard
Best Answer

POS is currently not very good at invoicing. You don't have to register the payment against the account.invoice that is created. When you close your pos.session, it will find that this pos.order has been invoiced and will reconcile the invoice and the payment. Sure, that's not well done because nothing prevents you from paying the invoice...

Avatar
Discard
Author

........................it will find that this pos.order has been invoiced and will reconcile the invoice and the payment. Thanks for the tip