Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucasdavila/web2py-appreport
web2py plugin to generate PDF reports
https://github.com/lucasdavila/web2py-appreport
Last synced: 13 days ago
JSON representation
web2py plugin to generate PDF reports
- Host: GitHub
- URL: https://github.com/lucasdavila/web2py-appreport
- Owner: lucasdavila
- License: other
- Created: 2011-01-08T05:20:23.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2020-10-16T06:10:15.000Z (about 4 years ago)
- Last Synced: 2024-08-01T22:57:36.191Z (3 months ago)
- Language: Python
- Homepage: http://vimeo.com/18601633
- Size: 7.16 MB
- Stars: 24
- Watchers: 9
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: COPYING
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.