Open main menu

Gramps β

Difference between revisions of "Sample reports"

m
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Out of date|Work in progress}}
 
 
{{languages|Sample reports}}
 
{{languages|Sample reports}}
 
+
{{stub}}
 
Gramps can produce many different types of reports and charts in a variety of output formats.
 
Gramps can produce many different types of reports and charts in a variety of output formats.
  
The following samples have been created in Gramps 4.2.0 using the example.gramps family tree included with Gramps and the default settings where ever possible.
+
The following samples have been created in Gramps {{man version}} using the [[example.gramps]] family tree included with Gramps and the default settings where ever possible.
  
 
==Graphical Reports==
 
==Graphical Reports==
Line 45: Line 44:
  
 
==See also==
 
==See also==
* [[Gramps 4.2 Wiki Manual - Reports]] - Index and options for each report and chart.
+
'''Discourse discussions''':
 +
*[https://gramps.discourse.group/t/sample-report-for-new-developers/3046 Sample Report for new developers] (downloadable template Report addon files to adapt)
 +
* [https://gramps.discourse.group/t/custom-detailed-descendant-report/6901 Custom detailed descendant report]
 +
 
 +
[[:Category:Developers/Tutorials|'''Developer Tutorials''']]:
 +
* [[Sample_reports|Sample reports]]
 +
* [[Adapt_a_builtin_Report|Adapt a builtin Report]]
 +
* [[Report-writing_tutorial|Report-writing tutorial]]
 +
* [[Writing_a_plugin|Writing a plugin]]
 +
* [https://gramps-project.org/docs/gen/gen_plug.html#module-gramps.gen.plug._pluginreg Plugin Registration] in the Sphinx developer docs
 +
* <code>/gramps/gen/plug/_pluginreg.py</code> Plugin Registration module:
 +
** [https://github.com/gramps-project/gramps/blob/0f8d4ecd429431b4df64910962f8764af9ff1766/gramps/gen/plug/_pluginreg.py#L57 starting Line 57] list of plugin metadata: Status, Audience, Type, Categories for each type, modes.
 +
** [https://github.com/gramps-project/gramps/blob/0f8d4ecd429431b4df64910962f8764af9ff1766/gramps/gen/plug/_pluginreg.py#L234 starting Line 234] list of plugin attributes
 +
 
 +
'''Wiki''':
 +
* [[Gramps_{{man version}}_Wiki_Manual_-_Reports|Gramps Reports]] - Index and options for each report and chart.
  
 
[[Category:Documentation]]
 
[[Category:Documentation]]

Latest revision as of 06:09, 1 November 2025

Gramps-notes.png

This article's content is incomplete or a placeholder stub.
Please update or expand this section.


Gramps can produce many different types of reports and charts in a variety of output formats.

The following samples have been created in Gramps 6.0 using the example.gramps family tree included with Gramps and the default settings where ever possible.

Contents

Graphical Reports

  • Ancestor Tree - ancestors of a person in a graphical chart.
  • Calendar
  • Descendant Tree - descendants of a particular person.
  • Family Descendant Tree
  • Fan Chart - ancestors of a particular person in a semi-circular chart.
  • Statistics Chart - statistics of all people in the selected family tree.
  • Timeline Chart - plots the lifespan of the selected people in a graph.

Graphs

These GraphViz diagrams are produced from a DOT file created by Gramps.

  • Family Lines Graph
  • Hourglass Graph
  • Relationship Graph

Text Reports

  • Ahnentafel Report - generational report starting at a selected individual.
  • Birthday and Anniversary Report
  • Complete Individual Report - summary of the information about a particular person.
  • Descendent Report
  • Detailed Ancestral Report
  • Detailed Descendant Report
  • End of Line Report
  • Family Group Report - tabular format report for a particular family.
  • Kinship Report
  • Tag Report
  • Number of Ancestors
  • Place Report
  • Records Report
  • Summary of the Database

Web Pages

  • Narrated Web Site
  • Web Calendar

See also

Discourse discussions:

Developer Tutorials:

Wiki: