Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meicloudie/transaction-management
[Ongoing Project] Transaction Management Project - Desktop Application
https://github.com/meicloudie/transaction-management
customtkinter project python work-project
Last synced: about 1 month ago
JSON representation
[Ongoing Project] Transaction Management Project - Desktop Application
- Host: GitHub
- URL: https://github.com/meicloudie/transaction-management
- Owner: MeiCloudie
- Created: 2024-04-27T14:41:11.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-31T14:48:10.000Z (7 months ago)
- Last Synced: 2024-06-01T12:53:23.674Z (7 months ago)
- Topics: customtkinter, project, python, work-project
- Language: Python
- Homepage:
- Size: 426 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Transaction Management Project - Desktop Application
## Business Analysis
### 📌 Purpose
The Transaction Management Project aims to provide a flexible and user-friendly desktop application to efficiently manage users' gold and currency transactions. The main goal is to create a user-friendly interface and integrate flexible features to provide the best user experience.
### ⚠️ Scope
💰 The application will focus on managing two main types of transactions: gold transactions and currency transactions. Features will include viewing, adding, editing, and deleting transactions, as well as reports and statistical charts for data analysis.
#### Gold Transactions:
- Transaction Code
- Transaction Date (day, month, year)
- Unit Price
- Quantity
- Type of Gold
- Total Amount: Total Amount = Quantity \* Unit Price#### Currency Transactions:
- Transaction Code
- Transaction Date (day, month, year)
- Unit Price
- Quantity
- Exchange Rate
- Currency Type (Vietnamese dong, US dollar, Euro)
- Total Amount:
- If it's USD or Euro: Total Amount = Quantity _ Unit Price _ Exchange Rate
- If it's Vietnamese dong: Total Amount = Quantity \* Unit Price🙂 About Users - Account: (to be expanded later).
## Technical Requirements
The application will be developed using the Python programming language, utilizing Object-Oriented Programming (OOP) principles.
Key characteristics such as inheritance, polymorphism, and abstraction will be implemented in designing classes and modules (excluding encapsulation).
Development will be done on the Desktop platform using the Tkinter framework and supporting libraries.
Algorithms:
- Search: Linear, Binary.
- Sorting: Bubble Sort, Selection Sort, Quick Sort.⚙️ Feature Requirements
1. Display Language on Desktop Application Screen:
English.2. List of basic features required:
- View Transactions: Filter Tab, Group By, Sort By, Filter, Search.
- Add Transaction.
- View Transaction Details.
- Edit Transaction.
- Delete Transaction.
- Report statistical charts: Week Tab (this week) or Month (this month), using Charts (pie chart, bar chart), and Filter.3. Data Organization
After completing all functions, store data in JSON file format => issues regarding JSON file Reading & Writing.Expansion: Upgrade to version 2 using API.
## 💡 Expansion
- Account.
- API.(Organization and additional updates will be added after completing the basic features)