| Summary: | Provide multi key sorting in schedules view | ||
|---|---|---|---|
| Product: | [Applications] kmymoney | Reporter: | Tcpsorcerer <Smurfjet> |
| Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
| Status: | REPORTED --- | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | git (master) | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Other | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Tcpsorcerer
2025-12-17 03:09:17 UTC
The current implementation is based on the standard QSortFilterProxyModel sorting behavior which is based on a single sort key (column). Providing the sort behavior that is requested requires to implement a behavior that allows to support sorting based on multiple keys (columns) as available for the ledger sort (see Settings/Ledger/Sorting). I change this to wish list item and modify the title to reflect this. |