Difference between revisions of "Sample reports"
From Gramps
(import old content) |
m |
||
| (41 intermediate revisions by 11 users not shown) | |||
| Line 1: | Line 1: | ||
| − | {{ | + | {{languages|Sample reports}} |
| + | {{stub}} | ||
| + | Gramps can produce many different types of reports and charts in a variety of output formats. | ||
| + | |||
| + | 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== | ||
| − | |||
| − | * | + | * 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== | ==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''': | ||
| + | *[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:Gramps Examples]] | ||
| + | [[Category:Plugins]] | ||
| + | [[Category:Genealogy]] | ||
| + | [[Category:Developers/General]] | ||
| + | [[Category:Reports]] | ||
Latest revision as of 06:09, 1 November 2025
|
This article's content is incomplete or a placeholder stub. |
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.
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:
- Sample Report for new developers (downloadable template Report addon files to adapt)
- Custom detailed descendant report
- Sample reports
- Adapt a builtin Report
- Report-writing tutorial
- Writing a plugin
- Plugin Registration in the Sphinx developer docs
/gramps/gen/plug/_pluginreg.pyPlugin Registration module:- starting Line 57 list of plugin metadata: Status, Audience, Type, Categories for each type, modes.
- starting Line 234 list of plugin attributes
Wiki:
- Gramps Reports - Index and options for each report and chart.