Git Product home page Git Product logo

atm_proj's Introduction

This is an Atm gui project which contains the following features: 1-Depositing 2-Withdrawing 3-Credit-card payment 4-Balance history 5-Login page 6-Dynamic data which is read/written from sql server(mssms) 7-Sigin Up 8-Transfer between accounts

Depositing and Withdrawing are basically the same code just some minor differences like the change of the withdraw button into deposit ad vice versa. The database used is relativley simple, here is the erd for it Untitled Diagram drawio

as you can see it's just two entities with a primary key account_id which is the main key for how everything in this application works.

The account_id is basically like your account number in the bank consists of 9 characters 5 random and the pin code is appended to the bank account to make a full acount number of 9 characters ex.(e2ydh3010)

we have a somewhat different and easier approach using sql rather than the file system as it had to be structured and alot of other restricitons so we have

Getfromdb(){} FlushTodb(){} FlushHistorytodb(){} GetTempfromdb(){} FlushTempTodb(){}

every one of these functions only exectue one sql statment getfromdb for example uses : SELECT * FROM CUSTOMER WHERE ACCOUNT_ID LIKE ('%PIN') to login

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.