尊敬的 微信汇率:1円 ≈ 0.046166 元 支付宝汇率:1円 ≈ 0.046257元 [退出登录]
SlideShare a Scribd company logo
A Project on
PRESENTED BY


   Roll No.--509011



   Roll No.--509012


   Roll No.--509013
INTRODUCTION TO ATM SYSTEM
• This application allows the Customers to collect
  cash and transact Money from one Account to
  another just by giving his/her Account Number.

• It allows Authorized users to access the system by
  typing a valid Account number .

• This application allows to change password and
  inquiry Account Balance of Customer who have
  valid bank Account number.

• It also enables u to make transaction on the
  current Account

•
ARICTECTURE OF ATM SYSTEM


         ATM System
                   Login Screen




                    Main Menu




Cash   Transfer   Card Transaction   Information   Invest   Standard

                                                            Cash
Why This ?
•   Faster Cash Withdrawal
•   Transfer Money to another's Account
•   Instant Balance Inquiry
•   Change Password
•   Dept Paying
•   Card Transaction
•   Maximum 50,000 Rs. per Day
Technique Used in this Project
 LANGUAGE :-
      * JAVA (Awt ,Swing )
 DATABASE :-
      * MS ACESS
 PLATFORM :-
      * Windows XP
 CONECTIVITY :-
      * JDBC-ODBC Connection
Why JAVA ???
• It is a powerful language capable of handling database
  and can run on a network environment

•    It is Machine independent language which is run in any
    operating system with out modifying any code and
    Efficient in handling large volume of transaction
    processing.

•    It can run on a network environment and can be used
    for writing application program Only.

• JAVA is Simple, Secure, Portable, Object oriented,
  Robust, Multithreaded, Architecture neutral, Interpreted,
  High Performance, Distributed and Dynamic
HOW IT IS IMPLEMENTED ?
• The implementation of ATM System includes designing
  the user interface using Java Swing that uses different
  panels for placing various controls on it.The application
  maintains the connection with the database using
  JDBC.Various actions implements ATM DataBase
  System applications are:

   – Imports the built-in Java packages needed for
     running the application.
   – Includes declaration of all the variables that
     you use in the application
   – Includes designing of the class and its methods.
ESTABLISHING CONNECTION WITH DATABASE
•   The following are the steps required to establish database connection with java
    programs :--
     – Step 1: Loading Drivers
               First load the appropriate driver .The
       JDBC-ODBC driver is the most preferred driver
       among developers. For loading the driver the
       statement is:
        Class.forName
       (“sun.jdbc.odbc.jdbcodbcdriver”);

     – Step 2: Making the Connection
               The getConnection () methods of the
       Driver Manager class is called to obtain the
       Connection Object.
      Connection con=DriverManager.getConnection
       (“jdbc:odbc:dsnname”);
Continued………
• Step 3: Creating JDBC Statement
           You send your SQL query to the DBMS
  using Statement object.
           Statement st=con.createStatement();

• Step 4: Executing the Statement
            For executing the query ,you have to
  obtain the ResultSet object and call execute
  Query() method.
            ResultSet rs=st.executeQuery (“select
  * from Student”);
Continued………
• Step 5: Closing the Connection and Statement
  Objects

      After completion of all steps you have to
  close the connection by calling close methods.

  For close the connection:
      con.close ();

  For close the Statement:
            st.close ();
Roll of MS ACCESS
• The ATM System uses MS Access for storing the
  Customer Bank Account.

• In this table the account number, balance and other
  Information's r stored.

• The table consists of the following Information:

  * Contains login information, like password.

  * Accounts information such as cash withdraw and
  balance inquiry.
DATA FLOW DIAGRAM

USER        LOGIN
           SCREEN




            USER
       AUTHENTICATION      ATM
                          SYSTEM

EXIT
               OUTPUT
             PROCESSING      EXIT
LOGIN SCREEN
MAIN MENU
CASH WITHDRAWAL
MONEY TRANSFER
CARD TRANSACTION
CHANGE PASSWORD
DEPT PAYING
BALANCE INQUIRY
CONCLUSION
      The project on “ ATM SYSTEM "has been developed as the
