Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Automated Sales and Inventory System in C# Language as a developer you are task to do the following: Admin Page this page includes Adding of

Automated Sales and Inventory System in C# Language

as a developer you are task to do the following:

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

*NOTE

- Put the database on the class lib

- When the program runs, a web browser will come out

---------------------------------------------------------------------------------------------------------------------------------------------

Stocks = 100

SRP = 15% of Price

ID

Product Id

Product Name

Price

Stocks

SRP

1

MSE

Mouse

350.00

2

PRN

Printer Ink

7500.00

3

PRNDT

Printer Dot Matrix

5000.00

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
  5. Put the database on the Class Library
  6. When the program runs, a web browser will come out

Flowchart on how the transaction/system will execute.

image text in transcribed

C B FALSE START LOGIN HOME PAGE ACCOUNT EXIST? ADMIN ADMIN PAGE TRUE USER/ADMIN? A USER ADDING OF NEW PRODUCTS VIEWING OF RECORDS o ALL PRODUCTS MEMBERS RECORDS TRANSACTIONS USER PAGE 0 END PROFILE MANAGER (CHANGE PASSWORD ONLY) VIEWING ORDER HISTORY BUYING/ADDING PRODUCTS TO CART LOGOUT B REGISTRATION PAGE END C C B FALSE START LOGIN HOME PAGE ACCOUNT EXIST? ADMIN ADMIN PAGE TRUE USER/ADMIN? A USER ADDING OF NEW PRODUCTS VIEWING OF RECORDS o ALL PRODUCTS MEMBERS RECORDS TRANSACTIONS USER PAGE 0 END PROFILE MANAGER (CHANGE PASSWORD ONLY) VIEWING ORDER HISTORY BUYING/ADDING PRODUCTS TO CART LOGOUT B REGISTRATION PAGE END C

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

What is an income trust? Briefly explain why they are used.

Answered: 1 week ago

Question

Find dy/dx if x = te, y = 2t2 +1

Answered: 1 week ago