Giter VIP home page Giter VIP logo

posfusion-pos-system's Introduction

POSFusion POS System (JAVAEE)

Table of Contents

Overview

POSFusion POS System is a web-based Point of Sale (POS) application designed to manage essential operations such as adding, searching, updating, and deleting records. The frontend is built using HTML, CSS, JavaScript, and jQuery, while the backend leverages Java EE with Tomcat.

Features

Customer Management

  • Add new customers: Easily add customer records to the system.
  • Search existing customers: Quickly search for customers by ID.
  • Update customer information: Modify customer details as needed.
  • Delete customers: Remove customer records from the system.

Item Management

  • Add new items to inventory: Keep your inventory up-to-date by adding new items.
  • Search existing items: Find items in the inventory by ID.
  • Update item information: Update item details as required.
  • Delete items from inventory: Remove items from your inventory.

Order Management

  • Create new orders: Generate new orders quickly and efficiently.
  • Retrieve and view existing orders: Access and review past orders.

Technologies Used

  • Frontend: HTML, CSS, JavaScript, jQuery
  • Backend: Java EE, Tomcat
  • API Documentation: Postman Documentation

Controllers and Endpoints

Customer Controller

  • Add Customer: POST /customer - Adds a new customer.
  • Search Customer: GET /customer/{id} - Retrieves customer details by ID.
  • Update Customer: PUT /customer - Updates the details of an existing customer.
  • Delete Customer: DELETE /customer/{id} - Deletes a customer by ID.
  • Get Customers: GET /customer - Retrieves a list of all customers.

Item Controller

  • Add Item: POST /item - Adds a new item to the inventory.
  • Search Item: GET /item/{id} - Retrieves item details by ID.
  • Update Item: PUT /item - Updates the details of an existing item.
  • Delete Item: DELETE /item/{id} - Deletes an item by ID.
  • Get Items: GET /item - Retrieves a list of all items.

Order Controller

  • Add Order: POST /order - Creates a new order.
  • Get Orders: GET /order - Retrieves a list of all orders.

Getting Started

  1. Prerequisites Ensure you have a Java EE environment set up with Tomcat installed.
  2. Clone the Repository: git clone https://github.com/yasith-chathuranga/posfusion-pos-system.git
  3. Setup Database: Configure your database settings in application.properties
  4. Build and Run: Deploy the WAR file to Tomcat and access the application.

Clone the Repository:

   git clone https://github.com/yasith-chathuranga/posfusion-pos-system.git

License

This project is licensed under the MIT License.

posfusion-pos-system's People

Contributors

yasith-chathuranga avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.