[Kmymoney-devel] [kmymoney4] [Bug 335129] New: Wrong account ordering at home page

Josef Kufner jk at frozen-doe.net
Wed May 21 10:26:30 UTC 2014


https://bugs.kde.org/show_bug.cgi?id=335129

            Bug ID: 335129
           Summary: Wrong account ordering at home page
    Classification: Unclassified
           Product: kmymoney4
           Version: 4.6.4
          Platform: unspecified
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: kmymoney-devel at kde.org
          Reporter: jk at frozen-doe.net

At home page, Assets and Liabilities Summary section, accounts are not sorted
correctly when the first letter is not in ASCII.

Reproducible: Always

Steps to Reproduce:
1. Create accounts: A, Z, C, Č
2. Accounts page: accounts are in correect order: A, C, Č, Z
2. Home page: accounts are in wrong order: A, C, Z, Č


Expected Results:  
Accounts at Home page should be in correct alphabetical order (respecting
locale settings and wierd characters).

strcmp() in sorting function does not work, strcoll is much better.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the KMyMoney-devel mailing list