Difference between revisions of "Addon:RepositoriesReport"

From Gramps
Jump to: navigation, search
(Download)
Line 18: Line 18:
  
 
{{-}}
 
{{-}}
 
== Download ==
 
 
Both are available [http://sourceforge.net/p/gramps-addons/code/HEAD/tree/trunk/download/RepositoriesReport.addon.tgz into one package] on [[Addons_development|Addon environment]] and via [[Plugins4.1|Addons list]].
 
  
 
== Limitations ==
 
== Limitations ==

Revision as of 03:32, 11 January 2015

Gramps-notes.png

Please use carefully on data that is backed up, and help make it better by reporting any comments or problems to the author, or issues to the bug tracker
Unless otherwise stated on this page, you can download this addon by following these instructions.
Please note that some Addons have prerequisites that need to be installed before they can be used.
This Addon/Plugin system is controlled by the Plugin Manager.


RepositoriesReport.png

It will list repositories and their related sources informations, such the call number or the type. Repository stores sources. I use this report for displaying some sources informations before going to a repository (like an archive).

There is a quick view on 3.1, which does the same thing on active repository. Thanks to Alex Roitman, who generated the "technical part" of the code ...


Alternate

RepositoriesReportAlt.png

There is an additional experimental RepositoriesReport, which tries to provide user-options for additional source informations (author, publication information, abbreviation, data), preformatted notes for source or repository, primary media on source, also allows to hide private records (repository, source, note, media) and supports multi-language.


Limitations

  • As this is a textual report, there is no changes on database. It just retrieves informations from database. No 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 email address at the end of the plugin.

Generated with :

Coding way is not very quick or standard but is easy to understand and plugin does the job.

  • It has been generated under Geany
  • and checked with pylint.

Feel free to improve it for your own need !