Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lucasdavila/web2py-appreport

web2py plugin to generate PDF reports
https://github.com/lucasdavila/web2py-appreport

Last synced: about 2 months ago
JSON representation

web2py plugin to generate PDF reports

Awesome Lists containing this project

README

        

web2py-appreport is a plugin for web2py, it was designed to help the generation of PDF reports.

- screencast: http://vimeo.com/18601633
- wiki for documentations and examples: https://github.com/lucasdavila/web2py-appreport/wiki

[![endorse](http://api.coderwall.com/lucasdavila/endorsecount.png)](http://coderwall.com/lucasdavila)

## CHANGE LOG

0.0.2
- Updated appreport module, because was included a new engine (called Pisa) to build the PDF documents, for more information visit: http://www.xhtml2pdf.com/
- Changed de helper REPORT to set default Pisa as engine to build PDF documents.
- Included a example to create complex reports, rendering a web2py views in PDF document, using the appreport plugin.

0.1.0
- Updated appreport lib to version v0.1.0, and moved to this project modules and classes specific of web2py framework.
- Implemented news helpers REPORTPISA and REPORTPYFPDF.
- Added a new example to remote reports using xmlrpc.
- Changed structure of plugin in directory modules/plugin_appreport, and more updates.