On 01/07/2010 04:20 PM, Mark Freeman wrote:
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!

You can use reportlab for creating pdf. And you can look at http://www.zopyx.de/blog/smartprintng-state-of-the-art-web-to-print-with (despite the first paragraph: usable outside of plone) for some inspiration.

Several projects are using open office: define a template in open office and use the python bindings to fill the documents with your data. Also apparently works "headless", so on the server without opening the UI.

Depends on your usecase :-) These ought to at least give you some more google inspiration.


Reinout

--
Reinout van Rees - rein...@vanrees.org - http://reinout.vanrees.org
Programmer/advisor at http://www.nelen-schuurmans.nl
"Military engineers build missiles. Civil engineers build targets"

-- 
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.


Reply via email to