Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 1

United International University (UIU)

Dept. of Computer Science & Engineering (CSE)


OOP Lab Project: Trimester: Fall - 2016
Course Code: CSI 212, Course Title: Object-Oriented Programming Lab,

Project Title: Point of Sale


Developer:

H.M. Mahmudul Hasan


ID 011 152 041
Sec: F
Faculty: Sanjay Saha

Description:
The point of sale (POS) is the time and place where a retail transaction is
completed. At the point of sale, the merchant would calculate the amount owed
by the customer and indicate the amount, and may prepare an invoice for the
customer (which may be a cash register printout), and indicate the options for
the customer to make payment. After receiving payment, the merchant may
issue a receipt for the transaction, which is usually printed, but is increasingly
being dispensed with or sent electronically

Features:
1. Database/Inventory of products
* Updating Quantity of product
2. Selling System
3. Issuing Invoice
*Details quantity of sold products, price calculation
4. Sales Log
* Time of sale based on unique invoice
5. Sales quote
* First a quotation will be shown, then transaction confirmation to sales
log

You might also like