.EVENT.......: End_Loan
.DESCRIPTION.:
A member of the library returns a copy of an item that he has checked
out of the library.
If there are any outstanding reservations associated with the item,
then:
- The oldest reservation (and the member who made it) is identified.
- The oldest reservation is deleted
- A "reservation pickup letter" is
sent to the the reserving member,
informing him that the copy is awaiting his pickup.
- The librarian is told to put the copy on hold,
awaiting pickup by the reserving member.
.COMPOSITION.:
item_id &item_id
copy_id ©_id
;[endpk]
return_date &date
.BackwardReferences:
see CLASS Copy
see CLASS Loan
see CLASS Member