Commit Graph

  • 8749006ea5 added a checkout button to the Main Panel. It allows the user to "checkout" a remote database to a local database removed the warning label from main panel, and moved all messages to the progress bar master ricky barrette 2011-02-09 18:50:45 +00:00
  • d5d2221fb2 updated version info ricky barrette 2011-02-08 16:37:53 +00:00
  • f58c2219c5 Add status PAYMENT_DECLINED. ricky barrette 2011-02-08 16:36:25 +00:00
  • 866505868e reorg ricky barrette 2011-02-01 17:46:31 +00:00
  • 4ebe4a9910 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 ricky barrette 2011-01-29 14:18:28 +00:00
  • 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 ricky barrette 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 ricky barrette 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 ricky barrette 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 ricky barrette 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 ricky barrette 2011-01-22 20:33:57 +00:00
  • a25fab8882 created the static method MainWindow.loadDatabase() for easy database reloading ricky barrette 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 ricky barrette 2011-01-19 18:42:40 +00:00
  • fdf25ced67 fixed orderprocessing to be more efficent, and i now use BigDecimal to cal money ricky barrette 2011-01-18 03:04:22 +00:00
  • d1ea7537bc i improved the speed of file parsing, be making less database hits ricky barrette 2011-01-17 18:55:14 +00:00
  • 4d01c2119e switched to the mySQL driver so we can interface with TCDEVSVN1's mySQL server. ricky barrette 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 ricky barrette 2011-01-15 15:50:29 +00:00
  • 4752b05418 fixed csv pasring by using a free csv file parsing lib ricky barrette 2011-01-15 13:40:36 +00:00
  • 4dea95b9bf made the exclusive search on applicable to item names ricky barrette 2011-01-13 19:12:16 +00:00
  • 85ff2ff57c added support for multiple searches (comma seperated) ricky barrette 2011-01-13 19:07:03 +00:00
  • 6113cde0d4 finetuned the export feature ricky barrette 2011-01-13 17:44:37 +00:00
  • 239218f6d4 added export feature to search, so we can save *.cvs files to be used as reports ricky barrette 2011-01-13 17:19:36 +00:00
  • b2da630680 minor tweaks to how i handle progress updates, and database searchs ricky barrette 2011-01-13 16:04:27 +00:00
  • 9f29f38a35 i added icons ricky barrette 2011-01-12 17:42:25 +00:00
  • 9fb45dec55 i added icons ricky barrette 2011-01-12 16:43:51 +00:00
  • ff72f84a4e fixed default close operations for windows ricky barrette 2011-01-11 05:53:52 +00:00
  • 1469f69507 added a date picker dialog to make it easier to enter dates into searches ricky barrette 2011-01-10 19:06:52 +00:00
  • f8d9eb7281 fixed file parsing cancelation problem due to encountering an order that already exists ricky barrette 2011-01-10 04:10:33 +00:00
  • 0420f11fa1 i updated the search to allow for time variables ricky barrette 2011-01-10 03:30:33 +00:00
  • b5da1bf2a7 i fixed the file loading progress bar by creating a boolean isLoadingFile in OrderDB ricky barrette 2011-01-09 18:42:04 +00:00
  • da038f97bb i added the required lib for SQL ricky barrette 2011-01-09 18:21:50 +00:00
  • 9070a0b21d I created a new OrderDB.java that uses sqlite to store its orders ricky barrette 2011-01-09 08:09:54 +00:00
  • 2a6a5c57b1 created a file filter for the jfile chooser for CSV files ricky barrette 2011-01-07 16:47:56 +00:00
  • 13c1c5dae7 reorg of files and variables ricky barrette 2011-01-06 17:44:03 +00:00
  • 0af0c1007d created an exception handler that creates a report and dispalys it to the user asking them to email it to twentycodes@gmail.com ricky barrette 2011-01-06 17:21:13 +00:00
  • bf6077f0e8 reomved un-needed libs ricky barrette 2011-01-05 17:12:46 +00:00
  • a41c865885 i updated the custom name search feature to ignore case ricky barrette 2011-01-05 17:09:40 +00:00
  • 9154fb87b9 i added Customer name and google order number to the search feature ricky barrette 2011-01-05 16:28:53 +00:00
  • d103d1a070 I changed all of Dates field variables (except mYear) from int to byte to save memory. ricky barrette 2011-01-05 15:44:18 +00:00
  • a1ee23cd53 finished Date.java s compareTo() and modifyed Order.java s compare to method to use its date ricky barrette 2011-01-05 05:55:23 +00:00
  • d571efd22e I added a progress bar to the search dialog, and updated comments ricky barrette 2011-01-04 16:50:45 +00:00
  • bbafa91df5 Initial commit of my working order processor. ricky barrette 2011-01-03 15:16:21 +00:00
  • 69eb4879b9 Share project "Order Processor" into "svn+ssh://tcdevsvn1/svn/test" ricky barrette 2011-01-03 15:15:50 +00:00
  • 0a809940ab ricky barrette 2011-02-02 06:13:29 +00:00