An open API service indexing awesome lists of open source software.

https://github.com/nikolatechie/shopfx

Simple POS Billing Software created using JavaFX and CSS (for styling)
https://github.com/nikolatechie/shopfx

billing-software css java javafx mvc pos singleton

Last synced: 7 months ago
JSON representation

Simple POS Billing Software created using JavaFX and CSS (for styling)

Awesome Lists containing this project

README

          

## ShopFX
Simple *POS Billing Software* created using **JavaFX and CSS**. **MVC and Singleton software design patterns** were used. Along basic options/controls such as adding to cart (and checking if the entered product quantity is not larger than the product quantity in the database), emptying the cart, removing selected items etc., I've implemented an *autocomplete TextField* (not case-sensitive) that suggests products based on the entered name prefix. It is possible to remove product entirely from the database in the app (when it happens, it will also be deleted from the cart if it was previously there). SceneBuilder was **NOT** used.




![Alt text](/screenshots/LoginView.png?raw=true "LoginView")
![Alt text](/screenshots/LoginViewFilled.png?raw=true "LoginViewFilled")
![Alt text](/screenshots/MainView.png?raw=true "MainView")
![Alt text](/screenshots/AllProductsView.png?raw=true "AllProductsView")
![Alt text](/screenshots/OldProductsView.png?raw=true "OldProductsView")