GNOME Bugzilla – Bug 549563
A filter for HTML report genration
Last modified: 2009-06-08 14:14:22 UTC
The HTML report could by used by ppl to for example bill somebody, or state a list of time spend on a given activity/category. It would be nice to be able to generate a report only for a specified category or activity.
Actually, I'm using the Hamster HTML report as a basis for billing some of our customers, removing non-concerning items by hand in text editor (although I'm considering to relearn some basic regexp/sed skills for this) every month. It's a pain. So it would be more than nice to have this feature. It would be GREAT.
I'm going to do some work on this during the week, and I'll let you know what I come up with. I'll post a patch here against trunk if I get it working.
I second the need for this. Without it, Hamster is useless to me. I need to be able to filter for a specific client (category) and date range, and the reports need to include TOTALS! I can't believe they leave this out! Once this feature is added, I could consider moving away from GnoTime.
*** Bug 571212 has been marked as a duplicate of this bug. ***
*** Bug 561284 has been marked as a duplicate of this bug. ***
*** Bug 576312 has been marked as a duplicate of this bug. ***
*** Bug 584210 has been marked as a duplicate of this bug. ***
filter by date and category is now in the git master. that should cover the basic needs. for advanced stuff one can use tsv, xml or output from DBUS, all of which is now in the git master
ah, forgot to mark as fixed.
Great! Is is possible to filter by activity as well? Thank you!
for now it is just date and category. a fully blown report filter / customizer is Bug 572368