File Management Application

This is an application I created over my summer internship at Knight Printing and Graphics in 2023. The application is used by project managers to sort and manage customer job files on the server.


This is what the application itself looks like. The bottom photo shows the layout of the buttons, text boxes and list boxes. This took a significant amount of time to setup, but once completed, it allowed me to easily add and adjust the locations of new items I might need to add in the future.

The photos to the side shows how information would be entered in the application and then the final result of the application.

Files are stored as follows.

[JOB NUMBER]_[COMPANY NAME] > ORIG

Within the original folder are the job files which are then sorted into folders for estimate files, PO files and then Mail Order Files.


Below are some snippets of code that are used within the application to manage different actions.