Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chathushi-r/book-store-gui

This repository contains the source codes for a Java-based desktop application for a book store, featuring graphical user interfaces (GUIs) developed using Netbeans GUI builder.
https://github.com/chathushi-r/book-store-gui

derby-database java java-swing-gui jframe jpanel

Last synced: 6 days ago
JSON representation

This repository contains the source codes for a Java-based desktop application for a book store, featuring graphical user interfaces (GUIs) developed using Netbeans GUI builder.

Awesome Lists containing this project

README

        

**Book Store Project**

This repository contains the source codes for a desktop application of a book store, implemented in Java.
This application is connected to a Derby database that consists of tables that store records including book details, order details and user details.
The logs folder contains text files that log the different actions performed by the logged in user.

**Functionalities:**
- Add/Update/Delete/Search/View books
- Add/Search/Delete orders
- Update order status
- Add/Update/Delete a user
- View current users
- View sales report
- View logs of user actions

**Technologies used:**
- Language : Java
- IDE : Apache NetBeans