You are on page 1of 16

ATM MANAGEMENT

SYSTEM
Presented By:
201FA04324
201FA04325
201FA04337
201FA04340
Problem Statement:
•MAIN OBJECTIVE :
● We are creating an ATM Program for representing ATM transaction.
●In this program the user has to select an option from the options displayed on the screen.
●The options are related to withdraw the money ,deposit the money, Check the balance and exit.
•  

1.To withdraw the money :- We simply get the withdrawal amount from the user and remove that amount from the total
balance and print the successful message .
2.To deposit the money :- We simply get the deposit amount from the user and add it to the total balance and print the
successful message.
3.To check balance :- We simply print the total balance from the user.

•  
Problem Statement

• Modules and functionalities of ATM machine management system :-


• There are two modulus in the application. One is admin who can manage all information and the other one
is user who can access information.

• Admin :-
• Admin can add,update and delete the information of transactions on the ATM .
•  
• User :-
• User can view and search about the informations about transactions provided by admin an can
view their profile and can change his password .
Problem Statement
•Location:
•Location shows the available ATM’
•Withdraw :
•This module can be used to withdraw the money.
•Deposit :
•This module is used to deposit the money.
•ATM:
•In this module shows the number of ATM’s in the available locations .


ENTITIES AND ATTRIBUTES

ADMIN USER
• Admin ID • Account ID

• Admin Password • Account Name


• Bank Name
• Withdraw
• Deposit
• Balance
ENTITIES AND ATTRIBUTES

DEPOSIT WITHDRAW
• Account Number • Account Number
• Account Name • Account Name
• Deposit • Withdraw
ENTITIES AND ATTRIBUTES

LOCATION ATM
• State • ATM Name
• District • City
• city
ER DIAGRAM
AdminTable
User Table
Deposit Table
Withdraw Table
Location Table
ATM Table
CONCLUSION:
• From this presentation, one can observe that an ATM system is
associated with the bank transactions of the consumers.
• Majorly, the ATM system is utilized for the money associated
transactions from the consumers.
• Consumers make major use of ATM to withdraw money from their
bank account.
THANK YOU

You might also like