From dd7d5e7b0029e25520da378c8f86c6a9abb62adf Mon Sep 17 00:00:00 2001 From: Nicole C. Engard Date: Fri, 7 Oct 2011 15:30:37 -0400 Subject: [PATCH] Bug 6966 Update tools help files This updates the tools help files. --- .../prog/en/modules/help/tools/batchMod.tt | 10 ++- .../prog/en/modules/help/tools/cleanborrowers.tt | 28 +++--- .../prog/en/modules/help/tools/csv-profiles.tt | 45 ++++++++-- .../prog/en/modules/help/tools/export.tt | 42 ++++++--- .../prog/en/modules/help/tools/holidays.tt | 95 +++++++++----------- .../prog/en/modules/help/tools/import_borrowers.tt | 83 ++++++++++++------ .../prog/en/modules/help/tools/inventory.tt | 3 + .../prog/en/modules/help/tools/koha-news.tt | 33 +++++--- .../prog/en/modules/help/tools/letter.tt | 53 +++++++---- .../en/modules/help/tools/manage-marc-import.tt | 49 +++++++--- .../prog/en/modules/help/tools/overduerules.tt | 25 +++--- .../prog/en/modules/help/tools/picture-upload.tt | 68 +++++---------- .../prog/en/modules/help/tools/scheduler.tt | 44 +++++---- .../en/modules/help/tools/stage-marc-import.tt | 38 ++++++--- .../prog/en/modules/help/tools/tools-home.tt | 11 ++- .../prog/en/modules/help/tools/viewlog.tt | 27 +++---- 16 files changed, 380 insertions(+), 274 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/batchMod.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/batchMod.tt index 103769e..09563fe 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/batchMod.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/batchMod.tt @@ -3,15 +3,15 @@

Batch Modify Items

-

This tool will allow you to modify a batch of item records from Koha.

+

This tool will allow you to modify a batch of item records in Koha.

From the tool you can choose to upload a file of barcodes or item ids, or you can scan items one by one into the box below the upload tool. Once you have your file uploaded or the barcodes listed you can click 'Continue.'

-

You will be presented with a confirmation screen. From here you can uncheck the items you don't want to modify.

+

You will be presented with a summary of the items you want to modify. From here you can uncheck the items you don't want to modify before making changes in the form below. You can also hide columns you don't need to see to prevent having to scroll from left to right to see the entire item form.

-

Below the list of items there will be an item editor. Using this form you can choose which fields you want to edit on all of the records (like applying a note to all of them, or moving them from one library to another).

+

Using the edit form you can choose which fields to make edits to. By checking the checkbox to the right of each field you can clear the values in that field for the records you are modifying.

-

Once you have made your changes, you can click the 'Go' button and your items will be updated.

+

Once you have made you changes you will be presented with the resulting items.

Batch Delete Items

@@ -23,4 +23,6 @@

If the items can be deleted they will be and you will be presented with a confirmation of your deletion.

+

See the full documentation for Batch Item Modifications and Batch Item Deletions in the manual (online).

+ [% INCLUDE 'help-bottom.inc' %] \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/cleanborrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/cleanborrowers.tt index d2273bf..df1a6c7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/cleanborrowers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/cleanborrowers.tt @@ -2,20 +2,20 @@

Patrons (anonymize, bulk-delete)

-

This tool allows you to bulk anonymize circulation histories or bulk delete patron records. This means that the system keeps a link between old loans and their items but severs the link to the borrower.

+

This tool allows you to bulk anonymize circulation histories (this means that you keep records of how many times items were checked out - but not the patrons who checked the items out) or bulk delete patrons (remove them from the system completely).

- - -

Is there a way to run this tool automatically?

-

Not at this time.

-

Will running this report sever the connection between patrons and items that are checked out to them currently?

-

No, this report will only remove connections between patrons and items they have checked out in the past but have returned to the library.

+

Important: Patrons with outstanding fines or items checked out are not saved. They are not completely removed from the system (moved to the delete_borrowers table), but this tool does not provide as many checks as one may desire.

