Difference between revisions of "Addon:LocationsReport"
(New page: * Locations.py was my "clean-up" report ! I use GRAMPS since many years but after some GEDCOM imports generated by other programs, there was no scheme for storing m...) |
|||
| Line 1: | Line 1: | ||
| + | [[Category:Plugins]] | ||
| + | [[Category:Developers/General]] | ||
| + | |||
* [[Media:Locations.gz|Locations.py]] was my "clean-up" report ! | * [[Media:Locations.gz|Locations.py]] was my "clean-up" report ! | ||
I use GRAMPS since many years but after some GEDCOM imports generated by other programs, there was no scheme for storing my data. | I use GRAMPS since many years but after some GEDCOM imports generated by other programs, there was no scheme for storing my data. | ||
Revision as of 11:15, 1 March 2009
- Locations.py was my "clean-up" report !
I use GRAMPS since many years but after some GEDCOM imports generated by other programs, there was no scheme for storing my data. I had locations on person's address tab, on family, some events were missing, etc ... I got one list by using multiple filter rules and I planned to generate a textual report using the power of filter and report framework, which will be able to generate a resume into one file.
Generated with :
Coding way is not very quick or standard but is easy to understand and plugin does the job.
I used it for cleaning my database. Feel free to improve it for your own need !
Limitations
- As this is a textual report, there is no changes on database.
It just retrieves informations from database. Do not need to make a backup before using this report.
- As code is not very complex, it should not introduce mistakes on output.
If there is an error, then there is a valid mail at the end of the plugin.