Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frankyang0610/inventorymanagementsystem
A Mini Project in PolyU COMP1002
https://github.com/frankyang0610/inventorymanagementsystem
pycharm
Last synced: 24 days ago
JSON representation
A Mini Project in PolyU COMP1002
- Host: GitHub
- URL: https://github.com/frankyang0610/inventorymanagementsystem
- Owner: FrankYang0610
- Created: 2023-11-26T06:47:33.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-04-21T17:39:42.000Z (7 months ago)
- Last Synced: 2024-10-12T17:43:29.443Z (24 days ago)
- Topics: pycharm
- Language: Python
- Homepage:
- Size: 2.59 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## InventoryManagementSystem
This is a PolyU COMP1002 Mini Project by Group 0000000 Gyrfalcon:
Yang Xikun, Jin Qinhao, Jin Yixiao and Ren Yixiao.
---
This project is an **inventory management system** that enables users to **add, edit, and delete products**, as well as **conduct transactions** with their inventory. The software supports loading and saving inventory data in both **SQL** and **JSON formats**, and offers the choice to **export inventory data to a PDF document**.
---
We did this project in PyCharm IDE, and the libraries are including `PyQt5`, `reportlab.platypus` and `sqlite3`.
The project is a single-filed program, which is, `main.py`. The reports and test resources are also attached.
---
Created on Nov 27, 2023
Edited on Apr 22, 2024