This commit is contained in:
sosokker 2023-11-19 00:28:44 +07:00
commit 39c259b2f0

View File

@ -1,10 +1,10 @@
# Inventory Management System # Inventory Management System
## Overview ## Overview
This project is an inventory management system using the `Django web framework` and `PostgreSQL` as the relational database. 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 don't include that much functionality 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.
on customer and supplier logic and UI.
**For more information about design and development** : [Wiki Page](https://github.com/Sosokker/Inventory-Management-System/wiki) **For more information about design and development** : [Wiki Page](https://github.com/Sosokker/Inventory-Management-System/wiki)