Changes

Jump to: navigation, search

Filtered Descendant Report

286 bytes added, 03:09, 7 October 2019
no edit summary
''This is a [[{{Third-party Pluginsplugin}}{{man tip|This addon|Third-party plugin]]. Currently, this is more of a proof-of-concept than a fully featured pluginaddon. This plugin addon is still useful given the limitations specified below.''<hrbr>Source code for Gramps 3.4 available here: https://sourceforge.net/p/gramps-addons/code/HEAD/tree/branches/gramps34/contrib/FilteredReports/}}
[[Image:FilteredDescendantReport.png|thumb|right|400px|Sample Filtered Descendant Report Dialog]]
The ''{{man label|Filtered Descendant Report'' }} is directly based on the ''{{man label|[[Gramps_{{Version manual}}_Wiki_Manual_-_Reports_-_part_6#Detailed_Descendant_Report|Detailed Descendant Report'']]}}. As such, it includes all the options (which make sense) in addition to some new ones. Because multiple family branches can be included, the Henry and d'Aboville numbering systems options were removed (considering that people common to more than one branch will get the number assigned to them when they are first found).
The main difference is that a filter can be used to determine who to include in the report (so that you can have several family branches) instead of basing all the descendants from a single person. The key is to find at least one common person to all the rules in the filter. If at least one common person is found, the generations can be aligned so that it doesn't matter if the head of each branch is in the same generation.
In order to support this report, enhanced versions of some of the Gramps code is included so as to not require modifications of the Gramps core itself. The enhanced changes are finding their way into the core, so it's only a matter of time until this plugin will no longer need to ship those changes. A list of enhancements can be found after the list of differences.
{{man warn|'''CAVEAT''': |the filter is meant to be an OR filter (At least one rule must apply), meaning that we are expecting the report to consist of one or more family branches, where each rule dictates the start of a branch. This plugin has NOT been stress tested over different varieties of rules. It does work with one or more rules and will treat the filter as if 'At least one rule must apply' is set (even if not). The plugin will complain if no common people are found across all rules.}}
{{man warn|'''CAVEAT''': |the only supported output file format currently is ''OpenDocument Text Enhanced''. Running the plugin with any other output format will cause an error (because the other format backends haven't been updated to support the needed enhancements).}}
{{man warn|'''CAVEAT''': |this is a second version, and as such has much missing that people might want. One obvious one is support for ALL backend report formats, not just ODF. Also, not currently possible to get the photo date to put into the caption. Also, no translation for messages (everything is currently English-only). This version is being released for Gramps v3.3 and to see if there is any interest outside myself :-{&#x007b;}, and possibly to get my enhancement changes into the core if they seem useful.}}
== Differences ==
Differences from ''{{man label|Detailed Descendant Report'' }} are as follows: 
1) Instead of a 'Center Person' to start descendants from, there is now a 'Filter'.
6) Caption Format
This option (on the new Caption tab) specifies what should be in photo captions. For full details on what can be specified, see the [[Gramps_3.3_Wiki_Manual_Gramps_{{Version manual}}_Wiki_Manual_-_Reports_-_part_2|Substitution Values]] wiki page.
7) Image cropping
=== ImgManip ===
Turned image manipulation functions into a real class so that an image file only needs to be opened once (instead of everytime every time an ImgManip function is called). Also added a method to return the image DPI (if available). This supports showing cropped images in the report file.
=== ODFDoc ===

Navigation menu