Question: Sales Management System Project using c# in visual studio 2 0 1 5 Requirements 1 . User Authentication: The system should prompt the user to
Sales Management System Project using c# in visual studio
Requirements
User Authentication:
The system should prompt the user to enter a username and password to log in
Data Entry Sections:
After logging in the system should prompt the user to enter information divided into
three sections:
a Invoice Information:
Customer Type Cash External, Internal
Invoice Number
Invoice Date
Seller Name
b Customer Information:
Customer Name
Phone
Address
c Product Information:
Barcode
Product Name
Price
Quantity maximum
Discount Rate:
o Cash customers:
o External customers:
o Internal customers:
o Total: calculated automatically as quantity price discount
Field Requirements:
o All fields are required.
Functionalities:
o Allow the user to save the invoice
o Print the invoice
o Delete the invoice
o Delete all available invoices
o Print the total sum Total sum sum of all product totals
Implementation Steps
User Authentication Module:
o Create a login form with fields for username and password.
Data Entry Form:
o Create a form with sections for Invoice Information, Customer Information, and
Product Information.
o Ensure all fields are marked as required.
o Add validation rules, especially for numeric fields and maximum quantity.
Invoice Calculation:
o Implement logic to calculate the total amount based on quantity, price, and discount
rate.
o Display the calculated total automatically.
Invoice Management:
o Provide options to save, print, and delete individual invoices.
o Implement functionality to delete all invoices.
o Provide a summary option to print the total sum of all invoices.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
