Difference between revisions of "Addon:RepositoriesReport"

From Gramps
Jump to: navigation, search
m (Alternate)
m
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Plugins]]
+
[[Image:RepositoriesReport.png|thumb|right|415px]]
[[Category:Developers/General]]
+
 
 +
* RepositoriesReport.py (3.1.x) was inspired by [[Gramps_3.3_Wiki_Manual_-_Reports_-_part_6#Place_Report|Place Report]].
 +
 
 +
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).
  
* [[Media:RepositoriesReport.gz|RepositoriesReport.py]] was inspired by [[Gramps_3.1_Wiki_Manual_-_Reports#Place_Report|Place Report]].
 
It will list repositories and their related sources informations, such the call name 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_Views|quick report]] on 3.1, which does the same thing on active repository. Thanks to ''Alex Roitman'', who generated the "technical part" of the code ...
 
There is a [[Quick_Views|quick report]] on 3.1, which does the same thing on active repository. Thanks to ''Alex Roitman'', who generated the "technical part" of the code ...
 +
 +
{{-}}
 +
 +
== Alternate ==
 +
 +
[[Image:RepositoriesReportAlt.png|thumb|right|400px]]
 +
 +
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.
 +
 +
{{-}}
 +
 +
== Download ==
 +
 +
Both are available [http://gramps-addons.svn.sourceforge.net/viewvc/gramps-addons/branches/gramps33/download/RepositoriesReport.addon.tgz into one package] on [[Addons_development|Addon environment]] and via [[3.3_Addons|Addons list]].
 +
 +
 +
== 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 :==
 
== Generated with :==
 +
 
Coding way is not very quick or standard but is easy to understand and plugin does the job.  
 
Coding way is not very quick or standard but is easy to understand and plugin does the job.  
 
* It has been generated under [http://www.geany.org/ Geany]  
 
* It has been generated under [http://www.geany.org/ Geany]  
Line 12: Line 34:
 
Feel free to improve it for your own need !
 
Feel free to improve it for your own need !
  
== Limitations ==
+
[[Category:Plugins]]
* As this is a textual report, there is no changes on database.
+
[[Category:Developers/General]]
It just retrieves informations from database. Do not need to make a backup before using this report.
+
[[Category:Reports]]
* 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.
 
 
 
 
 
== Alternate ==
 
 
 
There is an experimental [http://romjerome.ifrance.com/RepositoriesReportAlt.gz RepositoriesReport for branch] or [[Media:RepositoriesReportAlt.gz|trunk]], which provides user-options for additional source informations (''author, publication information, abbreviation, data''), preformatted notes for source or repository, primary media on source and allows to hide private records (''repository, source, note, media'').
 

Revision as of 13:11, 29 May 2012

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 report 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.


Download

Both are available into one package on Addon environment and via Addons list.


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 !