-
Notifications
You must be signed in to change notification settings - Fork 0
Home
This is the current working build.
When the app is opened, you see the following view which is the main view. It serves as the queue of ordered prints:
Click on the Add Order button to take you to the next view. In this view, you start with the left side of the window and input information appropriately.
The customer's, object's, and printer's information are entered on the left side on the window. There are several verification actions implemented that ensures the purity of the inputted data.
Once done entering data, you press the add button and it propagates the necessary data into the table on the right side of the window. This window shows a snippet of the project, including all the files that have been requested to print under the current project. You have the ability to add as many files as you want by just filling out the left side of the window with the appropriate file and printer information.
Once done, you press the continue button and it carries you to a EULA window (to ensure all objects requested to be printed adhere to university policies) shown here:
Once you click on package, the order and all its corresponding data is packaged into a specified Desktop folder and the customer's print(s) will be added to the queue on the main view as well as an Excel SpreadSheet for backup.
There is a Statistics view that shows various statistical data for the orders in the queue at any given point. You can access it by File -> Statistics:
There is a Settings View where one can change various settings associated with prints. You can access it by File -> Settings: