ATM Prototype

Last revised: October 06, 2000


   
Enter Customer number on the keypad.
A= OK
 

Initial Screen on application startup.

 


   
Enter Customer number on the keypad.
A= OK
 

User has entered their customer number on the keypad.
User will press the "A" button to proceed to next screen.

 


   
Enter PIN
A= OK
 

PIN entry screen, awaiting user input.

 


   
Enter PIN
A= OK
 

User has entered their PIN on the keypad.
User will press "A" button to proceed to next screen.

 


   
Select Account
A= Checking
B= Savings
C= Exit
 

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.

 


   
Balance = 0.0
Enter amount and select transaction
A= Withdraw
B= Depost
C= Cancel
 

Transaction entry screen, awaiting user input.

 


   
Balance = 0.0
Enter amount and select transaction
A= Withdraw
B= Deposit
C= Cancel
 

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.