Skip to content

A simple Netbeans-based full-stack Point of Sale (POS) system that manages product inventory, sales transactions, and stock levels within a retail environment.

License

Notifications You must be signed in to change notification settings

danlabrador/univ-simple-pos-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple POS System

Project Overview

This project aims to develop a Java-based Point of Sale (POS) system, utilizing the JavaDBExam database structure. It's designed to manage product inventory, sales transactions, and stock levels in a retail environment.

Getting Started

Prerequisites

  • Java Development Kit (JDK)
  • NetBeans IDE
  • MySQL

Installation

  1. Clone the repository to your local machine.
  2. Open the project in NetBeans.
  3. Set up the JavaDBExam database using the provided ERD (Entity Relationship Diagram). You can use this SQL script to build the database.

JavaDBExam ERD

  1. Download the following JAR files and add them to your project's classpath:

  2. Build and run the project.

Usage

This POS system allows for:

  • Adding and updating products in the inventory.
  • Managing stock levels.
  • Processing sales transactions.
  • Viewing products, processing orders, and managing stock through the user interface.
  • Exporting the order history and updating them in real time.

License

This project is licensed under the LICENSE.

About

A simple Netbeans-based full-stack Point of Sale (POS) system that manages product inventory, sales transactions, and stock levels within a retail environment.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages