> I have a question for those of you doing web work with python. Is > anyone familiar with a python based reporting tool? I am about to > start on a pretty big web app and will need the ability to do some end > user reporting (invoices, revenue reports, etc). It can be an existing > django app or anything python based so I can hook into it. Thanks!
I've recently written (part of) something small that used Django templates, ReportLab and pisa (mentioned in Django docs) to generate PDF. Unfortunately, I did not have a chance to completely finish it and it's not likely to be done anytime soon. But the PDF part was pretty easy thanks to pisa. Check this out: http://www.20seven.org/journal/2008/11/pdf-generation-with-pisa-in-django.html Hope this helps Jirka
-- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.