Go to file
2023-11-18 23:15:08 +07:00
core Add Overview page / Set up static path 2023-11-18 22:04:32 +07:00
inventory Add Overview page / Set up static path 2023-11-18 22:04:32 +07:00
staticfiles Add SB2 Admin static files 2023-11-18 21:54:49 +07:00
templates/inventory Add Overview page / Set up static path 2023-11-18 22:04:32 +07:00
transaction add __str__ 2023-11-18 19:19:07 +07:00
.gitignore Initial commit 2023-11-18 15:58:14 +07:00
manage.py Initial commit 2023-11-18 15:58:14 +07:00
README.md Update README.md 2023-11-18 21:56:59 +07:00
requirements.txt Initial commit 2023-11-18 15:58:14 +07:00
sample.env Remove users app / Add sample.env sample 2023-11-18 16:39:09 +07:00

Inventory Management System

Overview

This project is an inventory management system using the Django web framework and PostgreSQL as the relational database.

This inventory management system focuses on wholesale business where it needs to have warehouses, suppliers, and orders from customers. Anyway, this project don't include that much functionality on customer and supplier logic and UI.

For more information about design and development : Wiki Page

Installation

To be added

Resource

  1. startbootstrap-sb-admin-2 for UI