Changes

From Gramps

Gramps 4.1 Wiki Manual - Command Line

92 bytes added, 05:28, 19 July 2015
report action option
gramps -O "Family Tree 1" -a report -p "name=family_group,style=default,off=html,of=test.html,css="
{{man tip| Report option string |The report option string should satisfy the following conditions: <br />It must not contain any spaces (due to the general nature of the command line interface). If some arguments need to include spaces, the string should be enclosed with quotation marks.<br />Option string must list pairs of option names and values.Within a pair, option name and value must be separated by the equal sign.<br />Different pairs must be separated by commas.}}
Most of the report options are specific for every report. However, there are some common options.
*<code>name=report_name</code>: This mandatory option determines which report will be generated.
{{man note|Report names|If the supplied report_name does not correspond to any available report, an error message will be printed followed by this list of available reports.<br />
<pre>
WebCal - Web Calendar
</pre>}}
*<code>of </code>: output filename*<code>off</code>: output format. These are the extension an output format makes available, eg, pdf, html, doc, ...*<code>style</code>: for text reports, the stylesheet to use. Defaults to 'default'.*<code>show=all</code>: This will produce the list of names for all options available for a given report.*<code>show=option_name</code>: This will print the description of the functionality supplied by the option_name, as well as what are the acceptable types and values for this option.
So, to learn to use a report, do for example:

Navigation menu