[Bug 15516] RFC: Allow to reserve first available item from a group of titles
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org --- Comment #2 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Julian Maurice from comment #1)
Comments: - A column is added to the reserves table (reserve_group_id) to group the reserves that belong together, and an additional table (reserve_group) with a single column is used to generate an auto increment ID. I feel that something better can be done...
It's because you don't have any other attributes, but I am sure you could find others: for instance a name, a timestamp, etc. It's a 1n relation and it's correctly represented. Maybe you could add a foreign key to borrowers.borrowernumber to list the reserve group of a given patron.
- I don't know how to indicates in the interface that two or more reserves are only one request in reality.
What do you plan to implement next? If the reserve groups were named, and linked to a patron, you could display these infos.
- I'm bad at naming things, and "reserve_group" should probably be something else.
Some for me... but reserve_group sounds not too bad. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org