How can we handle rentals when we have multiple copies of the same book?
The plan is to scan books by ISBN with a barcode scanner. So we can't have multiple entries for the same book.
However, we'd like the software to know that there are 5 copies of a specific book so that it could be lent out up to 5 times at once.
This is, I think, a fairly common scenario for most libraries.