From c505daad7d592669ae8e8ff09e64db020221b4bc Mon Sep 17 00:00:00 2001 From: Nicole Engard Date: Wed, 16 Dec 2009 18:03:49 -0500 Subject: [PATCH] updated more help files --- .../modules/help/reports/guided_reports.tmpl | 19 ++++--- .../prog/en/modules/help/reports/manager.tmpl | 14 +---- .../prog/en/modules/help/tools/batchmod.tmpl | 15 ++++++ .../prog/en/modules/help/tools/holidays.tmpl | 52 +++++++++++++------ .../prog/en/modules/help/tools/scheduler.tmpl | 22 ++++++++ 5 files changed, 84 insertions(+), 38 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/batchmod.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/scheduler.tmpl diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/guided_reports.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/guided_reports.tmpl index 55dc4982a2..63bf22e868 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/guided_reports.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/guided_reports.tmpl @@ -2,32 +2,31 @@

Add a Custom Report

-

If the report you need is not already available, the 'Guided Reports' Wizard will walk anyone through creating a custom report.

+

If the report you need is not already available, the 'Guided Reports' Wizard will walk you through creating a custom report.

-

There are three elements of a standard 'guided' report: columns, rows and filters. For issues and acquisitions, desired data is placed in each cell (count or amount, or loan length).

-

Now, you can build a report in 6 easy steps!

+

Answer the 6 questions presented in order to create your report.

Step 1: Choose a Module to Report on

Step 2: Pick a Report Type

-
  • IMPORTANT: Only Tabular should be chosen with this option

    +

    Step 3: Select Columns for Display

    Step 4: Select Criteria to Limit

    -

    This is optional, if you don't want to limit results by any one field, just leave this section blank.

    -

    Step 5: Pick which columns to total

    -

    This is optional, if you don't want to do any math on the results, just leave this section blank.

    + +

    Step 5: Pick which columns to perform mathmatical functions on

    +

    Step 6: Choose how you want the report ordered

    -

    This is optional, if you want the results to come out as they are in the table, just leave this section blank.

    +

    Edit Reports

    @@ -35,7 +34,7 @@ -To edit a report click 'Edit SQL' beside the report
  • + diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/manager.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/manager.tmpl index 6e44c2fbd5..80a16cfd8f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/manager.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/manager.tmpl @@ -1,18 +1,6 @@ -

    Checkouts by patron category

    - -

    This report will show you how many items were checked out, by borrower (or 'patron') category

    - - - -

    Catalog by Item Type

    +

    Catalog by Item Type

    This one-step report will show you how many items of each item type are currently in your branch library or libraries.

    diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/batchmod.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/batchmod.tmpl new file mode 100644 index 0000000000..c714d3a585 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/batchmod.tmpl @@ -0,0 +1,15 @@ + + + +

    Batch Delete Items

    + +

    Using this tool you will be able to delete a batch of items using a file of barcodes, or by scanning barcodes one by one. + +

    + + \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/holidays.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/holidays.tmpl index 3f13158e4e..fc472bf9ad 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/holidays.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/holidays.tmpl @@ -2,21 +2,43 @@

    Holidays Calendar

    -The calendar is used to define days when the library is closed for circulation rules. - - - - +

    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

    Why do I want to add holidays for my branch?

    diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/scheduler.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/scheduler.tmpl new file mode 100644 index 0000000000..35cb9d113b --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/scheduler.tmpl @@ -0,0 +1,22 @@ + +

    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.

    + \ No newline at end of file -- 2.39.5