SlideShare ist ein Scribd-Unternehmen logo
1 von 22
Downloaden Sie, um offline zu lesen
SYSTEM ANALYSIS AND DESIGN (II) – ISM 326
ATM Project
Student Name : Khalid Salmeen Omar
University ID :433825266
Section: 17766
Teacher Name :Dr.Asharul Isalm
2
PROJECT ABSTRACT
The ATM System is the project which is used to access their bank accounts in order to
make cash withdrawals. Whenever the user need to make cash withdraws, they can
enter their PIN number (personal identification number) and it will display the amount
to be withdrawn in the form of 50’s,100’s and 500’s. Once their withdrawn was
successful, the amount will be debited in their account.
The ATM System is developed in VB.Net and back-end database as Ms-Access. VB.Net is
the one of the powerful version of Framework and object oriented programming. Hence
we use this software in our project.
The ATM will service one customer at a time. A customer will be required to enter ATM
Card number, personal identification number (PIN) – both of which will be sent to the
database for validation as part of each transaction. The customer will then be able to
perform one or more transactions. Also customer must be able to make a balance
inquiry of any account linked to the card.
The ATM will communicate each transaction to the database and obtain verification that
it was allowed by the database. In the case of a cash withdrawal, a second message will
be sent after the transaction has been physically completed (cash dispensed or envelope
accepted). If the database determines that the customer’s PIN is invalid, the customer
will be required to re-enter the PIN before a transaction can proceed.
If a transaction fails for any reason other than an invalid PIN, the ATM will display an
explanation of the problem, and will then ask the customer whether he/she wants to do
another transaction.
The ATM will provide the customer with a printed receipt for each successful
transaction, showing the date, time, machine location, type of transaction, account(s),
amount, and ending and available balance(s) of the affected account (“to” account for
transfers).
3
1. Introduction:
Automated Teller Machine enables the clients of a bank to have access to their account
without going to the bank. This is achieved only by development the application using
online concepts.
When the product is implemented, the user who uses this product will be able to see all
the information and services provided by the ATM, when he enters the necessary option
and arguments. The product also provides services like request for cheques, deposit
cash and other advanced requirement of the user. The data is stored in the database and
is retrieved whenever necessary. The implementation needs ATM machine hardware to
operate or similar simulated conditions can also be used to successfully use the
developed product.
To develop this ATM system the entire operation has been divided into the following
step:
1. verification process
2. language, service and account selection
3. Banking services
4. Transactions
5. Special services
The program is designed in such a way that the user has to card and pin number. Once
verified, he is provided a menu and he/she had to enter the option provided in the
menu. For example, when the user wants to view the list of payment history than
he/she had to enter the option for payment history provided in the main menu. When
the option is entered alone with the respective argument, then the payment history is
displayed on the screen.
The user also must be given option to browse through the pages like previous page, next
page, etc. The user may experience a delay in retrieving or viewing the data, when there
are many users logged on to the same bank branch system.
4
1.2. Problem definition :
The system mainly used by the bank clients. When a client comes to ATM centre to
update and delete their account. It reduces the time consumption and lot of paperwork.
For any single operation it involves numerous references and updating also takes
subsequent changes in other places.
1.3. Evidence of problem definition:
Now- a -days every one very busy in their work. So they feel that the job must be easier
so the system is used to reduce their work which is done in the ATM system. Instead of
keeping lots of paper into a record or file and it may be missed somewhere so, this
system help to keep the record of the customer it also keeps the details of the customer.
It is also easy to access.
1.4. Proposed solution:
The system customer transactions, satisfies the requirements of the existing system in
full-fledged manner. Through this system, customer can make fast transactions and
view the last transactions easily.
1.5. Scope :
 It can be implemented in ATM machine by owner of bank or in charge of branch.
 It is easy to learn the task.
1.6. Objectives:
Our main objective is to speed up the transactions done by customers. No manual
transactions needed generally. The second objective is to save the time which is very
important now-a-days.
It will include other objectives such as :
 To render accurate services to customer.
 The reduction of fraudulent activities
 To achieve speedy processing of customer data
 To reduce error processing, the guarantee of increase security
5
2. System Requirements:
2.2. Hardware Requirements:
 Processor :- Intel Pentium 4 or Later or Compatible
 Hard Disk :- 410GB or more
 RAM :- 1GB or more
 Printer :- Any
 Monitor :- SVGA Color Monitor (Touch Screen or Simple)
 Pointing Device :- Touch Pad or Keys
