[Bug 33075] New: Add ability to mark an item as floating
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33075 Bug ID: 33075 Summary: Add ability to mark an item as floating Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Circulation Assignee: julian.maurice@biblibre.com Reporter: julian.maurice@biblibre.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33075 --- Comment #1 from Julian Maurice <julian.maurice@biblibre.com> --- Created attachment 147428 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=147428&action=edit Bug 33075: Add ability to mark an item as floating Test plan: 1. Run updatedatabase.pl, update_dbix_class_files.pl and restart koha 2. Go to "Admin > Koha to MARC mapping" and map items.floating to an item subfield 3. Create an item. 4. Make sure that your configuration allows to check out this item, and when returned to a different library the item should be transfered back to its home library. 5. Check out this item and return it in a different library. It should be transfered. Check in the item in its home library to complete the transfer. 6. Modify the item and in the "floating" subfield put a value different than "0" 7. Check out this item and return it in a different library. There should be no transfer. Item's holding library should be the library where it has been returned -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33075 Julian Maurice <julian.maurice@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33075 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers@biblibre.co | |m --- Comment #2 from Fridolin Somers <fridolin.somers@biblibre.com> --- installer/data/mysql/atomicupdate/bug-XXXXX.pl needs to use bug id 33075 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33075 Andrew Fuerste-Henry <andrewfh@dubcolib.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrewfh@dubcolib.org --- Comment #3 from Andrew Fuerste-Henry <andrewfh@dubcolib.org> --- Your test plan assumes a circulation rule that doesn't allow floating, with the value in items.floating overriding such that it does. Is the opposite true? If my circ rules says everything should float, can I force specific items to *not* float by setting an items.floating value? This seems like it would best conform to existing circ rule structures if: items.floating is NULL: item follows regular circ rules items.floating = 0: item does not float, regardless of circ rules items.floating = 1: item does float, regardless of circ rules -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33075 --- Comment #4 from Julian Maurice <julian.maurice@biblibre.com> ---
If my circ rules says everything should float, can I force specific items to *not* float by setting an items.floating value?
That's an interesting idea, but that's not what this patch does (items.floating is defined as NOT NULL). -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33075 Andrew Auld <andrew.auld@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrew.auld@ptfs-europe.com --- Comment #5 from Andrew Auld <andrew.auld@ptfs-europe.com> --- I may be being stupid, but in sandbox, I can't find items.floating in the Koha to MARC mapping table. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33075 Emmi Takkinen <emmi.takkinen@koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emmi.takkinen@koha-suomi.fi -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33075 --- Comment #6 from Emmi Takkinen <emmi.takkinen@koha-suomi.fi> --- (In reply to Andrew Auld from comment #5)
I may be being stupid, but in sandbox, I can't find items.floating in the Koha to MARC mapping table.
Did you find it? If not, maybe restarting services helps? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33075 --- Comment #7 from Andrew Auld <andrew.auld@ptfs-europe.com> --- (In reply to Emmi Takkinen from comment #6)
I can't find items.floating in the Koha to MARC mapping table.
Did you find it? If not, maybe restarting services helps?
Unfortunately not. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33075 --- Comment #8 from Fridolin Somers <fridolin.somers@biblibre.com> --- Is this somehow linked to Bug 9525 ? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33075 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=9525 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33075 --- Comment #9 from Andrew Fuerste-Henry <andrewfh@dubcolib.org> --- (In reply to Fridolin Somers from comment #8)
Is this somehow linked to Bug 9525 ?
It seems like the changes in 9525 will require changes here, yeah. This patch treats floating rules as a binary, either on or off. Bug 9525 added a third option that is not represented here. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33075 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #10 from Fridolin Somers <fridolin.somers@biblibre.com> --- Needs a patch on REST API api/v1/swagger/definitions/item.yaml -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33075 --- Comment #11 from Fridolin Somers <fridolin.somers@biblibre.com> --- Created attachment 183416 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183416&action=edit Bug 33075: Set atomic update bug number -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33075 --- Comment #12 from Fridolin Somers <fridolin.somers@biblibre.com> --- Created attachment 183417 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183417&action=edit Bug 33075: (follow-up) add to deleteditems -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33075 --- Comment #13 from Fridolin Somers <fridolin.somers@biblibre.com> --- Created attachment 183418 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183418&action=edit Bug 33075: (follow-up) Add floating and floating_on properties to item swagger definitions -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33075 --- Comment #14 from Fridolin Somers <fridolin.somers@biblibre.com> --- Created attachment 183419 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183419&action=edit Bug 33075: DBIC Updates -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33075 --- Comment #15 from Fridolin Somers <fridolin.somers@biblibre.com> --- I attach the patches we have for 24.11 @Julian Needs a real rebase ;) -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org