You as a team (group) of 2 members, are required to develop a Banking Service Application to handle all the primary information required to maintain the customer account in a bank. Once the system is opened, all users (including admin staff and customers) have to pass through a login page to enter the main screen. Upon login, the system should display the user’s name on the system’s user interface. Customers are allowed to make transaction for deposit and withdrawal of the money. In Addition, customers could also reset their own password and print a Statement of Account for a specified duration.
You are required to work in a group of two members. The following characteristics are important to be included in your system:
Group Member 1 Tasks:
• A default Super User Account should be created in the system that could be used to create administrative staff accounts. This Account should be used to create other users account (i.e., login credentials).
• In order to register with the bank, the customer is required to fill a registration form to provide his/her personal details. The staff then enters the customer details into the system, and thereafter provides him with the unique account number and a default password. A unique customer account number must be autogenerated and should in a sequence. The account can be Savings account or Current account.
• Admin staff may update or edit the staff or customer’s details. However, customer’s ID and name should not be available for update. Customer may only perform Deposits or Withdrawals.
• Customer’s Statement of Account Report may be generated by both Admin Staff and Customer’s Statement of Account Report must be printed for a specified period (i.e. a start and an end date must be entered). A total of all deposits and withdrawals should be displayed for the specified duration at the end of the report.
Group Member 2 Tasks:
• The customer can login into the system using account number and the default password. In addition to modifying the password, the customer can perform deposit and withdrawal transactions using this account number and password.
• After login into the system, the customer can have the following options:
o deposit any amount of money in his/her account and the deposited amount should be added into the existing balance. The new balance should be updated in the data file.
o Withdraw any amount. It should always checked whether the withdrawal of money will affect the minimum balance or not. If yes, the transaction will not be permitted. Minimum balance for saving account and current is RM100 and RM500 respectively.
• Unique User Interface (UI) using menus should be done for all interactions between users and the system.
• Customer’s Statement of Account Report may be generated by the customer, and Customer’s Statement of Account Report must be printed for a specified period (i.e. a start and an end date must be entered). A total of all deposits and withdrawals should be displayed for the specified duration at the end of the report.
Working code using random number generating and functions
Jiirrraaa is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1