Report updates

svn: r1288
This commit is contained in:
Don Allingham
2003-02-08 17:28:41 +00:00
parent 49a61de99a
commit 49aaabcbdc
14 changed files with 295 additions and 64 deletions

View File

@@ -425,6 +425,8 @@ register_report(
category=_("Graphical Reports"),
status=(_("Beta")),
description=_("Produces a graphical ancestral tree graph"),
xpm=get_xpm_image()
xpm=get_xpm_image(),
author_name="Donald N. Allingham",
author_email="dallingham@users.sourceforge.net"
)

View File

@@ -385,6 +385,8 @@ register_report(
category=_("Text Reports"),
status=(_("Beta")),
description= _("Produces a textual ancestral report"),
xpm=get_xpm_image()
xpm=get_xpm_image(),
author_name="Donald N. Allingham",
author_email="dallingham@users.sourceforge.net"
)

View File

@@ -459,6 +459,8 @@ register_report(
category=_("Graphical Reports"),
description=_("Generates a list of descendants of the active person"),
status=(_("Alpha")),
xpm=get_xpm_image()
xpm=get_xpm_image(),
author_name="Donald N. Allingham",
author_email="dallingham@users.sourceforge.net"
)

View File

@@ -281,6 +281,8 @@ register_report(
category=_("Text Reports"),
status=(_("Beta")),
description=_("Generates a list of descendants of the active person"),
xpm=get_xpm_image()
xpm=get_xpm_image(),
author_name="Donald N. Allingham",
author_email="dallingham@users.sourceforge.net"
)

View File

@@ -826,7 +826,9 @@ register_report(
status=(_("Beta")),
category=_("Text Reports"),
description= _("Produces a detailed ancestral report"),
xpm= get_xpm_image()
xpm= get_xpm_image(),
author_name="Bruce DeGrasse",
author_email="bdegrasse1@attbi.com"
)

View File

@@ -899,7 +899,9 @@ register_report(
status=(_("Beta")),
category=_("Text Reports"),
description= _("Produces a detailed descendant report"),
xpm= get_xpm_image()
xpm= get_xpm_image(),
author_name="Bruce DeGrasse",
author_email="bdegrasse1@attbi.com"
)

View File

@@ -446,6 +446,8 @@ register_report(
_("Relationship Graph"),
status=(_("Beta")),
category=_("Graphical Reports"),
description=get_description()
description=get_description(),
author_name="Donald N. Allingham",
author_email="dallingham@users.sourceforge.net"
)

View File

@@ -496,7 +496,10 @@ register_report(
status=(_("Beta")),
category=_("Text Reports"),
description=_("Produces a detailed report on the selected person."),
xpm=get_xpm_image()
xpm=get_xpm_image(),
author_name="Donald N. Allingham",
author_email="dallingham@users.sourceforge.net"
)