From 6cbc249c605803257dcdf2f8934d89a86928cd9d Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Fri, 19 Oct 2012 09:24:16 -0400 Subject: [PATCH] Bug 8945: Administration Help Files This patch adds the help file for the transport cost matrix and updates all others. Still needed is a help file for 'did you mean'. Signed-off-by: Jared Camins-Esakov --- .../prog/en/modules/help/admin/admin-home.tt | 4 +- .../prog/en/modules/help/admin/aqbudgetperiods.tt | 32 +++++--- .../prog/en/modules/help/admin/aqbudgets.tt | 4 +- .../prog/en/modules/help/admin/aqplan.tt | 12 +-- .../modules/help/admin/auth_subfields_structure.tt | 3 +- .../en/modules/help/admin/auth_tag_structure.tt | 2 +- .../en/modules/help/admin/authorised_values.tt | 15 +++- .../prog/en/modules/help/admin/authtypes.tt | 2 +- .../prog/en/modules/help/admin/biblio_framework.tt | 2 +- .../modules/help/admin/branch_transfer_limits.tt | 2 +- .../prog/en/modules/help/admin/branches.tt | 2 +- .../prog/en/modules/help/admin/categorie.tt | 16 +++- .../prog/en/modules/help/admin/checkmarc.tt | 2 +- .../prog/en/modules/help/admin/cities.tt | 2 +- .../prog/en/modules/help/admin/classsources.tt | 8 +- .../prog/en/modules/help/admin/currency.tt | 2 +- .../prog/en/modules/help/admin/fieldmapping.tt | 2 +- .../modules/help/admin/item_circulation_alerts.tt | 2 +- .../prog/en/modules/help/admin/itemtypes.tt | 2 +- .../prog/en/modules/help/admin/koha2marclinks.tt | 2 +- .../modules/help/admin/marc_subfields_structure.tt | 2 +- .../prog/en/modules/help/admin/marctagstructure.tt | 2 +- .../prog/en/modules/help/admin/matching-rules.tt | 2 +- .../prog/en/modules/help/admin/oai_set_mappings.tt | 2 +- .../prog/en/modules/help/admin/oai_sets.tt | 2 +- .../en/modules/help/admin/patron-attr-types.tt | 22 +++--- .../prog/en/modules/help/admin/preferences.tt | 38 +++++----- .../prog/en/modules/help/admin/roadtype.tt | 2 +- .../prog/en/modules/help/admin/smart-rules.tt | 80 ++++++++++---------- .../prog/en/modules/help/admin/stopwords.tt | 2 +- .../en/modules/help/admin/transport-cost-matrix.tt | 15 ++++ .../prog/en/modules/help/admin/z3950servers.tt | 4 +- 32 files changed, 167 insertions(+), 124 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/transport-cost-matrix.tt diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/admin-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/admin-home.tt index 944ba79..47cbeab 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/admin-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/admin-home.tt @@ -16,7 +16,7 @@

"Basic Parameters" is where library policies are set and governed. It is best to set your system preferences and then work through the basic parameters in the order that they appear on this page.

-

Please note that it is not required to set all the basic parameters. For example, if you do not plan to use budget based acquisitions, then 'Funds,' 'Budgets,' and 'Currencies and Exchange Rates' can be ignored.

+

Please note that it is not required to set all the basic parameters. For example, if you do not plan to use acquisitions, then 'Funds,' 'Budgets,' and 'Currencies and Exchange Rates' can be ignored.

Patrons and Circulation

@@ -30,6 +30,6 @@

This list of parameters includes functionalities that didn't fit in any other category. These items are optional and may not need to be altered, depending on your library's needs.

-

See the full documentation for system Administration in the manual (online).

+

See the full documentation for system Administration in the manual (online).

[% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqbudgetperiods.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqbudgetperiods.tt index 44c6f26..9311221 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqbudgetperiods.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqbudgetperiods.tt @@ -2,24 +2,38 @@

Budgets

-

The 'Budgets' functionality is used for tracking accounting values related to acquisitions.

+

Budgets are used for tracking accounting values related to acquisitions. For example you could create a Budget for the current year (ex. 2012) and then break that into Funds for different areas of the library (ex. Books, Audio, etc).

-

'Budgets' can be used to create a budget for the current year and then break it into Funds for different areas of the library.

+

When visiting the main budget administration you will see two tabs, one for active and one for inactive budgets.

Add a budget

-

To add a budget, click the 'New Budget' button.

+

Budgets can either be created from scratch or by duplicating the previous year's budget.

+ +

To duplicate a budget from a previous year, click on the link for the budget name from the list of budgets.

+ +

On the screen listing the budget breakdown click the Edit button at the top and choose to Duplicate budget.

+ +

You will be presented with a form where you simply need to enter the new start and end date and save the budget.

+ +

This will not only duplicate your budget, but all of the funds associated with that budget so that you can reuse budgets and funds from year to year.

+ +

If you haven't used Koha before for acquisitions then you'll need to start fresh with a new budget. To add a new budget click the 'New Budget' button.

Once you have made your edits, click the 'Save Changes' button. You will be brought to a list of your existing budgets.

-

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

+

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

[% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqbudgets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqbudgets.tt index f57bbc2..6575f47 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqbudgets.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqbudgets.tt @@ -24,13 +24,13 @@
  • Choose which library will use the fund
  • You can restrict who can order from a fund by selecting an owner or a library from the 'Restrict access to' menu.
  • The 'Notes' field is for descriptions to detail when librarians should use the fund.
  • - li>Planning categories are used for statistical purposes. To learn more about planning categories, check out the Planning Category FAQ. +
  • Planning categories are used for statistical purposes. To learn more about planning categories, check out the Planning Category FAQ.
  • When complete, click 'Submit' and you will be brought to a list of all of the funds for the budget.

    To the right of each fund you will find the 'Edit,' 'Delete,' and 'Add Child Fund' options. A Child Fund a sub-fund of the parent fund. For example, one might have a parent fund for 'Fiction,' and Child Funds for 'New Releases' and 'Science Fiction.' It is an optional way to further organize your finances.

    -

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

    +

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

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqplan.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqplan.tt index 4667748..64c03ca 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqplan.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqplan.tt @@ -2,16 +2,16 @@

    Budget Planning

    -

    When viewing the list of funds, click the 'Budget Planning' button and choose how you would like to plan to spend your budget.

    +

    When viewing the list of funds click the 'Planning' button and choose how you would like to plan to spend your budget.

    -

    If you choose 'Plan by Months' you will see the budgeted amount broken down by months.

    +

    If you choose 'Plan by MONTHS' you will see the budgeted amount broken down by months.

    -

    To hide some of the columns, click the minus sign (-) to the right or below the dates. To add more columns, click the plus sign (+) found above the 'Auto-fill row' buttons.

    +

    To hide some of the columns you can click the 'hide' link to the right the dates. To add more columns you can click the 'Show a column' link found below the 'Fund Remaining' heading.

    -

    From here, you can plan your budget spending by manually entering values or by clicking the 'Auto-fill row' button. If you choose to auto-fill the form, the system will automatically divide the total. Therefore, you may have to adjust the allocations manually to better reflect your library's needs.

    +

    From here you can plan your budget spending by manually entering values or by clicking the 'Auto-fill row' button. If you choose to auto-fill the form the system will try to divide the amount accordingly, you may have to make some edits to split things more accurately.

    -

    Once your changes are made, click the 'Save' button. If you would like to export your data as a CSV file, enter a file name in the 'Output to a file named' field and click the 'Output' button.

    +

    Once your changes are made, click the 'Save' button. If you would like to export your data as a CSV file you can do so by entering a file name in the 'Output to a file named' field and clicking the 'Output' button.

    -

    See the full documentation for Budget Planning in the manual (online).

    +

    See the full documentation for Budget Planning in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/auth_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/auth_subfields_structure.tt index 8a4333c..9cfdf55 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/auth_subfields_structure.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/auth_subfields_structure.tt @@ -63,7 +63,6 @@
  • To save your changes, click the 'Save Changes' button at the top of the screen.
  • -

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

    +

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

    [% INCLUDE 'help-bottom.inc' %] - diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/auth_tag_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/auth_tag_structure.tt index 77c7be1..8e7aaf9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/auth_tag_structure.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/auth_tag_structure.tt @@ -19,6 +19,6 @@

    To the right of the new field is a link to 'Subfields.' You will need to add subfields before this tag will appear in your MARC editor.

    -

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

    +

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

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/authorised_values.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/authorised_values.tt index e44d213..9d3bafe 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/authorised_values.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/authorised_values.tt @@ -6,7 +6,10 @@

    Existing Values

    -

    Koha installs with pre-defined values that your library is likely to use, for instance, 'Lost.'

    By default, this includes: +

    Koha installs with pre-defined values that your library is likely to use, for instance, 'Lost.'

    + +

    By default, this includes:

    + -

    See the full documentation for Authorized Values in the manual (online).

    +

    See the full documentation for Authorized Values in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/authtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/authtypes.tt index efe74a3..1163d1b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/authtypes.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/authtypes.tt @@ -6,6 +6,6 @@

    Koha comes with many of the necessary Authority frameworks already installed.

    -

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

    +

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

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/biblio_framework.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/biblio_framework.tt index faa53a4..45883b8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/biblio_framework.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/biblio_framework.tt @@ -34,6 +34,6 @@

    To make edits to the fields associated with the Framework you must first click 'MARC Structure' and then follow the instructions for editing subfields

    -

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

    +

    See the full documentation for Frameworks 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/admin/branch_transfer_limits.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/branch_transfer_limits.tt index baac455..4037d92 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/branch_transfer_limits.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/branch_transfer_limits.tt @@ -16,6 +16,6 @@

    In the above example, Centerville library will allow patrons to return items from all libraries except Liberty and Franklin to their library.

    -

    See the full documentation for Library Transfer Limits in the manual (online).

    +

    See the full documentation for Library Transfer Limits in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/branches.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/branches.tt index da2d595..8404f8e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/branches.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/branches.tt @@ -47,6 +47,6 @@

    Properties are then applied to libraries via the add or edit library form.

    -

    See the full documentation for Libraries & Groups in the manual (online).

    +

    See the full documentation for Libraries & Groups 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/admin/categorie.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/categorie.tt index cd6b054..d788963 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/categorie.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/categorie.tt @@ -44,7 +44,7 @@

    To add a new patron category click 'New Category' at the top of the page

    -
  • Some patron categories can have a minimum age (in years) requirement associated with them, enter this age in the 'Age required'
  • -
  • Patron categories can also have a maximum age (in years) associated with them (such as children), enter this age in the 'Upperage limit'
  • +
  • Some patron categories can have a minimum age (in years) requirement associated with them, enter this age in the 'Age required' +
      +
    • Important: This value will only be checked if BorrowerMandatoryField defines the dateofbirth as a required field on the patron record
    • +
    +
  • +
  • Patron categories can also have a maximum age (in years) associated with them (such as children), enter this age in the 'Upperage limit' +
      +
    • Important: This value will only be checked if BorrowerMandatoryField defines the dateofbirth as a required field on the patron record
    • +
    +
  • If you charge a membership fee for your patrons (such as those who live in another region) you can enter that in the 'Enrollment fee' field.
    • Important: Only enter numbers and decimals in this field
    • @@ -77,6 +85,6 @@
    -

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

    +

    See the full documentation for Patron Categories 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/admin/checkmarc.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/checkmarc.tt index 1e43fb0..a6d0af6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/checkmarc.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/checkmarc.tt @@ -6,6 +6,6 @@

    If you change your MARC Bibliographic framework it's recommended that you run this tool to test for errors in your definition.

    -

    See the full documentation for the MARC Bibliographic Framework Test in the manual (online).

    +

    See the full documentation for the MARC Bibliographic Framework Test 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/admin/cities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/cities.tt index 98b1b4d..3f89b19 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/cities.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/cities.tt @@ -18,6 +18,6 @@

    This will allow for easy entry of local cities into the patron record without risking the potential for typos or mistaken zip/postal codes.

    -

    See the full documentation for Cities and Towns in the manual (online).

    +

    See the full documentation for Cities and Towns 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/admin/classsources.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/classsources.tt index 3e4c79b..4892511 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/classsources.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/classsources.tt @@ -7,7 +7,7 @@

    Commonly used values of this field are:

      -
    • ddc - Dewey Decimal Classification
    • +
    • ddc - Dewey Decimal Classification
    • lcc - Library of Congress Classification
    @@ -16,8 +16,8 @@
    • ANSCR (sound recordings)
    • SuDOC classification
    • -
    • Universal Decimal Classification
    • -
    • Other/Generic Classification
    • +
    • Universal Decimal Classification
    • +
    • Other/Generic Classification

    Adding/Editing Classification Sources

    @@ -53,6 +53,6 @@
  • Choose an appropriate filing routine - dewey, generic or lcc
  • -

    See the full documentation for Classification Sources in the manual (online).

    +

    See the full documentation for Classification Sources 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/admin/currency.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/currency.tt index ff4245c..0552f78 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/currency.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/currency.tt @@ -8,6 +8,6 @@

    The active currency is the main currency you use in your library. Your active currency will have a check mark in the 'Active' column. If you don't have an active currency you will see an error message telling you to choose an active currency.

    -

    See the full documentation for Currencies and Exchange Rates in the manual (online).

    +

    See the full documentation for Currencies and Exchange Rates 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/admin/fieldmapping.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/fieldmapping.tt index 9981403..3e8650b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/fieldmapping.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/fieldmapping.tt @@ -20,6 +20,6 @@

    Future developments will include additional keyword assigned fields.

    -

    See the full documentation for Keyword to MARC Mapping in the manual (online).

    +

    See the full documentation for Keyword to MARC Mapping 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/admin/item_circulation_alerts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/item_circulation_alerts.tt index f9bafcc..655e516 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/item_circulation_alerts.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/item_circulation_alerts.tt @@ -19,6 +19,6 @@
  • By default all item types and all patrons are notified of check ins and check outs. To change this, click on the item/patron type combo that you would like to stop notices for.
  • -

    See the full documentation for Item Circulation Alerts in the manual (online).

    +

    See the full documentation for Item Circulation Alerts 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/admin/itemtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/itemtypes.tt index 6759063..03dcfe6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/itemtypes.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/itemtypes.tt @@ -57,6 +57,6 @@

    You will not be able to delete item types that are being used by items within your system.

    -

    See the full documentation for Item Types in the manual (online).

    +

    See the full documentation for Item Types 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/admin/koha2marclinks.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/koha2marclinks.tt index 6b7c75a..b5fc55f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/koha2marclinks.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/koha2marclinks.tt @@ -12,6 +12,6 @@

    Important: At this time you can map only 1 MARC field to 1 Koha field. This means that you won't be able to map both the 100a and the 700a to the author field, you need to choose one or the other.

    -

    See the full documentation for Koha to MARC Mapping in the manual (online).

    +

    See the full documentation for Koha to MARC Mapping 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/admin/marc_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/marc_subfields_structure.tt index 65b53b9..ca8f434 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/marc_subfields_structure.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/marc_subfields_structure.tt @@ -144,6 +144,6 @@ To edit the subfields associated with the tag, click 'Subfields' to the right of
  • To save your changes simply click the 'Save Changes' button at the top of the screen
  • -

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

    +

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

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/marctagstructure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/marctagstructure.tt index 3ba7a39..0ee89b8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/marctagstructure.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/marctagstructure.tt @@ -21,6 +21,6 @@

    To the right of the new field is a link to 'Subfields,' you will need to add subfields before this tag will appear in your MARC editor.

    -

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

    +

    See the full documentation for MARC Frameworks 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/admin/matching-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/matching-rules.tt index 4e51c56..77e301a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/matching-rules.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/matching-rules.tt @@ -46,6 +46,6 @@
  • Required Match checks: none (remove the blank one)
  • -

    See the full documentation for Record Matching Rules in the manual (online).

    +

    See the full documentation for Record Matching Rules in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/oai_set_mappings.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/oai_set_mappings.tt index 7e59c5a..979ac12 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/oai_set_mappings.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/oai_set_mappings.tt @@ -18,6 +18,6 @@

    And it is case sensitive : a record having 999$9 = 'xxx' will not belong to a set where condition is 999$9 = 'XXX'.

    -

    See the full documentation for OAI Sets in the manual (online).

    +

    See the full documentation for OAI Sets in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/oai_sets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/oai_sets.tt index 9944c40..f345b75 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/oai_sets.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/oai_sets.tt @@ -29,6 +29,6 @@

    Once you have configured all your sets, you have to build the sets. This is done by calling the script misc/migration_tools/build_oai_sets.pl.

    -

    See the full documentation for OAI Sets in the manual (online).

    +

    See the full documentation for OAI Sets in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/patron-attr-types.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/patron-attr-types.tt index c14ee80..b41947a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/patron-attr-types.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/patron-attr-types.tt @@ -15,21 +15,21 @@

    To add a new Patron Attribute Type, click the 'New Patron Attribute Type' button at the top of the page

    @@ -69,6 +69,6 @@

    You will be unable to delete an attribute if it's in use.

    -

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

    +

    See the full documentation for Patron Attribute Types 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/admin/preferences.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences.tt index 7e5ae7e..6cd0f0e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences.tt @@ -14,25 +14,25 @@

    Each of the tabs on the left holds several different preferences:

    - + -

    See the full documentation for System Preferences in the manual (online).

    +

    See the full documentation for System Preferences 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/admin/roadtype.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/roadtype.tt index 926175a..cc5a39e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/roadtype.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/roadtype.tt @@ -10,6 +10,6 @@

    When adding or editing a patron, if you have road types defined, there will be a pull down to choose the road type from.

    -

    See the full documentation for Road Types in the manual (online).

    +

    See the full documentation for Road Types 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/admin/smart-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/smart-rules.tt index 583a637..4791ab2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/smart-rules.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/smart-rules.tt @@ -4,10 +4,6 @@

    These rules define how your items are circulated, how/when fines are calculated and how holds are handled.

    - -

    The rules are applied from most specific to less specific, using the first found in this order:

    -

    Tip: If you are a single library system choose your branch name before creating rules (sometimes having only rules for the 'all libraries' option can cause issues with holds) +

    Tip: If you are a single library system choose your branch name before creating rules (sometimes having only rules for the 'all libraries' option can cause issues with holds)

    -

    Important: At the very least you will need to set a default circulation rule. This rule should be set for all item types, all libraries and all patron categories. That will catch all instances that do not match a specific rule. When checking out if you do not have a rule for all libraries, all item types and all patron types then you may see patrons getting blocked from placing holds. You will also want a rule for your specific library set for all item types and all patron types to avoid this holds issue. Koha needs to know what rule to fall back on. +

    Important: At the very least you will need to set a default circulation rule. This rule should be set for all item types, all libraries and all patron categories. That will catch all instances that do not match a specific rule. When checking out if you do not have a rule for all libraries, all item types and all patron types then you may see patrons getting blocked from placing holds. You will also want a rule for your specific library set for all item types and all patron types to avoid this holds issue. Koha needs to know what rule to fall back on.

    -

    Default Circulation Rules

    +

    Default Circulation Rules

    -

    Using the issuing rules matrix you can define rules that depend on patron/item type combos. To set your rules, choose a library from the pull down (or 'all libraries' if you want to apply these rules to all branches)

    +

    Using the issuing rules matrix you can define rules that depend on patron/item typecombos. To set your rules, choose a library from the pull down (or 'all libraries' if you want to apply these rules to all branches)

    From the matrix you can choose any combination of patron categories and item types to apply the rules to

    @@ -35,29 +31,33 @@
  • First choose which patron category you'd like the rule to be applied to. If you leave this to 'All' it will apply to all patron categories
  • Choose the 'Item Type' you would like this rule to apply to. If you leave this to 'All' it will apply to all item types
  • Limit the number of items a patron can have checked out at the same time by entering a number in the 'Current Checkouts Allowed' field
  • -
  • Define the period of time an item can be checked out to a patron by entering the number of units (days or hours) in the 'Loan Period' box.
  • +
  • Define the period of time an item can be checked out to a patron by entering the number of units (days or hours) in the 'Loan Period' box.
  • Choose which unit of time, Days or Hours, that the loan period and fines will be calculate in
  • -
  • You can also define a hard due date for a specific patron category and item type. A hard due date ignores your usual circulation rules and makes it so that all items of the type defined are due on, before or after the date you specify.
  • -
  • 'Fine Amount' should have the amount you would like to charge for overdue items +
  • You can also define a hard due date for a specific patron category and item type. A hard due date ignores your usual circulation rules and makes it so that allitems of the type defined are due on, before or after the date you specify.
  • +
  • 'Fine Amount' should have the amount you would like to charge for overdue items
      -
    • Important: Enter only numbers and decimal points (no currency symbols).
    • - +
    • Important: Enter only numbers and decimal points (no currency symbols).
    • +
    +
  • +
  • Enter the 'Fine Charging Interval' in the unit you set (ex. charge fines every 1 day, or every 2 hours)
  • +
  • The 'Fine Grace Period' is the period of time an item can be overdue before you start charging fines. +
      +
    • Important: This can only be set for the Day unit, not in Hours
  • -
  • Enter the 'Fine Charging Interval' in the unit you set (ex. charge fines every 1 day, or every 2 hours)
  • -
  • The 'Fine Grace Period' is the period of time an item can be overdue before you start charging fines. +
  • The 'Overdue Fines Cap' is the maximum fine for this patron and item combination
      -
    • Important: This can only be set for the Day unit, not in Hours
    • +
    • Important: If this field is left blank then Koha will not put a limit on the fines this item will accrue. A maximum fine amount can be set using the MaxFinesystem preference.
  • If your library 'fines' patrons by suspending their account you can enter the number of days their fine should be suspended in the 'Suspension in Days' field
      -
    • Important: This can only be set for the Day unit, not in Hours
    • +
    • Important: This can only be set for the Day unit, not in Hours
  • Next decide if the patron can renew this item type and if so, enter how many times they can renew it in the 'Renewals Allowed' box
  • If the patron can place holds on this item type, enter the total numbers of items (of this type) that can be put on hold in the 'Holds Allowed' field
  • -
  • Finally, if you charge a rental fee for the item type and want to give a specific patron type a discount on that fee, enter the percentage discount (without the % symbol) in the 'Rental Discount' field
  • +
  • Finally, if you charge a rental feefor the item type and want to give a specific patron type a discount on that fee, enter the percentage discount (without the % symbol) in the 'Rental Discount' field
  • When finished, click 'Add' to save your changes. To modify a rule, create a new one with the same patron type and item type. If you would like to delete your rule, simply click the 'Delete' link to the right of the rule.

    @@ -66,28 +66,28 @@

    After choosing to clone you will be presented with a confirmation message.

    -

    Default Checkouts and Hold Policy

    +

    Default Checkouts and Hold Policy

    You can set a default maximum number of checkouts and hold policy that will be used if none is defined below for a particular item type or category.

    From this menu you can set a default to apply to all item types and patrons in the library.

    -

    Checkouts Per Patron

    +

    Checkouts Per Patron

    For this library, you can specify the maximum number of loans that a patron of a given category can make, regardless of the item type.

    -

    Tip: If the total amount loanable for a given patron category is left blank, no limit applies, except possibly for a limit you define for a specific item type.

    +

    Tip: If the total amount loanable for a given patron category is left blank, no limit applies, except possibly for a limit you define for a specific item type.

    -

    Item Hold Policies

    +

    Item Hold Policies

    -For this library, you can edit rules for given itemtypes, regardless of the patron's category. Currently, this means hold policies. +

    For this library, you can edit rules for given itemtypes, regardless of the patron's category. Currently, this means hold policies.

    The various Hold Policies have the following effects:

    -

    Important: Note that if the system preference AllowHoldPolicyOverride set to 'allow', these policies can be overridden by your circulation staff.

    +

    Important: Note that if the system preference AllowHoldPolicyOverrideset to 'allow', these policies can be overridden by your circulation staff.

    Important: These policies are based on the patron's home branch, not the branch that the reserving staff member is from.

    The various Return Policies have the following effects:

    -

    See the full documentation for Circulation and Fine Rules in the manual (online).

    +

    See the full documentation for Circulation and Fine Rules in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/stopwords.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/stopwords.tt index bbdda18..05e1640 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/stopwords.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/stopwords.tt @@ -12,6 +12,6 @@

    Important: If you change something in this table, ask your administrator to run misc/batchRebuildBiblioTables.pl script.

    -

    See the full documentation for Stop Words in the manual (online).

    +

    See the full documentation for Stop Words in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/transport-cost-matrix.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/transport-cost-matrix.tt new file mode 100644 index 0000000..9e6486c --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/transport-cost-matrix.tt @@ -0,0 +1,15 @@ +[% INCLUDE 'help-top.inc' %] + +

    Transport cost matrix

    + +

    The Transport cost matrix lets a library system define relative costs to transport books to one another. In order for the system to use this matrix you must first set the UseTransportCostMatrix preference to 'Use'.

    + +

    Costs are decimal values between some arbitrary maximum value (e.g. 1 or 100) and 0 which is the minimum (no) cost. For example, you could just use the distance between each library in miles as your 'cost', if that would accurately reflect the cost of transferring them. Perhaps post offices would be a better measure. Libraries sharing a post office would have a cost of 1, adjacent post offices would have a cost of 2, etc.

    + +

    To enter transport costs simply click in the cell you would like to alter, uncheck the 'Disable' box and enter your 'cost'

    + +

    After entering in your cost, hit 'Enter' on your keyboard or click the 'Save' button at the bottom of the matrix to save your changes.

    + +

    See the full documentation for the Transport Cost Matrix in the manual (online).

    + +[% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/z3950servers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/z3950servers.tt index 431f9f7..df8cbad 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/z3950servers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/z3950servers.tt @@ -22,8 +22,6 @@

    The following targets have been used successfully by other Koha libraries (in the Americas):

    -

    See the full documentation for Z39.50 Servers in the manual (online).

    +

    See the full documentation for Z39.50 Servers in the manual (online).

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