https://bugs.kde.org/show_bug.cgi?id=322926
--- Comment #15 from Ralf Habacker <ralf.habac...@freenet.de> --- (In reply to Ralf Habacker from comment #14) > Adding the balance column there is > > ascending date sort order > date amount balance > 23.11.2018 -50 -50 > 01.01.2019 -100 -100 > 29.02.2020 -333 -483 > balance:-483 This need to be: ascending date sort order date amount balance 23.11.2018 -50 -50 01.01.2019 -100 -150 29.02.2020 -333 -483 balance:-483 -- You are receiving this mail because: You are watching all bug changes.