Skip to main content

On Line banking system

Main Object is to implement a Paper Less Banking System for Bank of ABC. Which Connected Online Through 300 + Branches? Based on the Introducing SMART CARD for Bank of ABC Customers

SMART CARD is acting as a Debit card as well as the Bank ID card for an Account             

SMART CARD


Which contains:-

·         Account NO
·         Photo of the Customer Took When Registering to open a account(Identification)
·         Finger Print
·         Customer Details   

SMART CARD can be used as ATM CARD or Bank ID for Banking Work

Advantages:-

·         Unauthorized cash Withdrawal Elimination
·         Only the Customer able to access the account
·         Loss of SMART CARD doesn’t mean anything because The person Receive it cannot take Money from the Account

Because SMART CARD SYSTEM basically Based on the Finger print which Enable Every transaction of the Account

 Initial Stage


When a Customer Comes to Bank for Opening a Account (Savings, Current, Fixed) in order to open a account Clarks may fill up a Mandate from the Customer. In SMART CARD System There will be no need of a Single Paper,

            When opening a Account Simply Customer Must Provide NIC (National Identity card) for Identification purpose. Clark Should SCAN the NIC and Enter the Scan To the System Together With Customer Details, to Open the Account. FINGER PRINT is mandatory for Whole SMART CARD system operations. All Data (NIC Scan, Customer details, Finger print) Stored in the Database,


CASH WITHDRAWAL FOR THE ACCOUNT


            Customer Should Provide Bank ID(SMART CARD)  to the Teller and Place the Finger Print to fulfilled the  Identification , Then The Window In front of the Customer Will enable for Cash Redemption from the Account , Customer Should Enter The Value She/he wanted to have in order to Gain the Money , When Finger print matches to the account no, which captured from Bar code of the SMART CARD. All the Transaction will be Recorded In the database.



Comments

Popular posts from this blog

Differences between Severity ,Priority and Status

In market there are many bug tracking and project management tools available. These tools allow us to keep essential information of a bug or task. You will see there are three places have to fill when key in a task. Those three places are Status, Priority and Status of a bug/task. Let's see what those stand for.  Severity Priority Status Connotation Severity of a bug means how much it affecting to functionality of the software. Total damage it can do. Priority means how fast a bug or task should be resolve. Status means the current position of the bug/task. Types            Critical            Major            Moderate            Minor           Cosmetic           Low           Medium       ...

MVC Architecture

Model-View-Controller (MVC) is a design pattern recently most popular among software engineers for applications which are needed to provide multiple views with using same data. I am suggesting MVC is better than WCF, because of this module separation. For an examples       ·          Multiple views and controllers can interface with same model for modification even those never exist before add this model.       ·          It is supporting all type of HTML verbs.       ·          No view state and post back events.       ·          Easy integration with JavaScript framework.       ·          Helps to decrease complexity of project       ·          P...