Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 12

Limkokwing University

CG Institute of Management

Baneshwor, Kathmandu

Report on the GUI Application for Everest Bank

A Proposal submitted for the partial fulfillment of requirements for the degree of Bachelor

BSc.IT.

Submitted To: - Date of submission: -

Kiran Rana 21th July, 2022

Submitted by: -

Rupesh Maharjan
Acknowledgement
I would like to thank my course instructor Kiran Rana, for giving us the golden opportunity to complete

the project in a group. It helped me to better communicate with my group members and know the essence

of a team in a project.
Objective
 To create a GUI for Everest bank.

 To create account

 To withdraw money

 To display details of customer

 To search customer by account number.


Table of content
Introduction.................................................................................................................................................5
Home page...................................................................................................................................................6
Code........................................................................................................................................................6
Output......................................................................................................................................................7
User login page............................................................................................................................................7
Code........................................................................................................................................................7
Out put.....................................................................................................................................................8
Sign up page................................................................................................................................................9
Code........................................................................................................................................................9
Output....................................................................................................................................................10
Menu driven page......................................................................................................................................10
Code......................................................................................................................................................11
Output....................................................................................................................................................11
Conclusion.................................................................................................................................................12
Introduction

Baking system refers to the business entity that accepts the finances of other persons from creating new

account, safe guarding the money of its customers and a medium of transaction.

The system works in the basis of its user and the details stored in it. So, when a new customer is added it

saves the detail of the customer the system line automatically, and further changes in about the customer

can be made easily.

Implements feature in the Project

In the group project I have implemented the GUI of the system.

It includes

 Home page

 User log in page

 Sign up page

 Menu driven page


Home page

Our system, first shows the homepage. It has the logo of Everest bank with a welcome message in the

system. It includes Log in, create account and close option.

Code
Output

User login page

After a user click on the Log in button, he/she lands on the user login page with form with user name

and password to be filled by the user.

Code
Out put
Sign up page

When the user click in create new account button, he/ she lands on the sign up page with different

details to be filled by the user to create account in the Everest bank.

Code
Output

Menu driven page

After the user creates or logins in the system he/she is landed in the menu driven panel, where he/she

can find the options of withdrawing money, checking balance, searching details and searching for

customer.
Code

Output
Conclusion

This is the part that I had worked on in project. Further features are added taking references from codes

from our class, and different sites.

You might also like