-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Here you find the basics on how to use the program. It should be very self explainatory. Anyway here is a good place to tell you everything you need to know to get started.
The UI is very basic (not just because this is the programming language i chose). The whole UI consists of only one window, from which dialog boxes do inherit on certain points in the use chain.
The Menuebar has two entries: Datei and Über. This is pretty standard among Windows applications. A click on Über shows a messagebox with the name of the program, my Name and the year of creation. The Datei menu is where you will click on in the most (if not all) usecases. The order of the menu Elements is from my perspective wisely Chosen. The first item is to be used first and so on. The first element is to choose the files that shall be processed. This opens a standard dialog (common across most Windows applications) here you get to choose the files you want to be processed. The path to These files must not contain any spaces! this is a Limitation of the helper Program used and has Nothing to do with my program. The next item is used to choose where the Output goes. here there are no known limitations to the path. The next two items are optional and only one of them can be selected at a time. These Options are used to copy or move the Amazon invoices to an own subdirectory called "Amazon-Rechnungen". The next Button is "Los" and starts the processing, this is mandatory. the Last menueitem is "Beenden" and Closes the application.
The textfield in the middle of the window is readonly and Shows all the Statusmessages, the Program produces. These are good to take a look at in case the user has for example forgotten where he put his Outputfile.
The progressbar is located at the Bottom of the window and Shows the Progress of the Invoice-processing.