Projects tagged ‘database’ and ‘reporting’


Jump to tag:

Projects tagged ‘database’ and ‘reporting’

Filtered by Project Tags database reporting

Refine results Project Tags reports (6) programming (5) java (5) report (5) development (4) pdf (4) charting (4) xml (3) web (3) library (3) tools (3) j2ee (3)

[9 total ]
42

JasperReports

   
Primary Language: Java Licensed as: GNU Lesser General Public License 2.1

JasperReports is a Java reporting library. XML report templates are used to generate ready to print documents using data from customizable data sources, including JDBC. The output can be delivered to the screen, printer, or stored in PDF, HTML, XLS, RTF, ODT, CSV, TXT and XML format.

Metrics updated 04 Oct 08

24

iReport-Designer for JasperReports

 
Primary Language: Java Licensed as: GNU General Public License 2.0

iReport is a visual reporting tool based on JasperReports and written in pure Java. You can manage charts, images, sub-reports, etc. Data can be retrieved using JDBC, TableModels, JavaBeans, and XML. It supports output in PDF, XML, XSL, CSV, HTML, and Java2D.

Metrics updated 11 Jul 08

6

Pentaho Reporting

   
Primary Language: Java Licensed as: GNU Lesser General Public License 2.1

Pentaho Reporting is a class library for generating reports. XML-based templates provide flexible reporting and printing functionality using data from multiple sources. It supports output to display devices, printers, PDF, Excel, HTML, XHTML ... [More] , PlainText, XML and CSV files. Pentaho Reporting was formerly known as 'JFreeReport', but has been renamed to 'Pentaho Reporting' to avoid confusion with the other JFree.org projects. [Less]

Metrics updated 25 Apr 08

3

Ruby Reports

   
Primary Language: Ruby Licensed as: Ruby License

Ruport is a REAP framework specialized for business reporting. It provides a custom toolkit that has features such as database interaction, data manipulation, extensible formatting, and flexible report generation.

Metrics updated 11 Jul 07

1

ClaSS

   
Primary Language: PHP Licensed as: GNU General Public License 2.0

ClaSS (ClaSS Student System) is a complete student tracking, reporting and information management system. The latest web-application methods allow the school community access. ClaSS aims to be the ubiquitous classroom information assistant for schools.

Metrics updated about 11 hours ago

1

GNU Enterprise

 
Primary Language: SQL

GNU Enterprise (GNUe) is a meta-project which is part of the overall GNU Project. GNUe's goal is to develop enterprise-class data-aware applications as Free software. GNUe is itself comprised of several subprojects.

Metrics updated 22 May 08

0

django-reports

 
Licensed as: New BSD License

A django application to build flexible, extensible reports through the web or as part of your views. This project has been started due to interest on the django-users mailing list and very much subscribes to the "release early and often" ... [More] philosophy. It is definitely not production ready, but this is an app that I think that users of django could benefit from, especially for those who are interfacing with legacy databases or in some sort of enterprise setting. The idea is a central register which can easily tell you which fields are available for reports, and allows you to add to define your own reports in a sub-directory of your apps (much like the existing templatetags works). Here's an example from one of my app's report.py: from nokia.reporting.helpers import FieldRegister from datetime import timedelta reg = FieldRegister() @reg.register('Adjusted MTTR','Ticket','mttr') def adjusted_mttr(ticket): """The mean time to repair of the ticket""" ... rest of code body hereIn addition to the register, there are also a couple of Models (one for holding information on all the available fields, and one for your persistent Report objects) and these between them generate Reporter objects, which can produce CSV. I'm not convinced that I've taken the right approach in all areas of the application, and I'd very much like feedback and ideas, specifically: The right way to persist the report objects, their construction is not really consistent and perhaps a relational database structure isn't the best means of storage. I'm thinking that RDF or something similar (XML of some other sort) might be better? Testing... I'm not really familiar with how to go about TDD, but i'd like to learn! User interface, I'm designing this to be brain dead (think dilbert manager ;-) ) simple to use. Presently this UI is dependant on [www.prototypejs.org/ Prototye], and I think this might hinder integrating it into admin views in the future. Example code: >>> fld_reg = FieldRegister() >>> usr = fld_reg.User >>> #usr now has a representation of all of the fields the auth.User has, uncluding a >>> #count field for all of the FK and M2M relations and reverse relations: >>> usr > >>> usr._fields #This is all of the User._meta.fields [, ........ ] >>> usr.message_set >>> usr.message_set.title 'Count of Message Set'The best way to get to know the app is probably to install it, run syncdb, run generate_fields() (which is in helpers.py), and then have a play using ./manage.py shell. If you're using IPython you'll be up and running in no time. [Less]

0

DataVision

   
Primary Language: Java Licensed as: Apache License 2.0

DataVision is a reporting tool similar to Crystal Reports, written in Java. It supports multiple data sources (JDBC, text files) and output formats (HTML, XML, PDF, LaTeX, comma- and tab-separated data files, and DocBook). It lets you design reports with a drag-and-drop GUI. Report descriptions are stored as XML.

Metrics updated 05 Oct 08

0

Dashboard Studio

 

This is a new intiative to develop a unique Dashboarding application. The development will be in PHP. The studio will allow to connect to any database and Excel files. It will allow you to create reports and Dashboards. Dashboard Studio will be able ... [More] to import dashboard definitions directly from InfoCaptor Designer. It will also have in-built role and security mechanism. This will be a totally new application from InfoCaptor which is a java based Dashboard application. [Less]