https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516

Jonathan Druart <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
                   |                            |ommunity.org

--- Comment #2 from Jonathan Druart <[email protected]> 
---
(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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to