Skip to content

plumberg/Store_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Store_App

This app that tracks sales for a store. It includes the following features: • Multiple users can have an account with the store. They login with a username and password. One user can have many accounts. • Users can look at the different items the store has for sale. • Users can make purchases. • Purchases can be of quantities greater than or equal to 1 for any item the store sells. • Purchases are not paid for at the time of purchase. Rather, the user's account reflects the charge. Users are not allowed to make a purchase if they already owe more than a specific limit specified in the code. • Users can check their account balances and pay any amount (even more than what they owe). • Users can check a list of all of their purchases, all of their purchases within a certain date range, and all of their purchases within a certain price range. The application is backed by a SQL Server database.

About

This app tracks sales for a store.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages