Skip to content

Latest commit

 

History

History
65 lines (40 loc) · 1.46 KB

Readme.md

File metadata and controls

65 lines (40 loc) · 1.46 KB

Docket

This Java application tracks customers, contacts, and appointments. Tracking business appointments can be a powerful tool to maintain relationships with clients and making sure you are maximizing potential business prospects. Persistant data is stored in a MySQL database. The UI will automatically switch between English and French depending on your computer's language settings.

Login Screen

Appointment View

Add Appointment View

Client View

Meetings Per Month Report

Author: Doug Van Zee [email protected] 520.609.6956

Version 1.0.1 IDE: IntelliJ Community 2020.2 Java SE 15.0.1 JavaFX SDK 15.0.1

How To Run Docket Compiled

Make sure you have the correct version of the Java Runtime installed To run the compiled version of the Docket, open Command Prompty and nagivate to the Docket folder. Type "java Main" to run the application.

How To Run Docket Source

Open the Java project in Intellij and click the "Run" button.