-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.txt
36 lines (28 loc) · 1.48 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Title: Scheduling Application
Purpose: The application allows for a company to manage appointments and customers.
Features Description:
Login Verification
Login Switches between English and French depending on location
15-minute appointment Reminder.
View of both appointments and customers in data base.
Appointments can be viewed in order of ID, week, or month.
Customer and appointments can be created, updated, and deleted from database.
When adding appointments to database Start and End times are checked for overlapped.
Reports showing info related to the type of appointment, number of appointments by contact, and area of appointment.
Author: Dionuta Burton
Contact Information: linkedin.com/in/dionuta-burton/, taycodes.com
Student Application version: 1.0.0
Date publised: 11/19/2021
IDE: IntelliJ Community 2021.1.2.3
JDK: Java SE Development Kit 11.0.12
JavaFX Version: 11.0.2
MySQL Connector driver version:mysql-connector-java-8.0.26
Thrid report: allows user to look up customer up division
How To Run The Program?
1. Open application root folder in user choice of IDE.
2. Run Main.java file.
3. To login to application use Username: test Password: test
Special Instructions:
To view current month or week appointment please select month or week from order by combo box.
When adding make sure the appointment falls with hours of business 8:00 to 22:00 EST.
The Start and End Time are saved in military time because app is attended to global use.