2.3. Software Requirements:
 Operating System :- Microsoft Windows XP or Later or Equivalent
 Front End :- Visual Basic 6.0
 Back End :- Oracle 8i
6
3. System Analysis :
3.2. Study of current/Existing system:
In the manual system, firstly the bank manager and its staff have to manage
information regarding the accounts and transaction of all the customers manually.
Doing this manual transaction was really tedious job. Secondly information
regarding accounts and transactions of customers were to be maintained. This
process is time consuming and it requires a great manual effort.
Disadvantages:
 More time is consumed.
 More hard work to maintain all records.
 Bulk of paper is to be searched for a single search.
3.3. Feasibility study:
3.3.1. Technical feasibility:
The system is being developed in Visual Basic 6.0. It provides comprehensive
function to make it user friendly. The data entry and report generation is also made
easy. Backup and restore of the database facility are also provided. It also provides
easy retrieval of data. The machine configuration also supports this software.
3.3.2. Social feasibility:
As this system is user friendly and flexible some problems will also be solved
which employee may be facing when using existing system. So we can say that
system is socially feasible.
3.3.3. Economical feasibility:
The cost of converting from manual system to new automatic computerized
system is not probably more. For construction of the new system, the rooms and its
facilities are available so it does not require any extra resource, only the software
requirement is there.
7
3.3.4. Operation feasibility:
Since the system is being in user friendly way, the new customers within a few
time can master it.
3.4. Design of new proposed system (UML):
This system provides paperless maintenance. Initially a cashier or an clerk can be
appointed to do all the transaction and update and maintain records. In the new system
the customer himself can do all the transaction and the computerized system
automatically updates and maintains the records.
Advantages:
 Less effort to complete transaction.
 Less time required.
 No need to maintain the bulk of papers.
