Skip to content

An mini project for C language demonstrating the bank management system.

Notifications You must be signed in to change notification settings

swapnillondhe24/Bank_management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bank_management

An mini project for C language demonstrating the bank management system. I made it using C in JAN 2018 for PCI (Programming In C language(22226)) at Amrutvahini Polytechnic.

This project relies on File handling for its functionality. Does not impelements Database

This Mini project implements

  • Admin Login

    Admin username : ADMIN

    Admin Password : MICROPRJCT

    • Create User
    • Delete User
    • View User Log
  • Staff Login

    • Create New Acccount
    • Cash Deposit
    • Cash Withdrawl
    • Fund Transfer
    • Account Information
    • Transcation Information
  • Staff login users

    USER ID USERNAME PASSWORD
    U01 SWAPNIL !SWAPNIL123
    U02 DOMNIC !DOMNIC123
    U03 JADEN !JADEN123
    U04 JOHN !JOHN123
    U06 WILL !WILL123
    U08 SHIVA !SHIVA123

Instructions to Run this Code:

  • For Linux Users

     git clone https://github.com/swapnillondhe24/Bank_management 
     cd Bank_management
     gcc bnkmgt.c
     ./a.out

have not tested this code to run on Linux system may need changes

  • For Windows Users

     git clone https://github.com/swapnillondhe24/Bank_management 
     cd Bank_management

This project was entirely build using Dev-C++ IDE

Details of Files included

  • bnkmgt.c

    This includes all the C Code.

  • LOG.DAT

    This DAT file is used to Store all the logs data which includes Account opening ,Account closing , Modifications in Account , Fund Transfer, etc. and is accessed in the Staff login

  • TRANSACTION.DAT

    This DAT file is used to Store all the transactional logs and is accessed in the Staff login

  • ACCOUNT.DAT

    This DAT file is used to Store all the Account Details. Account created by staff members logs and is accessed in the Staff login

  • USER.DAT

    This DAT file contains User ID , Username , Password of all the user created by admin. these details are of staff login.

RESULTS.

welcome screen one

Image of Welcome screen one

welcome screen two

Image of Welcome screen two

Admin of staff login selection

Image of Login Type Selector

Admin Panel

Image of Admin Panel

Staff User Creation

Image of Staff user creation

Staff Panel

Image of Staff Panel

Account Information

Image of Account information