Modify ↓
Opened 18 years ago
Closed 17 years ago
#1043 closed enhancement (fixed)
make my own reports
Reported by: | bsteimel | Owned by: | Russ Tyndall |
---|---|---|---|
Priority: | normal | Component: | TimingAndEstimationPlugin |
Severity: | normal | Keywords: | report |
Cc: | Trac Release: | 0.10 |
Description
Is there a way to make my own report in the view tickets section and then it show up as a valid ticket hour report under the management section.
I would like to veiw all of my ticket hours by date. And maybe show a total hours for that date selection. Date 1 : ticket 1, 10 hours Date 2 : ticket 2, 10 hours
We bill by month and must show the date and the total hours for that day and what was worked on so it would work better for me if i could make it like this.
Attachments (0)
Change History (3)
comment:1 Changed 18 years ago by
comment:3 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I have been thinking about this today, and have not really come up with a satisfactory answer. The way this currently works is based of the reports.py file in the egg. It might be possible to move this out of the plugin (or allow specifying further reports elsewhere.)
Currently, you can add as many reports as you want to trac, but this will not add them to the Management Page. Probably the easiest way to handle this would be to provide a key in the trac.ini that points to a file.
I will attempt to come up with a scheme for this over Christmas.
Sorry I cant be of more immediate help, If you are comfortable with it, I would be willing to add any reports you make to the plugin proper if you provide me with a patch for the reports.py
Russ