Sorry, now i have reconstructed my problematic amount.
first: we use python 2.7.3
you can test it in the python console:
python >>> print 1762.09-1762.09 0.0 >>> print 1762.09-(1357.49+404.60) -2.27373675443e-13
So, for the test in erp: create two invoices. one with total of 1357.49 and on of total 404.60. Then create a payment of 1762.09 and do a manual reconciliation.
Sorry, now i have reconstructed my problematic amount.
first: we use python 2.7.3
you can test it in the python console:
python (1357.49+ 404.60)
>>> print 1762.09-1762.09
0.0
>>> print 1762.09-
-2.27373675443e-13
So, for the test in erp: create two invoices. one with total of 1357.49 and on of total 404.60. Then create a payment of 1762.09 and do a manual reconciliation.