Bug 20706: Fixes the links to the manual to reflect chanced chapter file names
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / reports / dictionary.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Reports dictionary</h1>
4
5 <p>The report dictionary is a way to pre-define common filters you'd like to apply to your reports. This is a good way to add in filters that the report wizard doesn't include by default. To add a new definition, or filter, click 'New Definition' on the Reports Dictionary page and follow the 4 step process.</p>
6
7 <p>Step 1: Name the definition and provide a description if necessary</p>
8
9 <p>Step 2: Choose the module that the will be queried.</p>
10
11 <p>Step 3: Choose columns to query from the tables presented.</p>
12
13 <p>Step 4: Choose the value(s) from the field(s). These will be automatically populated with options available in your database.</p>
14
15 <p>Confirm your selections to save the definition.</p>
16
17 <p>Your definitions will all appear on the Reports Dictionary page</p>
18
19 <p>Then when generating reports on the module you created the value for you will see an option to limit by the definition at the bottom of the usual filters.</p>
20
21 <p><strong>See the full documentation for the Reports Dictionary in the <a href="http://koha-community.org/manual/[% helpVersion %]/html/reports.html#report-dictionary">manual</a> (online).</strong></p>
22
23 [% INCLUDE 'help-bottom.inc' %]