Last revised: October 06, 2000
Initial Screen on application startup.
User has entered their customer number on the keypad.
User will press the "A" button to proceed to next
screen.
PIN entry screen, awaiting user input.
User has entered their PIN on the keypad.
User will press "A" button to proceed to next screen.
Account Selection Screen
If the User is authorized, this screen will appear. If the user is not authorized, a message box will display "Can't find that Customer" and the ATM returns to the initial screen.
User will press "A" or "B" button to proceed to next screen.
If the user presses "C" for exit, the ATM returns to the initial screen.
Transaction entry screen, awaiting user input.
User has entered the amount of money to be deposited to their account on the keypad.
User will press "B" to request a deposit or "A" to request a withdrawal.
The ATM will perform the transaction and return to the Account Selection Screen.
If user presses "C" no transaction is performed and the ATM returns to the Account Selection Screen.