Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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#.replit

This 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.

Screen Shot 2022-05-17 at 3 24 36 PM

# 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.

Screen Shot 2022-05-17 at 4 12 02 PM

Screen Shot 2022-05-17 at 4 12 13 PM