Go to file
2023-11-19 05:46:43 +07:00
core Add Warehouse Detail View and filter 2023-11-19 03:51:54 +07:00
inventory Add inventorydetail view 2023-11-19 05:46:43 +07:00
staticfiles Add SB2 Admin static files 2023-11-18 21:54:49 +07:00
templates Add inventorydetail view 2023-11-19 05:46:43 +07:00
transaction Modify transfer log system 2023-11-19 05:37:29 +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 Install django_filters 2023-11-19 02:31:01 +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