Summary: | Budgeting report could show an hover tooltip on every item, indicating the category/account name | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Alejandro <alejandro.perez.mendez> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | REPORTED --- | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 4.7.1 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Patch to make pivottable show account name as an tooltip of every cell
Patch to make pivottable show account name as an tooltip of every cell |
Description
Alejandro
2014-12-05 09:29:24 UTC
Created attachment 89924 [details]
Patch to make pivottable show account name as an tooltip of every cell
This is an incomplete patch. Please, feel free to complete (for instance, this does not apply to Totals rows).
Forget the previous patch, it is buggy. I'm preparing a new one. Created attachment 89927 [details]
Patch to make pivottable show account name as an tooltip of every cell
New version of the patch
The patch seems to do the work. It does however add extra spaces where it shouldn't. Did you base this on the latest master? Yes I did base it on version 4.7.1. Regarding the spaces... well, I said the patch is incomplete. The extra spaces are the result of me playing around with printf for debugging :). The patch needs extra work to make it adjust to your coding style, for showing the tooltip for "total" rows as well, etc. I submitted it just as an example of the final expected result and the simplicity of its implementation. For me, it has made a great difference when using reports. Regards |