Skip to content

Commit 57c2951

Browse files
authored
new version of Report
omitted German texts, user defined citation date instead of "anno", new gpr.py file
1 parent a854617 commit 57c2951

File tree

2 files changed

+610
-588
lines changed

2 files changed

+610
-588
lines changed
Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
#------------------------------------------------------------------------
2-
#
3-
# SourcesCitations Report
4-
#
5-
#------------------------------------------------------------------------
6-
7-
register(REPORT,
8-
id = 'SourcesCitationsReport',
9-
name = _("Sources and Citations Report"),
10-
description = _("Provides a source and Citations with notes"),
11-
version = '1.0.3',
12-
gramps_target_version = "5.1",
13-
status = STABLE,
14-
fname = 'SourcesCitationsReport.py',
15-
authors = ["Uli22"],
16-
authors_email = ["[email protected]"],
17-
category = CATEGORY_TEXT,
18-
reportclass = 'SourcesCitationsReport',
19-
optionclass = 'SourcesCitationsOptions',
20-
report_modes = [REPORT_MODE_GUI, REPORT_MODE_BKI, REPORT_MODE_CLI],
21-
require_active = False
22-
)
1+
#------------------------------------------------------------------------
2+
#
3+
# SourcesCitations Report
4+
#
5+
#------------------------------------------------------------------------
6+
7+
plg = newplugin()
8+
plg.id = 'SourcesCitationsReport'
9+
plg.name = _("Sources and Citations Report")
10+
plg.description = _("Provides a source and Citations Report with notes")
11+
plg.version = '3.6.0'
12+
plg.gramps_target_version = '5.0'
13+
plg.status = STABLE
14+
plg.fname = 'SourcesCitationsReport.py'
15+
plg.ptype = REPORT
16+
plg.authors = ["Uli22"]
17+
plg.authors_email = ["[email protected]"]
18+
plg.category = CATEGORY_TEXT
19+
plg.reportclass = 'SourcesCitationsReport'
20+
plg.optionclass = 'SourcesCitationsOptions'
21+
plg.report_modes = [REPORT_MODE_GUI, REPORT_MODE_BKI, REPORT_MODE_CLI]
22+
plg.require_active = False

0 commit comments

Comments
 (0)