To either delete or anonymize patrons

+ + + +

See the full documentation for Anonymizing Patrons in the manual (online).

[% INCLUDE 'help-bottom.inc' %] \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/csv-profiles.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/csv-profiles.tt index 9542af2..86cb391 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/csv-profiles.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/csv-profiles.tt @@ -4,21 +4,50 @@

CSV Profiles are created to define how you would like your cart or list to export.

-

To add a CSV Profile enter the following info:

+

Add CSV Profiles

+ +

To add a CSV Profile

+ + + +

Modify CSV Profiles

-

Once you have created at least one CSV Profile an option to 'Modify CSV Profiles' will appear below the Add form -

+

Once you have created at least one CSV Profile an 'Edit profile' tab will appear next to the 'New profile' button.

+ +

Using CSV Profiles

+

Your CSV Profiles will appear on the export list or cart menu under the 'Download' button

+

See the full documentation for CSV Profiles in the manual (online).

[% INCLUDE 'help-bottom.inc' %] \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/export.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/export.tt index d3a53c0..df3425a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/export.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/export.tt @@ -4,20 +4,32 @@

Koha comes with a tool that will allow you to export your bibliographic and/or holdings data in bulk. This can be used to send your records to fellow libraries, organizations or services; or simply for backup purposes.

- + + +

See the full documentation for Exporting MARC Records in the manual (online).

[% INCLUDE 'help-bottom.inc' %] \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/holidays.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/holidays.tt index 505661c..5ff99ed 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/holidays.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/holidays.tt @@ -2,65 +2,58 @@

Holidays Calendar

-

Libraries can define library closings and holidays to be used when - calculating due dates. You can make use of the Calendar by turning on - the proper system preferences:

-

Adding Events

-

Before adding events, choose the library you would like to apply - the closings to. When adding events you will be asked if you would - like to apply the event to one branch or all branches. To add events, - simply

-

Editing Events

To edit events

-

Additional Help

When adding or editing events you can get additional help by - clicking on the blue plus sign next to various different options on - the form

- -

Questions

+

Libraries can define library closings and holidays to be used when calculating due dates. You can make use of the Calendar by turning on the proper system preferences:

-

Why do I want to add holidays for my branch?

+ + +

Adding Events

+ +

Before adding events, choose the library you would like to apply the closings to. When adding events you will be asked if you would like to apply the event to one branch or all branches. To add events, simply

-After holidays are entered on the calendar, circulation rules are then recalculated to taken in to account that library is closed and there will be no one present to return items. + - -

How do I enable the Holiday Calendar?

+

Editing Events

-You can make use of the Holidays Calendar by turning on the proper system preferences +

To edit events

+ + + +

Additional Help

-

Is it the last open date for the checkout branch? Is it today's date minus one? Can the dropbox checkin date be set? If the library is closed for four days for repairs, for example, there would be more than one day needed for the dropbox date.

+

When adding or editing events you can get additional help by clicking on the question mark next to various different options on the form

-

You will only have one dropbox date and that will be the last day that the library open (determined by the holiday calendar) because there is no real way to know what day the books were dropped into the box during the 4 closed days. The only way to change the effective checkin date in dropbox mode is to modify the calendar.

+

See the full documentation for the Calendar in the manual (online).

[% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/import_borrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/import_borrowers.tt index 23f7d0f..6f8a0bb 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/import_borrowers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/import_borrowers.tt @@ -2,30 +2,59 @@

Patron Import

- - [% INCLUDE 'help-bottom.inc' %] +

The patron import tool can be used at any time to add patrons in bulk. It is commonly used in universities and schools when a new batch of students registers.

+ +

Creating Patron File

+ +

Your Koha installation comes with a blank CSV file that you can use as a template for your patron records. If you would like to create the file yourself, make sure that your file has the following fields in this order as the header row:

+ +
borrowernumber, cardnumber, surname, firstname, title, othernames, initials, streetnumber, streettype, address, address2, city, zipcode, country, email, phone, mobile, fax, emailpro, phonepro, B_streetnumber, B_streettype, B_address, B_address2, B_city, B_zipcode, B_country, B_email, B_phone, dateofbirth, branchcode, categorycode, dateenrolled, dateexpiry, gonenoaddress, lost, debarred, contactname, contactfirstname, contacttitle, guarantorid, borrowernotes, relationship, ethnicity, ethnotes, sex, password, flags, userid, opacnote, contactnote, sort1, sort2, altcontactfirstname, altcontactsurname, altcontactaddress1, altcontactaddress2, altcontactaddress3, altcontactzipcode, altcontactcountry, altcontactphone, smsalertnumber, patron_attributes
+ +

Important: The 'password' value should be stored in plain text, and will be converted to a md5 hash (which is an encrypted version of the password).

+ + + +

Important: Date formats should match your system preference, and must be zero-padded, e.g. '01/02/2008'.

+ +

Important: The fields 'branchcode' and 'categorycode' are required and must match valid entries in your database.

+ +

Tip: If loading patron attributes, the 'patron_attributes' field should contain a comma-separated list of attribute types and values.

+ + + +

Importing Patrons

+ +

Once you have created your file, you can use the Patron Import Tool to bring the data into Koha.

+ + + +

See the full documentation for Patron Import in the manual (online).

+ +[% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/inventory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/inventory.tt index 55f4ad9..070de90 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/inventory.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/inventory.tt @@ -15,4 +15,7 @@

If you have a portable scanner (or a laptop and USB scanner) you can walk through the library with the scanner in hand and scan barcodes as you come across them. Once finished you can then upload the text file generated by the scanner to Koha

Choose the text file and the date you want to mark all times as seen and click 'Submit.'

+ +

See the full documentation for Inventory in the manual (online).

+ [% INCLUDE 'help-bottom.inc' %] \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/koha-news.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/koha-news.tt index 9c5a374..95916f3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/koha-news.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/koha-news.tt @@ -2,15 +2,26 @@

News

-

Koha's news module allows librarians to post news to the OPAC and the staff interface. +

Koha's news module allows librarians to post news to the OPAC, staff interface and circulation receipts.

-

To add news to either the OPAC or the Staff Client: -

\ No newline at end of file +

To add news to either the OPAC, the Staff Client or a Circulation receipt:

+ + + +

See the full documentation for News in the manual (online).

+ +[% INCLUDE 'help-bottom.inc' %] \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/letter.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/letter.tt index 85f731b..b44cdbd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/letter.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/letter.tt @@ -1,12 +1,15 @@ [% INCLUDE 'help-top.inc' %]

Notices

-All notices sent by Koha can be customized using the Notices Tool. The system comes with several predefined templates that will appear when you first visit the Notices Tool -Each notice can be edited, but only a few can be deleted, this is to prevent system errors should a message try to send without a template. +

All notices sent by Koha can be customized using the Notices Tool. The system comes with several predefined templates that will appear when you first visit the Notices Tool

+ +

Each notice can be edited, but only a few can be deleted, this is to prevent system errors should a message try to send without a template.

+

Adding Notices

- +

Notice Markup

-When creating your overdue notices there are two tags in addition to the various database fields that you can use in your notices. -

Important: These new tags only work on the overdue notices, not other circulation related notices at this time.

+ +

When creating your overdue notices there are two tags in addition to the various database fields that you can use in your notices.

+ +

Important: These new tags only work on the overdue notices, not other circulation related notices at this time.

-An example of using these two tags in a notice template might be like: -
The following item(s) is/are currently overdue:
 
+

An example of using these two tags in a notice template might be like: + +

+
The following item(s) is/are currently overdue:
    <item>"<<biblio.title>>" by <<biblio.author>>, <<items.itemcallnumber>>, Barcode: <<items.barcode>> Fine: <fine>GBP</fine></item>
-Which, assuming two items were overdue, would result in a notice like: +
+ +

Which, assuming two items were overdue, would result in a notice like:

+ +
The following item(s) is/are currently overdue:
+"A Short History of Western Civilization" by Harrison, John B, 909.09821 H2451, Barcode: 08030003 Fine: £3.50 
+"History of Western Civilization" by Hayes, Carlton Joseph Huntley, 909.09821 H3261 v.1, Barcode: 08030004 Fine: £3.50
+
- "A Short History of Western Civilization" by Harrison, John B, 909.09821 H2451, Barcode: 08030003 Fine: £3.50 - "History of Western Civilization" by Hayes, Carlton Joseph Huntley, 909.09821 H3261 v.1, Barcode: 08030004 Fine: £3.50

Existing Notices

-Among the default notices are notices for several common actions within Koha, here are some of what those notices do + +

Among the default notices are notices for several common actions within Koha, here are some of what those notices do

+
  • You have the option to select the 'Routing List' notice when creating a new subscription (Choose from the 'Patron notification' drop down).
  • -
  • Tip: Notice also that if you'd like to notify patrons of new serial issues, you can click on 'define a notice' which will take you to the 'Notices' tool
  • +
  • Tip: Notice also that if you'd like to notify patrons of new serial issues, you can click on 'define a notice' which will take you to the 'Notices' tool
  • + +

    See the full documentation for Notices in the manual (online).

    + [% INCLUDE 'help-bottom.inc' %] \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt index e2fa546..54bd3f7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt @@ -4,24 +4,43 @@

    Once you have staged your records for import you can complete the import using this tool.

    - + + +

    Records imported using this tool remain in the 'reservoir' until they are cleaned. These items will appear when searching the catalog from the Cataloging tool:

    To clean items out of the 'reservoir':

    - + + +

    See the full documentation for the the Managing Staged MARC Records in the manual (online).

    - [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/overduerules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/overduerules.tt index 7b7704b..65e5a85 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/overduerules.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/overduerules.tt @@ -1,22 +1,23 @@ [% INCLUDE 'help-top.inc' %] -

    Overdue 'Notice/Status Triggers'

    - -

    This tool lets you define triggers for overdue notices. You can send a borrower up to three reminder emails (depending on your library workflow)

    +

    Overdue Notice/Status Triggers

    In order to send the overdue notices that you defined using the Notices tool, you need to first set the triggers to have these messages.

    -

    In order to have overdue notices sent to your patrons, you need to set that patron category to require overdue notices.

    +

    Important: In order to have overdue notices sent to your patrons, you need to set that patron category to require overdue notices.

    The Overdue Notice/Status Triggers tool gives the librarian the power to send up to three notices to each patron type notifying them of overdue items

    - - -

    If the numbers you've entered in a give row beneath the 'delay' columns are logically inconsistent, Koha will give you an alert, and explain the inconsistency.

    +

    Sample Overdue Notice

    @@ -40,5 +41,7 @@

    Sincerely, Library Staff

    +

    See the full documentation for the the Overdue Notice/Status Triggers in the manual (online).

    + [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt index 10f1604..a1e70de 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt @@ -1,51 +1,25 @@ [% INCLUDE 'help-top.inc' %] -

    - Upload Patron Images

    This tool allows you to upload multiple patron images as a batch.

    - -

    IMPORTANT: Requires that the 'patronimages' system preference is set to 'ON' to use this feature.

    -

    Upload images in bulk

    - -

    Uploading Single Images -If you only have one patron image you might want to upload it via the patron information page instead of using this bulk tool.

    +

    Upload Patron Images

    + +

    Patron images can be uploaded in bulk if you are allowing patron images to be attached to patron records. These images can also be used when creating patron cards.

    + + + +

    Important: There is a limit of 520K on the size of the picture uploaded and it is recommended that the image be 200x300 pixels, but smaller images will work as well.

    + +

    See the full documentation for the the Patron Image Uploader in the manual (online).

    -

    Why can't I upload patron images?

    -

    First you will need - -a patronimages/directory. If you do not have this directory you will see an error.

    - -

    What size should my images be?

    -

    There is a limit of 520K on the size of the picture uploaded and it is recommended that the image be 200x300 pixels, but smaller images will work as well.

    -

    What image formats are supported?

    -

    Only PNG, GIF, JPEG, XPM formats are supported.

    - [% INCLUDE 'help-bottom.inc' %] \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/scheduler.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/scheduler.tt index af36018..55537b4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/scheduler.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/scheduler.tt @@ -1,22 +1,28 @@ [% INCLUDE 'help-top.inc' %] +

    Task Scheduler

    -

    The task scheduler is a way to schedule reports to run whenever - you want.

    To schedule a task, visit the Task Scheduler and fill in the - form

    -

    Below the task scheduler form, there is a list of scheduled - reports

    -

    You can also schedule reports directly from the list of saved - reports by clicking the 'Schedule' link

    -

    Troubleshooting

    Task scheduler will not work if the user the webserver runs as - doesn't have the permission to use it. To find out if the right user - has the permissions necessary, check /etc/at.allow to see what users - are in it. If you don't have that file, check etc/at.deny. If at.deny - exists but is blank, then every user can use it. Talk to your system - admin about adding the user to the right place to make the task - scheduler work.

    + +

    The task scheduler is a way to schedule reports to run whenever you want.

    + +

    To schedule a task, visit the Task Scheduler and fill in the form

    + + + +

    Below the task scheduler form, there is a list of scheduled reports

    + +

    You can also schedule reports directly from the list of saved reports by clicking the 'Schedule' link

    + +

    Troubleshooting

    + +

    Task scheduler will not work if the user the web server runs as doesn't have the permission to use it. To find out if the right user has the permissions necessary, check /etc/at.allow to see what users are in it. If you don't have that file, check etc/at.deny. If at.deny exists but is blank, then every user can use it. Talk to your system admin about adding the user to the right place to make the task scheduler work.

    + +

    See the full documentation for the the Task Scheduler in the manual (online).

    + [% INCLUDE 'help-bottom.inc' %] \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/stage-marc-import.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/stage-marc-import.tt index 34ca8a7..fbee311 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/stage-marc-import.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/stage-marc-import.tt @@ -4,17 +4,31 @@

    Importing records into Koha includes two steps. The first is to stage records for import.

    - + + +

    See the full documentation for the MARC Import in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/tools-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/tools-home.tt index c4b6f88..6823273 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/tools-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/tools-home.tt @@ -1,8 +1,9 @@ [% INCLUDE 'help-top.inc' %] +

    Tools

    -

    Many of the subsidiary modules can be found under Tools.

    - -

    To move forward, select the task you would like to complete.

    - -

    Specialized help will be available after that point.

    [% INCLUDE 'help-bottom.inc' %] \ No newline at end of file +

    Tools in Koha all perform some sort of action. Often many of the items listed under Tools in Koha are referred to as 'Reports' in other library management systems.

    + +

    See the full documentation for Tools in the manual (online).

    + +[% INCLUDE 'help-bottom.inc' %] \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/viewlog.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/viewlog.tt index 31048b1..6bf9cb1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/viewlog.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/viewlog.tt @@ -1,18 +1,13 @@ [% INCLUDE 'help-top.inc' %] -

    Log View

    - -

    Why aren't my cataloging actions being logged? -You may not have the 'Logs' system preference turned on

    - - [% INCLUDE 'help-bottom.inc' %] \ No newline at end of file +

    Log Viewer

    + +

    Actions within the Koha system are tracked in log files. Your system preferences can be changed to prevent the logging of different actions. These logs can be viewed using the Log Viewer Tool.

    + +

    Choosing different combinations of menu options will produce the log file for that query.

    + +

    You will note that real names do not appear on the log, only identifying numbers. You need to use the identifying numbers when searching the logs as well.

    + +

    See the full documentation for the Log Viewer in the manual (online).

    + +[% INCLUDE 'help-bottom.inc' %] \ No newline at end of file -- 1.7.2.3