Bugzilla – Attachment 51502 Details for
Bug 16454
Use "inventory" instead of "inventory/stocktaking"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 16454: Use 'inventory' instead of 'inventory/stocktaking'
SIGNED-OFF-Bug-16454-Use-inventory-instead-of-inve.patch (text/plain), 6.13 KB, created by
Owen Leonard
on 2016-05-14 21:55:12 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 16454: Use 'inventory' instead of 'inventory/stocktaking'
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2016-05-14 21:55:12 UTC
Size:
6.13 KB
patch
obsolete
>From 47944e4a7f741332a8bb3b79bab4c33e48b7cbff Mon Sep 17 00:00:00 2001 >From: Aleisha <aleishaamohia@hotmail.com> >Date: Thu, 12 May 2016 04:46:54 +0000 >Subject: [PATCH] [SIGNED-OFF] Bug 16454: Use 'inventory' instead of > 'inventory/stocktaking' >Content-Type: text/plain; charset="utf-8" > >To test: >1) Go to the tools home page. Confirm it says 'Inventory' instead of > 'Inventory/stocktaking' in heading and in description >2) Click Inventory. Confirm heading now says 'Inventory' instead of > 'Inventory/stocktaking' >3) Confirm that it now says 'Inventory' instead of > 'Inventory/stocktaking' in the tools menu along the left of the page >4) Click Help in top right corner. Confirm help heading now says > 'Inventory' instead of 'Inventory/stocktaking' >5) Go to user account page, go to Set Permissions >6) Expand Tools option and confirm it says 'inventory' instead of > 'inventory (stocktaking)' > >Sponsored-by: Catalyst IT >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc | 2 +- > koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-flags.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/inventory.tt | 4 ++-- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt | 4 ++-- > 6 files changed, 8 insertions(+), 8 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc >index 68c6001..6a80ba1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc >@@ -63,7 +63,7 @@ > [%- CASE 'edit_quotes' -%]<span>Edit quotes for quote-of-the-day feature</span> > [%- CASE 'export_catalog' -%]<span>Export bibliographic and holdings data</span> > [%- CASE 'import_patrons' -%]<span>Import patron data</span> >- [%- CASE 'inventory' -%]<span>Perform inventory (stocktaking) of your catalog</span> >+ [%- CASE 'inventory' -%]<span>Perform inventory of your catalog</span> > [%- CASE 'items_batchdel' -%]<span>Perform batch deletion of items</span> > [%- CASE 'items_batchmod' -%]<span>Perform batch modification of items</span> > [%- CASE 'items_batchmod_restricted' -%]<span>Limit batch item modification to subfields defined in the SubfieldsToAllowForRestrictedBatchmod preference (please note that items_batchmod is still required)</span> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc >index 9a2b1bf..a918e2a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc >@@ -75,7 +75,7 @@ > <li><a href="/cgi-bin/koha/tools/export.pl">Export data</a></li> > [% END %] > [% IF ( CAN_user_tools_inventory ) %] >- <li><a href="/cgi-bin/koha/tools/inventory.pl">Inventory/stocktaking</a></li> >+ <li><a href="/cgi-bin/koha/tools/inventory.pl">Inventory</a></li> > [% END %] > [% IF ( CAN_user_tools_label_creator ) %] > <li><a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a></li> >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 72823de..974a215 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 >@@ -410,7 +410,7 @@ > </li> > <li>inventory > <ul> >- <li>Perform inventory (stocktaking) of your catalog</li> >+ <li>Perform inventory of your catalog</li> > <li>Access to the Inventory Tool</li> > </ul> > </li> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/inventory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/inventory.tt >index b767743..e885a33 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/inventory.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/inventory.tt >@@ -1,6 +1,6 @@ > [% INCLUDE 'help-top.inc' %] > >-<h1>Inventory/Stocktaking</h1> >+<h1>Inventory</h1> > > <p>Koha's Inventory Tool can be used in one of two ways, the first is by printing out a shelf list that you can then mark items off on, or by uploading a text files of barcodes gathered by a portable scanner.</p> > >@@ -18,4 +18,4 @@ > > <p><strong>See the full documentation for Inventory in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/inventory.html">manual</a> (online).</strong></p> > >-[% INCLUDE 'help-bottom.inc' %] >\ No newline at end of file >+[% INCLUDE 'help-bottom.inc' %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >index 8b5c4d9..ef92067 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >@@ -101,7 +101,7 @@ $(document).ready(function(){ > <div id="bd"> > <div id="yui-main"> > <div class="yui-b"> >- <h1>Inventory/Stocktaking</h1> >+ <h1>Inventory</h1> > [% IF (moddatecount) %]<div class="dialog message">[% moddatecount %] items modified : datelastseen set to [% date | $KohaDates %]</div> > <div class="dialog alert">Number of potential barcodes read: [% LinesRead %]</div>[% END %] > [% IF (errorfile) %]<div class="dialog alert">[% errorfile %] can't be opened</div>[% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt >index a8f8ff4..09bc4b6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt >@@ -145,8 +145,8 @@ > [% END %] > > [% IF ( CAN_user_tools_inventory ) %] >- <dt><a href="/cgi-bin/koha/tools/inventory.pl">Inventory/stocktaking</a></dt> >- <dd>Perform inventory (stocktaking) of your catalog</dd> >+ <dt><a href="/cgi-bin/koha/tools/inventory.pl">Inventory</a></dt> >+ <dd>Perform inventory of your catalog</dd> > [% END %] > > [% IF ( CAN_user_tools_label_creator ) %] >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 16454
:
51452
|
51459
|
51502
|
51522
|
51523