geraldo
geraldo copied to clipboard
Geraldo is a reports engine for Python and Django applications. It uses the power of ReportLab and PIL to generate reports with page header and footer, child bands, report begin and summary bands, agr...
We are sharing our changes and fixes to support running Geraldo reports with python3.
how to prevent header from appearing after first page?
I have my `django` projects and I want to use `deraldo` to create reports(pdf). How can I use `geraldo` on `django`? I have tried to my level test to find...
Hi, I am looking around for a reporting engine to use in my internal website. Is it possible to export report to excel and/or csv?
`setup.py` should never attempt to import packages that are not yet installed, including packages from the source it is distributing. In this case, importing `get_version()` from `geraldo.version` was causing `reportlab`...
Hi, got this: ``` Traceback (most recent call last): File "/opt/easycloud_django/easypanel/views.py", line 882, in adminServerReportCsv report_server.generate_by(CSVGenerator, filename=resp) File "/opt/easycloud_env/lib/python2.6/site-packages/geraldo/base.py", line 435, in generate_by return generator.execute() File "/opt/easycloud_env/lib/python2.6/site-packages/geraldo/generators/csvgen.py", line 66, in...
changed strftime('%H%m%s') to strftime('%H%M%S') to allow it to work on Windows.
in order to avoid no module name xxx in py3