From 644383fe22ef3c0509e1682326e7444e8419ba3d 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. --- .../prog/en/modules/help/members/boraccount.tt | 2 +- .../prog/en/modules/help/members/files.tt | 13 +++++++++++++ .../prog/en/modules/help/members/mancredit.tt | 2 +- .../prog/en/modules/help/members/maninvoice.tt | 2 +- .../prog/en/modules/help/members/member-flags.tt | 20 +++++++++++++++++++- .../en/modules/help/members/member-password.tt | 8 ++------ .../prog/en/modules/help/members/member.tt | 2 +- .../prog/en/modules/help/members/memberentry.tt | 2 +- .../prog/en/modules/help/members/members-home.tt | 2 +- .../prog/en/modules/help/members/moremember.tt | 14 +++++++++++++- .../prog/en/modules/help/members/notices.tt | 2 +- .../prog/en/modules/help/members/pay.tt | 2 +- .../prog/en/modules/help/members/paycollect.tt | 2 +- .../prog/en/modules/help/members/readingrec.tt | 2 +- .../prog/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 15e1e74..6d23843 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 0000000..851f445 --- /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 073d52f..63cc5d4 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 3054fbb..e7f5221 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 3839480..426c204 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
  • 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:

    + + +

    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 1e95a9a..da65c95 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

    -

    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 2e5bf37..e2df9e1 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 e59f544..00fd99a 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 e59f544..00fd99a 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 6f44ad1..8092fef 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 0000000..8a49547 --- /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' %] -- 1.7.2.3