8
4. System design:
4.2. Data dictionary:
Table Name: customer
Column Name Data Type
cust_id varchar2
cust_name varchar2
Dob date
contact_no number
cust_add varchar2
a_c_no varchar2
a_c_type varchar2
Bal number
card_no number
card_pin number
b_branch_id varchar2
Table Name: bank
Column Name Data Type
b_branch_id varchar2
b_branch_name varchar2
b_branch_add varchar2
b_admin_id varchar2
Table Name: b_admin
Column Name Data Type
b_admin_id varchar2
b_admin_name varchar2
b_admin_pin number
b_admin_rights varchar2
9
Table Name: atm
Column Name Data Type
a_branch_id varchar2
a_branch_name varchar2
a_branch_add varchar2
a_admin_id varchar2
available_cash number
b_branch_id varchar2
Table Name: a_atm
Column Name Data Type
a_admin_id varchar2
a_admin_name varchar2
a_admin_pin number
a_admin_rights varchar2
a_branch_id varchar2
4.3. Diagram design(UML):
4.3.1. Use case diagram:
10
4.3.2. Activity diagram:
11
4.3.3. Sequence diagram:
12
4.3.4. Collaboration diagram:
4.3.5. Class diagram:
13
4.4. Diagram design(DFD):
4.4.1. Level 0:
4.4.2. Level 1:
14
4.4.3. Level 2:
4.5. Diagram design(ERD):
15
5. Graphical User Interface:
5.2. Insert ATM card :
5.3. Main menu:
16
5.4. Withdraw :
17
5.5. Enter password:
5.6. Checkbook request :
18
5.7. Balance inquiry :
5.8. Receive cash or deposit money :
19
6. Requirements for ATM:
This part contains functional and non-functional requirements for ATM. All
requirements concerning with teller machine are prefixed with ATM.
6.2. Functional Requirements:
ATM-FR-X ATM functional requirement
ATM-FR-1 The card reader determines the account number from entered card
ATM-FR-2 ATM is in the idle state when there is no operation
ATM-FR-3 The user is prompted to enter a PIN after a card is entered.
ATM-FR-4
A menu is displayed to the user with following options:
Withdraw, Deposit, Pay bill, Account update and Exit.
ATM-FR-5 The cash Dispenser has the ability to dispense cash.
ATM-FR-6 A transaction record can be printed upon demand.
ATM-FR-7 The card is ejected when the session is completed.
ATM-FR-8 The envelope feeder accepts envelopes
ATM-FR-9 The envelope feeder is aware when an envelope has been inserted.
ATM-FR-10 The printer determines whether there is sufficient paper and ink.
ATM-FR-11 The ATM default to idle state.
ATM-FR-12 The cash dispenser is aware of the cash amount available.
ATM-FR-13 The user is prompted to make between 1 and 3 bill payments.
ATM-FR-14 The keypad accepts input from the user.
ATM-FR-15
The ATM is aware of state of the envelope drawer.
(Which can be either empty or full).
ATM-FR-16 The ATM can withhold a bank card
ATM-FR-17
Transactions can be canceled at any prompt by the user pressing
the CANCEL button.
20
6.3. Non-Functional Requirements:
ATM-NFR-X ATM non-functional requirements
ATM-NFR-1
The ATM unit consists of a display, a card reader, a cash
dispenser, an envelope drawer, an envelope slot, a keypad and a
printer.
ATM-NFR-2
The keypad is a set of buttons that includes the following: 10
buttons labeled with numbers 0 to 9, an OKAY button, a CLEAR
button, CANCEL button, and dynamic buttons that perform
different actions
ATM-NFR-3 A PIN must be entered within 20 seconds.
ATM-NFR-4 The user must enter PIN correctly within three attempts.
ATM-NFR-5
ATM suspends further access using a particular card if the
associated PIN is entered incorrectly 3 times in succession.
ATM-NFR-6 ATM must be secure
ATM-NFR-7 ATM can be shut down and restarted.
ATM-NFR-8 The envelope drawer can be open and refilled wit envelopes
ATM-NFR-9
The envelope feeder can be opened so any envelopes that have
been deposited can be removed
ATM-NFR-10 The cash dispenser can be opened and refilled with cash
ATM-NFR-11 The printer can be opened and refilled with paper.
21
Contents :
Project Abstract--------------------------------------------------------------------2
1. Introduction----------------------------------------------------------------------3
1.2. Problem definition--------------------------------------------------------------4
1.3. Evidence of problem definition-----------------------------------------------4
1.4. Proposed solution----------------------------------------------------------------4
1.5. Scope-------------------------------------------------------------------------------4
1.6. Objectives------------------------------------------------------------------------4
2. System Requirements----------------------------------------------------------5
2.2. Hardware Requirements--------------------------------------------------------5
2.3. Software Requirements---------------------------------------------------------5
3. System Analysis------------------------------------------------------------------6
3.2. Study of current/Existing system-------------------------------------------6
3.3. Feasibility study----------------------------------------------------------------6
3.3.1. Technical feasibility-------------------------------------------------------------6
3.3.2. Social feasibility------------------------------------------------------------------6
3.3.3. Economical feasibility-----------------------------------------------------------6
3.3.4. Operation feasibility-------------------------------------------------------------7
3.4. Design of new proposed system (UML)-------------------------------------7
4. System design---------------------------------------------------------------------8
4.2. Data dictionary--------------------------------------------------------------------8
4.3. Diagram design(UML)-----------------------------------------------------------9
4.3.1. Use case diagram----------------------------------------------------------------9
4.3.2. Activity diagram---------------------------------------------------------------10
4.3.3. Sequence diagram-------------------------------------------------------------11
4.3.4. Collaboration diagram--------------------------------------------------------12
4.3.5. Class diagram---------------------------------------------------------------------12
4.4. Diagram design(DFD) ---------------------------------------------------------13
22
4.4.1. Level 0------------------------------------------------------------------------------------13
4.4.2. Level 1------------------------------------------------------------------------------------13
4.4.3. Level 2------------------------------------------------------------------------------------14
4.5. Diagram design(ERD)------------------------------------------------------------------14
5. Graphical User Interface------------------------------------------------------------15
5.2. Insert ATM card---------------------------------------------------------------------------15
5.3. Main menu-----------------------------------------------------------------------------------15
5.4. Withdraw-------------------------------------------------------------------------------------16
5.5. Enter password----------------------------------------------------------------------------17
5.6. Checkbook request-----------------------------------------------------------------------17
5.7. Balance inquiry----------------------------------------------------------------------------18
5.8. Receive cash or deposit money ----------------------------------------------------18
6. Requirements for ATM------------------------------------------------19
6.2. Functional Requirements-----------------------------------------------------19
6.3. Non-Functional Requirements-----------------------------------------------20

Weitere ähnliche Inhalte

Was ist angesagt?

54039271 atm-project-report
54039271 atm-project-report54039271 atm-project-report
54039271 atm-project-reportKalpana Reddy
 
Web Development on Web Project Report
Web Development on Web Project ReportWeb Development on Web Project Report
Web Development on Web Project ReportMilind Gokhale
 
Online Voting System Project File
Online Voting System Project FileOnline Voting System Project File
Online Voting System Project FileNitin Bhasin
 
