1.0.0 b 28 fixed the .CSV file parsing with an external lib. 1.0.1 b 29 created a single window with a tabbed layout for a more fluid experience. added an overwrite file dialog. added the customer country to the order object. updated .CSV export 1.0.2 b 30 i replaced the old sqlite driver (for local databases) with the mySQL driver to interface with TCDEVSVN1's order database 1.0.3 b 31 i improved the speed of file parsing, be making less database hits 1.0.4 b 32 fixed order processing to be more efficient, and i now use BigDecimal to cal money 1.0.5 b 33 i created a settings panel that uses a .property file to save settings. i modified OrderDB to use the .property file 1.0.6 b 34 created the static method MainWindow.loadDatabase() for easy database reloading 1.1.0 B 45 created statuss for NEW and CHARGABLE, and added the options to the order pane. added the ability to remove existing orders if they are new, so they can be replaced added the ability to print all new order in blue improved order pane processing modified the date picker to be easier to use 1.1.1 b 46 re-added the show all dialog. MainWinod.java, reorganized the constructor so the progress bar will be indeterminate when connecting to the database 1.1.2 b 47 added clear button to the ShowAllPanel.java fixed the export save dialog to automatically handle extensions added new order stats to the order pane 1.1.3 b 48 fixed processed order stats to only display new order stats when theres new orders added password encryption using jasypt 1.1.4 b 49 added more options in settings allowing user to pick the database name. added an option to allow the user to save their password added a password field to the main panel to allow for easy password entry added a connect button to the main panel 1.1.5 b 50 used similar code to remove redundant code created a static variable for PROPERTIES_FILE_NAME added a case to the order pane to highlight any orders with null statuses slight modification to order pane updateTextPane() s