best flexible and efficient project within the available resources
and time.

   In Future We r Planning to add new feature like Finger Print
Reader and Eye Detection System for Authentication of user
Security purpose

    •Care has been taken at each step to make it more user
friendly so that users can add new features where ever necessary
while using this automated system. It May be Enhanced for
Requirement of User.
www.manasniluphalguni.com
Wish u All

More Related Content

What's hot

Atm system
Atm systemAtm system
Atm system
Hardik Kakadiya
 
A CASE Lab Report - Project File on "ATM - Banking System"
A CASE Lab Report - Project File on  "ATM - Banking System"A CASE Lab Report - Project File on  "ATM - Banking System"
A CASE Lab Report - Project File on "ATM - Banking System"
joyousbharat
 
Bank Management System project
Bank Management System projectBank Management System project
Bank Management System project
GolamRabbaniMithu
 
ATM System Description and functional and non- functional Requirements
ATM System Description and functional and non- functional RequirementsATM System Description and functional and non- functional Requirements
ATM System Description and functional and non- functional Requirements
wajahat Gul
 
Presentation On ATM Technology
Presentation On ATM TechnologyPresentation On ATM Technology
Presentation On ATM Technology
VINOD KUMAR RAMKUMAR
 
SYNOPSIS ON BANK MANAGEMENT SYSTEM
SYNOPSIS ON BANK MANAGEMENT SYSTEMSYNOPSIS ON BANK MANAGEMENT SYSTEM
SYNOPSIS ON BANK MANAGEMENT SYSTEM
Nitish Xavier Tirkey
 
Ppt on atm machine
Ppt on atm machinePpt on atm machine
Ppt on atm machine
Prabhat Singh
 
Atm system_project
Atm system_projectAtm system_project
Atm system_project
PRasad Bhamre
 
54024405 project-report-banking-management-system
54024405 project-report-banking-management-system54024405 project-report-banking-management-system
54024405 project-report-banking-management-system
nancs
 
Chat Application
Chat ApplicationChat Application
Chat Application
kuldip kumar
 
Online shopping
Online shoppingOnline shopping
Online shopping
gajapandiyan
 
Banking Management System Project
Banking Management System ProjectBanking Management System Project
Banking Management System Project
Chaudhry Sajid
 
Banking Management System Project documentation
Banking Management System Project documentationBanking Management System Project documentation
Banking Management System Project documentation
Chaudhry Sajid
 
BANK MANAGEMENT SYSTEM report
BANK MANAGEMENT SYSTEM reportBANK MANAGEMENT SYSTEM report
BANK MANAGEMENT SYSTEM report
Nandana Priyanka Eluri
 
Bank system presentation
Bank system presentationBank system presentation
Bank system presentation
Eslam Mohammed
 
Online Bus Reservation System
Online Bus Reservation SystemOnline Bus Reservation System
Online Bus Reservation System
Siva Rushi
 
documentation on bank management system
documentation on bank management systemdocumentation on bank management system
documentation on bank management system
Unsa Jawaid
 
Bank Management System
Bank Management SystemBank Management System
Bank Management System
Vinoth Ratnam Sudalaimuthu
 
ER diagrams for blood bank management system
ER diagrams for blood bank management systemER diagrams for blood bank management system
ER diagrams for blood bank management system
Soham Nanekar
 
SRS for Library Management System
SRS for Library Management SystemSRS for Library Management System
SRS for Library Management System
Toseef Hasan
 

What's hot (20)

Atm system
Atm systemAtm system
Atm system
 
A CASE Lab Report - Project File on "ATM - Banking System"
A CASE Lab Report - Project File on  "ATM - Banking System"A CASE Lab Report - Project File on  "ATM - Banking System"
A CASE Lab Report - Project File on "ATM - Banking System"
 
Bank Management System project
Bank Management System projectBank Management System project
Bank Management System project
 
