Bug 405077

Summary: Reconciliation editor skips accounts to full EUR
Product: [Applications] kmymoney Reporter: AndreJ <andre+joost>
Component: generalAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: RESOLVED DUPLICATE    
Severity: major CC: ralf.habacker
Priority: NOR    
Version: 4.8.3   
Target Milestone: ---   
Platform: Microsoft Windows   
OS: Microsoft Windows   
Latest Commit: Version Fixed In: 4.8.4

Description AndreJ 2019-03-04 15:53:16 UTC
SUMMARY
Reconciliation editor skips accounts to full EUR with version 4.8.2 and 4.8.3 ok with 4.8.0

STEPS TO REPRODUCE
1. Get transactions online from the bank or add them manually
2. Try to use the Reconciliation editor to match with the Online Balance

OBSERVED RESULT
The balance gets rounded to full EUR, although the account has Cents too.

EXPECTED RESULT
The balance should work with two decimals, as obtained from the bank.

SOFTWARE/OS VERSIONS
Windows: 7
kmymoney-x86_64-w64-mingw32-4.8.3-3.7-setup.exe

ADDITIONAL INFORMATION
Might be related to bug 405009, because numbers and Money are set to 0 decimals and can't be changed in the German locale. The same happens with splitting transactions in investments using the calculator.
Comment 1 AndreJ 2019-03-04 16:08:54 UTC
By editing C:\Users\<user>\AppData\Roaming\.kde4\share\config\kdeglobals

[Locale]
MonetaryDecimalPlaces=0

to

MonetaryDecimalPlaces=2

makes the reconciliation working again, but there should be an easier way to achieve this.
Comment 2 Ralf Habacker 2019-03-27 07:16:51 UTC

*** This bug has been marked as a duplicate of bug 405009 ***