The source code of this project has been moved to GitHub: https://github.com/humbletrader/katechaki
The next releases ( until version 1.0) will still be published on Source Forge website.
A new version of 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)
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
bugfix: the DefaultGroupColumn.Builder was always building columns based on the zero input column
new feature: MovingAverage sample added in the samples project
The changes included in this release:
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
New in this version:
-no longer needed to call two methods for sorting
- external sorting in CrosstabReport
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
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
New in version 0.9.0:
1.new output classes : PdfOutput, PngOutput, FoOutput
2.XmlDomOutput removed
3.new method outputTitle in ReportOutput
4.group sorting: now there's no more required to have an ordered input. An external sorting is available via setGroupValuesSorted(false)
5.fixed bug : showTotals had no effect
Enjoy!
New in this version:
Enjoy !
1.Validation of configuration for both flat and pivot reports
2. Show duplicates value property added to group columns.
3. Faster report by adopting the EnumMap to back the ReportContext
4. Formatters taken into account
5. Horizontal Alignment added for columns
6. excel output bug fixed
7. xslt output bug fixed
8. Arrays of columns replaced with Lists
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
The latest version of reportengine has been released. Now the release bundle contains a jar, sources, javadoc and a tutorial. The online version of the tutorial can also be found here : http://reportengine.sourceforge.net/html/tutorial/reportengine_tutorial.htm