Addon:Family Tree

From Gramps
(Redirected from Family Tree)
Jump to: navigation, search
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.

Family Tree - Graphical Reports - Addon - example of results

The Family Tree report generates a graphical tree of a family with its ancestors and/or descendants. Similar to the standard built-in Ancestor Tree and Descendant Tree reports but with the following differences:

  • Both ancestors and descendants are combined in a single report
    • On the ancestors side, father and mother are combined in a box
    • On the descendants side, spouses are included
  • Marriage and divorce information is included
  • The names are printed in a bigger font than the dates and places (birth date, death date, etc)
  • This report makes better use of the available space for printing ancestors and the whole report is centered on the page, the boxes are also aligned in a more centered than top-aligned way

Numerous other user selectable options allowing coloring, and how various family information is display.

Usage

You can choose the Family Tree report with Reports ->Graphical Reports -> Family Tree...

The Family Tree report starts with a center family and can print both ancestors (to the left) and descendants (to the right).

Paper Options

Gnome-important.png
Printing on more than one page doesn't work,

you usually want to use the default [x] scale to fit on a single page option.

See also common options

Tango-Dialog-information.png
If the report determines that the paper size is not large enough you will see the warning dialog

Paper too small: Some elements may not appear or be badly rendered.

and you should choose a larger paper size or reduce the number of generations to be shown.


Tree Options

Family Tree - Graphical Reports - Tree Options - tab default options
  • Center Family: you can choose the family to center the report around.
  • Ancestor Generations:
  • Descendant Generations:
  • Kekule number of husband:
    • [ ] Scale to fit on a single page
  • Colour:
    • [ ] Shuffle colors


The report can be colored, with various coloring options

Content Options

Family Tree - Graphical Reports - Content - tab default options
  • You have the option to print occupation and residence.
  • There are 3 predefined ways of formatting the birth/death/marriage/divorce data: year only, full date, or full date and place
  • [ ] Include Occupation
  • [ ] Include Notes
  • [ ] Include Residence
  • Print event data (dead person):
  • Print event data (living person):
  • [ ] Fall back to baptism if birth event missing
  • [ ] Fall back to burial or cremation if death event missing
  • [ ] Protect private items
  • [ ] Print fields for missing information
  • [ ] Include event description


Tree Options

Family Tree - Graphical Reports - Text Options - tab default options
  • Title text: - if left blank the report will print "Family Tree for [Person one] and [Person two]".
  • Footer text: - if left blank the report will print nothing


Callname handling

This report has an some experimental options to

  • use the call name instead of the first name,
  • or to underline the call name (only works with PDF output)

To activate callname handling, you need to apply the patch in 8003 uncomment in the FamilyTree.py the line

# menu.add_option(category_name, "callname", callname)

  • The report uses <u>...</u> to underline the call name if the call name is a part of the first name. This only works with CairoDoc based output (direct printing, PDF export) and HTML output.

Issues

  • Help button wrong page
  • 7018 : Family Tree report no longer underlines call name in PDF output

See also