Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FW][FIX] point_of_sale: correctly reconcile reversed payments #162633

Commits on Apr 19, 2024

  1. [FIX] point_of_sale: correctly reconcile reversed payments

    Current behavior:
    When an order is invoided after the session has been closed, a reversed
    payment is created. This payment is not reconciled correctly with the
    invoice. This is creating an aged receivable for the partner.
    
    Steps to reproduce:
    - Change the bank payment method to "Identify customer"
    - Create an order in the PoS and pay with bank and specify a partner
    - Close the session
    - Open the session again, and create an invoice for the order
    - Go to the accounting module and look for the aged receivable report
      you should see some entries under the partner you selected.
    - You can also go to the partner form and see that he has some due
      invoices.
    
    opw-3678298
    
    correct partner
    
    X-original-commit: 31aff38
    robinengels committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    4275937 View commit details
    Browse the repository at this point in the history