Skip to content

Deepak710/watch-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

watch-store

This is a simple Windows Application to replicate a Watch E-Commerce Application(x86), to be used by the store employees

To Run this file,

  1. Make Sure you have Visual Studio, SQL Server 2017 and SQL Server Management Studio installed

  2. Clone/Download this repo and paste in the Visual Studio Projects folder in the Documents folder

  3. Paste the Resources folder on your desktop

  4. Run SQLQuery1.sql using SSMS

  5. Open Watch.sln using Visual Studio, and replace in all forms

      C:\Users\deepakb.BCALAB\Desktop\

    to

      ' your desktop path '

    and in

      New SqlConnection("Data Source = BCALAB-39; Initial Catalog = master; Integrated Security = True")

    change Data Source to your SSMS Database name

  6. Debug the code in Visual Studio

Features:

  1. There are only six watch manufacturers in Men and Women categories, but Admins can add 'n' number of watches under each manufacurer by providing watch picture and other necessary details
  2. Choose the make of watch the cutomer requires and the number of watches. Provide Name and number of the customer. A bill will be generated with Warranty details (Bill number is gender+manufacturer+watchnumber+year+dayofyear+hour+minute+second). Not in printable form sadly...
  3. To check for warranty, go to the admin tab by providing username ("Deepak Balaji") and password ("DMB") in the respective watch. This will show the purchase history of that particular watch
  4. Admin can also change the rate and quantity (stock) of the watches

Contact Me: Telegram

Releases

No releases published

Packages

No packages published