This Project Build in VS2010 and SqlServer2008

Embed Size (px)

Citation preview

  • 8/2/2019 This Project Build in VS2010 and SqlServer2008

    1/16

    This project build in VS2010 and SqlServer2008.

    In this project I tried to show working of a bank. Here in my project there are 2 types of users. One is Admin and other one is Simple user.

    To access this project there is an authorization process. If you login as a Admin then you will redirect to Admin Home Page and if you are a simple user you will redirect to

    you Account Home Page.

    A simple user can access their account, can deposit/withdraw money from their account. User can also transfer money from their account to any other bank account. User can

    see their transaction report too.

    Other User is Admin. This performs the following functions: Create Individual Accounts Manage existing accounts View dily transactions etc.

    I have uploaded Project Source Code and database inside DATA folder.

    This project is made in WPF (VS2010) and I used SqlServer 2008 database to handle the daily transactions, account management and user management.. In this project I used

    typed dataset. So to run this project just attached database which is in DATA folder and change connection string here. Change Data Source here.

    Image 1.

    This is the DFD for this project.

  • 8/2/2019 This Project Build in VS2010 and SqlServer2008

    2/16

    Image 2.

    Open Properties-> Settings.settings change DataSource here.

    When you run this application then first time login screen appears like...

  • 8/2/2019 This Project Build in VS2010 and SqlServer2008

    3/16

    Image 3.

    Here login can be by a simple user or by a Admin, these User ID and passowrd

    [email protected]

    rahul

    are of a admin user so after login with these credentials user will redirect to Admin Home Page like..

  • 8/2/2019 This Project Build in VS2010 and SqlServer2008

    4/16

    Image 4.

    Here we can see an admin have options...1. New Account - To Crete New Account

    2. Credit - To credit any account

    3. Debit - To Debit any account

    4. All Transaction - TO check transaction in bank

    5. Balance Enquiry - Can check balance in any account

    6. Delete Account - TO delete or close any account

    ADMIN Option

    This is NewAccount page.

  • 8/2/2019 This Project Build in VS2010 and SqlServer2008

    5/16

    Image 5.

    I gave an option to admin to debit and credit any account. This is debit account form.

  • 8/2/2019 This Project Build in VS2010 and SqlServer2008

    6/16

    Image 6.

    This is credit account form...

  • 8/2/2019 This Project Build in VS2010 and SqlServer2008

    7/16

    Image 7.

    Admin can see all transaction happen in bank by using this form...

  • 8/2/2019 This Project Build in VS2010 and SqlServer2008

    8/16

    Image 8.

    Admin can check balance by selecting account from drop down list by using this form...

  • 8/2/2019 This Project Build in VS2010 and SqlServer2008

    9/16

    Image 9.

    If there is any request to close an account then admin can do that by using this form...

  • 8/2/2019 This Project Build in VS2010 and SqlServer2008

    10/16

    Image 10.

    If you login as a simple user then..

    UserId- [email protected]

    pwd - arjun

  • 8/2/2019 This Project Build in VS2010 and SqlServer2008

    11/16

    Image 11.

    Here we can see a user have options...

  • 8/2/2019 This Project Build in VS2010 and SqlServer2008

    12/16

    1. Account Summary - Statement

    2. Cash Deposit - To credit account

    3. Cash Withdraw - To Debit account

    4. Transaction - To transfer money from his/her account to any other account

    5. Balance Enquiry - To check balance in account

    This is an Account Summary page...

  • 8/2/2019 This Project Build in VS2010 and SqlServer2008

    13/16

    Image 12.

    By using this page user can deposit money...

    Image 13.

    With this page user can withdraw money...

  • 8/2/2019 This Project Build in VS2010 and SqlServer2008

    14/16

    Image 14.

    With this page user can transfer money to any account...

  • 8/2/2019 This Project Build in VS2010 and SqlServer2008

    15/16

    Image 15.

    Here user can check balance in his/her account...

  • 8/2/2019 This Project Build in VS2010 and SqlServer2008

    16/16

    Image 16.

    I tried to cover basic functionality of a bank management system, but I know I did not do complete functionality, but I think this can be a good application to understand WPF.

    In future I will try to improve this project. If any user have any suggestion then please mail me here...

    [email protected]

    mailto:[email protected]:[email protected]