We've commited some interesting changes to jasper_reports module [1], [2]. The most important thing is that now users can create their own reports and add them to the view themselves. Without the need of having access to the filesystem of the server. Another important milestone is that it can correctly handle localized reports so they're printed using user's language.
More info on the commit message: - Added ability to allow adding new jasper reports without the need of programming or having access to server's file system. Added a button to 'ir.actions.report.xml' view so attached '.jrxml' (and .properties) files can be used as reports in the application. They're also automatically added to model's views. - Added support for locale and bundle files by adding report's path to CLASSPATH environment variable, as well as passing current user's locale to ReportCreator java application. - Updated Jasper Reports to latest (3.5.2) version. - Added latest postgresql jdbc driver. - Allow processing reports with no language by using an empty datasource. - Changed the hack that automatically registers reports so it overrides report.interface.register_all instead of login function. This is much better as there's no need to login twice before using Jasper reports. [1] https://code.launchpad.net/~openobject-client-kde/openobject-client-kde/5.0 [2] http://albert-nan.blogspot.com/2009/01/integration-of-jasper-reports-into.html ------------------------ Albert Cervera i Areny http://www.NaN-tic.com -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=38842#38842 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
