github.com/leonx04/PLN_Team6 ↗
This project is a comprehensive system for managing the inventory, sales, and customer information of a shirt store. It is built using Java and various frameworks and libraries.
Open this visualization on its own page →
Contributors
7
Lines of Code
2,983
From
2024-03-10
To
2024-06-16
About leonx04/PLN_Team6
This is a point-of-sale and inventory management system for a shirt retail business, built entirely in Java with a Swing-based graphical interface. The application handles three core business functions: tracking stock levels across different sizes, colors, and styles; processing sales transactions and generating invoices; and maintaining a customer database with contact information and purchase history.
The project uses SQL Server as its backend database and FlatLaf to provide a modern, polished user interface. The codebase is structured with an Ant build system and includes a test suite using JUnit to validate functionality. All necessary libraries are bundled in the project directory for straightforward setup.
This is a relatively complete business application aimed at small retail operations, combining practical inventory and sales features with attention to user experience through contemporary UI design patterns.