From 46c620715b1b41ff9f1353cf7eb067c20ba079ac Mon Sep 17 00:00:00 2001 From: Sirin Puenggun Date: Sun, 19 Nov 2023 00:28:27 +0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 627d245..1899063 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Inventory Management System ## 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 -on customer and supplier logic and UI. +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](https://github.com/Sosokker/Inventory-Management-System/wiki)