ATM System Description and functional and non- functional Requirements
ATM System Description and functional and non- functional RequirementsATM System Description and functional and non- functional Requirements
ATM System Description and functional and non- functional Requirements
 
Presentation On ATM Technology
Presentation On ATM TechnologyPresentation On ATM Technology
Presentation On ATM Technology
 
SYNOPSIS ON BANK MANAGEMENT SYSTEM
SYNOPSIS ON BANK MANAGEMENT SYSTEMSYNOPSIS ON BANK MANAGEMENT SYSTEM
SYNOPSIS ON BANK MANAGEMENT SYSTEM
 
Ppt on atm machine
Ppt on atm machinePpt on atm machine
Ppt on atm machine
 
Atm system_project
Atm system_projectAtm system_project
Atm system_project
 
54024405 project-report-banking-management-system
54024405 project-report-banking-management-system54024405 project-report-banking-management-system
54024405 project-report-banking-management-system
 
Chat Application
Chat ApplicationChat Application
Chat Application
 
Online shopping
Online shoppingOnline shopping
Online shopping
 
Banking Management System Project
Banking Management System ProjectBanking Management System Project
Banking Management System Project
 
Banking Management System Project documentation
Banking Management System Project documentationBanking Management System Project documentation
Banking Management System Project documentation
 
BANK MANAGEMENT SYSTEM report
BANK MANAGEMENT SYSTEM reportBANK MANAGEMENT SYSTEM report
BANK MANAGEMENT SYSTEM report
 
Bank system presentation
Bank system presentationBank system presentation
Bank system presentation
 
Online Bus Reservation System
Online Bus Reservation SystemOnline Bus Reservation System
Online Bus Reservation System
 
documentation on bank management system
documentation on bank management systemdocumentation on bank management system
documentation on bank management system
 
Bank Management System
Bank Management SystemBank Management System
Bank Management System
 
ER diagrams for blood bank management system
ER diagrams for blood bank management systemER diagrams for blood bank management system
ER diagrams for blood bank management system
 
SRS for Library Management System
SRS for Library Management SystemSRS for Library Management System
SRS for Library Management System
 

Viewers also liked

10 Slides to ATM
10 Slides to ATM10 Slides to ATM
10 Slides to ATM
seanraz
 
Interviewing Skills Presentation
Interviewing Skills PresentationInterviewing Skills Presentation
Interviewing Skills Presentation
Bri Pollard
 
Atm.ppt
Atm.pptAtm.ppt
Atm.ppt
siva edara
 
Universal banking
Universal bankingUniversal banking
Universal banking
Dharmik
 
Mobile banking
Mobile bankingMobile banking
Mobile banking
vaibhav kubadia
 
Atm (bm)
Atm (bm)Atm (bm)
Atm (bm)
Neha Patel
 
Universal banking
Universal bankingUniversal banking
Universal banking
Bhumika Garg
 
Core banking
Core bankingCore banking
Universal banking
Universal bankingUniversal banking
Universal banking
Kartik Jain
 
Interviewing Skills PowerPoint
Interviewing Skills PowerPointInterviewing Skills PowerPoint
Interviewing Skills PowerPoint
emurfield
 
Mobile Banking
Mobile BankingMobile Banking
A T M (Automated Teller Machine)
A T M (Automated Teller Machine)A T M (Automated Teller Machine)
A T M (Automated Teller Machine)
Networking
 
Core banking
Core bankingCore banking
Core banking
Rajin Rajan
 
Internet Banking
Internet BankingInternet Banking
Internet Banking
snehateddy
 
Core Banking Solution PPT of TCS and SBI
Core Banking Solution PPT of TCS and SBICore Banking Solution PPT of TCS and SBI
Core Banking Solution PPT of TCS and SBI
Rajesh Kumar
 
Core Banking Solution.
Core Banking Solution.Core Banking Solution.
Core Banking Solution.
Rajat Khandelwal
 
Banking ppt
Banking pptBanking ppt

Viewers also liked (17)

10 Slides to ATM
10 Slides to ATM10 Slides to ATM
10 Slides to ATM
 
