Changes between Version 16 and Version 17 of BluePrint/Reporting
- Timestamp:
- 08/31/09 02:46:53 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Reporting
v16 v17 3 3 We need to be able to generate Pretty & Informative Reports from the database 4 4 5 S2 version:6 * http://w iki.sahana.lk/doku.php?id=dev:reportinglib5 For quick visualisations in the browser, we have included jqPlot: 6 * http://www.jqplot.com/ 7 7 8 Geraldo is a powerful-looking library which we have made use of for the PDF representation of the REST Controller (via [http://reportlab.org ReportLab]). It also supports Graphics (via [http://www.pythonware.com/products/pil/ PIL]): 8 For more formal reports (which can also be retrieved via webservices), we can use Geraldo.[[BR]] 9 We have made use of this for the PDF representation of the REST Controller (via [http://reportlab.org ReportLab]). It also supports Graphics (via [http://www.pythonware.com/products/pil/ PIL]): 9 10 * http://geraldo.sourceforge.net/ 10 11 … … 27 28 }}} 28 29 29 Could be something to use Flash? 30 Could be something to use Flash? (although best-avoided, if possible, to minimise client support) 30 31 * PyAMF: http://pyamf.org 31 32 * Web2Py integration: http://mdp.cti.depaul.edu/AlterEgo/default/show/22 … … 35 36 * from Python: http://code.google.com/p/open-flash-chart-python/ 36 37 38 S2 version: 39 * http://wiki.sahana.lk/doku.php?id=dev:reportinglib 40 37 41 ---- 38 42 BluePrints