Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uchithmasenevirathne/pos-app-javaee-frontend
This is a Point of Sale (POS) system that allows for the management of customers and items, placing orders, and viewing order details. The backend is built using JavaEE, and the frontend is developed with HTML, CSS, and JavaScript.
https://github.com/uchithmasenevirathne/pos-app-javaee-frontend
ajax css html javascript
Last synced: 29 days ago
JSON representation
This is a Point of Sale (POS) system that allows for the management of customers and items, placing orders, and viewing order details. The backend is built using JavaEE, and the frontend is developed with HTML, CSS, and JavaScript.
- Host: GitHub
- URL: https://github.com/uchithmasenevirathne/pos-app-javaee-frontend
- Owner: UchithmaSenevirathne
- Created: 2024-08-05T14:39:16.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T14:48:59.000Z (5 months ago)
- Last Synced: 2024-08-08T18:47:07.006Z (5 months ago)
- Topics: ajax, css, html, javascript
- Language: JavaScript
- Homepage:
- Size: 4.41 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
POS System
Frontend
![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white)
![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white)
![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)Introduction
This is a Point of Sale (POS) system that allows for the
management of customers and items, placing orders, and viewing order details. The backend is built
using JavaEE, and the frontend is developed with HTML, CSS, and JavaScript.Features
Customer Management
Create, Read, Update, and Delete (CRUD) operations for customers.
Item Management
Create, Read, Update, and Delete (CRUD) operations for items.
Place Orders
Functionality to place new orders.
View Orders
Functionality to view all existing orders.
Technologies Used
- Frontend: HTML, CSS, JavaScript
Installation
Prerequisites
- Node.js (for frontend dependencies, if applicable)
Clone the repository
git clone
https://github.com/UchithmaSenevirathne/POS-App-JavaEE-Frontend.gitUsage
- Customer Management:
- Navigate to the customer section on the frontend.
- Use the form to add a new customer or manage existing customers.
- Item Management:
- Navigate to the item section on the frontend.
- Use the form to add a new item or manage existing items.
- Place Orders:
- Navigate to the order section on the frontend.
- Select customers and items to place a new order.
- View Orders:
- Navigate to the view orders section on the frontend.
- View all existing orders with details.
API Documentation
API Documentation
Copyright - 2024 - Present | Uchithma Senevirathne | All Rights Reserved