Interviewing Skills Presentation
Interviewing Skills PresentationInterviewing Skills Presentation
Interviewing Skills Presentation
 
Atm.ppt
Atm.pptAtm.ppt
Atm.ppt
 
Universal banking
Universal bankingUniversal banking
Universal banking
 
Mobile banking
Mobile bankingMobile banking
Mobile banking
 
Atm (bm)
Atm (bm)Atm (bm)
Atm (bm)
 
Universal banking
Universal bankingUniversal banking
Universal banking
 
Core banking
Core bankingCore banking
Core banking
 
Universal banking
Universal bankingUniversal banking
Universal banking
 
Interviewing Skills PowerPoint
Interviewing Skills PowerPointInterviewing Skills PowerPoint
Interviewing Skills PowerPoint
 
Mobile Banking
Mobile BankingMobile Banking
Mobile Banking
 
A T M (Automated Teller Machine)
A T M (Automated Teller Machine)A T M (Automated Teller Machine)
A T M (Automated Teller Machine)
 
Core banking
Core bankingCore banking
Core banking
 
Internet Banking
Internet BankingInternet Banking
Internet Banking
 
Core Banking Solution PPT of TCS and SBI
Core Banking Solution PPT of TCS and SBICore Banking Solution PPT of TCS and SBI
Core Banking Solution PPT of TCS and SBI
 
Core Banking Solution.
Core Banking Solution.Core Banking Solution.
Core Banking Solution.
 
Banking ppt
Banking pptBanking ppt
Banking ppt
 

Similar to Atm System

java Project report online banking system
java Project report online banking systemjava Project report online banking system
java Project report online banking system
VishNu KuNtal
 
Onlinebanking system.ppt
Onlinebanking system.pptOnlinebanking system.ppt
Onlinebanking system.ppt
MohitDhande3
 
Bank Management System
Bank Management System Bank Management System
Bank Management System
kartikeya upadhyay
 
DIGITAL TOLL TAX SYSTEM
DIGITAL TOLL TAX SYSTEMDIGITAL TOLL TAX SYSTEM
DIGITAL TOLL TAX SYSTEM
AmitSaha123
 
Net banking
Net banking Net banking
Net banking
AmbikaMalgatti
 
GEETHA LAKSHMI M
GEETHA LAKSHMI MGEETHA LAKSHMI M
GEETHA LAKSHMI M
Geetha Lakshmi
 
Banking java project
Banking java projectBanking java project
Banking java project
Tutorial Learners
 
2 d barcode based mobile payment system
2 d barcode based mobile payment system2 d barcode based mobile payment system
2 d barcode based mobile payment system
Parag Tamhane
 
locker presentation (1)
locker presentation (1)locker presentation (1)
locker presentation (1)
Sancharika Jana
 
Project report
Project reportProject report
Project report
ARPITA SRIVASTAVA
 
Internet banking
Internet bankingInternet banking
Internet banking
wi7sonjoseph
 
Documentation
DocumentationDocumentation
Documentation
Kalyan A
 
Online banking
Online bankingOnline banking
Online banking
Dheeraj Dani
 
PPT.pptx
PPT.pptxPPT.pptx
PPS.pptx this ppt is for coding your problems and to do ppt for new students ...
PPS.pptx this ppt is for coding your problems and to do ppt for new students ...PPS.pptx this ppt is for coding your problems and to do ppt for new students ...
PPS.pptx this ppt is for coding your problems and to do ppt for new students ...
ragishettyanilkumar
 
Internet Banking Powerpoint.pptx
Internet Banking Powerpoint.pptxInternet Banking Powerpoint.pptx
Internet Banking Powerpoint.pptx
PrinceBiyoyouwei
 
session and cookies.ppt
session and cookies.pptsession and cookies.ppt
session and cookies.ppt
Jayaprasanna4
 
PROJECT.ppt (6).pptx
PROJECT.ppt (6).pptxPROJECT.ppt (6).pptx
PROJECT.ppt (6).pptx
PraveenaModinipally
 
