https://github.com/anggamys/final-project-pbo
Desktop POS application using Java Swing, designed for sales, inventory, and transaction management.
https://github.com/anggamys/final-project-pbo
java object-oriented-programming swing
Last synced: about 2 months ago
JSON representation
Desktop POS application using Java Swing, designed for sales, inventory, and transaction management.
- Host: GitHub
- URL: https://github.com/anggamys/final-project-pbo
- Owner: anggamys
- Created: 2025-04-30T03:54:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-16T02:03:08.000Z (11 months ago)
- Last Synced: 2026-04-30T20:35:42.628Z (about 2 months ago)
- Topics: java, object-oriented-programming, swing
- Language: Java
- Homepage:
- Size: 4.53 MB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Point of Sale Dekstop Application
This is a Point of Sale (POS) desktop application built using Java and Java Swing. It is designed to manage sales transactions, inventory, and customer data efficiently.
## Features
- User authentication with role-based access control
- Sales transaction management
- Inventory management
- Reporting and analytics
## Usage
### Pre-requisites
- Java Development Kit (JDK) 21 or higher
- Apache NetBeans IDE 21 or higher
- MySQL Server 8.0 or higher
### Installation
Clone the repository to your local machine:
```bash
git clone https://github.com/anggamys/final-project-pbo.git
```
Open the project in Apache NetBeans IDE.
### Database Setup
Create a MySQL database named `pos_db` and run the SQL scripts located in the `sql` directory to set up the necessary tables.
If you are using PHPMyAdmin, you can import the SQL files directly through the interface.
### Running the Application
To run the application, follow these steps:
1. Open the project in Apache NetBeans IDE.
2. Make sure your MySQL server is running.
3. Run the main class `Main.java` to start the application.