We're introducing unnecessary confusion by labeling the column for holdingbranch "Current location" in the holdings information on the intranet and OPAC. Folks who don't spend much time in the database confuse "Current location" and "shelving location." Could we label it "Current library" instead?
Hi Andrew, I fully agree here and it causes confusion in translations as well. Let's call libraries libraries and locations locatons :)
Created attachment 107051 [details] [review] Bug 25867: Label "Current locaton" as "Current library" and "Permanent location" as "Home library" There is some confusion between the different locations and libraries appearing in the GUI. holdingbranch is sometimes labeled as current location homebranch is sometimes labeled as permanent location The patch fixes these occurences in various files: - Item search form, results and export options - MARC frameworks for en, fr-Fr, nb-NO, and pl-PL - Holds awaiting pickup report - Item display on order receive screen (create items on receive) - OPAC system preference: OPACResultsLibrary - Staff and OPAC detail pages - Lost items report - Rotating collections
Created attachment 107436 [details] [review] Bug 25867: Label "Current locaton" as "Current library" and "Permanent location" as "Home library" There is some confusion between the different locations and libraries appearing in the GUI. holdingbranch is sometimes labeled as current location homebranch is sometimes labeled as permanent location The patch fixes these occurences in various files: - Item search form, results and export options - MARC frameworks for en, fr-Fr, nb-NO, and pl-PL - Holds awaiting pickup report - Item display on order receive screen (create items on receive) - OPAC system preference: OPACResultsLibrary - Staff and OPAC detail pages - Lost items report - Rotating collections Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk>
Would it be worth a database update to correct frameworks for existing installations?
I didn't do it as the other term might have been used in documentation and such. It's not an issue to add one, I will do that later.
Created attachment 108276 [details] [review] Bug 25867: Label "Current location" as "Current library" and "Permanent location" as "Home library" There is some confusion between the different locations and libraries appearing in the GUI. holdingbranch is sometimes labeled as current location homebranch is sometimes labeled as permanent location The patch fixes these occurences in various files: - Item search form, results and export options - MARC frameworks for en, fr-Fr, nb-NO, and pl-PL - Holds awaiting pickup report - Item display on order receive screen (create items on receive) - OPAC system preference: OPACResultsLibrary - Staff and OPAC detail pages - Lost items report - Rotating collections Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk>
Created attachment 108277 [details] [review] Bug 25867: Database update for changing existing frameworks This updates the descriptions for 952$a und $b in all existing frameworks, if the English description hasn't been changed since installing Koha. To test: - Look at your item edit form or on the MARC tab for the descriptions shown for $a and $b for any framework - Note the descriptons say '... location' - Change one or more using the frameworks. - Run the database update - Verify only the unchanged ones have been updated
Created attachment 108280 [details] [review] Bug 25867: Label "Current location" as "Current library" and "Permanent location" as "Home library" There is some confusion between the different locations and libraries appearing in the GUI. holdingbranch is sometimes labeled as current location homebranch is sometimes labeled as permanent location The patch fixes these occurences in various files: - Item search form, results and export options - MARC frameworks for en, fr-Fr, nb-NO, and pl-PL - Holds awaiting pickup report - Item display on order receive screen (create items on receive) - OPAC system preference: OPACResultsLibrary - Staff and OPAC detail pages - Lost items report - Rotating collections Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Created attachment 108281 [details] [review] Bug 25867: Database update for changing existing frameworks This updates the descriptions for 952$a und $b in all existing frameworks, if the English description hasn't been changed since installing Koha. To test: - Look at your item edit form or on the MARC tab for the descriptions shown for $a and $b for any framework - Note the descriptons say '... location' - Change one or more using the frameworks. - Run the database update - Verify only the unchanged ones have been updated Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Pushed to master for 20.11, thanks to everybody involved!
enhancement will not be backported to 20.05.x