You are on page 1of 3

Final Activity 1

In this activity you may select your Group mates (maximum of 4 members/group).

Input your name here: Team Registration

Problem

A company needs to an automated sales and inventory system; as a developer you are task
to do the following:

a. Admin Page – this page includes Adding of New Products, Viewing of Transactions
and Viewing of Records (Member and Products).
b. User page - PROFILE MANAGER (CHANGE PASSWORD ONLY), VIEWING ORDER HISTORY,
BUYING/ADDING PRODUCTS TO CART and LOGOUT
Stocks = 100

SRP = 15% of Price

ID Product Id Product Price Stocks SRP


Name
1 MSE Mouse 350.00
2 PRN Printer Ink 7500.00
3 PRNDT Printer Dot 5000.00
Matrix
4 MNTRLc LCD Monitor 6500
5 MNTRLe LED Monitor 7500

b. Sales System

Product Name Price Quantity Amount


Xxx Xxx Xxx Xxx.xx
Total Amount xxx.xx

Formula:

Total Amount Purchase = (Total Amount + VAT) – Discount (if any)

VAT = 10% of Total Amount

Membership type Discount


Silver 5% of Total Amount
Gold 10% of Total Amount
Platinum 15% of Total Amount

Note: Discount is applicable of those with 10,000.00 and above Total amount
purchase.
Requirements:

1. Design your own GUI


2. Create an output window including the date and time of transaction of sales.
3. Design your own Database. In designing your database, you may consider to create
more than one table.
4. All computation should be defined in Class Library.

Flowchart on how the transaction/system will execute.

C B
FALSE

ACCOUNT
START HOME PAGE LOGIN
EXIST?

ADMIN
ADMIN PAGE TRUE
A USER/ADMIN?
 ADDING OF NEW
PRODUCTS
USER  VIEWING OF RECORDS A
o ALL PRODUCTS
o MEMBERS
RECORDS
USER PAGE o TRANSACTIONS
END
 PROFILE MANAGER
(CHANGE PASSWORD
ONLY)
 VIEWING ORDER HISTORY
 BUYING/ADDING
PRODUCTS TO CART REGISTRATION
 LOGOUT B PAGE

END C
Submit the following in Schoolbook.
1. Screen shot of all web page.
2. Screen video on using the system. You may use bandicam software in
recording your screen.
Bandicam download link: Bandicam

You might also like