https://github.com/frehner/mystuff
A desktop POS administrative application built in Java that interfaces with my database.
https://github.com/frehner/mystuff
Last synced: about 1 year ago
JSON representation
A desktop POS administrative application built in Java that interfaces with my database.
- Host: GitHub
- URL: https://github.com/frehner/mystuff
- Owner: frehner
- Created: 2013-03-15T23:42:32.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-04-01T02:07:40.000Z (over 12 years ago)
- Last Synced: 2024-11-05T18:46:05.384Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 458 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
mystuff
=======
This project was one "sprint" of my semester long project. This sprint is a desktop application that is intended to replicate the administrative side of a point-of-sale system; item, customer, and employee management.
A couple of the classes were provided for me (and the rest of the class, to ensure that there was a similar base for each student), but all of the functionality and most of the classes were built by me personally.
As part of this project I was also to design a database schema for this project: that database schema relates to each class found in this project.