Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 943 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 943 Bytes

GST-Billing-System

A java application using swing for gst bill calculation.

Requirements:

  1. Eclipse - Download eclipse IDE for Java EE Developers
  2. Jaspersoft Studio - Goto Eclipse Marketplace in Help Menu in Eclipse and install from there.
  3. Windows Builder - Like Jaspersoft Studio, install this also from the marketplace.
  4. H2 Database Engine - Download all platform zip from its website http://www.h2database.com/html/main.html and extract it. Import the database needed for the project from the backup.sql, which is in the h2 Database folder.

Setup:

  1. Import the project in Eclipse
  2. In the project setting go to Java Build Path and in the libraries add external jars.
  3. External jars to be added are JasperReport Library ,JasperReport Library Dependencies, Jaspersoft Server Library and h2 database jar. H2 jar can be found in the bin folder in the main database folder.
  4. Now you are ready to run the project.