Reporting Library??

2010-08-10 Thread ydjango
I need a reporting library for web based (HTML) reporting with support for standard features 1) header 2) footer 3) pagination 4) Totals/summary Reportlab is too low level for my needs and their pro version license does not work for me. Is there any other good python based reporting library

Re: Reporting Library??

2010-08-11 Thread koenb
On 11 aug, 03:15, ydjango wrote: > I need a reporting library for web based (HTML) reporting with support > for standard features > 1) header > 2) footer > 3) pagination > 4) Totals/summary > > Reportlab is too low level for my needs and their pro version license > d

Re: Reporting Library??

2010-08-11 Thread Carlos Daniel Ruvalcaba Valenzuela
a [1]: http://github.com/roadhead/trml2pdf [2]: http://code.google.com/p/template2pdf/ [3]: http://github.com/clsdaniel/template2pdf On Wed, Aug 11, 2010 at 4:25 AM, koenb wrote: > On 11 aug, 03:15, ydjango wrote: >> I need a reporting library for web based (HTML) reporting with support &

Re: Reporting Library??

2010-08-12 Thread Jani Tiainen
> I need a reporting library for web based (HTML) reporting with support > for standard features > 1) header > 2) footer > 3) pagination > 4) Totals/summary > > > Reportlab is too low level for my needs and their pro version license > does not work for me. >

Re: Reporting Library??

2010-08-12 Thread Kenneth Gonsalves
On Thu, 2010-08-12 at 14:06 +0300, Jani Tiainen wrote: > > My only option at this time is JasperReports which is java based > which > > would be an overkill. > > There is nothing as comprehensive as JasperReports, but Geraldo > reports is > pretty nice . Built on

Django reporting Library recommendations

2019-04-16 Thread Brian Mcnabola
Im looking for a Django reporting library something similar to Django report builder ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-user

Re: Django reporting Library recommendations

2019-04-16 Thread Shaheed Haque
Hi Brian, On Tue, 16 Apr 2019 at 12:21, Brian Mcnabola wrote: > > Im looking for a Django reporting library something similar to Django report > builder ? Can you clarify what you are looking for that Django report builder does not provide? For example, we use JasperReports wrappe