web2py-appreport
web2py-appreport copied to clipboard
web2py plugin to generate PDF reports
hi when trying out this app, I got this error: `1.2.3.4.5.6.7.8.9. | Traceback (most recent call last): File "/home/maurice/web2py/gluon/restricted.py", line 219, in restricted exec(ccode, environment) File "/home/maurice/web2py/applications/appreport/models/plugin_appreport.py", line 25, in...
The REPORTPYFPDF does not work and following example on wiki page: ``` #app_root/controllers/your_controller.py def static_report_pyfpdf(): static_html = 'My first reportHello world :P using web2py-appreport with pyfpdf engine' return plugin_appreport.REPORTPYFPDF(html=static_html, title...