Difference between revisions of "Addon:Lines of Descendency Report"

From Gramps
Jump to: navigation, search
(Usage)
(25 intermediate revisions by 6 users not shown)
Line 1: Line 1:
The Lines of Descendency Report ([[:Image:Lines-of-descendency.tar.gz|downloadable here]]) is a small report which will print out all lines of descendency between a given ancestor and a given descendent one after the other in the format shown below (using the GRAMPS example data). People on the left build the continuous line and those on the right are their correspondent spouses. You need to select the ancestor and descendent at the start of the report.
+
{{Third-party plugin}}
 +
{{man note|All sample reports|that are shown are created using Gramps ''[[Data.gramps]]'' file}}
 +
[[File:LinesOfDescendencyReport-People-tab-options-default-51.png|thumb|450px|People tab options]]
 +
[[File:Lines-of-descendency.jpeg|right|thumb|450px|Lines of Descendency Report - example]]
  
 +
The {{man label|Lines of Descendency}} report prints out all lines of descendency between a given ancestor and a given descendent one after the other in the format shown below (using the Gramps example data). People on the left build the continuous ancestral line and those on the right are their corresponding spouses.
 +
 +
==Usage==
 +
You can access the report from the following menu  {{man menu|Report > Text Reports > Lines of Descendency Report...}}
 +
 +
From the reports {{man label|People}} tab select the {{man label|Ancestor}} and {{man label|Descendent}} using the {{man button|Select a different person}} buttons.
 +
 +
==Example output==
 +
 +
 +
<pre>
 
                     '''Lines of Descendency from Smith, Ingeman to Smith, Craig Peter'''
 
                     '''Lines of Descendency from Smith, Ingeman to Smith, Craig Peter'''
  
Line 16: Line 30:
  
 
  (...)
 
  (...)
 +
</pre>
  
Notice that even though the example data of GRAMPS does not offer a possibility to display this, the report makes no distinction between the male and female line. So a hypothetical output such as the one below is also proper [http://cecilia.ls.fi.upm.es]:
+
Notice that even though the example data of Gramps does not offer a possibility to display this, the report makes no distinction between the male and female line. So a hypothetical output such as the one below is also proper:
  
 +
<pre>
 
                     '''Lines of Descendency from Smith, Ingeman to Nielsen, Augusta'''
 
                     '''Lines of Descendency from Smith, Ingeman to Nielsen, Augusta'''
  
Line 34: Line 50:
  
 
  (...)
 
  (...)
 +
</pre>
 +
 +
 +
== Development ideas ==
 +
* Add option for including events, birth, death and marriage.
 +
* Add option to include sources.
 +
 +
* Outdated original code [[File:Lines-of-descendency.tar.gz]] from 2009-10-23
  
 +
== Issues ==
 +
* Help button goes to https://gramps-project.org/wiki/index.php?title=Gramps_5.1_Wiki_Manual_-_Reports#Lines_of_Descendency_Report
  
 
[[Category:Plugins]]
 
[[Category:Plugins]]
 
[[Category:Developers/General]]
 
[[Category:Developers/General]]
 +
[[Category:Reports]]

Revision as of 04:53, 31 January 2022

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.

Gramps-notes.png
All sample reports

that are shown are created using Gramps Data.gramps file

People tab options
Lines of Descendency Report - example

The Lines of Descendency report prints out all lines of descendency between a given ancestor and a given descendent one after the other in the format shown below (using the Gramps example data). People on the left build the continuous ancestral line and those on the right are their corresponding spouses.

Usage

You can access the report from the following menu Report > Text Reports > Lines of Descendency Report...

From the reports People tab select the Ancestor and Descendent using the Select a different person buttons.

Example output

                    '''Lines of Descendency from Smith, Ingeman to Smith, Craig Peter'''

 '''1. line:'''

 1. Smith, Ingeman m. Ericsdotter, Marta
 2. Smith, Martin m. Jefferson, Elna
 3. Smith, Martin m. Hansdotter, Kerstina
 4. Smith, Gustaf Sr. m. Hansdotter, Anna
 5. Smith, Hans Peter m. Jones, Lillie Harriet
 6. Smith, Lloyd m. Green, Janis Elaine
 7. Smith, Craig Peter

 '''2. line:'''

 (...)

Notice that even though the example data of Gramps does not offer a possibility to display this, the report makes no distinction between the male and female line. So a hypothetical output such as the one below is also proper:

                    '''Lines of Descendency from Smith, Ingeman to Nielsen, Augusta'''

 '''1. line:'''

 1. Smith, Ingeman m. Ericsdotter, Marta
 2. Smith, Martin m. Jefferson, Elna
 3. Smith, Martin m. Hansdotter, Kerstina
 4. Smith, Margareth m. Green, Hans Gustaf
 5. Green, Peter Lloyd m. Jones, Elisabeth
 6. Green, Anna Maria m. Nielsen, Edwin
 7. Nielsen, Augusta

 '''2. line:'''

 (...)


Development ideas

  • Add option for including events, birth, death and marriage.
  • Add option to include sources.

Issues