Pseudo Code
|
- Hold a Book Window
- This window contains text entry fields for: Customer's ID and Call Number of the Book. It also has another text field to display a message.
Buttons present: SEARCH (beside the Customer ID field),
SEARCH (beside the Call Number field),
CLEAR, OK, CANCEL, HELP, PRINT
- SEARCH (beside the Customer ID field)
- Performs a search for the Customer's ID based on the search criteria as stated in the 'Searching Customers' section.
- SEARCH (beside the Call Number field)
- Performs a search for the Call Number of the book based on the search criteria as stated in the 'View Book Copy' section.
- CLEAR
- Clears the contents in the text entry fields.
- OK
- Starts processing the holds request using the inputs provided.
- CANCEL
- Closes the 'Hold a Book' window, and returns the control to the 'Book Administration' window.
- HELP
- Provides information about this window, the inputs, and the functions each button performs.
- PRINT
- Prints a report on the held book.
|