Minor project Report for "Quiz Application"
Minor project Report for "Quiz Application"Minor project Report for "Quiz Application"
Minor project Report for "Quiz Application"Harsh Verma
 
Online Quiz System Project Report
Online Quiz System Project Report Online Quiz System Project Report
Online Quiz System Project Report Kishan Maurya
 
SRS for Hospital Management System
SRS for Hospital Management SystemSRS for Hospital Management System
SRS for Hospital Management Systemkataria Arvind
 
Project Report on Grocery Store Website
Project Report on Grocery Store WebsiteProject Report on Grocery Store Website
Project Report on Grocery Store Website'Ashmeet Sehgal'
 
Software Requirements Specification for restaurant management system
Software Requirements Specification for restaurant management systemSoftware Requirements Specification for restaurant management system
Software Requirements Specification for restaurant management systemSM. Aurnob
 
Online Quiz System Project Report ppt
Online Quiz System Project Report pptOnline Quiz System Project Report ppt
Online Quiz System Project Report pptKishan Maurya
 
Hospital Management System Project
Hospital Management System ProjectHospital Management System Project
Hospital Management System ProjectSanjit Yadav
 
SRS for Library Management System
SRS for Library Management SystemSRS for Library Management System
SRS for Library Management SystemToseef Hasan
 
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 Requirementswajahat Gul
 
Library Management System Project Report
Library Management System Project Report Library Management System Project Report
Library Management System Project Report Abu Kaisar
 
Clothing Store and Management System
Clothing Store and Management SystemClothing Store and Management System
Clothing Store and Management SystemAshwini0951
 
SRS For Online Store
SRS For Online StoreSRS For Online Store
SRS For Online StoreAhsan Rizwan
 
Railway Reservation System - Software Engineering
Railway Reservation System - Software EngineeringRailway Reservation System - Software Engineering
Railway Reservation System - Software EngineeringLalit Pal
 

Was ist angesagt? (20)

54039271 atm-project-report
54039271 atm-project-report54039271 atm-project-report
54039271 atm-project-report
 
BANK MANAGEMENT SYSTEM report
BANK MANAGEMENT SYSTEM reportBANK MANAGEMENT SYSTEM report
BANK MANAGEMENT SYSTEM report
 
Web Development on Web Project Report
Web Development on Web Project ReportWeb Development on Web Project Report
Web Development on Web Project Report
 
Online Voting System Project File
Online Voting System Project FileOnline Voting System Project File
Online Voting System Project File
 
Atm software
Atm softwareAtm software
Atm software
 
Minor project Report for "Quiz Application"
Minor project Report for "Quiz Application"Minor project Report for "Quiz Application"
Minor project Report for "Quiz Application"
 
Online Quiz System Project Report
Online Quiz System Project Report Online Quiz System Project Report
Online Quiz System Project Report
 
SRS for Hospital Management System
SRS for Hospital Management SystemSRS for Hospital Management System
SRS for Hospital Management System
 
Project Report on Grocery Store Website
Project Report on Grocery Store WebsiteProject Report on Grocery Store Website
Project Report on Grocery Store Website
 
Software Requirements Specification for restaurant management system
Software Requirements Specification for restaurant management systemSoftware Requirements Specification for restaurant management system
Software Requirements Specification for restaurant management system
 
Online Quiz System Project Report ppt
Online Quiz System Project Report pptOnline Quiz System Project Report ppt
Online Quiz System Project Report ppt
 
ATM Banking
ATM BankingATM Banking
ATM Banking
 
Hospital Management System Project
Hospital Management System ProjectHospital Management System Project
Hospital Management System Project
 
SRS for Library Management System
SRS for Library Management SystemSRS for Library Management System
SRS for Library Management System
 
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
 
Atm
AtmAtm
Atm
 
Library Management System Project Report
Library Management System Project Report Library Management System Project Report
Library Management System Project Report
 
Clothing Store and Management System
Clothing Store and Management SystemClothing Store and Management System
Clothing Store and Management System
 
SRS For Online Store
SRS For Online StoreSRS For Online Store
SRS For Online Store
 
Railway Reservation System - Software Engineering
Railway Reservation System - Software EngineeringRailway Reservation System - Software Engineering
Railway Reservation System - Software Engineering
 

Ähnlich wie Atm project

Document Atm machine using c language mini project.pdf
Document  Atm machine using c language mini project.pdfDocument  Atm machine using c language mini project.pdf
Document Atm machine using c language mini project.pdfNEERAJRAJPUT81
 
