Skip to content

Matt54/ConsultingSchedule

Repository files navigation

Consulting Schedule Application

Java application for scheduling appointments with customers.

Index

  1. Features
  2. Sign In Screen
  3. Main Screen
  4. Calendar
  5. Appointments Table
  6. Customers Table
  7. Reports

Features

  1. Sign in screen determines user's location and translates language (only available in english and french).
  2. Application can add, update, and delete customer and appointment records in a database.
  3. Provides a graphical calendar view of a consultants schedule by month or by week.
  4. Appointment times are automatically adjusted to user's time zone and daylight savings time.
  5. User is alerted if appointment is within 15 minutes of sign in.
  6. User data is stored by recording timestamps on log-in to a textfile.

Back To Top

Sign In Screen




The Sign in window is shown on application launch.
A valid username and password must be provided in order to display the main application window.

Back To Top

Main Screen





The calendar view is displayed first when the main screen is shown.

Back To Top

Calendar





The graphic on each day displays the number of appointments scheduled for the consultant.
The month and year can be selected below the calendar.





Clicking on the appointment graphic inside a day displays more information about the appointments.

Back To Top

Appointments Table




The appointments table view displays all of the appointments for a consultant.

Back To Top

Modify Appointment




Appointments are added or modified from the add/modify appointment window.

Back To Top

Customers Table




The customers table view displays all of the appointments for a consultant.

Back To Top

Modify Customer




Customers are added or modified from the add/modify customer window.

Back To Top

Reports




The reports table view displays the number of each appointment type broken up by month.
Additional reports are available that show the schedule and total the number of hours for each consultant.

Back To Top

About

A consulting schedule application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published