Question
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:
- Admin Page this page includes Adding of New Products, Viewing of Transactions and Viewing of Records (Member and Products).
- 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:
- Design your own GUI
- Create an output window including the date and time of transaction of sales.
- Design your own Database. In designing your database, you may consider to create more than one table.
- All computation should be defined in Class Library
- Put the database on the Class Library
- When the program runs, a web browser will come out
Flowchart on how the transaction/system will execute.
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
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started