Database Final Project L3BC

Group Member:
Galastu Chandra Utama – 2101710920
Ida Bagus Ryogassa Avatara – 2400100323

For our Final Project, we have created the GUI using VB.net and MySQL as the DBMS.

User Manual (Customer)

Login Page

This is the login page for the Game Store, we can Log In if we already have the credential for it. If not we create a new user by pressing the New User.

User Register

For the one who hasn’t have the credential, they can register here.

Customer Page

On this page, the customer can choose and buy the game that they wanted, then choose their bank payment.

Transaction History

By pressing the history tab from the page before, the customer can see their purchase history on this store.

Customer Profile

On this page, the customer can see their information on their profile.

Forget Password

If the user forgets their password, they can recover it by using their User ID and the Pin that they use when registering on the store.

Change Password

This page is used for the user to change their password.

User Manual (Admin)

Login Page

Admin also uses the same login page as the customer.

Admin Page

On this page, the admin can see the game that the store sells. Also, there are more options for the admin.

Admin Profile

The first page is the admin profile, where they can see all of their information regarding their role in the game store.

Admin Update Page

On this page, the admin can modify the administrator role.

Staff List

This page shows the staff that is currently registered in the store.

Customer List

This page shows the list of the customer that is currently registered in the store.

Staff Input

The admin can input the new staff that will be working on the store with this page.

Game Input

The admin can input the game with this page, by typing in the data for the game.

Modify Info

The admin can also modify the data on this page, like if the game had a price change.

ERD

Normalization

1NF

Transaction [id, cust_id, total, bank_id, Date, game_id]

2NF/3NF

Game[game_name(pk), price, game_id]

Transaction [ID(pk), cust_id(fk), game_id(fk), bank_id(fk), Date]

Bank[bank_id, bank_name]

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *