Skip to content
/ CRM Public

An offline CRM application developed with Java and an SQLite database.

License

Notifications You must be signed in to change notification settings

JNoel71/CRM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CRM Application:

Author: Jordan Noel
Language: Java
Java Files: frontend.java (handles the GUI and calls methods from the backend)
	    backend.java (handles the database and creation of reports)
Required External Libraries: Apache POI, JDBC SQLite

Description:
A CRM application with the ability to keep track of clients and sales. Has the functionality to add,
delete, view or edit a client or sale. Links clients and sales together such that each sale belongs 
to a certain client and when that client is deleted all the sales associated with the individual 
will also be deleted. Has the ability to run 2 different reports both that yield excel files, one 
retrieves all the clients and their information. While the other retrieves all the sales along with 
their information.

About

An offline CRM application developed with Java and an SQLite database.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages