Commit Graph

10 Commits

Author SHA1 Message Date
4be7476de7 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
2011-01-27 18:49:30 +00:00
c85e599530 fixed processed order stats to only display new order stats when theres new orders
added password encryption using jasypt
2011-01-26 18:54:47 +00:00
21c7d0642b added clear button to the ShowAllPanel.java
fixed the export save dialog to automatically handle extensions
added new order stats to the order pane
2011-01-23 04:22:27 +00:00
7d1fe95e5a re-added the show all dialog.
MainWinod.java, reorganized the constructor so the progress bar will be indeterminate when connecting to the database
2011-01-23 02:51:58 +00:00
f9a805803c 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
2011-01-22 20:33:57 +00:00
a25fab8882 created the static method MainWindow.loadDatabase() for easy database reloading 2011-01-21 17:18:30 +00:00
a3e2c7872f i created a settings panel that uses a .property file to save settings.
i modified OrderDB to use the .property file
2011-01-19 18:42:40 +00:00
4d01c2119e switched to the mySQL driver so we can interface with TCDEVSVN1's mySQL server. 2011-01-16 03:58:34 +00:00
13f3e726e4 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
2011-01-15 15:50:29 +00:00
4752b05418 fixed csv pasring by using a free csv file parsing lib 2011-01-15 13:40:36 +00:00