If customer has two invoices:
- Invoice#1 = 200 with 5% retention fee = 10.00
- Invoice#2 = 300 with 5% retention fee = 15.00
Retention fee will be paid after one year, so for now customer gives payment as 190 + 285 = 475.00 as payment#1.
How do we reconcile this since if I apply 675.00 to both invoices then the balance will be:
- Invoice#1 = 0
- Invoice#2 = 25
The Balances after applying the payment should be:
- Invoice#1 = 10.00
- Invoice#2 = 15.00
Hello, did you find a solution please?
I only need it for one invoice
It can be done on Bank recon as stated here:
https://www.odoo.com/forum/help-1/best-way-to-partially-pay-down-multiple-customer-invoices-with-a-single-check-payment-193783
But if you don't want users to do bank recon just to distribute the payments, then there is no standard solution but to ask the customer to issue 2 separate payments.
By customization this can be done.