[Kmymoney-devel] [kmymoney4] [Bug 303026] This transaction has a missing assignment of XXX 0.01
Romain Henriet via KDE Bugzilla
bugzilla_noreply at kde.org
Fri Nov 6 16:37:54 UTC 2015
https://bugs.kde.org/show_bug.cgi?id=303026
Romain Henriet <romain.pub at laposte.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |romain.pub at laposte.net
--- Comment #7 from Romain Henriet <romain.pub at laposte.net> ---
Proposed patch does not work when reconciliating accounts : values that appear
in Kmymoney and on your bank statement are not the ones that are summed to
calculate the current balance.
Example : Your account has 0.01€ precision, but 2 operations have 0.001€
precision.
Displayed | Internally
Op1 1.01€ | 1.014€
Op2 2.01€ | 2.014€
Sum = 3.02€ 3.028
What your bank will show on your statement is a balance of 3.02€ while
Kmymoney's balance is round(3.028) = 3.03€, and you get an error when you try
to reconcile your account.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the KMyMoney-devel
mailing list