-
Notifications
You must be signed in to change notification settings - Fork 1
Modules Overview
Kusal Damsara edited this page Jun 15, 2025
·
1 revision
com.algounix
βββ data // DB connection and access layer
βββ model // Java classes representing entities
βββ ui // Swing UI components
βββ report // JFreeChart-based reporting
βββ util // Helper utilities
-
MySQL.javaβ Handles DB connection. -
Dashboard.javaβ Main GUI window. -
QRGenerator.javaβ Dialog for QR code generation. -
ReportPanel.javaβ Visualizes data using charts.
The system follows MVC architecture for separation of concerns.