@@ -, +, @@ --- .../prog/en/modules/acqui/invoices.tt | 2 +- .../prog/en/modules/acqui/neworderempty.tt | 4 ++-- .../prog/en/modules/acqui/orderreceive.tt | 4 ++-- .../prog/en/modules/admin/smart-rules.tt | 4 ++-- .../intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- .../prog/en/modules/help/admin/smart-rules.tt | 12 ++++++------ .../prog/en/modules/help/circ/branchoverdues.tt | 2 +- .../prog/en/modules/help/circ/pendingreserves.tt | 2 +- .../prog/en/modules/help/circ/returns.tt | 10 +++++----- .../prog/en/modules/help/circ/view_holdsqueue.tt | 2 +- .../prog/en/modules/help/members/member.tt | 2 +- .../prog/en/modules/help/members/members-home.tt | 2 +- .../prog/en/modules/help/reports/guided_reports.tt | 6 +++--- .../prog/en/modules/help/tools/holidays.tt | 4 ++-- .../prog/en/modules/help/tools/letter.tt | 8 ++++---- .../prog/en/modules/serials/serials-search.tt | 8 ++++---- 16 files changed, 37 insertions(+), 37 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt @@ -207,7 +207,7 @@ $(document).ready(function() {
  • - + [% END %] - Item returns to issuing branch + Item returns to issuing library [% IF ( default_returnbranch == 'noreturn' ) %] - + --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -415,7 +415,7 @@ $(document).ready(function () { [% IF ( riloop ) %]

    Checked-in items

    - + [% FOREACH riloo IN riloop %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/smart-rules.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/smart-rules.tt @@ -17,13 +17,13 @@
  • all libraries, all patron types, all item types
  • -

    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 library 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.

    Default Circulation Rules

    -

    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)

    +

    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 libraries)

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

    @@ -84,7 +84,7 @@
  • Control where the item returns to once it is checked in

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

    --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/branchoverdues.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/branchoverdues.tt @@ -4,7 +4,7 @@

    This report will show you any overdues at your library that have accrued fines on them.

    -

    If you would like to limit the report you can use the pull down menu at the top to limit to a specific shelving location at your branch. To see overdues with fines at other branches you will have to change your branch or log in at that branch.

    +

    If you would like to limit the report you can use the pull down menu at the top to limit to a specific shelving location at your library. To see overdues with fines at other libraries you will have to change your library or log in at that library.

    Important: If you do not charge fines and/or don't have the fines cron job running you will see no data on this report.

    --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/pendingreserves.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/pendingreserves.tt @@ -2,7 +2,7 @@

    Holds to Pull

    -

    This report will show you all of the items that have holds on them that are available at the library for pulling. If the items are available at multiple branches then all branches with that item available will see the hold to pull until one library triggers the hold.

    +

    This report will show you all of the items that have holds on them that are available at the library for pulling. If the items are available at multiple libraries then all libraries with that item available will see the hold to pull until one library triggers the hold.

    You can limit the results you see by using the Refine box on the left side of the page

    --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/returns.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/returns.tt @@ -28,12 +28,12 @@

    There are several messages that can appear when checking items in:

  • -
  • If you're checking in an item that has a hold on it at another branch you will be prompted to confirm and transfer the item +
  • If you're checking in an item that has a hold on it at another library you will be prompted to confirm and transfer the item -

    If you want to filter your results to a specific branch or category, you can click the plus sign [+] to the right of the search box.

    +

    If you want to filter your results to a specific library or category, you can click the plus sign [+] to the right of the search box.

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

    --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/members-home.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/members-home.tt @@ -34,7 +34,7 @@
  • -

    If you want to filter your results to a specific branch or category, you can click the plus sign [+] to the right of the search box.

    +

    If you want to filter your results to a specific library or category, you can click the plus sign [+] to the right of the search box.

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

    --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/guided_reports.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/guided_reports.tt @@ -72,7 +72,7 @@

    Examples:

  • Tip: To generate a date picker calendar to the right of the field when running a report you can use the 'date' keyword like this: <<Enter Date|date>>
  • Tip: You have to put "%" in a text box to 'leave it blank'. Otherwise, it literally looks for "" (empty string) as the value for the field.
  • -
  • Important: In addition to using any authorized value code to generate a dropdown, you can use the following values as well: Branches (branches), Item Types (itemtypes) and Patron Categories (categorycode). For example a branch pull down would be generated like this <<Branch|branches>>
  • +
  • Important: In addition to using any authorized value code to generate a dropdown, you can use the following values as well: Libraries (branches), Item Types (itemtypes) and Patron Categories (categorycode). For example a library pull down would be generated like this <<Library|branches>>
  • Note: There is a limit of 10,000 records put on SQL statements entered in Koha. To get around this you want to add 'LIMIT 100000' to the end of your SQL statement (or any other number above 10,000.

    --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/holidays.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/holidays.tt @@ -19,7 +19,7 @@

    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

    +

    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 library or all libraries. To add events, simply

    --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/letter.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/letter.tt @@ -91,19 +91,19 @@ -
  • When this notice references the branches table it is referring to the pickup branch information.
  • +
  • When this notice references the branches table it is referring to the pickup library information.
  • HOLDPLACED (a notice to the library staff that a hold has been placed)
  • HOLD_PRINT (Printed notice when hold available for pickup)
  • ODUE (Overdue Notice) @@ -152,7 +152,7 @@
  • TRANSFERSLIP
  • --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt @@ -59,11 +59,11 @@
  • - +
  • - +
  • - +
  • - +
  • Due dateTitle Author BarcodeHome branchHolding branchShelving locationCall numberType PatronNote
    Due dateTitle Author BarcodeHome libraryHolding libraryShelving locationCall numberType PatronNote