Created attachment 107184 [details] kmymoney file Generating a 'transaction by month' report with german translated kmymoney prints out 'Monat von 2015-01-01' as group label instead the expected 'Monat von 01.01.2015' How to reproduce: 1. start kmymoney 2. select german language 3. open appended kmymoney file 4. select reports tab and choose report 'transaction by month' What happens ? The reports print out the english date version on the report What is expected ? The reports should print out the date in german notation
Git commit f89ee5e51b2b5f410a462c8242ddd4ad68a53f43 by Ralf Habacker. Committed on 10/08/2017 at 00:29. Pushed by habacker into branch '4.8'. Fix 'Non german date display on german transaction report' The 'month' and 'week' keys in the query table now contains the internationalized date for display. For sorting purpose the same set of keys with a 'sort' postfix has been added using language independent iso date format. FIXED-IN:4.8.1 M +15 -3 kmymoney/reports/querytable.cpp https://commits.kde.org/kmymoney/f89ee5e51b2b5f410a462c8242ddd4ad68a53f43
Git commit 96753617d250e2f8014014cdbc24845a15e80d4b by Ralf Habacker. Committed on 16/05/2018 at 12:36. Pushed by habacker into branch '4.8'. querytabletest: Fix parsing of generated html In the mentioned bug, the date format for QueryTable reports was changed. This change must also be transferred to the associated component test. M +12 -2 kmymoney/reports/querytable.cpp M +1 -0 kmymoney/reports/querytable.h M +6 -6 kmymoney/reports/querytabletest.cpp https://commits.kde.org/kmymoney/96753617d250e2f8014014cdbc24845a15e80d4b
Correct date format is printed in 5.0.6