Skip to content

JavaFX GUI for prettifying CSV reports and emailing them

License

Notifications You must be signed in to change notification settings

toropov023/fog-prettifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fog Reports Prettifier

FOG is an inventory system used at Microcad. The reports generated by the system are not user-friendly so this GUI was created to truncate the CSV files leaving only the most important information and sending the formatted reports to specified emails.

The program is written with the help of JavaFX, lombok and simple java mail

Samples of the GUI at work:

  1. The first screen the user sees when running the program:

Start screen

  1. Once the CSV file is loaded, it is automatically processed by the program. Lenovo laptop models are not provided by the FOG system so the model names need to be looked up online by the serial. The program takes of that.

Processed report file

  1. The emails at the bottom are saved so when the program is opened again, it will populate those fields with previously used emails. If more emails are needed, extra fields are automatically added at the bottom.

Extra email fields

  1. The email is finally sent with the prettified CSV file attached and a summary table (similar to what is seen above) in the body of the email.

About

JavaFX GUI for prettifying CSV reports and emailing them

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages