Bug 13593: 'stock number' should be 'inventory number'
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Sun, 18 Jan 2015 19:04:15 +0000 (20:04 +0100)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Fri, 20 Feb 2015 13:57:26 +0000 (10:57 -0300)
To make Koha easier to use, we should use terms consistently.
This patch fixes some occurrences of 'stock number' to be
'inventory number' as this is also the term used in the frameworks.

Item search, accessible via the link from staff's advanced search
1) Do a search for items, but choose CSV as output
2) Verify that the header row says 'inventory number'

Acquisition
3) Set AcqCreateItem to 'order'
4) Create a new order, check the labels on the item table in the order

5) Receive the order, check the labels on the item table on receive

6) Set AcqCreateItem to 'receive'
7) Check the item table on receiving an order

Followed test plan (including item search with JavaScipt disabled). Headers / labels display as expected.

Signed-off-by: Marc VĂ©ron <veron@veron.ch>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.csv.tt

index fcf15a0..faa76fd 100644 (file)
@@ -376,7 +376,7 @@ $(document).ready(function()
                           <th>Location</th>
                           <th>Call number</th>
                           <th>Copy number</th>
-                          <th>Stock number</th>
+                          <th>Inventory number</th>
                           <th>Collection code</th>
                           <th>Item type</th>
                           <th>Materials</th>
index 833f0e6..014f39b 100644 (file)
                             <th>Location</th>
                             <th>Call number</th>
                             <th>Copy number</th>
-                            <th>Stock number</th>
+                            <th>Inventory number</th>
                             <th>Collection code</th>
                             <th>Item type</th>
                             <th>Materials</th>
                             <th>Location</th>
                             <th>Call number</th>
                             <th>Copy number</th>
-                            <th>Stock number</th>
+                            <th>Inventory number</th>
                             <th>Collection code</th>
                             <th>Item type</th>
                             <th>Materials</th>
index 5b2bbea..45cfd32 100644 (file)
@@ -1,4 +1,4 @@
-Title, Publication Date, Publisher, Collection, Barcode, Call number, Home library, Current location, Shelving location, Stock number, Status, Checkouts
+Title, Publication Date, Publisher, Collection, Barcode, Call number, Home library, Current location, Shelving location, Inventory number, Status, Checkouts
 [% FOREACH item IN results -%]
   [%- INCLUDE 'catalogue/itemsearch_item.csv.inc' item = item -%]
 [%- END -%]