From cc748481d1f4ac02944d0f94624ea63e5b2a3b70 Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Fri, 19 Oct 2012 11:43:45 -0400 Subject: [PATCH] Bug 8945: Update patron help files This patch adds two missing help files and updates the existing help files in the members folder. Signed-off-by: Jared Camins-Esakov Signed-off-by: Paul Poulain --- .../en/modules/help/members/boraccount.tt | 2 +- .../prog/en/modules/help/members/files.tt | 13 ++++++++++++ .../prog/en/modules/help/members/mancredit.tt | 2 +- .../en/modules/help/members/maninvoice.tt | 2 +- .../en/modules/help/members/member-flags.tt | 20 ++++++++++++++++++- .../modules/help/members/member-password.tt | 8 ++------ .../prog/en/modules/help/members/member.tt | 2 +- .../en/modules/help/members/memberentry.tt | 2 +- .../en/modules/help/members/members-home.tt | 2 +- .../en/modules/help/members/moremember.tt | 14 ++++++++++++- .../prog/en/modules/help/members/notices.tt | 2 +- .../prog/en/modules/help/members/pay.tt | 2 +- .../en/modules/help/members/paycollect.tt | 2 +- .../en/modules/help/members/readingrec.tt | 2 +- .../en/modules/help/members/statistics.tt | 9 +++++++++ 15 files changed, 66 insertions(+), 18 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/members/files.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/members/statistics.tt diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/boraccount.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/boraccount.tt index 15e1e747ea..6d23843d0a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/boraccount.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/boraccount.tt @@ -19,6 +19,6 @@

To the right of each account line there is a print link. Clicking that link will print an invoice for the line item that includes the date and description of the line item along with the total outstanding on the account.

-

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

+

See the full documentation for Patron Fines 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/members/files.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/files.tt new file mode 100644 index 0000000000..851f445822 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/files.tt @@ -0,0 +1,13 @@ +[% INCLUDE 'help-top.inc' %] + +

Patron files

+ +

If you set the EnableBorrowerFiles preference to 'Do' the Files tab will be visible on the patron information page.

+ +

From here you can upload files to attach to the patron record.

+ +

All files that are uploaded will appear above a form where additional files can be uploaded from.

+ +

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

+ +[% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/mancredit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/mancredit.tt index 073d52f7c2..63cc5d486c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/mancredit.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/mancredit.tt @@ -11,6 +11,6 @@
  • In the amount field, do not enter currency symbols, only numbers and decimals
  • -

    See the full documentation for Creating Manual Credits in the manual (online).

    +

    See the full documentation for Creating Manual Credits 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/members/maninvoice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/maninvoice.tt index 3054fbb03a..e7f5221e85 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/maninvoice.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/maninvoice.tt @@ -14,6 +14,6 @@
  • In the amount field, do not enter currency symbols, only numbers and decimals
  • -

    See the full documentation for Creating Manual Invoices in the manual (online).

    +

    See the full documentation for Creating Manual Invoices 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/members/member-flags.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-flags.tt index 3839480b36..f63233ea4a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-flags.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-flags.tt @@ -42,6 +42,7 @@
  • parameters
    • Provides access to all areas of the Administration menu
    • +
    • This section can be expanded
  • borrowers @@ -137,6 +138,23 @@
  • +

    Granular Parameters Permissions

    + +

    If the staff member has 'parameters' permissions they have the ability to perform all of these actions. If you would like to control parameter permissions on a more granular level choose from these options:

    + +
      +
    • manage_circ_rules +
        +
      • The ability to edit circulation and fine rules in the administration area
      • +
      +
    • +
    • parameters_remaining_permissions +
        +
      • Access to all other areas under Administration
      • +
      +
    • +
    +

    Granular Holds Permissions

    If the staff member has 'reserveforothers' permissions they have the ability to perform all of these actions. If you would like to control holds permissions on a more granular level choose from these options:

    @@ -399,6 +417,6 @@ -

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

    +

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

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-password.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-password.tt index 1e95a9aeda..da65c95687 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-password.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-password.tt @@ -2,7 +2,7 @@

    Change Patron Password

    -

    To only change the patron's password, click the 'Change Password' button

    +

    Patron passwords are not recoverable. The stars show on the patron detail next to the Password label are always there even if a password isn't set. If a patron forgets their password the only option is to reset their password. To change the patron's password, click the 'Change Password' button

    • Koha cannot display existing passwords. Leave the field blank to leave password unchanged.
    • @@ -11,11 +11,7 @@

      The default minimum password length is 3 characters long. To change this value, update your system preferences.

      -
        -
      • Get there: More > Administration > Global System Preferences > Patrons > minPasswordLength
      • -
      - -

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

      +

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

      [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member.tt index 901a7ac294..258e167475 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member.tt @@ -36,6 +36,6 @@

      You can also browse through the patron records by clicking on the linked letters across the top.

      -

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

      +

      See the full documentation for Patron Search 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/members/memberentry.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/memberentry.tt index 12aec49821..a4fa8fa566 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/memberentry.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/memberentry.tt @@ -86,6 +86,6 @@

      Remember to assign your staff secure usernames and passwords since these will be used to log into the staff client.

      -

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

      +

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

      [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/members-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/members-home.tt index c15cc4448c..428fe7f08b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/members-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/members-home.tt @@ -38,6 +38,6 @@

      You can also browse through the patron records by clicking on the linked letters across the top.

      -

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

      +

      See the full documentation for the Patrons module 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/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/moremember.tt index c747362164..0c004584b6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/moremember.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/moremember.tt @@ -44,6 +44,18 @@

      Clicking on the message title will expand the view to show you the full text of the message that was sent.

      +

      Statistics

      + +

      Depending on what you set for the values of your StatisticsFields system preference, you can see statistics for one patron's circulation actions.

      + +

      Files

      + +

      If you set the EnableBorrowerFiles preference to 'Do' the Files tab will be visible on the patron information page.

      + +

      From here you can upload files to attach to the patron record.

      + +

      All files that are uploaded will appear above a form where additional files can be uploaded from.

      +

      Editing Patrons

      Patrons in Koha can be edited using one of many edit buttons.

      @@ -97,6 +109,6 @@
    • You will be brought to your new patron
    -

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

    +

    See the full documentation for the Patron Details 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/members/notices.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/notices.tt index 2e5bf371a5..e2df9e10b3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/notices.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/notices.tt @@ -6,6 +6,6 @@

    Clicking on the message title will expand the view to show you the full text of the message that was sent.

    -

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

    +

    See the full documentation for Patron 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/members/pay.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/pay.tt index e59f544a82..00fd99af53 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/pay.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/pay.tt @@ -57,6 +57,6 @@ -

    See the full documentation for Paying Fines in the manual (online).

    +

    See the full documentation for Paying Fines in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/paycollect.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/paycollect.tt index e59f544a82..00fd99af53 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/paycollect.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/paycollect.tt @@ -57,6 +57,6 @@ -

    See the full documentation for Paying Fines in the manual (online).

    +

    See the full documentation for Paying Fines in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/readingrec.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/readingrec.tt index 6f44ad1db6..8092fef2c3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/readingrec.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/readingrec.tt @@ -8,6 +8,6 @@

    This will generate a text file with one barcode per line.

    -

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

    +

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

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/statistics.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/statistics.tt new file mode 100644 index 0000000000..8a49547ccc --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/statistics.tt @@ -0,0 +1,9 @@ +[% INCLUDE 'help-top.inc' %] + +

    Patron statistics

    + +

    Depending on what you set for the values of your StatisticsFields system preference, you can see statistics for one patron's circulation actions.

    + +

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

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