Printing reports
I've been checking out all the options for generating and printing reports.
1. When generating report of Hours worked by specific user, only print option is to export as XLS.
2. When generating report of Hours worked on specific project, two print options, one to xls, the other opens a page that cannot be found.
3. When generating report of Hours worked for a specific client, only print option is to print.
4. When generating report of Hours worked by all users on all projects, only print option is to export as XLS.
Is this the intended operation, or should all reports have both XLS output and print to printer option?
Also, where shall I look to create my own custom reports?
Comments
tommo:
Thanks for the comments (yes, the spam is annoying with this drupal setup).
It could well be that not all reports have both a print and an export to excel option. This was added as a patch from the old timesheet.php project.
The broken link is bad, can you enter it into the bugtracker?
If you want to create more reports, then it's best to look at the examples we have (report_*.php, and print_report_*.php) and extend on that basis. Have a look at the wiki to find what tables contain which fields.
If you can't/won't program, then add your ideas to http://bugs.timesheetng.org/view.php?id=17
wew:
Thanks for the pointers to the report php code. I will examine those for what I need. I will probably use jasperreports and iReports as I am familiar with that, and timesheets database is very small and will be easy to integrate with.
I'll add the broken report link to bugtracker.