E secure transaction project ppt(Design and implementation of e-secure trans...
E secure transaction project  ppt(Design and implementation of e-secure trans...E secure transaction project  ppt(Design and implementation of e-secure trans...
E secure transaction project ppt(Design and implementation of e-secure trans...
AJIT Singh
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
researchinventy
 

Similar to Atm System (20)

java Project report online banking system
java Project report online banking systemjava Project report online banking system
java Project report online banking system
 
Onlinebanking system.ppt
Onlinebanking system.pptOnlinebanking system.ppt
Onlinebanking system.ppt
 
Bank Management System
Bank Management System Bank Management System
Bank Management System
 
DIGITAL TOLL TAX SYSTEM
DIGITAL TOLL TAX SYSTEMDIGITAL TOLL TAX SYSTEM
DIGITAL TOLL TAX SYSTEM
 
Net banking
Net banking Net banking
Net banking
 
GEETHA LAKSHMI M
GEETHA LAKSHMI MGEETHA LAKSHMI M
GEETHA LAKSHMI M
 
Banking java project
Banking java projectBanking java project
Banking java project
 
2 d barcode based mobile payment system
2 d barcode based mobile payment system2 d barcode based mobile payment system
2 d barcode based mobile payment system
 
locker presentation (1)
locker presentation (1)locker presentation (1)
locker presentation (1)
 
Project report
Project reportProject report
Project report
 
Internet banking
Internet bankingInternet banking
Internet banking
 
Documentation
DocumentationDocumentation
Documentation
 
Online banking
Online bankingOnline banking
Online banking
 
PPT.pptx
PPT.pptxPPT.pptx
PPT.pptx
 
PPS.pptx this ppt is for coding your problems and to do ppt for new students ...
PPS.pptx this ppt is for coding your problems and to do ppt for new students ...PPS.pptx this ppt is for coding your problems and to do ppt for new students ...
PPS.pptx this ppt is for coding your problems and to do ppt for new students ...
 
Internet Banking Powerpoint.pptx
Internet Banking Powerpoint.pptxInternet Banking Powerpoint.pptx
Internet Banking Powerpoint.pptx
 
session and cookies.ppt
session and cookies.pptsession and cookies.ppt
session and cookies.ppt
 
PROJECT.ppt (6).pptx
PROJECT.ppt (6).pptxPROJECT.ppt (6).pptx
PROJECT.ppt (6).pptx
 
E secure transaction project ppt(Design and implementation of e-secure trans...
E secure transaction project  ppt(Design and implementation of e-secure trans...E secure transaction project  ppt(Design and implementation of e-secure trans...
E secure transaction project ppt(Design and implementation of e-secure trans...
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
 

Recently uploaded

Keynote given on June 24 for MASSP at Grand Traverse City
Keynote given on June 24 for MASSP at Grand Traverse CityKeynote given on June 24 for MASSP at Grand Traverse City
Keynote given on June 24 for MASSP at Grand Traverse City
PJ Caposey
 
What are the new features in the Fleet Odoo 17
What are the new features in the Fleet Odoo 17What are the new features in the Fleet Odoo 17
What are the new features in the Fleet Odoo 17
Celine George
 
Creating Images and Videos through AI.pptx
Creating Images and Videos through AI.pptxCreating Images and Videos through AI.pptx
Creating Images and Videos through AI.pptx
Forum of Blended Learning
 
Ethiopia and Eritrea Eritrea's journey has been marked by resilience and dete...
Ethiopia and Eritrea Eritrea's journey has been marked by resilience and dete...Ethiopia and Eritrea Eritrea's journey has been marked by resilience and dete...
Ethiopia and Eritrea Eritrea's journey has been marked by resilience and dete...
biruktesfaye27
 
How to Download & Install Module From the Odoo App Store in Odoo 17
How to Download & Install Module From the Odoo App Store in Odoo 17How to Download & Install Module From the Odoo App Store in Odoo 17
How to Download & Install Module From the Odoo App Store in Odoo 17
Celine George
 
pol sci Election and Representation Class 11 Notes.pdf
pol sci Election and Representation Class 11 Notes.pdfpol sci Election and Representation Class 11 Notes.pdf
pol sci Election and Representation Class 11 Notes.pdf
BiplabHalder13
 
How to Create User Notification in Odoo 17
How to Create User Notification in Odoo 17How to Create User Notification in Odoo 17
How to Create User Notification in Odoo 17
Celine George
 
bryophytes.pptx bsc botany honours second semester
bryophytes.pptx bsc botany honours  second semesterbryophytes.pptx bsc botany honours  second semester
bryophytes.pptx bsc botany honours second semester
Sarojini38
 
Get Success with the Latest UiPath UIPATH-ADPV1 Exam Dumps (V11.02) 2024
Get Success with the Latest UiPath UIPATH-ADPV1 Exam Dumps (V11.02) 2024Get Success with the Latest UiPath UIPATH-ADPV1 Exam Dumps (V11.02) 2024
Get Success with the Latest UiPath UIPATH-ADPV1 Exam Dumps (V11.02) 2024
yarusun
 
78 Microsoft-Publisher - Sirin Sultana Bora.pptx
78 Microsoft-Publisher - Sirin Sultana Bora.pptx78 Microsoft-Publisher - Sirin Sultana Bora.pptx
78 Microsoft-Publisher - Sirin Sultana Bora.pptx
Kalna College
 
INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION
INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION
INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION
ShwetaGawande8
 
220711130095 Tanu Pandey message currency, communication speed & control EPC ...
220711130095 Tanu Pandey message currency, communication speed & control EPC ...220711130095 Tanu Pandey message currency, communication speed & control EPC ...
220711130095 Tanu Pandey message currency, communication speed & control EPC ...
Kalna College
 
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptxCapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
CapitolTechU
 
How to stay relevant as a cyber professional: Skills, trends and career paths...
How to stay relevant as a cyber professional: Skills, trends and career paths...How to stay relevant as a cyber professional: Skills, trends and career paths...
How to stay relevant as a cyber professional: Skills, trends and career paths...
Infosec
 
Opportunity scholarships and the schools that receive them
Opportunity scholarships and the schools that receive themOpportunity scholarships and the schools that receive them
Opportunity scholarships and the schools that receive them
EducationNC
 
Non-Verbal Communication for Tech Professionals
Non-Verbal Communication for Tech ProfessionalsNon-Verbal Communication for Tech Professionals
Non-Verbal Communication for Tech Professionals
MattVassar1
 
220711130097 Tulip Samanta Concept of Information and Communication Technology
220711130097 Tulip Samanta Concept of Information and Communication Technology220711130097 Tulip Samanta Concept of Information and Communication Technology
220711130097 Tulip Samanta Concept of Information and Communication Technology
Kalna College
 
How to Create a Stage or a Pipeline in Odoo 17 CRM
How to Create a Stage or a Pipeline in Odoo 17 CRMHow to Create a Stage or a Pipeline in Odoo 17 CRM
How to Create a Stage or a Pipeline in Odoo 17 CRM
Celine George
 
Diversity Quiz Prelims by Quiz Club, IIT Kanpur
Diversity Quiz Prelims by Quiz Club, IIT KanpurDiversity Quiz Prelims by Quiz Club, IIT Kanpur
Diversity Quiz Prelims by Quiz Club, IIT Kanpur
Quiz Club IIT Kanpur
 
Interprofessional Education Platform Introduction.pdf
Interprofessional Education Platform Introduction.pdfInterprofessional Education Platform Introduction.pdf
Interprofessional Education Platform Introduction.pdf
Ben Aldrich
 

Recently uploaded (20)

Keynote given on June 24 for MASSP at Grand Traverse City
Keynote given on June 24 for MASSP at Grand Traverse CityKeynote given on June 24 for MASSP at Grand Traverse City
Keynote given on June 24 for MASSP at Grand Traverse City
 
What are the new features in the Fleet Odoo 17
What are the new features in the Fleet Odoo 17What are the new features in the Fleet Odoo 17
What are the new features in the Fleet Odoo 17
 
Creating Images and Videos through AI.pptx
Creating Images and Videos through AI.pptxCreating Images and Videos through AI.pptx
Creating Images and Videos through AI.pptx
 
Ethiopia and Eritrea Eritrea's journey has been marked by resilience and dete...
Ethiopia and Eritrea Eritrea's journey has been marked by resilience and dete...Ethiopia and Eritrea Eritrea's journey has been marked by resilience and dete...
Ethiopia and Eritrea Eritrea's journey has been marked by resilience and dete...
 
How to Download & Install Module From the Odoo App Store in Odoo 17
How to Download & Install Module From the Odoo App Store in Odoo 17How to Download & Install Module From the Odoo App Store in Odoo 17
How to Download & Install Module From the Odoo App Store in Odoo 17
 
pol sci Election and Representation Class 11 Notes.pdf
pol sci Election and Representation Class 11 Notes.pdfpol sci Election and Representation Class 11 Notes.pdf
pol sci Election and Representation Class 11 Notes.pdf
 
How to Create User Notification in Odoo 17
How to Create User Notification in Odoo 17How to Create User Notification in Odoo 17
How to Create User Notification in Odoo 17
 
bryophytes.pptx bsc botany honours second semester
bryophytes.pptx bsc botany honours  second semesterbryophytes.pptx bsc botany honours  second semester
bryophytes.pptx bsc botany honours second semester
 
Get Success with the Latest UiPath UIPATH-ADPV1 Exam Dumps (V11.02) 2024
Get Success with the Latest UiPath UIPATH-ADPV1 Exam Dumps (V11.02) 2024Get Success with the Latest UiPath UIPATH-ADPV1 Exam Dumps (V11.02) 2024
Get Success with the Latest UiPath UIPATH-ADPV1 Exam Dumps (V11.02) 2024
 
78 Microsoft-Publisher - Sirin Sultana Bora.pptx
78 Microsoft-Publisher - Sirin Sultana Bora.pptx78 Microsoft-Publisher - Sirin Sultana Bora.pptx
78 Microsoft-Publisher - Sirin Sultana Bora.pptx
 
INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION
INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION
INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION
 
220711130095 Tanu Pandey message currency, communication speed & control EPC ...
220711130095 Tanu Pandey message currency, communication speed & control EPC ...220711130095 Tanu Pandey message currency, communication speed & control EPC ...
220711130095 Tanu Pandey message currency, communication speed & control EPC ...
 
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptxCapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
 
How to stay relevant as a cyber professional: Skills, trends and career paths...
How to stay relevant as a cyber professional: Skills, trends and career paths...How to stay relevant as a cyber professional: Skills, trends and career paths...
How to stay relevant as a cyber professional: Skills, trends and career paths...
 
Opportunity scholarships and the schools that receive them
Opportunity scholarships and the schools that receive themOpportunity scholarships and the schools that receive them
Opportunity scholarships and the schools that receive them
 
Non-Verbal Communication for Tech Professionals
Non-Verbal Communication for Tech ProfessionalsNon-Verbal Communication for Tech Professionals
Non-Verbal Communication for Tech Professionals
 
220711130097 Tulip Samanta Concept of Information and Communication Technology
220711130097 Tulip Samanta Concept of Information and Communication Technology220711130097 Tulip Samanta Concept of Information and Communication Technology
220711130097 Tulip Samanta Concept of Information and Communication Technology
 
How to Create a Stage or a Pipeline in Odoo 17 CRM
How to Create a Stage or a Pipeline in Odoo 17 CRMHow to Create a Stage or a Pipeline in Odoo 17 CRM
How to Create a Stage or a Pipeline in Odoo 17 CRM
 
Diversity Quiz Prelims by Quiz Club, IIT Kanpur
Diversity Quiz Prelims by Quiz Club, IIT KanpurDiversity Quiz Prelims by Quiz Club, IIT Kanpur
Diversity Quiz Prelims by Quiz Club, IIT Kanpur
 
Interprofessional Education Platform Introduction.pdf
Interprofessional Education Platform Introduction.pdfInterprofessional Education Platform Introduction.pdf
Interprofessional Education Platform Introduction.pdf
 

Atm System

  • 2. PRESENTED BY Roll No.--509011 Roll No.--509012 Roll No.--509013
  • 3. INTRODUCTION TO ATM SYSTEM • This application allows the Customers to collect cash and transact Money from one Account to another just by giving his/her Account Number. • It allows Authorized users to access the system by typing a valid Account number . • This application allows to change password and inquiry Account Balance of Customer who have valid bank Account number. • It also enables u to make transaction on the current Account •
  • 4. ARICTECTURE OF ATM SYSTEM ATM System Login Screen Main Menu Cash Transfer Card Transaction Information Invest Standard Cash
  • 5. Why This ? • Faster Cash Withdrawal • Transfer Money to another's Account • Instant Balance Inquiry • Change Password • Dept Paying • Card Transaction • Maximum 50,000 Rs. per Day
  • 6. Technique Used in this Project LANGUAGE :- * JAVA (Awt ,Swing ) DATABASE :- * MS ACESS PLATFORM :- * Windows XP CONECTIVITY :- * JDBC-ODBC Connection
  • 7. Why JAVA ??? • It is a powerful language capable of handling database and can run on a network environment • It is Machine independent language which is run in any operating system with out modifying any code and Efficient in handling large volume of transaction processing. • It can run on a network environment and can be used for writing application program Only. • JAVA is Simple, Secure, Portable, Object oriented, Robust, Multithreaded, Architecture neutral, Interpreted, High Performance, Distributed and Dynamic
  • 8. HOW IT IS IMPLEMENTED ? • The implementation of ATM System includes designing the user interface using Java Swing that uses different panels for placing various controls on it.The application maintains the connection with the database using JDBC.Various actions implements ATM DataBase System applications are: – Imports the built-in Java packages needed for running the application. – Includes declaration of all the variables that you use in the application – Includes designing of the class and its methods.
  • 9. ESTABLISHING CONNECTION WITH DATABASE • The following are the steps required to establish database connection with java programs :-- – Step 1: Loading Drivers First load the appropriate driver .The JDBC-ODBC driver is the most preferred driver among developers. For loading the driver the statement is: Class.forName (“sun.jdbc.odbc.jdbcodbcdriver”); – Step 2: Making the Connection The getConnection () methods of the Driver Manager class is called to obtain the Connection Object. Connection con=DriverManager.getConnection (“jdbc:odbc:dsnname”);
  • 10. Continued……… • Step 3: Creating JDBC Statement You send your SQL query to the DBMS using Statement object. Statement st=con.createStatement(); • Step 4: Executing the Statement For executing the query ,you have to obtain the ResultSet object and call execute Query() method. ResultSet rs=st.executeQuery (“select * from Student”);
  • 11. Continued……… • Step 5: Closing the Connection and Statement Objects After completion of all steps you have to close the connection by calling close methods. For close the connection: con.close (); For close the Statement: st.close ();
  • 12. Roll of MS ACCESS • The ATM System uses MS Access for storing the Customer Bank Account. • In this table the account number, balance and other Information's r stored. • The table consists of the following Information: * Contains login information, like password. * Accounts information such as cash withdraw and balance inquiry.
  • 13. DATA FLOW DIAGRAM USER LOGIN SCREEN USER AUTHENTICATION ATM SYSTEM EXIT OUTPUT PROCESSING EXIT
  • 22. CONCLUSION The project on “ ATM SYSTEM "has been developed as the best flexible and efficient project within the available resources and time. In Future We r Planning to add new feature like Finger Print Reader and Eye Detection System for Authentication of user Security purpose •Care has been taken at each step to make it more user friendly so that users can add new features where ever necessary while using this automated system. It May be Enhanced for Requirement of User.
  翻译: