61
votes
38answers
3k views
How do you track your hours?
Every programming job I've had has required me to track my hours, entering them into a system once a week. I've never been good at it. For the past few years, I've been running Timesnapper* on all my …
21
votes
3answers
2k views
What’s the best approach to printing/reporting from WPF?
I have an upcoming project which will have to be able to print simple reports from its data. It'll be WPF-based, and I'm wondering which way to go.
I know that WPF introduces its own printing …
18
votes
11answers
3k views
What is a good PDF report generator tool for python?
What is a good tool for PDF report generation in Python? I've checked out ReportLab, but it seems to be awfully low-level for what I want to do. My current hunch is to call TeX on the command-line and …
16
votes
14answers
2k views
Enterprise Reporting Solutions
Hello everyone,
What options are there in the industry for enterprise reporting? I'm currently using SSRS 2005, and know that there is another version coming out with the new release of MSSQL.
But, …
11
votes
15answers
1k views
What is your reporting tool of choice?
Every project invariably needs some type of reporting functionality. From a foreach loop in your language of choice to a full blow BI platform.
To get the job done what tools, widgets, …
8
votes
3answers
2k views
Good open source Reporting tool/framework for WPF (C#).
I am looking out for a good open source Reporting tool/framework for windows based application (WPF).
The database I am using is sql server 2005.
The typical reports format which I am interested …
8
votes
4answers
1k views
Python Reporting
Are there any packages that provide to following:
Integration with python application with minimal dependencies (beyond existing depends we use such as wx and matplotlib)
Visual design tool to make …
7
votes
5answers
328 views
Reporting vs. Coding - thoughts?
Recently I had a project in which I had to get some data from particular software system to a portlet. The software used a database, and I spent a fair bit of time modeling the data I wanted and then …
7
votes
3answers
234 views
Test Reporting
We are migrating our test report data (unit, regression, integration, etc..) from an XML format to a database format for better analysis. Right now the majority of our test analysis is done using the …
7
votes
6answers
351 views
Handling Long Running Reports
I am working on a ASP.net application written in C# with Sql Server 2000 database. We have several PDF reports which clients use for their business needs. The problem is these reports take a while to …
6
votes
8answers
545 views
Best ASP.NET reporting engine with custom reports creation ability
We need to choose the reporting engine for our ASP.NET application. The main functional requirement is an ability for end users (not programmers, just normal users) to create custom reports. We will …
6
votes
5answers
201 views
“Unit testing” a report
How would you "unit test" a report created by some report engine like Crystal Reports or SQL Server Reporting Services?
6
votes
8answers
947 views
What is the best report engine for Java
For most of our project, we use Jasper Reports, does anyone have experience with other report engines, is there anything better? (We use JR for stock-exchange reports)
6
votes
5answers
613 views
SQL Server - separate database for reports?
On our SQL Server, we have a database for each of our web apps. For reports, we use Reporting Services and all report data (including report parameters) come from stored procedures.
The stored …
6
votes
4answers
476 views
Reporting with db4o
I've used db4o with much success on many projects in the past. Over time it seems to have evolved greatly, and with modern trends like LINQ on everyone's tongue it has peaked my interest again, …
