Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with my project
#1
Hi i was wondering if i could get some help on a banking system i want to be create the banking system should be able to:
 Create the necessary classes and functions which allow Customers to perform the following tasks
 Login
 Deposit money
 Withdraw money
 Check bank balance
 View customer details e.g. name and address
 Update customer information e.g. name and address
 Create the necessary classes and functions which allow admins to perform the following tasks:
 Login
 Search for a particular customer to perform various banking operations on his/her
account i.e. check balance, deposit/withdraw money etc.
 Close account i.e. remove customer from the system
 Update customer information – name and address
 Update admin own information i.e. name and address
 Print a customer details
 Print all customers details
Reply
#2
What have you tried? We are glad to help, but we are not here to do your homework for you.
Please, post your code (in code tags) and ask specific questions. Don't forget to include the full traceback (in error tags) if you get one.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020