1. Gramps Screen Report
Here is an idea for using the Report Doc tools for creating screen documents.
Instead of going to PDF, Open Office, etc. you could go directly to a Gtk window, like so:
Why would you want to do this?
-
Often times, one runs a report to see the data on the screen.
-
We could also have callbacks in the report interface so that if the report allowed it, you could click on an area to take you to a person, family, etc. This would allow the Report Doc format to also be a view generator.
-
You could also use this interface as a designer to build reports, as suggested by the rulers in the above image.
Here is a basic idea of the implementation:
http://bubo.brynmawr.edu/~dblank/python/ScreenDoc.py
Comments welcome.
