temi92 / inventory_management

a web app for managing sales, purchasing and production operations for small companies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

inventory_management

a web app for managing sales, purchasing and production operations for small companies

Vist : https://demoinventorymanagement.herokuapp.com/ to access the app

Instruction to install and run the application

  1. Install python3
  2. Download this repository by using
git clone https://github.com/temi92/inventory_management.git
  1. Install the dependencies by
cd inventory_management && python3 -m venv venv && source venv/bin/activate && pip install -r requirements.txt
  1. Set environment DATABASE_URL to a PostgreSQL database for example
  postgresql://username:password@localhost/dbname
  1. Start the app using python app.py
  2. Visit http://localhost:5000/ from your browser to access the app.

Credentials

  1. Username - demo
  2. Password - password

Functionalites

  1. Create and manage customers
  2. Add, Edit or Delete stock from warehouse
  3. Track production in warehouse
  4. Issue invoice for payment for customers
  5. Track how much customer has paid for product.
  6. Print invoices

About

a web app for managing sales, purchasing and production operations for small companies


Languages

Language:Python 100.0%