Menu

Report Engine / News: Recent posts

source code moved to GitHub

The source code of this project has been moved to GitHub : https://github.com/humbletrader/katechaki
Until version 1.0, the next releases will still be published on SourceForge.

Posted by dragos 2016-01-17

reportengine 0.13.2 available

A new bugfix version for reportengine is available for download. This release covers:
Bugfixes:
1. All Table inputs closed

New features:
1. Improvements in the engine
2. Temporary files programatically deleted when the engine finishes ( this is server friendly)

Posted by dragos 2015-11-24 Labels: release

ReportEngine 0.13.1 ready for download

a new release of reportengine is ready with the following bugfixex/new features:
ReportEngine 0.13.1

Bugfixes:
1. In case of an error the ReportOutput was not closed
2. Total string (calculator label) for pivot data was not shown in a pivot table
3. When closing the Pdf output the real errors were hidden by the fo transformation exception
4. The FlatTableBuilder and PivotTableBuilder constructors changed (not requesting a table input parameter)
5. All components aligned on center when displaying in html... read more

Posted by dragos 2015-09-05

version 0.13.0 ready for download

What's new in ReportEngine 0.13.0 ?

  1. This release contains a complete change of architecture. Now the report is composed of components (some of which are FlatTable and PivotTable).
  2. The new architecture encourages the users to write their own components (like graphs, paragraphs and anything you can think of).
  3. The new architecture is focused mainly on freemarker with its multiple advantages but also with some drawbacks (one of them is that Excel native format has been lost, now only Excel xml is supported)
Posted by dragos 2015-08-16 Labels: releases

version 0.12.0 available

What's new in this release ?

  • bugfix: the DefaultGroupColumn.Builder was always building columns based on the zero input column
  • new feature: MovingAverage sample added in the samples project
  • new feature: group calculators accept labels (ie. Total, Average, Count)
  • new feature: managed OutputStream/Writer ( the lifecycle of the OutputStream can be controlled by the report api or from outside)
Posted by dragos 2014-08-11 Labels: release

version 0.11.0 available for download

the changes included in this release:

  • new feature: Html5Output added
  • api changes: HtmlOutput deprecated
  • api changes: all calculators renamed as GroupCalculators
  • bugfix: wrong min computation when using UniversalMinCalculator
Posted by dragos 2014-03-01 Labels: releases

reportengine 0.10.0 available

ReportEngine 0.10.0

  • new feature: improved javadoc for all output classes
  • new feature: if possible the output file is shows in the logs
  • new feature: formatting changed. Now accepting String.format() instead of Format class
  • new feature: calculators generified
  • new feature : totals can be formatted
  • new feature: improved tutorial ( sorting, formatting)... read more
Posted by dragos 2013-10-27

reportengine 0.9.4 available

New in this version:

  • bugfix: Validation error when using FlatReport.Builder with no calculators
  • all samples changed to use the new Builders
  • all samples improved
  • tutorial improved
Posted by dragos 2013-09-02

reportengine 0.9.3 released

New in this version:
-no longer needed to call two methods for sorting
- external sorting in CrosstabReport

  • NullPointerException bug in AutoconfigReport when reading from TextInput
  • Column Header Color bug in PdfOutput- fixed (consistent with all other output colors)
  • All FO based output didn't accept UTF8 characters - fixed
  • fluent builder for CrosstabReport, DefaultDataColumn, DefaultGroupColumn , DefaultHeaderRow, DefaultCrosstabData
Posted by dragos 2013-08-18

reportengine 0.9.2 ready

This is a bugfix release:
1. SqlInput doesn't manage (open/close) external provided connections
2. Builders created for FlatReport/AutoconfigFlatReport
3. Sorting feature enabled for non-grouping columns

Posted by dragos 2013-07-28 Labels: release

reportengine 0.9.1 released

This is a bugfix release. The following bugs have been fixed:
- temporary files generated during report creation now are deleted on VM exit
- improved display of rows after totals

Posted by dragos 2013-06-24 Labels: release bugfix

reportengine 0.9.0 released

New in version 0.9.0:
- new output classes : PdfOutput, PngOutput, FoOutput
- XmlDomOutput removed
- new method outputTitle in ReportOutput
- group sorting: now there's no more required to have an ordered input. An external sorting is available via setGroupValuesSorted(false)
- fixed bug : showTotals had no effect

Posted by dragos 2013-06-08

new release 0.7.1

New in this version:

  1. BUG: crosstab reports with more than one data column generated an IllegalArgumentError
  2. improvement: border added to all html & pdf cells
  3. improvemennt: small javadoc improvements
  4. improvement: TxtOutput renamed as TextOutput to be aligned with the input system

Enjoy !

Posted by dragos 2013-02-16 Labels: releases

new release: 0.7.0

improvement: Input/Output system improved
improvement: FreemarkerOutput added
improvement: default theme for all reports changed
bug : horizontal alignment for data cells now taken into account

Posted by dragos 2013-01-20 Labels: release

version 0.5.0 released

An improved version of report engine is now ready. The new features are:

1.StreamReportInput exception handling improved
2. StreamReportInput encoding added
3. StreamReportInput skipFirstXLines feature added
4. UTF support added to all output classes
5. Solved bug for Crosstab reports when more than one dataColumn is used
6. The jar file is much lighter than 0.4.1 as a result of the clean up

Posted by dragos 2012-10-21

version 0.4 not too far from release

In about two weeks the new version will be ready. As new features:
- redesigned configuration description for Flat reports (grouping columns and data columns)
- completely redesigned crosstab reports
- easy to use java interfaces and abstract classes added for

Posted by dragos 2012-08-24



Tutorial Section Improved

Posted by dragos 2010-09-19

0.3 beta released

Whils still working on the wiki , I uploaded the first beta version for the 0.3 release. Enjoy !

Posted by dragos 2010-09-12

report engine wiki

The report engine project now has a wiki space available at http://sourceforge.net/apps/mediawiki/reportengine where I already started writing documentation/ examples for the coming 0.3 version

Posted by dragos 2010-09-09

subversion and maven

Now the project is hosted by subversion and built with maven.

Posted by dragos 2010-03-07

reportengine 0.2 beta3 available

The reportengine 0.2 beta 3 is now available.
Visit the download section.

Also the tutorial was improved and some examples were added .

Enjoy !

Posted by dragos 2006-01-31

release 0.2 beta 2 available

Another forward step was made today.
The full documentation will be provided in the next release (beta 1) soon .

Be prepared !

Posted by dragos 2005-12-05

0.2 early preview

reportengine 0.2 early preview is available whithin the download section.
You can find documentation and a small tutorial here : http://reportengine.sourceforge.net/html/tutorial/index.html

Posted by dragos 2005-11-09