From: Kathy Lussier Date: Fri, 3 Aug 2018 17:17:33 +0000 (-0400) Subject: LP#1538691: Use copies instead of items X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fkmlussier%2Flp1538691-copies-not-items;p=working%2FEvergreen.git LP#1538691: Use copies instead of items For better consistency for the terms used in the client, let's use copies instead of items. Signed-off-by: Kathy Lussier --- diff --git a/Open-ILS/src/templates/staff/admin/workstation/t_log.tt2 b/Open-ILS/src/templates/staff/admin/workstation/t_log.tt2 index 50c9bc54cb..721434088a 100644 --- a/Open-ILS/src/templates/staff/admin/workstation/t_log.tt2 +++ b/Open-ILS/src/templates/staff/admin/workstation/t_log.tt2 @@ -17,7 +17,7 @@ label="[% l('Refresh') %]"> + label="[% l('Retrieve Copy') %]"> @@ -26,7 +26,7 @@ - + @@ -43,7 +43,7 @@ dateformat="{{$root.egDateAndTimeFormat}}"> + label="[% l('Retrieve Copy') %]"> @@ -52,7 +52,7 @@ - + diff --git a/Open-ILS/src/templates/staff/admin/workstation/t_print_templates.tt2 b/Open-ILS/src/templates/staff/admin/workstation/t_print_templates.tt2 index 239ec26247..f37bfc02b8 100644 --- a/Open-ILS/src/templates/staff/admin/workstation/t_print_templates.tt2 +++ b/Open-ILS/src/templates/staff/admin/workstation/t_print_templates.tt2 @@ -26,8 +26,8 @@ - - + + diff --git a/Open-ILS/src/templates/staff/base_js.tt2 b/Open-ILS/src/templates/staff/base_js.tt2 index 51d9c42dc0..6aedc66c4b 100644 --- a/Open-ILS/src/templates/staff/base_js.tt2 +++ b/Open-ILS/src/templates/staff/base_js.tt2 @@ -134,11 +134,11 @@ UpUp.start({ s.OFFLINE_SESSION_UPLOAD_FAILED = "[% l('Offline transaction upload failed') %]"; s.PATRON_NOT_FOUND = "[% l('Patron not found') %]"; s.PATRON_BLOCKED = "[% l('Patron blocked') %]"; - s.BAD_BARCODE = "[% l('Bad item barcode') %]"; - s.BAD_BARCODE_CD = "[% l('Item barcode does not have a correct check digit.') %]"; + s.BAD_BARCODE = "[% l('Bad copy barcode') %]"; + s.BAD_BARCODE_CD = "[% l('Copy barcode does not have a correct check digit.') %]"; s.BAD_PATRON_BARCODE = "[% l('Bad patron barcode') %]"; s.BAD_PATRON_BARCODE_CD = "[% l('Patron barcode does not have a correct check digit.') %]"; - s.ITEM_NOT_FOUND = "[% l('Item not found') %]"; + s.ITEM_NOT_FOUND = "[% l('Copy not found') %]"; s.CONFIRM_CLEAR_PENDING = "[% l('Clear pending transactions') %]"; s.CONFIRM_CLEAR_PENDING_BODY = "[% l('Are you certain you want to clear these pending offline transactions? This action is irreversible. Transactions cannot be recovered after clearing!') %]"; s.LOCATION_NAME_OU_QUALIFIED = "[% l('{{location_name}} ({{owning_lib_shortname}})') %]"; diff --git a/Open-ILS/src/templates/staff/cat/bucket/copy/index.tt2 b/Open-ILS/src/templates/staff/cat/bucket/copy/index.tt2 index bcc0366285..cf5a190fcf 100644 --- a/Open-ILS/src/templates/staff/cat/bucket/copy/index.tt2 +++ b/Open-ILS/src/templates/staff/cat/bucket/copy/index.tt2 @@ -12,15 +12,15 @@ @@ -127,7 +127,7 @@ angular.module('egCoreMod').run(['egStrings', function(s) {
  • - [% l('Items Out') %] + [% l('Copies Out') %] ({{patron_stats().checkouts.total_out}}) diff --git a/Open-ILS/src/templates/staff/circ/patron/t_bills_list.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_bills_list.tt2 index c843bbb39e..f3a1ea0eae 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_bills_list.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_bills_list.tt2 @@ -31,7 +31,7 @@ - --> diff --git a/Open-ILS/src/templates/staff/circ/patron/t_edit_due_date_dialog.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_edit_due_date_dialog.tt2 index e1384b752f..7af3f537ca 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_edit_due_date_dialog.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_edit_due_date_dialog.tt2 @@ -3,7 +3,7 @@
    -
    [% l('Items Out') %]
    +
    [% l('Copies Out') %]
    {{patron_stats().checkouts.total_out}}

    -

    [% l('Item Summary') %]

    +

    [% l('Copy Summary') %]

    [% l('Barcode') %]
    - {{xact.circulation().target_copy().barcode()}} diff --git a/Open-ILS/src/templates/staff/circ/renew/t_renew.tt2 b/Open-ILS/src/templates/staff/circ/renew/t_renew.tt2 index 41866f41f8..a9f2c2db50 100644 --- a/Open-ILS/src/templates/staff/circ/renew/t_renew.tt2 +++ b/Open-ILS/src/templates/staff/circ/renew/t_renew.tt2 @@ -2,7 +2,7 @@
    - [% l('Renew Items') %] + [% l('Renew Copies') %]
    @@ -50,7 +50,7 @@ + label="[% l('Retrieve Last Patron Who Circulated Copy') %]"> + label="[% l('Mark Copies Damaged') %]">
    - [% l('Item Barcode:') %] + [% l('Copy Barcode:') %] {{copy.barcode}}
    diff --git a/Open-ILS/src/templates/staff/circ/share/t_mark_claims_returned_dialog.tt2 b/Open-ILS/src/templates/staff/circ/share/t_mark_claims_returned_dialog.tt2 index d2828a06ab..00b81e960d 100644 --- a/Open-ILS/src/templates/staff/circ/share/t_mark_claims_returned_dialog.tt2 +++ b/Open-ILS/src/templates/staff/circ/share/t_mark_claims_returned_dialog.tt2 @@ -2,7 +2,7 @@
    diff --git a/Open-ILS/src/templates/staff/circ/share/t_transit_dialog.tt2 b/Open-ILS/src/templates/staff/circ/share/t_transit_dialog.tt2 index 0d6da41c60..ca7afccb2f 100644 --- a/Open-ILS/src/templates/staff/circ/share/t_transit_dialog.tt2 +++ b/Open-ILS/src/templates/staff/circ/share/t_transit_dialog.tt2 @@ -30,7 +30,7 @@
    - [% l('Item Barcode:') %] + [% l('Copy Barcode:') %] {{copy.barcode}}
    diff --git a/Open-ILS/src/templates/staff/circ/transits/t_list.tt2 b/Open-ILS/src/templates/staff/circ/transits/t_list.tt2 index f4507bb181..9ba20d471a 100644 --- a/Open-ILS/src/templates/staff/circ/transits/t_list.tt2 +++ b/Open-ILS/src/templates/staff/circ/transits/t_list.tt2 @@ -34,9 +34,9 @@ dateformat="{{$root.egDateAndTimeFormat}}"> + label="[% l('Add Copies to Bucket') %]"> + label="[% l('Edit Copy Attributes') %]"> diff --git a/Open-ILS/src/templates/staff/navbar.tt2 b/Open-ILS/src/templates/staff/navbar.tt2 index a6a65ad58c..3cb9a0acff 100644 --- a/Open-ILS/src/templates/staff/navbar.tt2 +++ b/Open-ILS/src/templates/staff/navbar.tt2 @@ -45,7 +45,7 @@
  • + eg-accesskey-desc="[% l('Copy Status') %]"> [% l('Search for Copies by Barcode') %] @@ -119,7 +119,7 @@ eg-accesskey="[% l('ctrl+f2') %]" eg-accesskey-desc="[% l('Renew items') %]"> - [% l('Renew Items') %] + [% l('Renew Copies') %]
  • @@ -127,7 +127,7 @@ eg-accesskey="[% l('ctrl+f2') %]" eg-accesskey-desc="[% l('Renew items') %]"> - [% l('Renew Items') %] + [% l('Renew Copies') %]
  • @@ -212,13 +212,13 @@
  • - [% l('Item Status') %] + [% l('Copy Status') %]
  • - [% l('Scan Item as Missing Pieces') %] + [% l('Scan Copy as Missing Pieces') %]
  • diff --git a/Open-ILS/src/templates/staff/offline-interface.tt2 b/Open-ILS/src/templates/staff/offline-interface.tt2 index 16424ce54c..7ce252e736 100644 --- a/Open-ILS/src/templates/staff/offline-interface.tt2 +++ b/Open-ILS/src/templates/staff/offline-interface.tt2 @@ -97,7 +97,7 @@ [% l('Type') %] [% l('Timestamp') %] [% l('Patron Barcode') %] - [% l('Item Barcode') %] + [% l('Copy Barcode') %] [% l('Non-cataloged Type') %] [% l('Checkout Date') %] [% l('Due Date') %] @@ -201,7 +201,7 @@ [% l('Timestamp') %] [% l('Event Name') %] [% l('Patron Barcode') %] - [% l('Item Barcode') %] + [% l('Copy Barcode') %] [% l('Non-cataloged Type') %] [% l('Checkout Date') %] [% l('Due Date') %] @@ -225,7 +225,7 @@ + ng-click="retrieveItem(xact.command.barcode)">[% l('Copy') %]