Skip to content

CJ-rogue/Shopping-Mall-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopping Mall

Log in Form

image

Home Form

image

Table of Contents:

  1. Introduction
  2. Usage
  3. Disclaimer
  4. License

Introduction

  • The Shopping Mall Management System is a Java-based application developed in NetBeans.
  • It includes a login form for authentication and a menu form for entering product details (ID, name, quantity, price).
  • After entering all the products, the system generates a PDF receipt for the user to review before checkout.

How to Use

  1. Open the project in NetBeans.
  2. Log in using the provided authentication credentials.
  3. In the menu form, enter product details such as ID, name, quantity, and price.
  4. After entering all products, generate the PDF receipt for review.

Setting up the Project

To ensure the proper functioning of the project, follow these steps:

  • Open the project in NetBeans.
  • Customize the login credentials if needed.
  • Ensure you have the necessary libraries (iText for PDF generation) included in the project.
  • Customize the product entry form and PDF generation logic based on your requirements.

Disclaimer

This tool is developed for educational purposes and provides a basic shopping mall management system. It may not cover all aspects of a real-world retail management solution. Consider additional security measures and database integration for a complete solution.

License

This project is licensed under the terms of the MIT License.