Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (11 loc) · 959 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 959 Bytes

trackary

Inventory tracking & point-of-sale for the CSSU.

Overview

This is an ASP.NET MVC 5 app, consisting of two main components:

  • A storefront: a public page where users can browse items sold by the CSSU, with the price, the number of items in stock, and the amount of reward cashback given.
  • An administrative point-of-sale activity: CSSU members can log in and sell items (snacks/drinks/merchandise) to customers by selecting one or more items and processing the payment. The customer has the option of providing their UTORid to collect reward points. They can also view transaction history, manage customers, edit the types of items sold by the CSSU, and adjust stock levels.

Useful links

Development

Use Visual Studio 2013 (or higher) for development and testing.