Book Shop Management System, using Java JSP and MySLQ

Abstract

This project Book Shop Management System, is a Java JSP and MySLQ Project which runs on the tomcat server, you can also run this project in Eclipse and Net-beans. We have developed this Java JSP and MySQL Project on Book Shop Management System for automating the process of Book Shop Management System. The main features of this project is to manage Inventory, Receipts, Books, Stocks, Sales and Publications.

The main modules of the project is Inventory module, Receipts module, Books module, Stocks module and Sales module, which performs all the operation in their respective domains. Java Project on Book Shop Management System is secured web application which run inside the JVM

Report of Book Shop Management System:

  • Inventory report : We can generate all the reports of Inventory in this
  • Receipts report : Generate reports related to Receipts
  • Books report : All Books reports will be available in this section
  • Stocks report : You can generate filtered reports of Stocks
  • You can generates the report of Stocks, Inventory, Sales
  • Receipts, Publications, Books has facility for dynamic search. So you can filter the records run time
  • PDF reporting has been integrated for exporting of the report for Inventory, Receipts, Books modules
  • You can create the CSV reports for Inventory, Stocks, Receipts

Modules of Book Shop Management System:

  • Inventory module : We can manage all the operations related to Inventory from this module
  • Receipts module : This module is normally developed for managing the Receipts operations
  • Books module : All the operations realated to Books will be managed by Books
  • Stocks module : This module manages Stocks functionalities
  • Sales module : Sales modules performs all the create, read, update and delete operations of Sales
  • Publications module : It manages all the functionalities of Publications

Book Shop Management System Installation Steps:

  • Download Book Shop Management System zip file and extract it
  • Copy Book Shop Management System inside the webapps folder
  • Open phpmyadmin and create Book Shop Management System database
  • Import database Book Shop Management System.sql
  • Open Your browser run the project : “http://localhost:8080/BookShop Management System/”

Softwares needed to run Book Shop Management System

  • JDK 1.8 : To run this project you have JDK 1.8 version
  • Tomcat 8 : This project runs over the tomcat 8 server
  • MySQL : You need mysql database for running this project
  • MySQL JConnector : For making the connection from mysql and java, we need it