Skip to content

CarneyCreations/product_inventory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asset Management System

Description

  • Produces asset reports and allows operations which edit the data, useful for companies which need to track and manage their products.

  • Updates the system by exchanging data with a text file.


Product_Inventory_Menu

Features

  • Add a new product (style, product code, price, quantity) to the inventory.

  • Display all products logged in the system.

  • Ability to restock the product with the lowest quantity which produces an invoice of the new order.

  • Prompts the user to list the product with the highest quantity on sale.

  • Displays the inventory value of each product.

Product_Inventory_Restock Product_Inventory_Restock_Invoice

How to install the file

  • To view this file, first you need to download and install the latest version of Python and an IDE (VSCode or PyCharm will work) to use it.

  • You can download my files for this program by clicking on Download ZIP.

  • Locate the ZIP file on your computer and unzip it.

Modules

  • Before using the file you will have to install the tabulate module.

  • Head to your terminal and type/copy and paste the following line:

pip install tabulate

If this does not work, check out this install guide for more information.

Using the file

  • Open up the inventory.py program and run the program to reach the main menu.

  • From here you can navigate through the program which is self explanitory.

Credits

Joshua Carney (CarneyCreations)