32
Point of Sales System for an Audio and Video Shop More Details visit- http://www.projectlearner.com

C++ Project: Point of Sales System for an Audio and Video Shop

Embed Size (px)

Citation preview

Page 1: C++ Project: Point of Sales System for an Audio and Video Shop

Point of Sales System for an Audio and Video Shop

More Details visit- http://www.projectlearner.com

Page 2: C++ Project: Point of Sales System for an Audio and Video Shop

Project Description:1. A Audio and Video shop is a shop where items like VCD, Audio

CD, Music Tape and Video Cassette are sold or given for rent.

2. System, therefore, should have two main parts, Sales and Rent

3. In each part, system should be able to show a list of available items for sale or rent.

4. Each item should have properties like title, serial number, price and quantity.

5. A customer either can buy an item or rent it. In either cases an item should be selected and removed from available list and added to Rented list or Sold list.

More Details visit- http://www.projectlearner.com

Page 3: C++ Project: Point of Sales System for an Audio and Video Shop

Project Description:

6. System should be able to record information about each sale or rent.

7. A customer can buy as many items as he/she wants, but only three items can be rented by an individual customer at a time.

8. Only subscribed customers are able to rent an item. Each subscriber has a customer ID and password.

9. After finishing buying or renting the items, a report (or receipt) must be generated and shown to the customer. Reports should contain the items, their prices the total value and other necessary details for purchase or rent.

More Details visit- http://www.projectlearner.com

Page 4: C++ Project: Point of Sales System for an Audio and Video Shop

Software Requirement:

Operating system : Windows XP/Windows 7/ Windows 8/ Windows 2000

Compiler : Dev C++ version 4.0 or above

More Details visit- http://www.projectlearner.com

Page 5: C++ Project: Point of Sales System for an Audio and Video Shop

(Screen shots of this project)

1) Main interface of Sales of Point System for an Audio

and Video Shop

More Details visit- http://www.projectlearner.com

Page 6: C++ Project: Point of Sales System for an Audio and Video Shop

2) Main interface of Customer

More Details visit- http://www.projectlearner.com

Page 7: C++ Project: Point of Sales System for an Audio and Video Shop

3) Press 1 to Buy CD/DVD

More Details visit- http://www.projectlearner.com

Page 8: C++ Project: Point of Sales System for an Audio and Video Shop

4) Choose option 1 for booking the selected CD/DVD

More Details visit: http://www.projectlearner.comMore Details visit- http://www.projectlearner.com

Page 9: C++ Project: Point of Sales System for an Audio and Video Shop

5) Interface of Customer where customer are not able to

rent the item if already rented the item

More Details visit- http://www.projectlearner.com

Page 10: C++ Project: Point of Sales System for an Audio and Video Shop

6) Customer show all record interface

More Details visit- http://www.projectlearner.com

Page 11: C++ Project: Point of Sales System for an Audio and Video Shop

7) Customer show record interface

More Details visit- http://www.projectlearner.com

Page 12: C++ Project: Point of Sales System for an Audio and Video Shop

8) Customer Exit Interface

More Details visit- http://www.projectlearner.com

Page 13: C++ Project: Point of Sales System for an Audio and Video Shop

9) Customer Load Record Interface

More Details visit- http://www.projectlearner.com

Page 14: C++ Project: Point of Sales System for an Audio and Video Shop

10) Member login page/interface

More Details visit- http://www.projectlearner.com

Page 15: C++ Project: Point of Sales System for an Audio and Video Shop

11) Member Buy item interface

More Details visit- http://www.projectlearner.com

Page 16: C++ Project: Point of Sales System for an Audio and Video Shop

12) Member Rent item interface

More Details visit- http://www.projectlearner.com

Page 17: C++ Project: Point of Sales System for an Audio and Video Shop

13) Member show all records interface

More Details visit- http://www.projectlearner.com

Page 18: C++ Project: Point of Sales System for an Audio and Video Shop

14) Member show record interface

More Details visit- http://www.projectlearner.com

Page 19: C++ Project: Point of Sales System for an Audio and Video Shop

15) Member load record interface

More Details visit- http://www.projectlearner.com

Page 20: C++ Project: Point of Sales System for an Audio and Video Shop

16) Admin login interface

Unsuccessful login for invalid user name and/or password.

More Details visit- http://www.projectlearner.com

Page 21: C++ Project: Point of Sales System for an Audio and Video Shop

17) Admin login interface

More Details visit- http://www.projectlearner.com

Page 22: C++ Project: Point of Sales System for an Audio and Video Shop

18) Admin Buy/Rent interface

More Details visit- http://www.projectlearner.com

Page 23: C++ Project: Point of Sales System for an Audio and Video Shop

19) Admin Save Record interface

More Details visit- http://www.projectlearner.com

Page 24: C++ Project: Point of Sales System for an Audio and Video Shop

20) Admin Show Record interface

More Details visit- http://www.projectlearner.com

Page 25: C++ Project: Point of Sales System for an Audio and Video Shop

21) Admin Show All Records interface

More Details visit- http://www.projectlearner.com

Page 26: C++ Project: Point of Sales System for an Audio and Video Shop

22) Admin Show All Deleted Records interface

More Details visit- http://www.projectlearner.com

Page 27: C++ Project: Point of Sales System for an Audio and Video Shop

23) Admin Add Record interface

More Details visit- http://www.projectlearner.com

Page 28: C++ Project: Point of Sales System for an Audio and Video Shop

24) Admin Delete Record interface

More Details visit- http://www.projectlearner.com

Page 29: C++ Project: Point of Sales System for an Audio and Video Shop

25) Admin Delete All Records interface

More Details visit- http://www.projectlearner.com

Page 30: C++ Project: Point of Sales System for an Audio and Video Shop

26) Admin Modify Record interface

More Details visit- http://www.projectlearner.com

Page 31: C++ Project: Point of Sales System for an Audio and Video Shop

27) Admin Sort and show all record interface

Page 32: C++ Project: Point of Sales System for an Audio and Video Shop

Project Source Code:

To get the complete source code,visit the website: http://www.projectlearner.com

More Details visit- http://www.projectlearner.com