Go to file
2023-11-19 01:10:37 +07:00
core Add login page 2023-11-18 23:16:13 +07:00
inventory Add context to overview and finish overview 2023-11-19 01:10:37 +07:00
staticfiles Add SB2 Admin static files 2023-11-18 21:54:49 +07:00
templates Add context to overview and finish overview 2023-11-19 01:10:37 +07:00
transaction Add context to overview and finish overview 2023-11-19 01:10:37 +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-19 00:28:27 +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 (Let's call it InvtrackPRO, Thank ChatGPT for this name😂) 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 will rely much on admin functionality, and the admin needs to manually add transactions.

For more information about design and development : Wiki Page

Installation

To be added

Resource

  1. startbootstrap-sb-admin-2 for UI