Обсуждение: Reporting tools

Поиск
Список
Период
Сортировка

Reporting tools

От
Hrishikesh Deshmukh
Дата:
Hi All,

Are there better open source reporting tools than openrpt, agata?

Thanks,
Hrishi

Re: Reporting tools

От
Moises Alberto Lindo Gutarra
Дата:
for java programming, yes, it's ireport that handles jasperreport engine.

2005/6/15, Hrishikesh Deshmukh <hdeshmuk@gmail.com>:
> Hi All,
>
> Are there better open source reporting tools than openrpt, agata?
>
> Thanks,
> Hrishi
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>    (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
>


--
Atte

Moises Alberto Lindo Gutarra
Consultor y Desarrollador Java / Open Source
TUMI Solutions SAC
Tel: +51.13481104
Cel: +51.197366260
MSN : mlindo@tumisolutions.com

Re: Reporting tools

От
Steve Atkins
Дата:
On Wed, Jun 15, 2005 at 09:51:53AM -0400, Hrishikesh Deshmukh wrote:
> Hi All,
>
> Are there better open source reporting tools than openrpt, agata?

Not unless you like Java.

If Java is your thing then JasperReports (and it's various GUI designers)
aren't bad, but it looks like BIRT (http://www.eclipse.org/birt/) may be
better shortly (though it's a recent 1.0 release and still doesn't run on
OS X and is a little incomplete in places).

If you like XML+SQL for template generation my reporting engine
http://pgfoundry.org/projects/wttwreport/ will do some lovely looking
PDF reports. There isn't any GUI front-end or scripting support, though,
and there isn't likely to be (I'm porting some of the code across to
OpenRPT and using BIRT...).

Cheers,
  Steve