项目作者: MYossry

项目描述 :
Bank System
高级语言: C++
项目地址: git://github.com/MYossry/Bank-Managment-System.git
创建时间: 2018-10-03T06:45:49Z
项目社区:https://github.com/MYossry/Bank-Managment-System

开源协议:

下载


Bank System

• User can have three type of accounts (Loan, Checking, Save).

• Loan account: that client can pay his loan.

• Checking account: client can withdraw over his money by a specific limit.

• Saving account: client can gain benefits every month according to his money

Functionalities:

  1. Sign up users.
  2. Adding, removing and account.
  3. Add and withdraw money (saving, checking) accounts.
  4. Inquiry about the account.
  5. Calculate benefits for saving account and on loan account every month.
  6. Removing loan or saving account if they pay there dept.
  7. Show user and processes on the system (Admin).