We should be consistent in how we use terms in Koha, there are some cases where we use 'stock number' instead of 'inventory number'. Jonathan identified some places that need to be fixed in bug 13564: 2 for the item search feature: koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_items.inc: [% INCLUDE itemsearch_header name='stocknumber' label='stock number' text='Stock number' %] koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.csv.tt:Title, Publication Date, Publisher, Collection, Barcode, Call number, Home library, Current location, Shelving location, Stock number, Status, Checkouts and 3 others: koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt: <th>Stock number</th> koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt: <th>Stock number</th> koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt: <th>Stock number</th>
Failing to trigger this one: koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_items.inc: [% INCLUDE itemsearch_header name='stocknumber' label='stock number' text='Stock number' %]
Created attachment 35347 [details] [review] Bug 13593: 'stock number' should be 'inventory number' 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 http://bugs.koha-community.org/show_bug.cgi?id=13564
(In reply to Katrin Fischer from comment #1) > Failing to trigger this one: > koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_items.inc: > [% INCLUDE itemsearch_header name='stocknumber' label='stock number' > text='Stock number' %] Julian, Could you please have a look? It seems that the script catalogue/itemsearch.pl is never caller with format="html". Actually the html value is set in the form, but it is DT that calls the script with format="json".
(In reply to Jonathan Druart from comment #3) > Julian, > Could you please have a look? It seems that the script > catalogue/itemsearch.pl is never caller with format="html". > Actually the html value is set in the form, but it is DT that calls the > script with format="json". format="html" is a fallback mode for when javascript is disabled. Try disabling JS and reload the page.
Created attachment 35998 [details] [review] [Signed-off] Bug 13593: 'stock number' should be 'inventory number' 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. http://bugs.koha-community.org/show_bug.cgi?id=13564 Signed-off-by: Marc Véron <veron@veron.ch>
Created attachment 36041 [details] [review] Bug 13593: 'stock number' should be 'inventory number' 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>
Created attachment 36042 [details] [review] Bug 13593: (follow-up) 'stock number' should be 'inventory number' Add one more. Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Patches pushed to master. Thanks Katrina!
String changes, held for 3.18.5
Pushed to 3.18.x will be in 3.18.5