Report on online bus management
Report on online bus managementReport on online bus management
Report on online bus managementNaeem Ahmad
 
Software Engineering Testing & Research
Software Engineering Testing & Research Software Engineering Testing & Research
Software Engineering Testing & Research Vrushali Lanjewar
 
Onlinemovieticketbooking 120215060739-phpapp02
Onlinemovieticketbooking 120215060739-phpapp02Onlinemovieticketbooking 120215060739-phpapp02
Onlinemovieticketbooking 120215060739-phpapp02ISHA AHUJA
 
Real estate management system
Real estate management systemReal estate management system
Real estate management systemSouvikSarkar75
 
E-Commerce Mobile Sale System
E-Commerce Mobile Sale SystemE-Commerce Mobile Sale System
E-Commerce Mobile Sale SystemAbhishek Kumar
 
Documentation
DocumentationDocumentation
DocumentationKalyan A
 
PROJECT REPORT ON COMPUTER SHOP SYSTEM IN C++
PROJECT REPORT ON COMPUTER SHOP SYSTEM IN C++PROJECT REPORT ON COMPUTER SHOP SYSTEM IN C++
PROJECT REPORT ON COMPUTER SHOP SYSTEM IN C++vikram mahendra
 
Bank management system
Bank management systemBank management system
Bank management systemsumanadas37
 
IRJET - Anti-Fraud ATM Security System
IRJET  - Anti-Fraud ATM Security SystemIRJET  - Anti-Fraud ATM Security System
IRJET - Anti-Fraud ATM Security SystemIRJET Journal
 
Multi Banking System
Multi Banking SystemMulti Banking System
Multi Banking SystemTEJVEER SINGH
 
project database 1 ALI Hassan 005.ppt
project database 1 ALI Hassan 005.pptproject database 1 ALI Hassan 005.ppt
project database 1 ALI Hassan 005.pptAHSANMUNEEB2
 
Event managementsystem
Event managementsystemEvent managementsystem
Event managementsystemPraveen Jha
 
TY CS Black book Construction - Dinesh48
TY CS Black book Construction - Dinesh48TY CS Black book Construction - Dinesh48
TY CS Black book Construction - Dinesh48Dinesh Jogdand
 
python pre-submission report.pdf
python pre-submission report.pdfpython pre-submission report.pdf
python pre-submission report.pdfSruthiMugle
 
Online Railway Reservation System
Online Railway Reservation SystemOnline Railway Reservation System
Online Railway Reservation SystemPrince Kumar
 

Ähnlich wie Atm project (20)

Document Atm machine using c language mini project.pdf
Document  Atm machine using c language mini project.pdfDocument  Atm machine using c language mini project.pdf
Document Atm machine using c language mini project.pdf
 
Srs for banking system
Srs for banking systemSrs for banking system
Srs for banking system
 
PPT.pptx
PPT.pptxPPT.pptx
PPT.pptx
 
Report on online bus management
Report on online bus managementReport on online bus management
Report on online bus management
 
SYNOPSIS.pptx
SYNOPSIS.pptxSYNOPSIS.pptx
SYNOPSIS.pptx
 
Software Engineering Testing & Research
Software Engineering Testing & Research Software Engineering Testing & Research
Software Engineering Testing & Research
 
Onlinemovieticketbooking 120215060739-phpapp02
Onlinemovieticketbooking 120215060739-phpapp02Onlinemovieticketbooking 120215060739-phpapp02
Onlinemovieticketbooking 120215060739-phpapp02
 
Real estate management system
Real estate management systemReal estate management system
Real estate management system
 
E-Commerce Mobile Sale System
E-Commerce Mobile Sale SystemE-Commerce Mobile Sale System
E-Commerce Mobile Sale System
 
Documentation
DocumentationDocumentation
Documentation
 
Srs of bms
Srs of bmsSrs of bms
Srs of bms
 
PROJECT REPORT ON COMPUTER SHOP SYSTEM IN C++
PROJECT REPORT ON COMPUTER SHOP SYSTEM IN C++PROJECT REPORT ON COMPUTER SHOP SYSTEM IN C++
PROJECT REPORT ON COMPUTER SHOP SYSTEM IN C++
 
Bank management system
Bank management systemBank management system
Bank management system
 
IRJET - Anti-Fraud ATM Security System
IRJET  - Anti-Fraud ATM Security SystemIRJET  - Anti-Fraud ATM Security System
IRJET - Anti-Fraud ATM Security System
 
