Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taylorhartsfield/inventory-tracking-application
An inventory tracking application built for the Backend Shopify Internship Application for Fall 2022
https://github.com/taylorhartsfield/inventory-tracking-application
Last synced: about 1 month ago
JSON representation
An inventory tracking application built for the Backend Shopify Internship Application for Fall 2022
- Host: GitHub
- URL: https://github.com/taylorhartsfield/inventory-tracking-application
- Owner: TaylorHartsfield
- Created: 2022-05-16T03:53:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-23T21:02:54.000Z (over 2 years ago)
- Last Synced: 2023-03-09T23:06:54.732Z (almost 2 years ago)
- Language: Python
- Size: 14.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inventory Tracking Application
Hey there! Thank you for reviewing my application.
This is an inventory tracking application built for the Backend Shopify Internship Application for Fall 2022. Since this build, I have learned so much more and am working on optimizing this code for a better user experience. You will soon be able to view a new repo showing the growth I have made in a just a couple of months.# Run Application
This application has been configured to run on Replit.You can assess the webpage directly from your browser here: https://shopifynix--taylormay093.repl.co/
You can access it here from Replit here:
https://replit.com/@TaylorMay093/ShopifyNix#.replitThis application is viewable and interactable from either a desktop or mobible device.
# About
This application features basic CRUD functionality and the ability to create a shipment, add inventory to those shipments, and update the main warehouse inventory accordingly.# Important features and notes
Built with Python, HTML, CSS and SQLAlchemy# Navigation
Navigation for this application is accessed through the navigation bar:![2022-05-17 15 16 09](https://user-images.githubusercontent.com/98723432/168911875-3e9d74f0-80ad-4094-89d3-8bc1174a2a0b.gif)
# Create Inventory
![2022-05-17 15 21 20](https://user-images.githubusercontent.com/98723432/168912403-38e95397-2031-4fdd-a0ba-378e8158c138.gif)
# View Current Inventory
You can navigate to the view page from the Navigation Bar, or you will be rerouted to view after adding a new item to inventory.# Edit/Delete Inventory
From the 'View' page, you have access to edit existing inventory and delete existing inventory. To access this, you can click on the specified buttons.
![2022-05-17 15 28 55](https://user-images.githubusercontent.com/98723432/168913429-3da16b45-9e52-4f95-b3c8-5bfe25080231.gif)# Add item to a shipment/View Shipments
You can add items to a shipment and filter by Shipment name to view all items allocated to a specified shipment by using the 'Add to Shipment Tab' and 'View All Inventory In Shipment' Button.