SmartShop is a home inventory management system created by a group of engineers in a senior design group at Southern Illinois University Edwardsville (SIUE). The design was created over the Fall 2016 - Spring 2017 academic period. The application uses Python 3.5.2 with PyQt5 to create a GUI for users to interact with the SainSmart 7" touchscreen attached to a Raspberry Pi 3.
Stars
10
Forks
4
Watchers
10
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
Fix bug where long pressing the favorite's items would crash
b76558aView on GitHubAdded floating button to move recommendended items to required list
e2c02dbView on GitHubmainWindow.py, lines 54-58 included the commit message from previous commit
d774caaView on GitHubAdded functionality when an item's quantity goes to zero, it will be sent to the recommended items list if its not on a list already
385377bView on GitHubAdded a primary and secondary scanner signal in the central window. This is necessary so each window (main window, favorite's window, etc) are called so they can update their visual elements since the database information MAY have changed. These functions cannot be connected/disconnected on the actual scanner signals themselves because this messes with the scan to continue functionality in the expiration box and new item details box. Each window has a function that is called whenever a barcode is scanned to update their views.
29ba389View on GitHubFixed issue where the lists in the favorite's window does not update if the add or remove buttons are clicked.
a6f4d24View on GitHubFixed bug where program crashes if you select pending category in new item details box.
5451988View on GitHubMerge pull request #15 from addisonElliott/ScanningUpdate
68c99edView on GitHubRenamed floatingPB1 and floatingPB2 to a more suitable reqItemRemoveBtn and recItemRemoveBtn.
96a00a9View on GitHubAdded check to make sure the item exists when scanning an item out
e9cbdd3View on GitHubMoved the callback functions for scan to cancel functionality.
6ca2d3bView on GitHubMoved the callback functions for scan to cancel functionality.
a804bbcView on GitHub