Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.07 KB

README.md

File metadata and controls

14 lines (11 loc) · 1.07 KB

Sales Invoice Generator

This project creates a "Sales Invoice Generator" using Java programming language. A sales invoice is an accounting document that records a business transaction. It provides the business with a record of the services they’ve provided to a client, when the services were rendered and how much money the client owes the business. Typically, a sales invoice will include a description of the service provided and the amount owed. Sales invoices are crucial to small-business accounting because they enable you to record transactions of your sales for bookkeeping purposes.

The application was totally built using Java and it's user interface using Java Swing.

How to use?

  1. open the program
  2. from the file menu, chose open file
  3. select the invoice header file as the first file
  4. select the invoice line file as the second file
  5. the gui will import all the data in these files allowing you to freely edit them

Screenshot from the application: image