[Bug 39555] New: Transfers to send "On Loan" column clarification needed
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39555 Bug ID: 39555 Summary: Transfers to send "On Loan" column clarification needed Change sponsored?: --- Product: Koha Version: 24.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: heather@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com The Transfers to send table contains an "On Loan" column that communicates whether an item is checked out (On Loan) or not. However, if an item is not currently checked out, the value "On shelf" displays, which can be misleading. For example, if an item is in transit to another location, this field still reads as "On shelf". This is confusing, since the item is not actually on the shelf anymore, but rather in transit. One solution might be to have the values "Checked out" or "Not checked out" display in this column instead. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39555 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39555 --- Comment #1 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- Created attachment 180675 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180675&action=edit Bug 39555: Relabel "On Loan" in Transfers to Send This test plan edits database values rather than getting these transfers requested via StockRotation. I don't believe that impacts the validity of the testing. To test: 1 - enable StockRotation syspref (otherwise the Transfers to Show page doesn't show up) 2 - go to /cgi-bin/koha/circ/branchtransfers.pl and transfer an item 3 - log into the database and "update branchtransfers set datesent=NULL where branchtransfer_id=[your transfer]" 4 - go to /cgi-bin/koha/circ/transfers_to_send.pl 5 - confirm there is a column named "On shelf" and your transfer shows the value "On shelf" in that column 6 - back in the database, "update items set onloan=curdate() where itemnumber=[your item]" 7 - reload Transers to Send, confirm it now shows "Due [today]" for your item in the On Loan column 8 - apply patch 9 - reload Transfers to Send, confirm column is now titled "Date due" and the value for your item is still the due date 10 - back in the database, "update items set onloan=NULL where itemnumber=[your item]" 11 - reload Transfers to Send, confirm your item now shows a value of "Not checked out" -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39555 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal Version|24.11 |Main CC| |andrew@bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39555 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |andrew@bywatersolutions.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39555 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39555 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #180675|0 |1 is obsolete| | --- Comment #2 from David Nind <david@davidnind.com> --- Created attachment 180889 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180889&action=edit Bug 39555: Relabel "On Loan" in Transfers to Send This test plan edits database values rather than getting these transfers requested via StockRotation. I don't believe that impacts the validity of the testing. To test: 1 - enable StockRotation syspref (otherwise the Transfers to Show page doesn't show up) 2 - go to /cgi-bin/koha/circ/branchtransfers.pl and transfer an item 3 - log into the database and "update branchtransfers set datesent=NULL where branchtransfer_id=[your transfer]" 4 - go to /cgi-bin/koha/circ/transfers_to_send.pl 5 - confirm there is a column named "On shelf" and your transfer shows the value "On shelf" in that column 6 - back in the database, "update items set onloan=curdate() where itemnumber=[your item]" 7 - reload Transers to Send, confirm it now shows "Due [today]" for your item in the On Loan column 8 - apply patch 9 - reload Transfers to Send, confirm column is now titled "Date due" and the value for your item is still the due date 10 - back in the database, "update items set onloan=NULL where itemnumber=[your item]" 11 - reload Transfers to Send, confirm your item now shows a value of "Not checked out" Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39555 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com Text to go in the| |This fixes the transfer to release notes| |send table (Circulation > | |Transfers > Transfers to | |send) to clarify the values | |shown - if an item is not | |checked out, it is now | |shown as "Not checkout out" | |instead of "On shelf" - | |which was confusing, as it | |could be in transit. | | | |Changes made: | |1. The column | |"On loan" is now labelled | |"Date due". | |2. If an item | |is not checked out, the | |value now shown is "Not | |checked out", instead of | |"On shelf". (Previously, if | |an item was in transit to | |another location (for | |example), it was shown as | |"On shelf", which was | |confusing.) | |3. If an item | |is checked out, the value | |shown is "Due [DATE]" (no | |change in behavour). -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39555 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #180889|0 |1 is obsolete| | --- Comment #3 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 182185 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=182185&action=edit Bug 39555: Relabel "On Loan" in Transfers to Send This test plan edits database values rather than getting these transfers requested via StockRotation. I don't believe that impacts the validity of the testing. To test: 1 - enable StockRotation syspref (otherwise the Transfers to Show page doesn't show up) 2 - go to /cgi-bin/koha/circ/branchtransfers.pl and transfer an item 3 - log into the database and "update branchtransfers set datesent=NULL where branchtransfer_id=[your transfer]" 4 - go to /cgi-bin/koha/circ/transfers_to_send.pl 5 - confirm there is a column named "On shelf" and your transfer shows the value "On shelf" in that column 6 - back in the database, "update items set onloan=curdate() where itemnumber=[your item]" 7 - reload Transers to Send, confirm it now shows "Due [today]" for your item in the On Loan column 8 - apply patch 9 - reload Transfers to Send, confirm column is now titled "Date due" and the value for your item is still the due date 10 - back in the database, "update items set onloan=NULL where itemnumber=[your item]" 11 - reload Transfers to Send, confirm your item now shows a value of "Not checked out" Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39555 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA CC| |martin.renvoize@openfifth.c | |o.uk QA Contact|testopia@bugs.koha-communit |martin.renvoize@openfifth.c |y.org |o.uk -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39555 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Transfers to send "On Loan" |Clarify "On loan" column on |column clarification needed |"transfers to send" page -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39555 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |25.05.00 released in| | Status|Passed QA |Pushed to main -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39555 --- Comment #4 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Pushed for 25.05! Well done everyone, thank you! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39555 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to main |Needs documenting CC| |fridolin.somers@biblibre.co | |m --- Comment #5 from Fridolin Somers <fridolin.somers@biblibre.com> --- I prefer not backport to 24.11 LTS for UI stability -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org