Skip to content

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 i…

Notifications You must be signed in to change notification settings

markessam12/sales-invoice-generator-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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 i…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages