You are on page 1of 10

ATM SIMULATOR

BY
SIVA SANKAR
VIVEK
ABSTRACT
 ATM is nothing but acronym for automated
teller machine.

 It provides self services to the customer.

 The customer can get sevices at any time and


any where else.
ATM SIMULATOR
• Each customer has two accounts: a checking
account and a savings account.
• Each customer has a customer number and a
Personal Identification Number (PIN).
• Both must be typed into the simulation to gain
access to the accounts.
• Once they have gained access, the customer
can select an account (checking or savings).
ATM SIMULATOR Cont.,
• The balance of the selected account is
displayed (initially zero).
• Then the customer can deposit and withdraw
money and the balance will be updated
accordingly.
• The application terminates when the user
selects exit rather than an account.
• Since this is a simulation, the ATM does not
actually communicate with the bank.
MODULE
• Login
• Customer account
• Transfer account
• Mini statement
Login Module

• Login module checks for the customer id and


identification number.

• If the customer id and the identification


number are same it loads into the customer
account.
Customer Account Module

• In customer account module, it performs the


savings and current account.
• In savings account,the customer can withdraw
the amount.
• In customer account,the customer can also
check the balance for his account.
Transfer Account Module

• In transfer account module, the customer can


transfer his amount to other account.
Mini statement

• In mini statement, the customer can get the


mini statement of his account.
• The customer knows the balance of his
account.
SOFTWARE REQUIREMENTS

• Front End: Java Swings


• Back End : Sql

You might also like