Multi Banking System
Multi Banking SystemMulti Banking System
Multi Banking System
 
project database 1 ALI Hassan 005.ppt
project database 1 ALI Hassan 005.pptproject database 1 ALI Hassan 005.ppt
project database 1 ALI Hassan 005.ppt
 
Event managementsystem
Event managementsystemEvent managementsystem
Event managementsystem
 
TY CS Black book Construction - Dinesh48
TY CS Black book Construction - Dinesh48TY CS Black book Construction - Dinesh48
TY CS Black book Construction - Dinesh48
 
python pre-submission report.pdf
python pre-submission report.pdfpython pre-submission report.pdf
python pre-submission report.pdf
 
Online Railway Reservation System
Online Railway Reservation SystemOnline Railway Reservation System
Online Railway Reservation System
 

Kürzlich hochgeladen

Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 

Kürzlich hochgeladen (20)

Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 

Atm project

  • 1. SYSTEM ANALYSIS AND DESIGN (II) – ISM 326 ATM Project Student Name : Khalid Salmeen Omar University ID :433825266 Section: 17766 Teacher Name :Dr.Asharul Isalm
  • 2. 2 PROJECT ABSTRACT The ATM System is the project which is used to access their bank accounts in order to make cash withdrawals. Whenever the user need to make cash withdraws, they can enter their PIN number (personal identification number) and it will display the amount to be withdrawn in the form of 50’s,100’s and 500’s. Once their withdrawn was successful, the amount will be debited in their account. The ATM System is developed in VB.Net and back-end database as Ms-Access. VB.Net is the one of the powerful version of Framework and object oriented programming. Hence we use this software in our project. The ATM will service one customer at a time. A customer will be required to enter ATM Card number, personal identification number (PIN) – both of which will be sent to the database for validation as part of each transaction. The customer will then be able to perform one or more transactions. Also customer must be able to make a balance inquiry of any account linked to the card. The ATM will communicate each transaction to the database and obtain verification that it was allowed by the database. In the case of a cash withdrawal, a second message will be sent after the transaction has been physically completed (cash dispensed or envelope accepted). If the database determines that the customer’s PIN is invalid, the customer will be required to re-enter the PIN before a transaction can proceed. If a transaction fails for any reason other than an invalid PIN, the ATM will display an explanation of the problem, and will then ask the customer whether he/she wants to do another transaction. The ATM will provide the customer with a printed receipt for each successful transaction, showing the date, time, machine location, type of transaction, account(s), amount, and ending and available balance(s) of the affected account (“to” account for transfers).
  • 3. 3 1. Introduction: Automated Teller Machine enables the clients of a bank to have access to their account without going to the bank. This is achieved only by development the application using online concepts. When the product is implemented, the user who uses this product will be able to see all the information and services provided by the ATM, when he enters the necessary option and arguments. The product also provides services like request for cheques, deposit cash and other advanced requirement of the user. The data is stored in the database and is retrieved whenever necessary. The implementation needs ATM machine hardware to operate or similar simulated conditions can also be used to successfully use the developed product. To develop this ATM system the entire operation has been divided into the following step: 1. verification process 2. language, service and account selection 3. Banking services 4. Transactions 5. Special services The program is designed in such a way that the user has to card and pin number. Once verified, he is provided a menu and he/she had to enter the option provided in the menu. For example, when the user wants to view the list of payment history than he/she had to enter the option for payment history provided in the main menu. When the option is entered alone with the respective argument, then the payment history is displayed on the screen. The user also must be given option to browse through the pages like previous page, next page, etc. The user may experience a delay in retrieving or viewing the data, when there are many users logged on to the same bank branch system.
  • 4. 4 1.2. Problem definition : The system mainly used by the bank clients. When a client comes to ATM centre to update and delete their account. It reduces the time consumption and lot of paperwork. For any single operation it involves numerous references and updating also takes subsequent changes in other places. 1.3. Evidence of problem definition: Now- a -days every one very busy in their work. So they feel that the job must be easier so the system is used to reduce their work which is done in the ATM system. Instead of keeping lots of paper into a record or file and it may be missed somewhere so, this system help to keep the record of the customer it also keeps the details of the customer. It is also easy to access. 1.4. Proposed solution: The system customer transactions, satisfies the requirements of the existing system in full-fledged manner. Through this system, customer can make fast transactions and view the last transactions easily. 1.5. Scope :  It can be implemented in ATM machine by owner of bank or in charge of branch.  It is easy to learn the task. 1.6. Objectives: Our main objective is to speed up the transactions done by customers. No manual transactions needed generally. The second objective is to save the time which is very important now-a-days. It will include other objectives such as :  To render accurate services to customer.  The reduction of fraudulent activities  To achieve speedy processing of customer data  To reduce error processing, the guarantee of increase security
  • 5. 5 2. System Requirements: 2.2. Hardware Requirements:  Processor :- Intel Pentium 4 or Later or Compatible  Hard Disk :- 410GB or more  RAM :- 1GB or more  Printer :- Any  Monitor :- SVGA Color Monitor (Touch Screen or Simple)  Pointing Device :- Touch Pad or Keys 2.3. Software Requirements:  Operating System :- Microsoft Windows XP or Later or Equivalent  Front End :- Visual Basic 6.0  Back End :- Oracle 8i
  • 6. 6 3. System Analysis : 3.2. Study of current/Existing system: In the manual system, firstly the bank manager and its staff have to manage information regarding the accounts and transaction of all the customers manually. Doing this manual transaction was really tedious job. Secondly information regarding accounts and transactions of customers were to be maintained. This process is time consuming and it requires a great manual effort. Disadvantages:  More time is consumed.  More hard work to maintain all records.  Bulk of paper is to be searched for a single search. 3.3. Feasibility study: 3.3.1. Technical feasibility: The system is being developed in Visual Basic 6.0. It provides comprehensive function to make it user friendly. The data entry and report generation is also made easy. Backup and restore of the database facility are also provided. It also provides easy retrieval of data. The machine configuration also supports this software. 3.3.2. Social feasibility: As this system is user friendly and flexible some problems will also be solved which employee may be facing when using existing system. So we can say that system is socially feasible. 3.3.3. Economical feasibility: The cost of converting from manual system to new automatic computerized system is not probably more. For construction of the new system, the rooms and its facilities are available so it does not require any extra resource, only the software requirement is there.
  • 7. 7 3.3.4. Operation feasibility: Since the system is being in user friendly way, the new customers within a few time can master it. 3.4. Design of new proposed system (UML): This system provides paperless maintenance. Initially a cashier or an clerk can be appointed to do all the transaction and update and maintain records. In the new system the customer himself can do all the transaction and the computerized system automatically updates and maintains the records. Advantages:  Less effort to complete transaction.  Less time required.  No need to maintain the bulk of papers.
  • 8. 8 4. System design: 4.2. Data dictionary: Table Name: customer Column Name Data Type cust_id varchar2 cust_name varchar2 Dob date contact_no number cust_add varchar2 a_c_no varchar2 a_c_type varchar2 Bal number card_no number card_pin number b_branch_id varchar2 Table Name: bank Column Name Data Type b_branch_id varchar2 b_branch_name varchar2 b_branch_add varchar2 b_admin_id varchar2 Table Name: b_admin Column Name Data Type b_admin_id varchar2 b_admin_name varchar2 b_admin_pin number b_admin_rights varchar2
  • 9. 9 Table Name: atm Column Name Data Type a_branch_id varchar2 a_branch_name varchar2 a_branch_add varchar2 a_admin_id varchar2 available_cash number b_branch_id varchar2 Table Name: a_atm Column Name Data Type a_admin_id varchar2 a_admin_name varchar2 a_admin_pin number a_admin_rights varchar2 a_branch_id varchar2 4.3. Diagram design(UML): 4.3.1. Use case diagram:
  • 13. 13 4.4. Diagram design(DFD): 4.4.1. Level 0: 4.4.2. Level 1:
  • 14. 14 4.4.3. Level 2: 4.5. Diagram design(ERD):
  • 15. 15 5. Graphical User Interface: 5.2. Insert ATM card : 5.3. Main menu:
  • 17. 17 5.5. Enter password: 5.6. Checkbook request :
  • 18. 18 5.7. Balance inquiry : 5.8. Receive cash or deposit money :
  • 19. 19 6. Requirements for ATM: This part contains functional and non-functional requirements for ATM. All requirements concerning with teller machine are prefixed with ATM. 6.2. Functional Requirements: ATM-FR-X ATM functional requirement ATM-FR-1 The card reader determines the account number from entered card ATM-FR-2 ATM is in the idle state when there is no operation ATM-FR-3 The user is prompted to enter a PIN after a card is entered. ATM-FR-4 A menu is displayed to the user with following options: Withdraw, Deposit, Pay bill, Account update and Exit. ATM-FR-5 The cash Dispenser has the ability to dispense cash. ATM-FR-6 A transaction record can be printed upon demand. ATM-FR-7 The card is ejected when the session is completed. ATM-FR-8 The envelope feeder accepts envelopes ATM-FR-9 The envelope feeder is aware when an envelope has been inserted. ATM-FR-10 The printer determines whether there is sufficient paper and ink. ATM-FR-11 The ATM default to idle state. ATM-FR-12 The cash dispenser is aware of the cash amount available. ATM-FR-13 The user is prompted to make between 1 and 3 bill payments. ATM-FR-14 The keypad accepts input from the user. ATM-FR-15 The ATM is aware of state of the envelope drawer. (Which can be either empty or full). ATM-FR-16 The ATM can withhold a bank card ATM-FR-17 Transactions can be canceled at any prompt by the user pressing the CANCEL button.
  • 20. 20 6.3. Non-Functional Requirements: ATM-NFR-X ATM non-functional requirements ATM-NFR-1 The ATM unit consists of a display, a card reader, a cash dispenser, an envelope drawer, an envelope slot, a keypad and a printer. ATM-NFR-2 The keypad is a set of buttons that includes the following: 10 buttons labeled with numbers 0 to 9, an OKAY button, a CLEAR button, CANCEL button, and dynamic buttons that perform different actions ATM-NFR-3 A PIN must be entered within 20 seconds. ATM-NFR-4 The user must enter PIN correctly within three attempts. ATM-NFR-5 ATM suspends further access using a particular card if the associated PIN is entered incorrectly 3 times in succession. ATM-NFR-6 ATM must be secure ATM-NFR-7 ATM can be shut down and restarted. ATM-NFR-8 The envelope drawer can be open and refilled wit envelopes ATM-NFR-9 The envelope feeder can be opened so any envelopes that have been deposited can be removed ATM-NFR-10 The cash dispenser can be opened and refilled with cash ATM-NFR-11 The printer can be opened and refilled with paper.
  • 21. 21 Contents : Project Abstract--------------------------------------------------------------------2 1. Introduction----------------------------------------------------------------------3 1.2. Problem definition--------------------------------------------------------------4 1.3. Evidence of problem definition-----------------------------------------------4 1.4. Proposed solution----------------------------------------------------------------4 1.5. Scope-------------------------------------------------------------------------------4 1.6. Objectives------------------------------------------------------------------------4 2. System Requirements----------------------------------------------------------5 2.2. Hardware Requirements--------------------------------------------------------5 2.3. Software Requirements---------------------------------------------------------5 3. System Analysis------------------------------------------------------------------6 3.2. Study of current/Existing system-------------------------------------------6 3.3. Feasibility study----------------------------------------------------------------6 3.3.1. Technical feasibility-------------------------------------------------------------6 3.3.2. Social feasibility------------------------------------------------------------------6 3.3.3. Economical feasibility-----------------------------------------------------------6 3.3.4. Operation feasibility-------------------------------------------------------------7 3.4. Design of new proposed system (UML)-------------------------------------7 4. System design---------------------------------------------------------------------8 4.2. Data dictionary--------------------------------------------------------------------8 4.3. Diagram design(UML)-----------------------------------------------------------9 4.3.1. Use case diagram----------------------------------------------------------------9 4.3.2. Activity diagram---------------------------------------------------------------10 4.3.3. Sequence diagram-------------------------------------------------------------11 4.3.4. Collaboration diagram--------------------------------------------------------12 4.3.5. Class diagram---------------------------------------------------------------------12 4.4. Diagram design(DFD) ---------------------------------------------------------13
  • 22. 22 4.4.1. Level 0------------------------------------------------------------------------------------13 4.4.2. Level 1------------------------------------------------------------------------------------13 4.4.3. Level 2------------------------------------------------------------------------------------14 4.5. Diagram design(ERD)------------------------------------------------------------------14 5. Graphical User Interface------------------------------------------------------------15 5.2. Insert ATM card---------------------------------------------------------------------------15 5.3. Main menu-----------------------------------------------------------------------------------15 5.4. Withdraw-------------------------------------------------------------------------------------16 5.5. Enter password----------------------------------------------------------------------------17 5.6. Checkbook request-----------------------------------------------------------------------17 5.7. Balance inquiry----------------------------------------------------------------------------18 5.8. Receive cash or deposit money ----------------------------------------------------18 6. Requirements for ATM------------------------------------------------19 6.2. Functional Requirements-----------------------------------------------------19 6.3. Non-Functional Requirements-----------------------------------------------20