| When the user enters Call Number in the text-box and presses the OK button then this module accesses the database and checks
if the given book is on hold. If it is not on hold, then the due date for the Book Copyis updated in the database, and a message
is displayed saying that the book copy has been successfully renewed. As well, the Librarian can print out a report of the
book copy's information once the book has been renewed by pressing PRINT REPORT.
If it is on hold, then the Book Copy's status is changed to available for loan, and a message is displayed, saying the Book Copy
cannot be renewed.
Pressing the CANCEL button will return the Librarian to the "Transaction Administration" window. Pressing the CANCEL button
at any time will end the current operation, and exit the module. As well, pressing the HELP button at anytime during the current
module, will display appropriate information designed to aid the user.
|